@charset "UTF-8";
/* CSS Document */
/* pt-br styles */

ul#NavigationPrimary li a#ProductsServices { background-image: url(/pics/retail/shared/navigation/products_services_pt-br.png); }

ul#NavigationPrimary li a#SolutionCenter { background-image: url(/pics/retail/shared/navigation/solution_center_pt-br.png); }

ul#NavigationPrimary li a#SupportDownloads { background-image: url(/pics/retail/shared/navigation/support_downloads_pt-br.png); }

#SidebarPrimary .finder .channel {background: url(/pics/finder/bgtall2.png) no-repeat 0 100%;}
#SidebarPrimary .finder .header {background: url(/pics/finder/bgtall.png) no-repeat 0 0;height: 41px;}

/* Hide "help me pick" button */
div.sectionInfoBlock a.highlightButton span {width:200px; }
div.sectionInfoBlock a.highlightButton span em {text-align: center; width:200px; }
ul#NavigationPrimary li div.channel ul.buttons li a.helpMePick {display:none;}
/* End hide "help me pick" button */

#ProductFinderHelpMePick div.modalContent div.channel div.content div.tabs ul.tabNav li {width:187px} 

/* To fix drop-down issue in customer login page - old browsers(IE6/7/8, Opera7, maybe more) will cut off options list if they are longer than the defined width. */
#LoginConsumerFunction .loginSection .login-form fieldset label { 
	width: 110px;
}
#LoginConsumerFunction .loginSection .login-form fieldset input { 
	width: 18em;
}
#LoginConsumerFunction .loginSection .login-form fieldset select { 
	width: 19em;	
}

 
