﻿/*---------------------------------------------*/
/*   MAIN OFFER     */
/*---------------------------------------------*/
#main-offer
{
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
    min-height: 400px;
    margin-top: -8px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
}
/*---------------------------------------------*/
/*    BOTTOM OFFERS                           */
/*---------------------------------------------*/
#bottom-offers
{
	margin:0 auto;
	position:relative;
	width:900px;
}
#bottom-offers .bottom-offer
{
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    width: 224px;
    height: 180px;
    float: left;
}

#bottom-offers .bottom-offer .product,
#bottom-offers .bottom-offer .offer-type-1
{
    margin: 10px 10px 0 10px;
    height: 170px;
	overflow:hidden;
}

#bottom-offers .bottom-offer input
{
	font-size:10px;	
	float:right;
	padding:3px 5px;
}

#bottom-offers .left-most, #bottom-offers .bottom-offer:first-child
{
    border-left: 0;
}

#bottom-offers .bottom-offer .product .left-column
{
    float: left;
    width: 99px;
}
#bottom-offers .bottom-offer .product .left-column .normal
{
    max-height: 107px;
    overflow: hidden;
}

#bottom-offers .bottom-offer .product .right-column
{
    width: 100px;
    float: right;
}
.clickable-area
{
    width:224px;
    height:180px;
    cursor:pointer;
}

