
/**
 *	Airtrade hotels
 *	-------------------------
 */
ul.tools
{
    /*width: 618px;*/
}

/**
 *	Order summary
 *	-------------------------
 */
div#cartSummary
{
    background-repeat: no-repeat;
    background-position:0 0;
    position: relative;
    width: 239px;
    padding-top: 50px;
    margin-top: -38px;
}

div#cartSummary h2
{
    display: none;
}

div#cartSummary div.cart-foldout
{
    position: relative;
    background-repeat: no-repeat;
    background-position:left bottom;
    padding-bottom: 15px;
    margin: 0 0 1em;
}

div#cartSummary table
{
    border-bottom: 0;
    margin-bottom: 0;
}

div#cartSummary table.miscellaneous th
{
    padding-left: 0;
}

div#cartSummary table tfoot td
{
    font-size: 14px;
    padding-left: 0;
}

div#cartSummary table.miscellaneous tfoot td
{
    font-size: 17px;
}

div#cartSummary table tfoot td b
{
    float: left;
}

.specialoffers div.productBoxSmall
{
    margin-left:3px;
    margin-bottom:4px;
}

div.box
{
    margin-bottom:2px;    
}

div.box h2 span 
{
    overflow:hidden;  
}

span.price-description
{
    right:18px;   
}

div.special-offer-top-ad
{
    padding-left:3px;
    padding-bottom:5px;
}

div#specialOffersHelperBlock
{
    margin-top:90px;    
}


