@charset "UTF-8";
/* CSS Document */
/* es-la styles */

ul#NavigationPrimary li a#ProductsServices { background-image: url(/pics/retail/shared/navigation/products_services_es-la.png); }

ul#NavigationPrimary li a#SolutionCenter { background-image: url(/pics/retail/shared/navigation/solution_center_es-la.png); }

ul#NavigationPrimary li a#SupportDownloads { background-image: url(/pics/retail/shared/navigation/support_downloads_es-la.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 */


/* 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: 120px;
}
#LoginConsumerFunction .loginSection .login-form fieldset input { 
	width: 17em;
}
#LoginConsumerFunction .loginSection .login-form fieldset select { 
	width: 18em;
}

