/* tr-tr styles */
ul#NavigationPrimary li a#ProductsServices { background-image: url(/pics/retail/shared/navigation/products_services_tr-tr.png); }
ul#NavigationPrimary li a#SolutionCenter { background-image: url(/pics/retail/shared/navigation/solution_center_tr-tr.png); }
ul#NavigationPrimary li a#SupportDownloads { background-image: url(/pics/retail/shared/navigation/support_downloads_tr-tr.png); }

/* 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 input { 
	width: 18em;
}
#LoginConsumerFunction .loginSection .login-form fieldset select { 
	width: 19em;
}
