#left_part
{
    text-align:left;
    float: left;
    width: 160px;
    height: auto;
}

#right_part
{
    float: right;
    width: 750px;
    margin-left: 10px;
}

/* ===== root category related css =========*/
#right_part .root_category_holder
{   
  width: 150px;
  height: 250px;
  margin: 10px; 
  margin-bottom:15px;
  background: #000000;
  border: 1px solid #000000;
  float: left;
}                               

#right_part .category_root_name {padding: 5px; font-size:12px; font-weight: bold; text-transform: uppercase; text-align: center; clear: both}
#right_part .category_root_name a{color: #0077BB; text-decoration:none; clear: both}
#right_part .category_root_name a:hover{text-decoration:underline; clear: both}

#right_part .horizontal_line { height: 0; border: 0; border-top: 1px solid #999999}
#right_part .breadcrumbs {font:12px; font-weight: bold; padding-top: 3px; margin-bottom: 10px; text-align: left }
#right_part .breadcrumbs a {color: #999999;text-decoration:none; }
#right_part .breadcrumbs a:hover{text-decoration:underline;} 
#right_part hr{ height: 0; border: 0; border-top: 1px solid #999999; margin-bottom: 5px}
/* ===== end root category related css =====*/

/* ==== view sub category (ies)=====*/
#right_part .sub_category_holder
{   width: 150px;
    height: 250px;
    margin: 10px; 
    margin-bottom:15px;
    background: #000000;
    border: 1px solid #000000;
    float: left;
} 
#right_part .sub_category_name {padding: 5px; font-size:12px; font-weight: bold; text-transform: uppercase; text-align: center; clear: both}
#right_part .sub_category_name a{color: #0077BB; text-decoration:none;}
#right_part .sub_category_name a:hover{text-decoration:underline}
/* ==== end view sub category =====*/

/* === view all brand==*/
#right_part .brands_view_holder
{   padding-left:10px;                                
    padding-right:10px;
    padding-top: 15px;
    padding-bottom: 25px; 
    float: left;}
#right_part .brands_images img{ border: 1px solid #999999;}
#right_part .brands_names {height:10px; width: 120px; font:11px bold Tahoma;text-align: left; color: #999999;}
#right_part .brands_names a{color: #0077BB; text-decoration:none;}
#right_part .brands_names a:hover{text-decoration:none}
/* === end view all brand ==*/

/* === view all products of a category or brand==*/
#right_part .products_view_holder
{   margin-left:8px;
    margin-right:12px;
    margin: 10px;  
    float: left;
}
#right_part .product_images img{border: 1px solid #999999; }
#right_part .product_names {text-align: center; text-transform: capitalize; font-weight:bold; }
#right_part .product_names a{color: #0077BB; text-decoration:none;}
#right_part .product_names a:hover{text-decoration:underline} 
#right_part .product_prices {text-align: center; color: #000000;font-weight: bold;}

/* === end view all products of a category ==*/

/* === view individual product ==*/
#right_part .product_image img{display:block ; width: 230px; border: 1px solid #999999; overflow:hidden;}
#right_part .product_info {text-align:justify; color: #000000;} 
#right_part .product_info td p{padding-top: 2px; padding-right: 10px;text-align:justify; color: #00000;}
#right_part .product_name {font-size:18px;text-align:justify; color: #000000;}
#right_part .product_brand_name {font-size: 14px;color: #999999;}
#right_part a.product_brand_name  {text-decoration: none; }
#right_part a:hover.product_brand_name {text-decoration: underline; }
#right_part .product_description{font-size:12px;}
#right_part td {font-size:12px;}



#right_part .product_info {text-align:justify; color: #000000;} 
#right_part .product_info td p{padding-top: 2px; padding-right: 10px;text-align:justify; color: #00000;}
#right_part .product_name {font-size:18px;text-align:justify; color: #000000;}
#right_part .product_description{ font-size:12px;}
#right_part td {font-size:12px;}
#cart_form .product_quantity {
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #454743;
}

#all_categories {
border: 1px solid red;
}


.tbox{
    border: #777 1px solid;
}
.bigImageDiv {
    display: none;
    position: absolute;
    left: 40%;
    top: 120px;
    text-align: right;
    background-color: #ffffff;
    border: 1px solid #b5b5c5;
}

.product_options{
    border: #777 1px solid;
    margin-bottom: 3px;
}
#sizetitle{
    display:none;
}
#size{
    display:none;
}


