/* ie6.5 fixes */

/* homepage & all */




/* product list */


.ie6 .prodList_header {
  background: url(/images/category_headers/cat_head_blank.jpg);
  width: 688px;
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  background-repeat: no-repeat;
  padding-left: 13px;
  padding-top: 5px;
  margin-top: 2px;
  
}


.ie6 .listRight{
  float: right;
  width: 168px;
}

.ie6 .listLeft {
  float: left;
  width: 520px;
}

.ie6 .CatList .Desc {
  float:left;
  width:360px;
}


