/*
 * Stili utilizzati quando si mostra il DETTAGLIO di un prodotto
*/
.produuct-full
{
	border: 1px solid #cccccc;
	padding: 4px;
}

.product-full .title
{
	position: relative;

	background-color: #ccccff;
	font-weight: bold;
	font-size: 200%;
	padding: 4px;
	padding-right: 132px;

	border: 1px solid black;

	min-width: 392px;
}

.product-full .image
{
	position: relative;
	border: 2px solid black;
	background-color: white;
	padding: 5px;
}

.product-full .descr
{
	border: 1px solid #cccccc;
	padding: 4px;
	text-align: left !important;
}

.product-full .discount
{
	position: absolute;

	background-image: url(../gfx/discount.png);
	background-repeat: no-repeat;

	width: 64px;
	height: 64px;

	right: 0px;

	display: none;
}

.product-full .red
{
	text-align: center;
	background-color:  #CB0101;
	color: white;
	font-weight: bold;
	font-size: 110%;
}

.product-full .cast
{
	height: 198px;
	overflow: auto;
}

#product-discount
{
	position: relative;

	color: white;

	font-size:   15px;
	font-weight: bolder;
	padding-left: 9px;
	padding-top: 20px;
}

.product-full .cart-box
{
	border: 1px solid black;
	padding: 8px;
}

.product-full .cart-box .title
{
	font-size: 120%;
}

.product-full .cart-box .amount, 
.product-full .cart-box .amount-del,
.product-full .cart-box .amount-discount
{
	text-align: right;
}

.product-full .cart-box .amount-del
{
	color: red;
	text-decoration: line-through;
}

.product-full .cart-box .red
{
	background-color: #CB0101;
	color: white;
}

.product-full .cart-box .amount-discount
{
	color: green;
}

.product-full .cart-box .add-cart 
{
	background-image: url(../gfx/add_cart.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 48px;
}

.product-discount-small 
{
	position: absolute;

	top: 3px;
	right: 90px;

	background-image: url(../gfx/discount_small.png);
	background-repeat: no-repeat;

	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 10px;

	padding-top: 8px;

	width: 32px;
	height: 32px;
}

.buy-small {
        position: absolute;
        right: 0px;
        top: 0px;
}


.add-cart-small-box {
        border: 2px solid #cccccc !important;
	background-color: white;
	color: black;
}

.add-cart-small-box td .price {
        background-color: #C1D7BB;
        color: black;
        font-weight: bold;
        font-size: 110%;
}

.add-cart-small {
        width: 25px; 
        height: 25px;
        background-image: url(../gfx/add_cart_small.png);
}

.strong_product_name {
	font-weight: bold;
	border: 0px;
	font-size: 12px;
}

.product-row {
	position: relative;

	font-size: 10px !important;

	/* width: 190px; */

	border: 1px solid #cccccc;
	border-bottom: 1px;
	padding: 2px;

	height: 48px;
	clear: both;
}

.product-row:hover {
	background-color: #ffcccc;

	cursor: pointer;
}

.product-row .img {
	float: left;

	width: 40px;
	overflow: hidden;

	border: 1px solid black;
	margin-right: 2px;
}

.product-row .descr {
	float: left;
	font-size: 10px !important;

	width: 130px;
}

.product-row .price {
	float: right;

	font-size: 10px !important;
	text-align: right;
	width: 80px;
}
