/* fr-fr styles */
ul#NavigationPrimary li a#ProductsServices { background-image: url(/pics/retail/shared/navigation/products_services_fr-fr.png); }
ul#NavigationPrimary li a#SolutionCenter { background-image: url(/pics/retail/shared/navigation/solution_center_fr-fr.png); }
ul#NavigationPrimary li a#SupportDownloads { background-image: url(/pics/retail/shared/navigation/support_downloads_fr-fr.png); }

/* suppress cart info and order status until eCommerce functionality removed from templates */
#ShopInfo { display:none }

/* 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: 19em;
}
#LoginConsumerFunction .loginSection .login-form fieldset select { 
	width: 20em;	
}
