/* PWS_PRICES STYLES sezione front-end*/

/* Stili per i prezzi */
.productsPrice,.productSpecialPrice,.productsPriceSlashed{
	font-size: 12px;
	color:black;
}
.productsPrice{
	font-weight: bold;
}
.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-size:12px;
}

/*
 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 #3d5e5f;
	border-top:1px solid #fdfeff;
	border-left:1px solid #fdfeff;
}
#pws_prices_discounts_table,#pws_prices_discounts_table tr td{
	width:100%;
	font-size:19px;
	font-weight:bold;
	color:#cc0000;
	border:none;
}

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