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