#product_detail img.disc_front, #product_detail img.disc_back
{
  margin: 0 10px 0 0;
  border: 1px solid #AAA;
}

#product_detail img
{
  vertical-align: middle;
}

#product_infos
{
  float: left;
  width: 300px;
}

#product_infos td
{
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
}
    
#product_infos td.label
{
  font-weight: bold;
  width: 85px;
}
    
#product_infos td.value
{
  font-weight: normal;
  width: 170px;
}

#product_infos td.price
{
  font-weight: bold
}

#product_comment
{
  clear: left;
}

#track_list
{
  clear: left;
  margin-top: 20px;
  width: 600px;
  background-color: #909FBC;
  border: 1px solid #FFF;
}

#track_list thead td
{
  color: #FFF;
  background-color: #65659F;
  font-size: 11px;
  height: 20px;
}

#track_list tbody td
{
  color: #000;
  background-color: #EBE7E7;
  font-size: 10px;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
}

#track_list td.label
{
  font-weight: normal;
  width: 30px;
}

#track_list td.listen
{
  width: 20px;
}

#track_list td.listen img
{
  vertical-align: middle;
}

#track_list td.value
{
  font-weight: normal;
}

#product_infos a
{
  color: #FFF;
  text-decoration: none;
}

#product_infos a:hover
{
  color: #FFF;
  text-decoration: underline;
}

#track_list a
{
  color: #000;
  text-decoration: none;
}

#track_list a:hover
{
  text-decoration: underline;
}

img.buy:hover
{
  cursor: pointer;
}

img.wishlist
{
  margin-top: 3px;
}

img.wishlist:hover
{
  cursor: pointer;
}

#product_comment
{
  color: #000;
  font-weight: normal;
  padding: 5px;
  background-color: #FCEFDC;
  width: 500px;
  -moz-border-radius: 5px;
  border-color: #65659F;
  margin-right: 30px;
  float: left;
}

