body {
	width: 300px;
	height: 250px;
}

#banner-container {
	width : 298px;
	height: 248px;
}

.product-container {
	width: 298px;
	height: 248px;
}

.product-name {
	width: 185px;
}

.product-name a {
	font-size: 14px;
	line-height: 18px;
}

.image-container {
	width: 250px;
	height: 248px;
	margin: 0 auto;
	line-height: 248px;
}

.image-container img {
	max-width: 210px;
	max-height: 210px;
	_width: expression( this.width > this.height ? "210px" : "auto" ); /* sets max-width for IE */	
	_height: expression( this.width > this.height ? "auto" : "210px" ); /* sets max-width for IE */
	vertical-align:middle;
}

.seller-info img {
	max-width: 80px;
	max-height: 21px;
}

/* Static big bagges */
.sbadge {
	z-index: 100000;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 83px;
	height: 80px;
}

.sbadge-cadou {
	background: url('/images/widget/default/ro/big_price_gift.png') 0px 0px no-repeat transparent;
}

.sbadge-cadouBG {
	background: url('/images/widget/default/bg/big_price_gift.png') 0px 0px no-repeat transparent;
}

.sbadge-price {
	background: url('/images/widget/default/ro/big_price.png') 0px 0px no-repeat transparent;
}

.sbadge-discount {
	background: url('/images/widget/default/ro/big_price_discount.png') 0px 0px no-repeat transparent;
}

.sbadge-discountBG {
	background: url('/images/widget/default/bg/big_price_discount.png') 0px 0px no-repeat transparent;
}

.sbadge-livrare-gratuita {
	background: url('/images/widget/default/ro/big_price_free_delivery.png') 0px 0px no-repeat transparent;
}

.sbadge-livrare-gratuitaBG {
	background: url('/images/widget/default/bg/big_price_free_delivery.png') 0px 0px no-repeat transparent;
}

.pret .total {
	font-size: 16px;
    bottom: 28px;
    position: absolute;
    right: 20px;
	font-weight: bold;
}

.pret .action {
    bottom: 12px;
    position: absolute;
    right: 34px;
	font-size: 14px;
}

.pret .total-mini { 
    bottom: 36px;
    font-weight: bold;
    position: absolute;
    right: 21px;
	font-size: 9px;
}

.pret .total-mini .ron {
    bottom: 0;
    font-size: 9px !important;
    position: absolute;
    right: 11px;
    top: 11px;
}

.pret_vechi { 
	font-size:10px !important;
	color:#0070bb; 
	position: absolute;
    right: 26px;
	top: 19px;
	text-decoration: line-through;
}

.pret_vechi .ron {
	font-size:7px !important;
	margin-left: 0;
}

.pret_vechi_big {
	right: 26px;
}

.pret_vechi_big span {
	display: none;
}