﻿/* Product page */
table.pricelist_table tr td div.product_container_wrapper { padding: 7px 0; }
table.pricelist_table a.pricelist_link { border: none; }
table.pricelist_table tr.pricelist_alt_row { background-color: Transparent; }
table.pricelist_table td { padding: 2px 3px; border-top: 1px solid #454545; }
table.pricelist_table th.pricelist_productname { text-align:left; }
table.pricelist_table th { padding: 2px 3px; white-space:nowrap; }
table.pricelist_table div.inventory_status_wrapper { text-align: center; }
table.pricelist_table td.pricelist_unit_per_parcel_text { text-align: right; }
table.pricelist_table td.pricelist_listprice {text-align: right;}
table.pricelist_table td.pricelist_quantity { text-align: center; }
table.pricelist_table td.pricelist_image { width: 185px; }
table.pricelist_table td.pricelist_quantity input.pricelist_count_field { margin: 0; }
table.pricelist_table td.pricelist_bottlesize { white-space: nowrap; }

/* Favorites */
div#divWineCatalog input { margin: 5px 10px; border: 1px solid black; }

/* Mini cart */
div.mini_cart_container { text-align: right; }
div.mini_cart_container p { margin-bottom: 0; }

/* Product */
div.prod_container div.prod_price div.prod_price_nota_extra
{
	display: block;
	color: White;
	font-family:Georgia;
	font-size:11px;
	font-weight:bolder;
	text-align:center;
	line-height:10px;
	position: absolute;
	bottom: 15px;
	width: 100%;
	font-family: Calibri,Arial,Helvetica;
}
