/* TEMPLATE LAYOUT */
#contentArea{
	position: relative;
	*position: static;
	/*overflow:auto;*//*Hugh commented on Feb 15 for scroll bar issue on the home page*/
	overflow:visible;/*Hugh added on Feb 15 for scroll bar issue on the home page*/
	z-index: 50;
	_height: 1%;
}
.threeCol, .noLeftCol{
	background: url(../images/three-col-bg.gif) top right repeat-y;
	overflow:hidden !important;
}

.twoCol #left,
.threeCol #left{
	float:left;
	width: 209px;
	padding: 0px 13px;
}
.twoCol #main{
	float:left;
	width: 690px;
	_width:690px;/*HUGH changed on Jan 26 2010 for artf1057049 */
	padding: 0 0 0 0;
	/*min-height: 600px;*/
}
.twoCol #center{
	float:left;
	width: 690px;
	_width:690px;/*Changed by Sudha on 29Jan for artf1060748 */
	padding: 0 0 0 15px;
	/*min-height: 600px;*/
}

.twoCol #center #content #IFInvestors{ /* Added as per Resman:1379:Shadow should not displayed on bottom of  Invertors page;Ira Rai*/
	max-height: 580px;	
}
.threeCol #center{
	float:left;
	width: 462px;
	_width: 440px;
	padding: 0 25px;
	_padding: 0 10px 0 25px;/* updated by sudha for Global nav changes*/
	/*min-height: 600px;*/
}
#right{
	float: right;
	width: 190px;
	padding: 0;
}
#contentHeader{
	background: url(../images/content-top-bg.gif) top right no-repeat;
	/*_background: none;*/
	height: 40px;
}
#contentFooter{
	clear: both;
	background: url(../images/content-bottom-bg.gif) bottom left no-repeat;
	/*_background: none;*/
	height: 19px;
}
/* END TEMPLATE LAYOUT */


/* Three Colum Left Col Layouts */
.twoCol #left, .threeCol #left
{float:left;
padding:0 13px 15px;/*Hugh edited on Mar 2 2010 for UAT issue*/
width:209px;}/*added by Sudha for Leftnav spacing*/

.twoCol #left ul li,
.threeCol #left ul li{
	padding: 0;
	border-bottom: 1px solid #d0d0d1;
}
.twoCol #left ul li.last,
.threeCol #left ul li.last{
	border: none;
}
.twoCol #left ul li a,
.threeCol #left ul li a{
	display: inline-block;
}/*Hugh added on Feb 17 for left nav spacing issue*/
.twoCol #left ul li a,
.threeCol #left ul li a{
	color: #6a4061;
	font-size: 12px;
	padding: 7px 11px !important;
	display: block;
}
.twoCol #left ul li a:hover,
.threeCol #left ul li a:hover{
	color: #999;/*Added by Sudha - LeftNav changes for client.boston*/
}
.twoCol #left ul li.active a,
.threeCol #left ul li.active a{
	color: #999;
}
.twoCol #left ul li li ,
.threeCol #left ul li li {
	border: none;
	/*height:2.2em;/*Hugh added on Feb 01 2010 for artf1058566 */
}
.twoCol #left ul.menul1 li li a,
.threeCol #left ul.menul1 li li a{
	text-transform: none;
	font-weight: normal;
	padding: 5px 32px !important;
	color: #6a4061;
	background-image:url(../images/i-GrayTriangleRight.gif);
	background-repeat:no-repeat;
	background-position:24px -100px;
}
.twoCol #left ul.menul1 li li a:hover,
.threeCol #left ul.menul1 li li a:hover{
	color: #999;/*Added by Sudha - LeftNav changes for client.boston*/
	background-position:24px center !important;
}
.sitemap .col a:hover {
	color: #999;
	background: url(../images/i-GrayTriangleRight.gif) 24px center no-repeat !important;
	/*_background-position: 4px 6px !important; -Commented by Hugh on 2010 Jan 12*/
	_background-position: 24px center;
}
.countrySelectContent a:hover {
	color: #999;
	background:none !important;
}
.twoCol #left ul li li a:hover,
.threeCol #left ul li li a:hover
 {
	color: #999;
	background: url(../images/i-GrayTriangleRight.gif) 24px center no-repeat !important;
	_background-position: 24px 3px !important;	
}
*+ html .twoCol #left ul li li a:hover,
*+ html .threeCol #left ul li li a:hover
 {
	_background-position: 24px 3px !important;	
}
.twoCol ul.menul2,
.threeCol ul.menul2{
	/*display: none;*/
}/* Dont merge this code with local copy  dev copy */
.twoCol ul.menul3, .threeCol ul.menul3 {
	display: none;
	padding: 0 0 0 15px;
}
.twoCol li.active ul.menul2,
.threeCol li.active ul.menul2{
	display: block;
}
.twoCol ul.menul2 li.active ul.menul3,
.threeCol ul.menul2 li.active ul.menul3{
	display: block;
}
/* END - Three Colum Left Col Layouts */

/* Three Colum Right Col Modules */
#right .module{
clear:both;
	padding-left: 10px;
	padding-bottom: 20px;
}
#right .module h4{
	background: #fff;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 11px;
}
#right .module h5{
	color: #01a1dd;
	font-size: 12px;
	padding: 7px 11px 7px 11px;
	font-weight:normal !important;
}
#right .module h5 a{
	/*color: #01a1dd;*/
	font-size: 12px;
	padding: 7px 11px 7px 0px;
	font-weight:normal !important;
}

#right .module h5 p{
	padding: 7px 11px 7px 0px;
}
#right img{
	padding: 7px 11px 7px 11px;
}
#right .module h5 img{
	padding: 7px 11px 7px 0px;
}
/* quicklinks module */
#right .m-quicklinks ul{
	padding: 7px 0;
}
#right a {
	font-weight: normal !important;
	font-style: normal !important;
	word-wrap:break-word;/*Hugh edited on Feb 26 2010 for UAT issue 357*/
	line-height:1.5em;
}
#right .m-quicklinks ul li{
	_height:1.2em;
}
#right .m-quicklinks ul li a,#right .m-news ul li a{
	display: block;
	font-size: 12px;
	padding: 3px 11px;
}
/* end quicklinks module */
/* news module */
#right .m-news p{
	font-size: 12px;
	padding: 0px 11px 7px 11px;
	color: #666;
	line-height:1.5em;
	font-weight:normal; /*Updated by Anwer For Artifact artf1056437 on 27th Jan*/
}

#right .m-news a.cta{
	display: block;
	padding: 3px 11px;
	font-size: 12px;
}
/* end news module */
/* END - Three Colum Right Col Modules */
#content img 
{
	margin:13px 0;/*Hugh changed on Feb 26 for UAT issue 28*/
}
#content img.right 
{
	float:right;
	padding-left:5px;
}
#content a {
	font-weight: normal !important;
	font-style: normal !important;
}
/* main #content area styles */
#content{
	font-size: 12px;
	color: #666;
}
#content h2{
	font-family: "Times New Roman", serif;
	font-size: 30px;
	font-weight:normal;
	padding: 4px 0;
	color: #00a1de;
}

#content h3{
	font-size: 14px;
	font-weight:bold;
	padding: 4px 0;
	color: #00a1de;
}
#content #allPromo h3{ /* Added by Anwer for artf1057005 on 28th jan */
	font-size: 14px;
	font-weight:bold;
	padding: 4px 0;
	_padding: 4px 0px 10px 0;
	color: #00a1de;
}

#content h4{
	font-size: 12px;
	padding: 5px 0 0 0;
	font-weight: bold;
}
#content h4.feature-header{
	border-bottom: 1px solid #d7d7cb;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	color: #00a1de;
}
#content h5{
	font-size: 12px;
	padding: 5px 0 0 0;
	color: #00a1de;
	font-weight:normal !important;
}
#content p{
	margin: 10px 0 16px 0;/*Hugh changed on Feb 26 for UAT issue 28*/
	line-height: 1.5em;
}
#content ul{
	margin: 0 0 16px 0;
	line-height: 1.5em;
}
#content ul li{
	padding-left: 8px;
	background: url(../images/li-bullet.gif) 0 6px no-repeat;
}
#content ul li ul{
	margin-left:16px;
}
#content ol{
	margin: 0 0 16px 0;
	line-height: 15px;
	list-style: decimal;
	list-style-position: inside;
}
/*#content ul.quicklinks li{
	margin:0;
	padding:0;
	background: none;
	_height:15px;
}*/
#content .col ul.quicklinks li{
	margin:0;
	padding:0;
	background: none;
	line-height:24px !important;
}/*updated by sudha on 16feb for artf1062272*/
#content .col ul.quicklinks li a{
	font-weight:normal;
	margin:0;
	padding:0px 0px 0px 8px!important;
	_line-height:24px !important;
}/*updated by sudha on 16feb for artf1062272*/
#content .col h4{
	margin:0px 0px 5px 0px;/*updated by sudha on 29jan*/
}
#content strong{
	font-weight: bold;
}
#content .align-left{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content .align-right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content em{
	font-style: italic;
}
#content .underline{
	text-decoration: underline;
}
#content sup{
	vertical-align:  text-top;
	font-size: 9px;
}
#content table.sortable{
}
#content table.sortable th,#content table.sortable td{
	border-bottom:1px solid #d7d7cb;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:10px;
	margin:0;
	line-height:1.3em;
}
#content table.sortable td .date_feature{
	font-size:18px;
}
#content table.sortable td .title_feature{
	font-size:1.2em;
}
#content table.sortable td a.title_link:link{
	color:#6a7f10;
}
#content table.sortable td a.title_link:visited{
	color:#6a7f10;
}
#content table.sortable td a.title_link:hover{
	color:#6a7f10;
	text-decoration:underline;
}
#content table.sortable td .title_feature .disabledTitle{color:#00A1DE !important;text-decoration:none!important;cursor:default;}
#content table.sortable td a.title_link:active{
	color:#6a7f10;
}
#content table.sortable td p{
	margin-bottom:3px;
}
#content table.sortable td .input{
	width:100px; 
}
#content table.sortable th.header {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;/*Hugh changed on Feb 05 for artf1059546 */
	color:#6a7f10;
	font-weight:bold;
	cursor: pointer; 
	background-image: url(../images/i-sort.gif); 
	background-repeat: no-repeat; 
	background-position:10px center; /*Hugh changed on Feb 05 for artf1059546 */
	border-top:1px solid #d7d7cb;
}
#content table.sortable th.headerSearch {
	padding-top:8px;
	padding-bottom:8px;	
	color:#666666;
	font-weight:bold !important;
	border-top:1px solid #d7d7cb;
}
#content table.sortable th.headerSortUp {
	background-image: url(../images/i-sort_asc.gif); 
}
#content table.sortable th.headerSortDown {
	background-image: url(../images/i-sort_desc.gif); 
}
#content span.date_feature{
	font-size:18px;
	color:#5E5D5D;
}
#content span.date_feature span{
	color:#999999;
	display:block;
	font-size:12px;
	padding-top:2px;
}
#content .title_feature{
	font-size:1.2em;
}
#content a.title_link:link{
	color:#00A1DE;
}
#content a.title_link:visited{
	color:#00A1DE;
}
#content a.title_link:hover{
	color:#00A1DE;
	text-decoration:underline;
}
#content a.title_link:active{
	color:#00A1DE;
}
#content a.more {
	background:transparent url(../images/i-more.gif) no-repeat left center;
	display:inline-block;
	padding-left:21px;
}
#content hr{
	clear: both;
	width: auto;
	height: 1px;
	border: none;
	border-top:1px solid #D0D0D1
}
#content iframe body
{
background:none !important;
}
/* Content Area Elements */

.three-col. .two-col{
	overflow: auto;
	padding-bottom: 10px;
}
.threeCol .two-col .col{
	float: left;
	width: 205px;/*changed by Sudha for artf1061008*/
	padding:5px 10px 5px 0;
	overflow: hidden;
}
.twoCol .two-col .last{
	padding: 5px 0 5px 0;
}/*changed by Sudha for artf1061008*/
.twoCol .two-col .first{
	padding: 5px 10 5px 0;
	margin-right:5px;
}/*changed by Sudha for artf1061008*/
.twoCol .two-col .col{
	float: left;
	width: 335px;
	padding:5px 10px 5px 0;
	overflow: hidden;
}
.twoCol .three-col .col{
	float: left;
	width: 221px;
	/*_width: 210px;*/
	padding:5px 10px 5px 0;
	overflow: hidden;
}
.twoCol .three-col .last{
	padding: 5px 0 5px 0;
}
.twoCol .three-col .col img{
	margin-bottom: 5px;
}

.threeCol .three-col .col{
	float: left;
	width: 31%;
	padding:5px 10px 5px 0;
	overflow: hidden;
}
.threeCol .three-col .last{
	padding: 5px 0 5px 0;
}
.threeCol .three-col .col img{
	margin-bottom: 5px;
}
.oneCol .four-col .col{
	float: left;
	width: 23%;
	padding:5px 10px 5px 0;
	overflow: hidden;
}
.oneCol .four-col .last{
	padding: 5px 0 5px 0;
}
.oneCol .four-col .col a{
	padding-left:1px;
}
.oneCol .five-col .col{
	float: left;
	width: 300px;
	padding:5px 10px 5px 0;
	overflow: hidden;
}
.oneCol .five-col .last{
	padding: 5px 0 5px 0;
}
.oneCol .five-col .col a{
	padding-left:1px;
}

.cta-bar{
	margin:0;
	padding:0 !important;
	overflow:  auto;
}
.cta-bar li{
	margin:0;
	background: none !important;
	float:left;
	min-width: 10px;
	padding: 4px 10px 5px 0 !important;
}
.tabControl {
	clear:both;
	margin-bottom:15px;
}
.threeCol .tabControl .jcarousel-clip-horizontal {
    width:  439px;
    height: 43px;
    overflow: hidden;
    position:relative;
    z-index: 250;
}
.twoCol .tabControl .jcarousel-clip-horizontal {
    width:  667px;
	_width:  667px;/*HUGH changed on Jan 26 2010 for artf1057049 */
    height: 43px;
    overflow: hidden;
    position:relative;
    z-index: 250;
	background:#c5c5c6 url(../images/tab-top-normal.gif) repeat-x left 1px;
}
.tabControl .tabHeader{
	position: relative;
	width: auto;
	overflow: hidden;
}
.tabControl .tabHeader .jcarousel-prev-disabled{
	background: url(../images/tab-left-btn.gif) !important;
	cursor: default !important;
}
.tabControl .tabHeader .jcarousel-next-disabled{
	background: url(../images/tab-right-btn.gif) !important;
	cursor: default !important;
}
.tabControl .tabHeader .scrollLeft{
	width: 23px; 
	height:0; 
	position: absolute; 
	top:0; 
	left:0; 
	background: url(../images/tab-left-active-btn.gif); 
	padding-top: 43px; 
	overflow: hidden;
	z-index: 500;
		cursor: pointer;
}
.tabControl .tabHeader .scrollRight{
	width: 23px; 
	height:0; 
	position: absolute; 
	top:0; 
	right:0; 
	/*_right:-2px;*//*HUGH commented on Jan 26 for artf1057049 */
	background: url(../images/tab-right-active-btn.gif); 
	padding-top: 43px; 
	overflow: hidden;
	cursor: pointer;
}
.tabControl .tabHeader ul{
	margin: 0 23px 0 23px !important;
	padding: 0 !important;
	background: url(../images/tab-top-bg.gif) 0 0 repeat-x;
	height: 43px;
	position: absolute;
	top: 0;
	left: 0;
}
.tabControl .tabHeader ul li{
	margin:0;
	float: left;
	min-width: 10px;
	_width: 10px;/*HUGH changed on Jan 26 2010 for artf1057049 */
	background: none !important;
	padding: 0 !important;
}
.tabControl .tabHeader ul li a{
	background: url(../images/tab-top-normal.gif) 0 0 repeat-x !important;
	padding: 7px !important;
	border-top:1px solid #c5c5c6;
	border-right: 1px solid #c5c5c6;
	border-left:1px solid #f7f7f7;
	width: 123px;
	height:28px;
	text-align:  center;
	font-weight: normal;
	color: #000;
	text-decoration:none;
}
.threeCol .tabControl .tabHeader ul li a{
	width: 123px;
	float: left;
}
.twoCol .tabControl .tabHeader ul li a{
	width: 146px;
	float: left;
}
.tabControl .tabHeader ul li.active a{
	background: url(../images/tab-top-active.gif) 0 0 repeat-x !important;
}
.tabControl .tabContent .tab{
	clear:left;
	display: none;
	border:1px solid #c5c5c6;
	padding: 10px 0px;
}
.tabControl .tabContent .active{
	display:block;
}
/* End Content Area Elements*/

/* Form elements in main content area */
#content form.long{
	width: 300px;
}
#content input.input{
	border: 1px solid #c4c7c2;
	padding: 4px;
	font-family: "Arial", Sans-Serif;
	font-size: 12px;
	margin: 0;
	background:  #fff;
	color: #666;
}
#content select {
	z-index: 1;
}
#content select.select,#countrySelectContent select.select{
	border: 1px solid #c4c7c2;
	font-family: "Arial", Sans-Serif;
	font-size: 12px;
	background:  #fff;
	color: #666;
	float:left;/*Hugh changed on feb 24 for UAT issue */
	margin-right:5px;
	margin-bottom:5px;/*Hugh changed on feb 24 for UAT issue */
}
#content label.checkbox{
	position: relative;
	padding:4px 4px 4px 22px;
}
#content label.checkbox .checkbox{
	position: absolute;
	top: 0px;
	left: 0px;
	/*border: 1px solid #c4c7c2;*/
	font-family: "Arial", Sans-Serif;
	background:  #fff;
	font-size: 12px;
	/*width: 10px;
	height: 10px;*//*updated by sudha on 28Jan for artf1058481*/
}
#content label.long,
#content input.long{
	width: 300px;
}
#content select.long{
	width: 310px;
}
/* Form elements in main content area */

/* BREADCRUMB - STYLES */
.breadCrumbHolder{
}
.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}
.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 930px;
	padding:5px;
	z-index:1
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
	z-index:1
}
.breadCrumb ul li
{
	display: block;
	float: left;
	/*position: relative;*/
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(../images/Chevron.gif) no-repeat 100% 9px;
	z-index:1;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li div
{
	display: block;
	overflow: hidden;
}
.breadCrumb span {
	color: #999999
}
.breadCrumb ul li a, .breadCrumb span a
{
	display: block;
	/*position: relative;*/
	height: 21px;
	overflow: hidden;
	float: left;
	padding:0 3px;
	color: #6a4061 !important;
}
.breadCrumb span 
{
	margin-top:2px;
	margin-left:2px;
	float:left;
}
.breadCrumb span.first 
{
    margin-left:0px !important;
	margin-top: -3px !important;
}
.breadCrumb ul li a
{
	display: block;
	/*position: relative;*/
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
	color: #6a4061;
}
.breadCrumb ul li.first a, .breadCrumb span.first a
{
	height: 16px !important;
	width:16px;
	padding: 0;
	margin-top: 2px;
	text-indent:-1000em;
	background:url(../images/i_Home.gif) no-repeat 0 0;
	float:left;
}
.breadCrumb ul li.first a:hover
{
	/*background-position: 0 -16px;*/
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
	color:#666 !important;
}
.breadCrumb ul li.last a
{
	text-decoration:none;
	color:#666 !important;
	cursor:default;
}
.breadCrumb ul li.last a:hover
{
	text-decoration:none !important;
	color:#666;
	cursor:default;
}
.chevronOverlay
{
	display: none;
	background: url(../images/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}
/* END BREADCRUMB */

/* UTILITY NAV STYLES */
.twoCol #utilityNav{ 
	float:right;
	width:190px;
	_width:193px;
}
#utilityNav{
	width: auto;
	padding: 0;
	margin:0;
}
#utilityNav{
	padding: 5px 5px 16px 0;
	_padding:5px 0px 16px 0;
	height: 17px;
}
#utilityNav li{
	float:right;
	min-width: 10px;
	_width:10px;
	background: none !important;
	_margin-right:5px;
}
#utilityNav li a{
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#un-subscribe a,#un-print a,#un-share a{
	padding:0px 3px 0px 14px;
	_padding:0px 2px 0px 14px;
	line-height: 12px;/*HUGH changed on Jan 22 2010*/
	text-transform: uppercase;
	vertical-align:middle;
	_text-align:right;/*HUGH added on Jan 22 2010*/
	_height:16px;/*HUGH added on Jan 22 2010*/
}
#un-subscribe a{
	background: url(../images/i-subscribe.gif) left center no-repeat;
	_width:61px;/*HUGH added on Jan 22 2010*/
}
#un-print a{
	background: url(../images/i-print.gif) left center no-repeat;
	_width:33px;/*HUGH added on Jan 22 2010*/
}
#un-share a{
	background: url(../images/i-share.gif) left center no-repeat;
	_width:36px;/*HUGH added on Jan 22 2010*/
}
.twoCol #un-print a 
{
	/*padding:3px 3px 5px 15px !important;
	*padding: 3px 3px 5px 15px !important;*/
}
.stbuttontext {
line-height:normal !important;/* changed by Sudha 17 Jan*/
}
/* END UTILITY NAV STYLES*/

/* INLINE UTILITY NAV STYLES */
#content #inlineUtil{
	height:16px;
	margin:10px 0;
	padding:10px 0;
	background-color:#f6f7f7;
}
#content #inlineUtil li{
	float:left;
	background:none;
	padding:0 10px;
}
#content #inlineUtil li#prevRels{
	border-right:1px solid #333;
}
#content #inlineUtil li#download{
	float:right;
}
#content #inlineUtil li#download .pdf{
	display:inline-block;
	background:transparent url(../images/i_pdf.gif) no-repeat left center;
	padding-left:16px !important;
}
.disabledLink{color:#666 !important;text-decoration:none!important;cursor:default;}
/* END INLINE UTILITY NAV STYLES*/
/* Section Specific CSS */
/* --- PRESSROOM ---- */
/* --- END PRESSROOM ---- */
/*----INDUSTRY LISTING-------*/
.promoContainer {
	background: #007363;
	padding:15px;
	margin-bottom:10px;
	clear:both;
	overflow: hidden;
	_float:left;
}
.promoContainer .promoText {
	float:left;
	width: 200px;
}
.promoContainer .promoText h4.promoHeader {
	color: #fff !important;
	font-size: 24px !important;
	font-weight: bold;
	text-transform: uppercase;
}
.promoContainer .promoText h4.advertText {
	color: #fff !important;
	display:block;
	margin-top:15px;
	font-size: 36px !important;
}
.promoContainer .promoText h4.advertText span {
	font-size: 54px;
}
.promoContainer ul.promoImage {
	float:right;
	background: none;
	margin:0px !important;
	width: 210px;
}
.promoContainer ul.promoImage li {
	float:left;
	background: none !important;
	padding:0px 0px 0px 2px !important;
}
ul.otherPromo {
	background:none !important;
	clear: both;
}
ul.otherPromo li {
	background:none !important;
	border-top: 1px solid #ccc;
	padding: 5px 0px 10px 0px !important;
	clear: both;
	overflow: hidden;
}
ul.otherPromo li.last {border-bottom: 1px solid #ccc;}
ul.otherPromo li img {float:left;}
ul.otherPromo  li div {float:left;width:310px; padding: 5px 0px 0px 10px;}
ul.otherPromo li p {margin:0 0 5px 0 !important;}
/*----END:INDUSTRY LISTING----------*/
/************************************STYLES FOR PROMO LANDING******************************/
#featuredPromotions {border-top:1px solid #ccc}
#allPromo {margin-top:20px; position:relative;}
#allPromo p.paginationText {
	position: absolute;
	top:7px;
	right: 30px;
}
#promoFeature .jcarousel-container, #allPromo .jcarousel-container {
	position: relative;
	clear:both;
}
#promoFeature .jcarousel-list, #allPromo .jcarousel-list {
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	z-index:1;
}
#promoFeature .jcarousel-clip, #allPromo .jcarousel-clip {
	margin:0;
	overflow:hidden !important;
	padding:0 !important;
	position:relative !important;
	z-index:2;
}
#promoFeature .jcarousel-clip-horizontal, #allPromo .jcarousel-clip-horizontal {
	width:920px;
}
#allPromo .jcarousel-clip-vertical {
	height:310px;
}
#promoFeature #nextsLinks, #allPromo #nextsLinks{
	display: block;
	position: absolute;
	top: -15px;
	/*left: 165px;
	*left: 175px;*/
	right:13px;
	width: 15px;
	height: 0;
	padding-top: 10px;
	overflow: hidden;
	background: url(../images/i_green_double_RightArrows.gif) 0 0 no-repeat;
	cursor:  pointer;
}
#allPromo #nextsLinks { /* Updated by Anwer for artf1057005 on 28th jan */
	left: 145px !important;
	_top:-20px;
	/*left: 155px !important;*/
}
.newProduct #nextsLinks {
	/*left: 185px !important;
	*left: 195px !important;
	top: -25px !important;*/
	left: 185px !important;
	*left: 195px !important;
}
#promoFeature #previousLinks, #allPromo #previousLinks{
	display: block;
	position: absolute;
	top: -15px;
	/*left: 145px;
	*left: 155px;*/
	right:33px;
	width: 15px;
	height: 0;
	padding-top: 10px;
	overflow: hidden;
	background: url(../images/i_green_double_LeftArrows.gif) 0 0 no-repeat;
	border-right: 1px solid #a6a6a6;
	cursor:  pointer;
}
.newProduct #previousLinks {
	/*left: 165px !important;
	*left: 175px !important;
	top: -25px !important;*/
	left: 165px !important;
	*left: 175px !important;
}
#allPromo #previousLinks { /* Updated by Anwer for artf1057005 on 28th jan */
	left: 125px !important;
	_top:-20px;
	/*left: 135px !important;*/
}
#promoFeature .jcarousel-next, #promoFeature .jcarousel-prev, 
#allPromo .jcarousel-next, #allPromo .jcarousel-prev {
	z-index: 3;
}
#promoFeature .jcarousel-prev-disabled, #allPromo .jcarousel-prev-disabled {
	background-position:0 -10px !important;
	cursor: default !important;
}
#promoFeature .jcarousel-next-disabled, #allPromo .jcarousel-next-disabled {
	background-position:0 -10px !important;
	cursor: default !important;
}
#featuredPromotions, .allPromotions {
	background:none; 
	clear: both; 
	overflow: hidden; 
	padding-top:10px !important;
	line-height: normal !important;
}
.allPromotions li { 
	background:none !important;  
	padding-left: 0px !important;
	float: left;
	width: 460px !important
}
#featuredPromotions li { 
	background:none !important;  
	width : 292px;
	margin-right: 20px;
	_margin-right: 10px;/*Hugh changed on Feb 05 for artf1061287 */
	float: left;
	padding-left: 0px !important;
}
#featuredPromotions li a { 
	padding-left: 0px !important;
}
#featuredPromotions li h4.promoFeatureHeader {
	font-family:"Times New Roman",serif;
	color: #00a1de;
	font-size: 30px;
	line-height:25px;
	padding-bottom:5px;
	font-weight:normal;
}
#featuredPromotions li p {
	margin: 0 0 5px 0 !important;	
}

ul.allPromoContent {
	background:none !important;
	clear: both;
	margin: 0 !important;
	
	
}
ul.allPromoContent li {
	background:none !important;
	border-top: 1px solid #ccc;
	padding: 5px 0px 10px 0px !important;
	clear: both;
	overflow: hidden;
}
ul.allPromoContent li div a{
padding-left:0px !important;
}
ul.allPromotions li.last {
	border-bottom: 1px solid #ccc;
}
ul.allPromoContent li img {
	float:left;
}
ul.allPromoContent  li div {
	float:left;
	width:290px; 
	padding: 5px 0px 0px 10px;
}
ul.allPromoContent li p {margin:0 0 5px 0 !important;}

/*----END:PROMO LANDING----------*/
/*************BEGIN: STYLE FOR PRESS RELEASE****************/
.filter {
	background: #f6f7f7;
	padding: 10px;
	clear: both;
	overflow: hidden;
	_height:1%;
	line-height:1.2em;/*Hugh edited on Mar 14*/
}
.filter label {
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}
.filter .region-label, .filter .country-label,  .filter .type-label{

	padding-bottom: 4px;
	font-weight:normal;
}
.filter div {
	display: block;
	float:left;
	padding-top:0px;
	padding-bottom: 3px;
}
.filter select {
	margin-right:10px;
	width: 197px;
	_margin-bottom: 5px;
}
.filter div.button {
	margin:0px;/*Hugh changed on feb 24 for UAT issue */
	float:left;/*Hugh changed on feb 24 for UAT issue */
	margin-top:17px;/*Merged Hugh's Changes as per his email on 07/26/2010 */
}
.filter .button input{ 
	width:120px;
}
.filteredDropdown {
	/*background: url(../images/h_filter_dropdown.gif) no-repeat;*/
	width:203px;
	_width:195px; /* Updated by Anwer for dropdown alignment on PE_LocateChPartner.php page on IE6 */
	height: 21px;
	position:relative;
	float:left;
	padding-right:10px;
	_padding-right:5px;/* Updated by Anwer for dropdown alignment on PE_LocateChPartner.php page on IE6 */
	margin-top:10px;
}
.filteredDropdown select {
	width:100%;
}
.filteredDropdown span {
	display:block;
	height:10px;
	overflow:hidden;
	padding:5px 0 9px 9px;
	white-space:nowrap;
	font-size:12px;
}
.filteredDropdown ul {
	background-color:#fff;
	display:none;
	left:0;
	position:absolute;
	top:21px;
	margin: 0px !important;
	width:182px;
	z-index:50;
}
.filteredDropdown ul li {width:auto; background:none !important}
.filteredDropdown ul li input {display: none;}
ul.pressItem {
	border-top: 1px solid #ccc;
	background:none !important;
	margin:15px 0 0 0px!Important;
}
ul.pressItem li {
	border-bottom: 1px solid #ccc;
	padding:10px 0 10px 0;
	clear: both;
	overflow: hidden;
	background:none !important;
	_height:1%;
}
ul.pressItem li strong {
	float: left;
	font-size: 18px;
	color:#5e5d5d;
	padding-right:5px;
}
ul.pressItem li strong span {
	color: #999999;
	font-size:12px;
	display:block;
	padding-top: 2px;
}

ul.pressItem li .pressContent {
	float:left; 
	width: 350px;
	_width: 340px;
}
ul.pressItem li .pressContent a{
	padding-left: 20px;
	font-size:12px;
	display:block;
	font-style: normal;
	font-weight: normal;
}
ul.pressItem li .pressContent p a 
{
	padding-left: 0px !important;
	float:right;
}

ul.pressItem li .pressContent a.collapse {
	background: url(../images/i-upArrow.gif) no-repeat 0px 2px;
	display:block;
	font-size:12px;
	height:10px;
	float:left;
}
ul.pressItem li .pressContent a.expand {
	background: url(../images/i-downArrow.gif) no-repeat 0px 2px;
	display:block;
	float:left;
	font-size:12px;
	height:10px;	
}
ul.pressItem li .pressContent a.expand span, 
ul.pressItem li .pressContent a.collapse span{display:none;}
ul.pressItem li .pressContent p {
	display:none;
	color:#666666;
	padding:5px 0 0 20px; 
	font-size:11px; 
}
ul.pressItem li a.pdf {
	background:url(../Images/i_pdf_yellow.gif) no-repeat top left;
	display:block;
	float:right;
	height:16px;
	width:16px;
}
ul.pressItem li a.pdf span {display:none;}
.pagination {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:right;
}
.pagination p {
	color: #666666;
	float: left;
}
.pagination a {
	display:inline !important;
	padding:0px !important;
}
.pagination a.next {
	float:right;
	position:relative;
	top:-15px;
	_top: -10px;
	width:50px;
}
*+html .pagination a.next {
	top: -22px;/* added by sudha for press listing page*/
}
.pagination a.previous 
{
	float:right;
	position:relative;
	top:-15px;
	*top: -15px;
	width:70px;
	/*border-right:1px solid #999;*//* commented by sudha for artf1061243*/
}
*+html .pagination a.previous {
	top:-15px;/* added by sudha for press listing page*/
}
.pagination ul {
	width: 370px;
	_width: 300px;
	margin: 0px auto !important;
	text-align: center;
	*position:relative;
	_top: 0px;
	padding:0px;/*Added by Sudha for artf1057431*/
}
*+html .pagination ul {
	/*top: -10px !important; added by sudha for press listing page*/
}
.pagination ul li{
	color: #666;
	display: inline;
	background:none !important;
	padding:0px;
}
.pagination ul li a{
	padding:0px;
}
/*************END: STYLE FOR PRESS RELEASE****************/

/**************SEARCH RESULT******************/
.searchFilter {
	background: #f6f7f7;
	padding: 10px;
	clear: both;
	overflow: hidden;
}
.searchFilter ul {
	float:right; 
	margin:0px !important; 
	padding:5px 0 0 0  !important;
}
.searchFilter ul li {
	background:none !important; 
	float:left;
	padding-left:0px !important;
}
.searchFilter ul li a{
	display:inline;
	padding:0px 2px 0 2px !important;
	font-weight:normal;
}
.searchFilter label {
	font-size: 11px;
	color: #666;
	
}
.searchBoxContainer {
	background-color:#E4E7E9;
	height:32px;
	padding:6px 2px 6px 6px;
	position:relative;
	margin-top:2px;
}
.searchBoxContainer .searchBox {
	background-color:#FFFFFF;
	height:28px;
	padding:2px;
	margin-right: 35px;
	_width: 570px;
	_margin-right:0px !important;
}
.searchBoxContainer .searchBox input.searchTerm{
	border:1px solid #FFFFFF;
	width: 610px;
	_width: 570px;
	color:#666666;
	font-size:13px;
	padding:5px;
	/*text-transform:uppercase;*/ /*removed by sudha on 27Jan for artf1058318*/
}
.searchBoxContainer .searchButton {
	position:absolute;
	right:0;
	top:5px;
	_right:5px;
}
.searchResult {
	margin-top: 20px;
}
.searchResult h3 span {
	color: #666666;
}
.searchCriteria {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	clear: both;
	overflow:hidden;
	_float:left;
}
.searchCriteria h3 {float:left}
.searchCriteria label { 
	font-size: 12px
}
.searchCriteria ul {
	float:right;
	padding: 0px !important;
	margin:0px !important;
}
.searchCriteria ul li {float:left; background:none !important}
.searchPagination,.pagination {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	clear: both;
	overflow:hidden;
	margin:2px auto;
	_height:1%;
}
.searchPagination p,.pagination p {
	float:left;
	margin:0px !important;
}
.searchPagination ul,.pagination ul {
	float:right;
	padding: 0px !important;
	margin:0px !important;
	width:auto;
}
.searchPagination ul li,.pagination ul li { 
	background: none !important; 
	float:left;
}
.searchPagination ul li a,.pagination ul li a {
	padding: 0 !important;
}
.searchPagination ul li span.active,.pagination ul li span.active {
font-weight:bold !important;
}/*added by Sudha on 29th Jan for search*/
ul.searchItem {
	margin:0px !important;
	padding:0px !important;
}
ul.searchItem li {
	background: none !important;
	padding:10px 0px 5px 0px;
	border:0px;
	border-bottom: 1px solid #ccc;
	clear: both;
	overflow: hidden;
	_height:1%;
}
/*ul.searchItem li .recommended {
	color:#e98300; 
	border-right: 1px solid #999999; 
	padding-right: 5px;
	margin-right: 5px;
}*/

ul.searchRecommended
{
      margin:0px !important;
      padding:0px !important;
}

ul.searchRecommended li {
      background: #fefbf2 !important;
      padding:10px 0px 5px 0px;
      border:4px;
      border-bottom: 1px solid #ccc;
      clear: both;
      overflow: hidden;
      _height:1%;
}

ul.searchItem li a { 
	display:inline; 
	padding:5px 0px 5px 0px !important;
}
ul.searchItem li p {margin:0 !important;}
.searcContent {
	width:440px;/*updated by sudha on 28jan for artf1058426*/
	float:left;
	word-wrap:break-word;/*Hugh added on 5 Feb for artf1061353 */
}
.category{
	color:#999;
	float:left;
	padding-left:25px;/*updated by sudha for search page*/
}
.fileType  {
	color:#999;
	float:right;
	padding-right: 5px;
	text-transform: uppercase;
	width:12%;
}

#left.refineSearch h3 span{
	color:#00A1DE;
	font-size:14px;
	padding:4px 11px 4px 11px;
	border-bottom: 1px solid #ccc;
	text-transform:none;/*Added by sudha 20Jan for Search page*/
}
#left.refineSearch  ul.refine1 li {
	border-bottom: 1px solid #ccc;
}
#left.refineSearch  ul.refine1 li span{
	border-bottom:medium none;
	border-top: 1px solid #ccc;
}/*added by sudha on 28jan for artf1058451*/
#left.refineSearch  ul.refine1 li ul li {
	border-top: 1px solid #ccc;	
	border-bottom: none !important;
	overflow:hidden !important;
}
#left.refineSearch  ul.refine1 li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 11px !important;
	color: #6a4061;
}
#left.refineSearch  ul.refine1 li.active a{
color: #999;
}
#left.refineSearch  ul.refine1 li.active ul li a{
color: #6a4061;
}
#left.refineSearch  ul.refine1 li ul li a {
	text-transform: none !important;
	font-weight: normal !important;
	font-size: 12px;
	padding: 7px 32px !important;
	_padding: 7px 32px 0px 32px !important;
	color: #6a4061;
}
#left.refineSearch  ul.refine1 li ul li a:hover {
	color:#999;
	background: url(../Images/i-grayTriangleRight.gif) 24px 10px no-repeat !important;
}
#left.refineSearch  ul.refine2 {
	padding-bottom:0;
	_padding:0px !important;/* added by Sudba on jan25 for search page*/
	line-height:15px;/*Added by sudha 27Jan for Search page*/
}
#left.refineSearch  ul.refine2 li.active a{
	color: #999 !important;
}
/* Added as per RESMAN:1400*/

 div.searchSurveyBox {
            background-color: #F6F7F7;
            padding:15px 5px;
            margin-top:15px;
      }
  div.searchSurveyBox h4 {
            margin-bottom:10px; 
            color:#666666; 
            text-align:center;
            font-size: 12px;
      }
      div.searchSurveyBox p {
            text-align:center;
            
      }  
div.searchSurveyBox a.button span
{
   line-height:16px!important;
	padding: 3px 20px 7px 15px !important;	
	color: #fff !important;
	text-transform: uppercase !important;
	font-size:10px !important;
	font-weight: bold !important;	
	display:inline-block !important;
}

div.searchFilter p
{
    float:left;
}

      
      /*************SEARCH RESULT***********/
/***************************BEGIN: Country Selector***************************8*/
/*.oneCol #center .countrySelectContent .four-col .col {
	overflow: visible;
}
.oneCol #center .countrySelectContent .four-col .last
{
	margin-top: 15px;
}
#footer.countrySelector {
	margin-top: 10px;
	border-top: 1px solid #999;
}
.countrySelectContent p {
	float:left; 
	padding-top:5px;
}
.countrySelectContent .button {float:left;}
.countrySelectContent .four-col { 
	clear:both; 
	overflow:hidden;
	border-top: 1px solid #999
}
.oneCol #center .countrySelectContent .four-col .col a{
	padding-left:8px;
}
.countrySelectContent a:hover {
	background-position:0px 8px;
}
.countrySelectContent .filteredDropdown ul {
	border: 1px solid #999;
	width: 185px;
}
*/
/**BEGIN: Country Selector**/

/**BEGIN: Locate Channel partner*/
.channelPartnerHead{
margin:15px 0px 0px 8px !important;/* added by Sudha on 25Jan for channel partner*/
}
ul.channelPartner{
	margin: 0 !important;
	padding:15px 0 0 0 !important;
	line-height: normal !important;
	clear:both;
	overflow: hidden;
	_height: 1%;
}
ul.channelPartner li {
	border-bottom: 1px solid #ccc;
	background: none !important;
	clear: both;
	overflow: hidden;
	padding-bottom:10px;
	_height: 1%;
 }
ul.channelPartner p { 
	margin: 5px 0 0 0 !important;
}
ul.channelPartner img {
	float: right;
	margin:10px 10px 0 0 !important;
}
ul.channelPartner li div a {
/*padding-left:0px !important;*/
}
.contacrDetail {
	float:left;
	margin-top:10px;
}
.contacrDetail p span a{
padding-left:0px !important;
}
.contacrDetail iframe, .contactMapWrapper iframe.mapBox {
	border:2px solid #666;
	width: 400px;
	height: 300px;
	background-color: #ccc;
	margin: 5px 0 0 0;
}/*Added by Sudha for Contact us page on 22Jan*/
.contacrDetail address {
	font-style: normal !important;
}
/**END: Locate Channel partner**/
.eventDetail h4{line-height:15px;margin:0px 0px 5px 0px;}/*Added by Sudha on 27Jan for event page*/
.eventDetail span{line-height:15px;}/*Added by Sudha on 27Jan for event page*/
/***BEGIN: Contact Us Page****/
#region-selector {
	/*border-bottom:1px solid #ccc;*/
	padding:10px 0px 20px 0px;
	overflow: hidden;
}
#region-selector .button {
	float:left;
	margin:15px 0px 0px 0px;
	/*_margin:0px 7px 0px 0px;*//*updated by sudha for filter button placement on 22jan*/
}
#region-selector .select {
	margin-right: 15px !important;
	_margin-right: 5px !important;
	float: left;
}
#region-selector div {
	float: left;
}
#region-selector div.filter {
	float: none;
}
#corp-info{	
    margin: 10px 0px 5px 0px;
	_margin: 10px 0px 25px 0px;
	float:none;
    clear: both;
	color: #666;
	line-height: 15px;
	overflow: hidden;
}
#corp-info .contacrDetail{
	float:left;
}
div.contactDiv{
	float:left;
	width:100% !important;	
}
#corp-info div.contactDiv img {
	float: right;
	margin:5px 10px 0 0 !important;
}
#corp-info strong{
	color: #666;
	display: block;
	padding: 5px 0px;
}
.country-filter {
	padding: 5px 0;

}
.country-filter label{
	float: left;
	display: block; 
	width: 100px;
	font-weight: bold;
	padding-top: 0px;
	background-color: #fff;
}
.country-filter select{
	float: left;
}
.country-select, .type-select {
	border: 1px solid #c4c7c2;
	font-family: "Arial", Sans-Serif;
	font-size: 12px;
	margin-bottom: 5px;
	background:  #fff;
	color: #666;
	float: left;
}
.countries{
	margin:0 !important;
	padding: 0 !important;
	list-style: none !important;
	clear: left;
	width: auto;
}
.countries h3{
	padding-bottom: 5px !important;;
	border-bottom: 1px solid #666 !important;;
	margin-bottom: 5px !important;
	background-color: #fff;
}
.country{
	list-style: none !important;
	margin-top: 15px !important;
	padding:0 !important;
	background: none !important;
}
.countries .channelPartner{
	padding: 0px !important;
	margin-left: -6px !important;
}
.countries p {
	margin: 0 !important;
}
.offices{
	list-style: none !important;
	margin: 0 !important;
	padding:0 !important;
}
.offices li{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.offices li a{
	display: block;
}
#regionContent{
	clear: both;
	width: auto !important;
	float: none !important;
}

#regionContent iframe{
	border:2px solid #666;
	width: 400px;
	height: 300px;
	background-color: #ccc;
	margin: 5px 0 0 0;
}

.offices address{
	font-style: normal;
	display: block;
}
.region a { display: inline !important;}
.mapURL {
	background: url(../images/i-sort_asc.gif) no-repeat 0px 5px !important;
	color:#666666;
	font-weight:bold;
	clear:both;
	display:block !important;
	float:left;
	font-weight:bold;
	margin-top:3px !important;
	overflow:hidden;
	padding-left:10px;
	vertical-align:middle !important;
}
.map_opened{
	background: url(../images/i-sort_desc.gif) no-repeat 0px 5px !important;/*Added by hugh on 19jan*/
}
/***BEGIN: Contact Us Page****/
#content .newProduct select.select {
	margin-bottom:10px;
}
.newProductCont {
	/*margin-top: 20px;*/
}

/*ABout Us Page*/
#overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 990;
	top: 0;
	left: 0;
}
#flash, #ourMissionFlash{
	display: none;
	position: absolute;
	width: 956px; height:466px;
	margin: -233px 0 0 -478px;
	top:50%;
	left:50%;
	z-index: 1000;
	
}

/*Product Page style*/
.productSummary li {
	padding:15px 10px;
	/*width:667px;*/
	background-image: none !important;
	overflow: hidden;
	clear: both;
	_height:1%;
}
.productSummary li.odd {
	background-color:#F3F3F3 !important;
}

.productSummary li .left {
	width:500px;/*Hugh edited on Mar 10 for UAT issue 1217*/
	float: left;
	*margin-right:0px;
}
.productSummary li .left p {
	float:left;
	width: 390px;/*Hugh edited on Mar 10 for UAT issue 1217*/
	margin: 0px !important;
}
.productSummary li .left p a{
	padding: 0px 5px 5px 0px !important;
}
.productSummary li  .left img {
	float: left;
	padding: 0px 10px 0px 0px !important;
	margin: 0px !important;
}
.productSummary li .right {
	float:right;
	width: 140px;/*Hugh edited on Mar 10 for UAT issue 1217*/
	/**width:130px;
	_width: 140px;*//*Hugh edited on Mar 10 for UAT issue 1217*/
}
.productSummary li .right .button input {
	width: 120px;
	*width: 120px;
}
.productLit {
	clear: both;
	overflow: hidden;
	_height:1%;
	padding: 0 10px;
}
.productLit .productLitLeft {
	float: left;
	width: 320px;
	_width: 300px;
	margin-right: 10px;
}
.productLit ul li.productLitLeft, .productLit ul li.productLitRight {
background-image:none !important;
}
.productLit .productLitRight {
	float: left;
	width: 320px;
	_width: 300px;
}
.productLit li a {
	padding: 0px 5px !important;
}
.productLit h4 {
	margin-bottom: 10px;
}

.rohsLookup {
	margin-bottom:20px;
}
.rohsLookup .button{
	margin-top: 5px;
	display: block;
	clear:both;
}
.partNumberComplaint {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.partNumberComplaint h4{
	float:left;
	margin-right: 10px;
}
.partNumberComplaint span {
	padding-top: 5px;
	display: block;
}

/*Product Comparison*/
table.productComparison {
	margin: 10px 0 30px 0px;
	width: 896px;
	border: 1px solid #666;
}
table.productComparison tr.odd {
	background: #eee;
}
table.productComparison td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
	color: #666;
	padding:4px;
}

table.productComparison td a:hover {
	text-decoration:underline;
}

table.productComparison th {
	padding: 5px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	color: #666666;
	font-weight: bold;
	text-align:center;
}
.striped{
	background-color:#f9f9f9;
}
.addToCart strong 
{
	float:left;
	margin:5px 5px 0 0px;
}
.addToCart input.quantity
{
	width:30px;
	float:left;
	border: 1px solid #ccc;
}
#twoColumnList {
	clear: both;
	overflow:hidden;
}
#twoColumnList div {
	font-weight:bold;
}
#twoColumnList ul {
	padding-top:5px;
}
#twoColumnList ul li 
{
	background:transparent url(../images/icon_checkmark.jpg) no-repeat scroll 0px 0px;
	width : 310px;/*updated by sudha on 11feb for artf1062337*/
	float:left;
	margin-right: 10px;
	padding-left:16px;
}/*updated by sudha on 29jan for artf1058446*/
#twoColumnList ul.cat li 
{
	background:transparent url(../images/li-bullet.gif) no-repeat scroll 0px 0px;
}/*Hugh added on Feb 5 2010 per Rajneesh's email */
#twoColumnList ul li a {
	padding: 0px !Important;
}
#twoColumnList h4 {
	color:#00A1DE;
	font-size:12px;
	font-weight:normal;
padding:10px 0 5px;
	
}
#utilityNav #un-share .stico_default 
{
	background:url(../images/i-share.gif) no-repeat left center !important;
	_padding: 3px 5px 0 13px !important;
}
em span#lblEcommerceNotAvailable 
{
    font-style:italic;
}
.feature ul li {
    background:none !important;
	padding:0px !important;
	line-height:20px;
	_line-height:2px;/*changed by sudha on 16feb for artf1048586*/
}
.feature ul li a{
padding:0px;
	padding-left:0px !important;
	_line-height:0px;	/*changed by sudha on 16feb for artf1048586*/
}
.searchHelp .button{
	position:absolute; 
	top:10px;
	right:10px;
	z-index:51;
}
#content .ajaxmsg img{
	margin: 0 3px; 
	vertical-align: middle;
}
.button input.disabledBtn{
	background-image:url(../images/button-default-disabled-right.png);
	cursor:default;
}

.sitemap .col a:hover {
	color: #999;
	background: url(../images/i-grayTriangleRight.gif) 24px 8px no-repeat;
}
.countrySelectContent a:hover{
	color: #999;
	background:none;
}
.oneCol .sitemap .col a {
	padding-left:5px;
}
.oneCol .sitemap .col a:hover {
	background-position:0px 8px !important;
	color:#999999;
	text-decoration:none !important;
}
.textCallout {border: #e5e5e5 1px solid; background: url(../images/bg_firsts_tile.gif) #fff repeat-x left top;margin: 10px 0px 10px 10px;padding:10px 12px 10px 12px; clear:both; float:right}
.displyBlock{ display:block;}

.progressStyle
{
	position:absolute;
	top:370px;  
	left: 500px; 
	z-index: 999;
}

/*Search results processing panel styles*/
.modalBackground 
{
    background-color:Gray;
    opacity:0.60;         
    -moz-opacity:0.60;
    filter:alpha(opacity=60);
    z-index: -1;
}
.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#FFFFFF; 
    position:absolute; 
    width:300px; 
    height:80px;    
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align: middle;
} 
/*Search results processing panel styles - End*/

/* Table styling - ChartA - Tessa 08112011 */
#content #ChartA {
	padding: 0;
	margin: 15px 0;
	border-collapse: collapse;
	border: 0 !important;
	empty-cells: show;
	max-width:940px;
	_max-width:940px;
}

#content #ChartA thead th, #content #ChartA thead td  {
	padding: 0.5em 1em;
	text-align: left;
	background-color: #9CD4EF;
	border: 0;
	border-bottom: 4px solid #FFF;
	color:#FFFFFF;
	font-weight:bold;
}

#content #ChartA tbody th, #content #ChartA tbody td.head {
	background-color: #E7ECF0 !important;
	border-bottom: 1px solid #C7D3E1;
	font-weight:bold;
	color:#666;
	border-right: 0;
	border-left: 0;
	padding: 1.2em 1em;
}

#content #ChartA tbody td {
	border-bottom: 1px solid #C7D3E1;
	border-left: 0;
	border-top: 0;
	border-right: 1px solid #E8E8E8;
	padding: 1.2em 1em;
	line-height: 1.5;
}

#content #ChartA tbody tr.alt td {
  background-color: #F7F7F7;
}

#content #ChartA tbody td.lastRow, #content #ChartA tbody th.lastRow, #content #ChartA tbody td.head .lastRow {
	border-bottom: 0;
}

#content #ChartA tbody td:last-child, #content #ChartA tbody td.lastColumn {
	border-right:0;
}
/* Table styling - ChartA - End */

/*XRtool style*/
.xr_gray_white_tb{
	border-bottom:1px solid #666;
}
.xr_gray_white_tb th,.xr_gray_white_tb td
{
	border-width:1px 0 0 1px;
	border-color:#666;
	border-style:solid;
	padding:2px 4px;
	width:50%;
}
.xr_gray_white_tb th{
	color:#FFF;
	background-color:#999;
	font-weight:bold;

}
/*Added by Chirag*/
.xr_gray_white_tb .xr_grid_Header, .xr_gray_white_tb .xr_grid_Header td{
	color:#FFF;
	background-color:#999;
	font-weight:bold;

}
.xr_gray_white_tb .xr_grid_Header_Orange, .xr_gray_white_tb .xr_grid_Header_Orange td{
	color:Black;
	background-color:Orange;
	font-weight:bold;

}

.xr_AutoSuggest_CompleteList
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C4C7C2;
	color:#666666;
	font-family:"Arial",Sans-Serif;
	font-size:12px;
	z-index:100;		
}
.xr_AutoSuggest_ListItem, .xr_AutoSuggest_CompleteList li
{
	background:#FFFFFF none repeat scroll 0 0 !important;
	border:none;
	color:#666666;
	font-family:"Arial",Sans-Serif;
	font-size:12px;
	margin:0;
	padding:1px;
	z-index:100;
	list-style:none;	
}
.xr_AutoSuggest_SelectedItem
{
	background-color:#00A1DE !important;
	border:none;
	color:#00A1DE !important;
	font-family:"Arial",Sans-Serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:1px;
	z-index:100;
	list-style:none;	
	cursor:pointer;
}
/*End Added by Chirag*/

.xr_gray_white_tb td
{
}
.xr_gray_white_tb p
{
	margin:0;
}
.xr_gray_white_tb .gray td
{
	background-color:#8b9290;
	color:#fff;
}
.xr_gray_white_tb .xr_white_td td
{
	background-color:#fff;
	color:#000;
}
.xr_gray_white_tb .gray_td
{
	background-color:#8b9290;
	
}
.landing_page_tb_alt td
{
	background-color:#e4e7e9;
}
.textinred
{
	color:#F00;
}
#landing_page_tb td
{
	height:23px;
	
	vertical-align:middle;
}
#xr_user_advice td{
	padding:3px 5px;
}
.xr_blue_h3
{
	font-size: 14px;
	color: #00a1de;
	text-decoration:underline;
}
.xr_blue_h3 span
{
	font-weight:bold;	
}
.xr_orange_p
{
	color:#ff9966;
}
.xr_form{margin:10px auto; height:24px;}
.xr_form .input{ float:left;}
.xr_btn{
	display:block; 
	float:left;
	_margin-top:3px;
}
#landing_page_tb td
{
	height:18px;
	line-height:14px;
	vertical-align:middle;
	padding:3px;
}

.errorHighlight
{
    border:solid 2px red !important;  
}
/*End XR Tool Style*/
#coolSites {
border:1px solid;
margin:7px 0;
position:relative;
border-color:#aaa;
}
#coolSites .topLeft {
left:-1px;
position:absolute;
top:-1px;
background:url("../images/grey_corner_20100525.gif") no-repeat scroll -5px -5px transparent;
_background:none;
height:5px;
width:5px;
}
#coolSites .topRight {
position:absolute;
right:-1px;
top:-1px;
background:url("../images/grey_corner_20100525.gif") no-repeat scroll 0px -5px transparent;
_background:none;
height:5px;
width:5px;
}
#coolSites .btmLeft {
bottom:-1px;
left:-1px;
position:absolute;
background:url("../images/grey_corner_20100525.gif") no-repeat scroll -5px 0px transparent;
_background:none;
height:5px;
width:5px;
}
#coolSites .btmRight {
bottom:-1px;
position:absolute;
right:-1px;
background:url("../images/grey_corner_20100525.gif") no-repeat scroll 0 0 transparent;
_background:none;
height:5px;
width:5px;
}

#coolSites .body {
padding:3px 0 0;
}
#coolSites .body ul {
list-style:none outside none;
height:25px;
padding:0 14px;
margin:0;
}
/* Added By Chirag, to handle the UI overflow*/
#coolSites .body ul.overflow{
list-style:none outside none;
height:50px;
padding:0 14px;
margin:0;
}
/* End Added By Chirag*/

#coolSites .body ul.bgColor {
background-color:#f2f2f2;
}
#coolSites .body li {
float:left;
line-height:25px;
margin-right:10px;
background:none !important;
}
#coolSites .body li.title {
font-weight:bold;
width:170px;
}
#coolSites .body li a {
line-height:25px;
}

/*Begin survey Styles*/
#dvSurveyHead .surveyHeader
{
    background-color:#DDDDDD;
    border:solid 1px Gray;
    color:Black;
    width:500px;
    height:25px
}

#dvSurveyHead .surveyPanel
{
    background-color:White;
    border:solid 1px Gray;
    height:300px;
    width:500px;
}


#dvSurveyHead .surveyheadP
{
    PADDING-RIGHT:11px;
    DISPLAY: block !important;
    PADDING-LEFT: 11px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 7px;
    COLOR: #6a4061;
    PADDING-TOP:7px;
}

#dvSurveyBody .surveybodyPCenter
{
    PADDING-RIGHT:11px;
    DISPLAY: block;
    PADDING-LEFT: 11px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 7px;
    COLOR: #6a4061;
    PADDING-TOP:20px;
    text-align:center;
    font-weight:bold;
}

#dvSurveyBody .surveybodyP
{
    PADDING-RIGHT:11px;
    DISPLAY: block;
    PADDING-LEFT: 11px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 7px;
    COLOR: #6a4061;
    PADDING-TOP:10px;
}

/*Modal Popup*/
#dvSurveyBody .surveybodyP2
{
    PADDING-RIGHT:11px;
    DISPLAY: block;
    PADDING-LEFT: 11px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 7px;
    COLOR: #6a4061;
    PADDING-TOP:10px;
    text-align:center;
}

#dvSurveyBody .surveybodyP2 .surveyButton
{
    font-size: 12px;
	height:26px;
	_height:18px;
	padding: 0 0 0 5px;
	_padding: 0 0 0 3px;
	text-align:center;
	width:75px;
	_width:75px;
}