#product_detail
{
  width: 950px;
}

#product_side
{
  background: #000 url('../images/product_side.gif') no-repeat;
  color: #000;
  padding: 5px;
  float: left;
  width: 180px;
  height: 80px;
  -moz-border-radius: 5px; 
}

#product_side td
{
  width: 120px;
  color: #000;
  margin: 3px 0 0 0;
}

#product_side td.price
{
  font-weight: bold;	
}

#product_side input
{
  margin: 0;
}

#product_side td.price_old 
{
  text-decoration: line-through;  
}

#product_side td.price_promo
{
  font-weight: bold;
  color: #F00;
}

h1.product_heading
{
  color: #B5BFD3;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

h1.product_heading a
{
  color: #B5BFD3;
  text-decoration: none;
}

div.product_img
{
  float: left;      
}

div.product_img a, div.product_img a:visited
{
  color: #FFF;
  text-decoration: none;
}

div.product_img a:hover
{
  color: #FFF;
  text-decoration: underline;
}
