.category_nav_path{
	width:100%;
	padding: 10px 15px;
}
.category_nav_path_text a{
	font-size: 15px;
	font-weight: bold;
	color: #800000;

}

.category_listing_table  {
     width: 599px;
     border: 0px;
}

.category_listing_table td{
      width: 50%;
      padding: 5px 5px 5px 5px;
}

/* Right Panel -- Category Item Listings */
#category_items_header{
     width:100%;
     border-bottom: 1px #800000 solid;
     overflow:hidden;
}

.category_items_content{
   padding: 0px 30px 10px 10px;
}

.category_items_title{
   float: left;
   padding: 5px 5px 5px 10px;
}
.category_items_title a {
     font-size: 12px;
     color: #800000;
     font-weight: bold;
}

.category_items_picture {
     float: right;
     padding: 0px 10px 10px 10px ;
}

.category_items_paging{
   width: 100%;
  clear:both;
}
 
.category_items_table{
   margin: 10px;
   width: 100%;
   
}

.category_item_listing_row{
   border: 1px #e1e1e1 solid;
   
}

.category_item_listing_title{
   border-color: #e1e1e1;
   border-style: solid;
   border-width: 1px 0px 1px 15px;
}

.category_items_title {
   font-size: 14px;
   color: #800000;
   font-weight: bold;
   padding: 5px 5px 5px 25px;
   
}

.category_items_price {
   font-weight: bold;
   padding: 5px 5px;
   text-align: right;
  border-color: #e1e1e1;
   border-style: solid;
   border-width: 1px 0px;
}

.category_items_select{
    width: 50px;
    text-align: center;
   border-color: #e1e1e1;
   border-style: solid;
   border-width: 1px 1px 1px 0px;
}


                  

                  
