#compare_header h2
{
    margin:0px !important;
}

#compare_header
{
    
}

    #compare_header h2
    {
        float:left;
        margin:0px 0px 20px 0px;
        padding:0px;
    }
    
    #compare_header div.utilities
    {
        float:right;
        margin-top:8px;
        font-size:11px;
    }

table.compare_products
{
    width:100%;
    border-collapse:collapse;
    margin-top:10px;
}

    table.product_details td
    {
        text-align:left;
    }
    
    table.products td
    {
        vertical-align:top;
        
    }
   
    table.compare_products td
    {
        width:16.66%;
        border:1px solid #e7e7e7;
        padding:4px 8px;
        text-align:left;
        font-size:11px;
        background:transparent url(../images/product/bg_compare-td.gif) top right repeat-y;
    }

        table.compare_products td.recommended
        {
            background:transparent url(../images/product/bg_compare-td-rec.gif) top right repeat-y;
            border-right:1px solid #ffedab;
        }
        
        
        
        table.compare_products td.row_label
        {
            font-weight:bold;
            text-align:right;
        }
        
            table.compare_products td div.price
            {
                font-weight:bold;
                text-align:left;
                font-size:12px;
            }
            
            table.compare_products td div.sale_price
            {
                color:Red;
                margin-bottom:5px;
            }
            
            table.compare_products td div.product_image, table.compare_products td div.product_action
            {
                text-align:center;
            }
            
                table.compare_products td div.price span.qwik_ship
                {
                    font-weight:normal;
                    font-size:11px;
                }
        
            table.compare_products td p.product a
            {
                font-weight:bold;
                font-size:12px;   
            }
            
            table.compare_products td p.reviews
            {
                margin-top:10px;
                text-align:left;
            }
            
            table.compare_products td p.reviews a
            {
                color:#4c4c4c;
                font-size:10px;
                text-align:left;
            }
            
        
