/******************** Start => Product Details Tab view ********************/
#jumpLink {
	padding: 5px 0 3px 0;
	}
.tabView, .listView {
		clear: left;
		padding-top: 5px;
		}	
.tabView ul.tabMenu {
	list-style-type: none;
	list-style: none;
	display: inline;
	line-height: 130%;
	}
	.listView ul.tabMenu {
	margin-left: 10px;
	padding-left: 10px;
	line-height: 130%;
	}
.tabView li.tab, .tabView li.tabOn, .tabView li.tabLast, .tabView li.tabLastOn{
	float: left;
	margin-right: 2px;
	background: #8391be;
	}
	.listView li.tab, .listView li.tabOn, .listView li.tabLast, .listView li.tabLastOn {
		list-style: square;
		/*width: 200px;*/ /* To Restrict the expansion of the LI till the full screen*/
		padding-bottom: 1px;
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
		}
.tabView li.tab a, .tabView li.tabLast a, .tabView li.tabOn a, .tabView li.tabLastOn a{ 
	text-align: center;
	color: #fff;
	background: #8391be;
	display: block;
	height: 39px;	 
	width: 70px; /*scr:17930*/ /* Needs to reduce as icreased the padding : Ram 07Feb */
	padding: 5px 5px; /* For the auto wrapping of the text withiin the tabs : Ram 07Feb*/
	text-decoration: none;
	font-weight: bold;
	outline:0;
	overflow: hidden;
	}
.listView li.tab a, .listView li.tabLast a, .listView li.tabOn a, .listView li.tabLastOn a { 
	font-weight: bold;
	}
.tabView li.tabSingle{
	float: left;
	margin-right: 0;
	background: #8391be;
	}
	.listView li.tabSingle {
		list-style: square;
		width: 200px; /* To Restrict the expansion of the LI till the full screen*/
		padding-bottom: 1px;
		}
.tabView li.tabSingle a{ 
	text-align: center;
	color: #fff;
	background: #8391be;
	display: block;
	/*height: 39px;*/	 
	padding: 5px 2px; /* For the auto wrapping of the text withiin the tabs : Ram 07Feb*/
	text-decoration: none;
	font-weight: bold;
	outline:0;
	}
.aig800 .tabView li.tabSingle a { 
	width: 489px; 	
	}
.aig1024 .tabView li.tabSingle a { 
	width: 699px; 
	}		
.tabView li.tabLast a, .tabView li.tabLastOn a {
	width: 70px; /*scr:17930*/
	background-color:#8391BE;
	border: 1px solid #8391BE;
	}
.tabView li.tab a:hover, .tabView li.tabOn a, .tabView li.tabLast a:hover, .tabView li.tabLastOn a{ /*active and clicked tab properties*/
	background: #fff;
	border: 1px solid #8391be;
	border-bottom: 2px double #fff;
	border-top: 0 solid #fff; 
	color: #000;	
	margin: -1px 0 0 0;
	position: relative;
	top: 2px; /* Important to push the tab little down to remove bottom border in IE */
	text-decoration: none;
	z-index: 3; /* Important to get the selected tab on the top of all */	
	}
	.listView li.tab a:hover, .listView li.tabOn a:hover, .listView li.tabLast a:hover { /*active and clicked tab properties*/	
		text-decoration:underline;
		}
.tabView li.tab a {
	border: 1px solid #8391be;
	}
.tabDataContainer a{
	font-weight: bold;
	}	
.tabView .tabDataContainer { /* common properties of the container inrelavant of the screen resolutions */
	clear: left;
	background: #fff;
	border: 1px solid #8391be;
	margin: 0;
	padding: 10px;
	color: #000;
	text-align: left;
	display: none;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	overflow:visible;
	}
	.listView .tabDataContainer { /* common properties of the container inrelavant of the screen resolutions */
		clear: left;
		background: #fff;
		border-bottom: 1px solid #efefef;
		margin-top: 5px;
		padding: 5px;
		color: #000;
		text-align: left;
		display: block;
		height: auto !important;
		height: 50px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		}
.tabView .moduleTitle {
	display: none;
	}	
.listView .moduleTitle {
	text-align: right;
	padding-bottom: 10px;
	display: block;
	}
.moduleTitle span {
	font-weight: bold;
	}
/*By Rafi*/
.tabView .sectionTitle {
	display: none
	}
.listView .sectionTitle {
	text-align: right;
	display: block;   
	float: right;
	margin-bottom: 15px;
	}
.sectionTitle span {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	}
.sectionTitle a {
	float: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
	/*By Rafi*/
/******************** End => Product Details Tab view ********************/
	

/******************** Start => Search Result ********************/
#searchPageForm{				/* Controls the search form on the search Page */	
	border: 1px solid #ccc;
	padding: 10px;
	height: 80px;
	height: 130px !important;
	}
	#searchPageForm form{
		padding: 0;
		margin: 0;
		}
	.aig1024 #searchPageForm{
		padding-left: 80px;
		}
	#searchPageForm a{
		display: block;
		margin: 10px 0 0 2px;
		font-size: 11px;
		}	
	#searchPageForm span{
		padding-left: 20px;
		}
#sectionhelp{						/* Control the Search help layer */
	display: none;
	padding: 10px 10px 10px 0;
	position: absolute;
	width: 270px;
	text-align: left; 
	background-color: #fff; 
	border: 3px solid #ccc;
	color: #000;
	}
	#sectionhelp a{
		font-weight: bold;
		margin-top: 0px;
		}	
.searchResults{
	margin: 10px 0 0 0;
	clear: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
	.searchTitle{
		float: left;
		margin: 15px 0 5px 0;
		font-weight: bold;
		/*width: 500px;*/
		}
		.aig800 .searchTitle{
			width: 300px; 
			}
		.searchTitle a{
			font-weight: normal;
			}
	.searchResults p{
		margin: 0 0 0 0;
		display: block;
		}
	.pagination{
		/*margin: 15px 10px 10px 0;		
		white-space: nowrap;
		float: right;
		font-weight: bold;*/
		font-weight:bold;
		padding:15px 0px 0px 10px;
		text-align:right;
		}
		.pagination #current{
			font-size: 14px;
			}
		.pagination a{
			padding: 0 1px 0 1px;
			}
	.searchTerm{
		font-weight: bold;
		color: #000033;
		}
	.searchResults ul{
		margin: 5px 0;
		clear: left;
		}
	.searchResults ol {
		clear: left;
		}	
	.searchResults ul.nonBulleted li {
		clear: left;
		margin: 5px 2px 0 -10px;
		padding: 0 0 0 0;
		}
	.searchResults ol.nonBulleted li, #sectionhelp li{
		clear: left;
		margin: 5px 2px 0 -10px;
		padding: 0 0 0 0;
		}
	.searchResults ul.nonBulleted li a, .searchResults ol.nonBulleted li a{
		font-weight: bold;
		}
	.searchResults ol li{
		clear: left;
		margin: 2px 0 0 0;
		padding: 0 0 4px 0;
		}		
#noResultText{
	font-weight: bold;
	}
.errorMessage{
	display: block;
	margin: 10px 0;
	color: #FF0000;
	font-weight: bold;
	}
/******************** End => Search Result ********************/
/***************Start Site Map Section *****************/	
.sitemapH{
	margin-left: -38px;
	clear: both;	
	}
.sitemapH .navlist li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	font-weight: bold;	
	}
	.sitemapH .navlist li a{
		font-weight: bold;
		color: #000099;
		}
#sitemapContainer{
	float: left;
	margin: 0 30px 0 0;
	}	
/* Added by Rafi for Site manager resize issue*/
	.aig800 #sitemapContainer{
		width: 230px !important;
		width: 210px;
		}
	.aig1024 #sitemapContainer{
		width: 320px;
		}
/* End*/
.sitemapV #sitemapContainer #navlist{
	padding: 0;
	margin: 10px 0 10px 0;
	}
	.sitemapV #sitemapContainer #navlist li{
		list-style: none;
		margin: 0;
		padding: 5px 0 0 5px;
		font-weight: bold;
		color: #000;
		}
	.sitemapV #sitemapContainer #navlist li a { 
		text-decoration: none;
		color: #000099; 
		}
	.sitemapV #sitemapContainer #navlist li a:hover { 
		text-decoration: underline;
		}
	.sitemapV #sitemapContainer #navlist li ul{
		margin-left: 10px;
		margin-bottom: 8px;
		padding: 0 !important;		
		}
		.sitemapV #sitemapContainer #navlist li ul li{
			border: 0;
			color: #000;
			font-weight: bold;
			}
			.sitemapV #sitemapContainer #navlist li ul li a{
				border: 0;
				font-weight: bold;
				background-color: none;			
				}
			.sitemapV #sitemapContainer #navlist li ul li ul{
				margin-left: 15px;
				padding: 0 !important;		
				}
				.sitemapV #sitemapContainer #navlist li ul li ul li{
					border: 0;
					color: #000;
					font-weight: normal;		
					}
				.sitemapV #sitemapContainer #navlist li ul li ul li a{
					border: 0;
					color: #000099;
					font-weight: normal;			
					}

/******************** End => Left Nav ********************/	

