div.offer {	
	cursor:pointer;
	float:right;
	overflow:hidden;
	width:227px;
	padding-bottom:15px
}

div.oferRel 
{
    position:relative;
    height:160px; 
	width:226px; 
	float:left;
	background:#F0E0BB;
     
}

div.offerBG {
	position:absolute;
    height:160px; width:100%;
	z-index:11; left:0; top:0;
}

div.offer a {
	color: #796051;
}

div.offer div.img {
	position:absolute;
	left:0;
	top:0;
	z-index:10	
}

div.offer div.img img { float:left;}

div.offer div.name, div.offer div.nameBG {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:10;
	padding:4px 0;
	color:#3F211B
}

div.offer div.name { background:url(../img/offer-L.png) repeat-y right top;}

div.offer div.nameBG {left:1px;
	bottom:0;
	z-index:15; color:#000}

div.offer div.name table, div.offer div.name tabl td,
div.offer div.nameBG table, div.offer div.nameBG tabl td { width:100%; height:auto}
div.offer div.name td,
div.offer div.nameBG td { padding:0px; vertical-align:bottom; text-align:center; font:normal 17px/20px "Trajan Pro","Times New Roman",Tahoma,Serif; text-transform:none}

div.offer div.info, div.offer div.infoBG 
{
    z-index:16;
	position:absolute;
	left:1px;
	top:1px;
	width:auto;
	line-height:18px;
	color:#000;
	text-align:left;
	float:left;
	font-size:17px;
	text-align:left;
	font-weight:bold;
	padding:3px 8px
}

div.offer div.infoBG 
{
	left:0;
	top:0;
	color:#FFF;z-index:17;
	background:url(../img/infoBG.png) repeat-x left top;
}


div.offer div.btn 
{
    
	display:none;position:absolute;
	bottom:1px;
	right:1px;
	width:47px;
	height:16px;
	background-color:#B65421;
	line-height:15px;
	text-align:center;
	color:white;
	float:left; 
	font-size:12px;
}
div.offer div.btn:hover 
{
    background:#CF7240
}

a.showAllOffer { float:left; width:100%; height:25px; text-align:right; background:url(../img/showAllOffer.png) no-repeat 3px top; font:normal 14px/24px Trajan Pro,Tahoma, Arial, sans-serif; color:#FFF!important; }
a.showAllOffer:hover { background-position:3px bottom;}
a.showAllOffer strong {width:190px; float:left; text-align:right; font-weight:normal }

.offer:hover div.offerBG,
.act1 div.offerBG, 
.act2 div.offerBG,
.act3 div.offerBG,
.act4 div.offerBG,
.act5 div.offerBG,
.act6 div.offerBG { background-position:left bottom!important}


.act1 div.infoBG { background:#583B35!important}
.act1 div.name { background:#F0EBD6!important}



