/* pl-pl styles */
ul#NavigationPrimary li a#ProductsServices { background-image: url(/pics/retail/shared/navigation/products_services_pl-pl.png); }
ul#NavigationPrimary li a#SolutionCenter { background-image: url(/pics/retail/shared/navigation/solution_center_pl-pl.png); }
ul#NavigationPrimary li a#SupportDownloads { background-image: url(/pics/retail/shared/navigation/support_downloads_pl-pl.png); }

/* fitting the homepage news feed */
#News { padding:0 0 4px 15px; }
#News h3 { padding-right:15px; }
#News a.feed { margin:13px 0 0 15px; }
#News a.feed em { padding:0 15px 0 0; }
/* prod detail bottom tabs */
ul.tabNav li a { font-size: 90%; }


/*close button for long text*/
div.ui-dialog a.ui-dialog-titlebar-close {
background:transparent url(/pics/retail/shared/components/modal-close-button-bg-long.png) no-repeat scroll 100% 0;
width:72px;
}
/* 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: 125px;
}
#LoginConsumerFunction .loginSection .login-form fieldset input { 
	width: 16em;
}
#LoginConsumerFunction .loginSection .login-form fieldset select { 
	width: 17em;	
}
