﻿.cart_grid 
{
    border: solid 0px;
    font-size:0.9em;
}
.cart_grid_header 
{
    border-bottom: solid 1px #ddd;
    font-size: 0.8em;
    font-weight:normal;
}
.cart_grid_header th
{
    border-bottom: solid 1px #ddd;
}
.cart_grid_row 
{
    border-bottom: solid 1px #ddd;
}
.cart_grid_row  td
{
    padding-left: 5px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: solid 1px #ddd;
}

.nro_box 
{
    padding-top:5px; padding-bottom:5px;
}

#lower_pane 
{
    
}
#recommended_items{float:left;}
#cart_output 
{
    float:right;
    width:350px;
}
#promotion_box
{
    float:left;
    width:160px;
}
#cart_details
{
    width:160px;
    float:right;
}

.rec_item 
{
    width:105px; 
    margin-right:5px;
    float:left;
    font-size: 0.8em;
    border: 1px solid #ddd;
    padding:5px;
}
.rec_item_desc 
{
    height:60px;
}
.rec_item_img_box 
{
    height:50px;
    text-align:center;
}
.rec_item_img_box img 
{
    max-height:50px;
}
.rec_item input 
{

}