#product_list_main{
  position:relative;
  margin:0px auto;
  width:912px;
  height:600px;
  text-align:left;
}
#dvd_header{
  position:relative;
  border: 0px solid red;
  width:903px;
  height:232px;
  overflow: hidden;
}
#dvd_header_text_wrapper{
  width:150px;
  height:100px;
  text-align:right;
  position:absolute;
  top:20px;
  right:315px;
}
.dvd_header_text{
  font:normal 14px tahoma;
  color:#D1D1CF;
}
.dvd_header_link{
  font:bold 12px tahoma;
  color:#D1D1CF;
  cursor:pointer;
}
#product_list_box{
  position:relative;
  float:left;
  width:180px;
  border:solid 0px;
}
#product_list_expand{
  position:relative;
  background:url('/images/product_list_row_bg.jpg') repeat-x;
  float:left;
  width:910px;
  /*height:220px;*/
}
#product_list_box_wrapper{
  border:solid 0px;
  margin:10px;
  width:160px;
}
.product_list_image_wrapper {
  border:solid 0px red;
  margin:0px;
  width:160px;
  height: 120px;
  text-align: center;
}
.product_list_title_wrapper {
  border:solid 0px red;
  margin:0px;
  margin-top:8px;
  width:160px;
  /*height: 35px;*/
  margin-bottom: 5px;
  text-align: left;
}
.list_header{
  font:normal 12px tahoma;
  color:#0081C7;
}
.list_regular{
  font:normal 10px tahoma;
  color:#8C8C8C;
}
.list_price{
  font:bold 10px tahoma;
  color:#8C8C8C;
}
