/* PWS_PRICES STYLES sezione front-end*/

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


.productSpecialPrice,.scontoPrezzo{
	font-weight: bold;
	color: #F39;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}




.productsPriceSlashed,.prezzoListinoBarrato{
	font-weight: normal;
	font-size: 12px;
	text-decoration: line-through;
}

.prods_content padding.prezzoListinoBarrato{
	font-weight: normal;
	font-size: 12px;
	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:Arial, Verdana;
	font-size:10px;
	color: #333;
}

/*
 Table usata per il riassunto del prezzo prodotto
 nella scheda prodotto (product_info)
 */
 
#pws_prices_discounts_table{
	
	
}
#pws_prices_discounts_table,#pws_prices_discounts_table tr td{
	width:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #666;
}

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

