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

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

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

#right_part .brands_view_holder
{   
  width: 150px;
  height: 250px;
  margin: 10px; 
  margin-bottom:15px;
  background: #000000;
  border: 1px solid #000000;
  float: left;
}                               
#right_part .brands_images img {float: left;clear: both; }
#right_part .brands_names {font-size:12px; font-weight: bold; text-transform:capitalize; text-align: center; clear: both}
#right_part .brands_names a{color: #0077BB; text-decoration:none; clear: both}
#right_part .brands_names a:hover{text-decoration:underline; clear: both}
/* ===== end root category related css =====*/

/* === 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;}

/* === 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_description{font-size:12px;}
#right_part td {font-size:12px;}
#cart_form .product_quantity {
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #454743;
}
.tbox{
    border: #777 1px solid;
}
.product_options{
    border: #777 1px solid;
    margin-bottom: 3px;
}

#sizetitle{
    display:none;
}
#size{
    display:none;
}



