﻿/*
 =================Page Middle-Right Left Area=================
*/
    /*basic outlay design for this container is in style_generic.css file*/
    /*
     ================================== Left Section ==================================
    */
        .left .category_banner
        {
            width: 548px;
            height: 127px;
            border: solid 0px #b0b1b1;
        }
        
        .left .item_listing
        {
            width: 550px;
            overflow: hidden;
            padding: 15px 0px 15px 0px;
            border: 0px dashed #FF0000;
        }
            .item_listing .item_block
            {
                float: left;
                width:  259px;
                height: 102px;
                overflow: hidden;
                margin: 0px 8px 14px 6px;
                border: 0px dashed Black;
            }
            
            .item_block .item_img
            {
                float: left;
                width: 100px;
                height: 100px;
                margin-right: 4px;
                border: solid 1px #b1b0b0;
            }
            
            .item_block p
            {
                float: right;
                width: 152px;
                border: solid 0px #b1b0b0;
            }
        
    /*
     ================================== Left Section ==================================
    */
/*
 =================Page Middle-Right Area=================
*/

