/* CSS Document */
.offer_mc{
margin:0px 0px 10px 20px;
float:left;
width:220px;
height:100%;
overflow:hidden;
}
.offer_mc .text{
width:220px;
height:100%;
overflow:hidden;
}
.offer_mc img{
float: none;
}
.plus_offer{
width:53px;
height:30px;
background-image: url(../images_vd/plus.png);
background-position:top left;
background-repeat:no-repeat;
margin:10px 10px 0px 10px;
cursor:pointer;
}
