div.offer {	
	cursor:pointer;
	float:left;
	overflow:hidden;
	width:100%
}

div.oferRel 
{
    position:relative;
    height:188px; width:263px; 
     
}

div.offerBG {
	position:absolute;
    height:187px; width:261px;background:url(../img/offerBg.png) no-repeat left top;
	z-index:10; left:1px; top:1px;
}

div.offer a {
	color: #796051;
}

div.offer div.img {
	border:1px solid #6f7073;
	border-bottom:0 none;
	position:absolute;
	left:0;
	top:0;
	z-index:1	
}

div.offer div.img img { float:left}

div.offer div.name, div.offer div.nameBG {
	position:absolute;
	left:0;
	top:5px;
	width:100%;
	height:40px;
	color:#002B5F;
	overflow:hidden;
	z-index:12	;
}

 div.offer div.nameBG {left:1px;
	top:6px;
	z-index:11; color:#FFF; }

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:40px}
div.offer div.name td,
div.offer div.nameBG td { padding:0 10px; vertical-align:top; text-align:left; font:normal 18px/20px Tahoma,"Times New Roman",Tahoma,Serif; text-transform:uppercase}

div.offer div.info, div.offer div.infoBG 
{
    z-index:10;
	position:absolute;
	left:12px;
	top:30px;
	width:180px;
	height:20px;
	line-height:20px;
	color:#004A99;
	overflow:hidden;
	text-align:left;
	float:left;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	display:none
}

div.offer div.infoBG 
{
	 display:none
}


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
}


.act1 div.offerBG, 
.act2 div.offerBG,
.act3 div.offerBG,
.act4 div.offerBG,
.act5 div.offerBG,
.act6 div.offerBG { background-position:left bottom!important}






