/* PWS_PRICES STYLES sezione front-end*/

/* Stili per i prezzi */
.productsPrice,.productSpecialPrice,.productsPriceSlashed{
	font-family: Verdana, Arial, sans-serif;
	font-size: 17px;
	color:#993;
}

.ml_productListing-data .productsPrice{
	font-family:Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}

.productsPrice{
	font-size: 10px;
}


.productSpecialPrice{
	font-weight: bold;
	color: red;
}
.productsPriceSlashed{
	font-weight: normal;
	font-size: 88%;
	text-decoration: line-through;
}



/*
 Table usata per il riassunto del prezzo prodotto
 nel checkout_confirmation, nel riassunto dell'ordine,
 e nel carrello
 */
#pws_prices_resume_table,#pws_prices_resume_table td{
	width:100%;
	font-family:"Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color:#666; 
	font-weight:bold;
	padding-right:2px;
}

/*
 Table usata per il riassunto del prezzo prodotto
 nella scheda prodotto (product_info)
 */
 
#pws_prices_discounts_table{
	border-right:1px solid #3d5e5f;
	border-bottom:1px solid #f00;
	border-top:1px solid #fdfeff;
	border-left:1px solid #fdfeff;
}
#pws_prices_discounts_table,#pws_prices_discounts_table tr td{
	width:100%;
	font-family:Arial, Verdana;
	font-size:12px;
	font-weight:normal;
	background: #f2eef3;
}

#pws_prices_discounts_table_big,#pws_prices_discounts_table_big tr td{
	width:100%;
	font-family:Arial, Verdana;
	font-size:12px;
}

.note_spedizione { background-color: #fff; font-size:10px; font-family:"Trebuchet MS", tahoma, verdana, arial, sans-serif; color:#666; width: 200px; }

