div.preview {
	position:relative;
	float: left;
	margin-right: 10px;
    z-index:4;
}
div.preview div.price {
	position:absolute;
	z-index:5;
	margin: 3px;
	font:bold 10px Tahoma,Arial,Verdana,Helvetica;
	background-color: #8511b0;
	padding:3px 5px;
	color:#fff;
}
div.preview div.price.special {
	background-color: #D91B0B;
}
.product h3 {
	font-size: 1.7em;
	margin-bottom: 10px;
}
.product h3 a:link, .product h3 a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.product h3 a:hover, .product h3 a:active {
	color: #007bbb;
	
}

img.galeria_mini {
	border: 1px solid #e5e5e5;
    margin-bottom: 2px;
    padding: 1px;
    background-color: #ffffff;
}
table.product_gallery {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}



a.addCart {
    float: right;
    background: url("/images/button-add-cart.png");
    text-indent: -3000em;
    width: 46px;
    height: 23px;
    margin-top: 5px;
    display:block;
}


div.product {
	width: 522px;
	background: #ffffff url("/images/product-center-bg.png") 0 100% no-repeat;
	margin-bottom: 10px;
	height:auto !important;
	height: 140px;
	min-height: 140px;
	padding-bottom: 10px;
}
div.product div.body {
	padding: 10px;
}
div.product div.body div.desc {
	float: left;
	width: 355px;
}
div.product div.body p.text {
	font: 11px/17px Arial, Tahoma, Verdena;
	color: #747474;
	text-align: justify;
}


