#product_info
{
  width: 324px;
  height: 265px;
}

#product_info tbody tr td.header
{
  background-image: url(/images/product_info_header.jpg);
  background-repeat: no-repeat;
  width: 324px;
  height: 38px;
}

#product_info tbody tr td.header div
{
  padding-left: 15px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

#product_info tbody tr td.header div h1
{
  margin: 0px;
  font-size:13px;
}

#product_info tbody tr td.middle
{
  background-image: url(/images/product_info_middle.jpg);
  background-repeat:repeat-y;
  padding-right: 15px;
  padding-left: 15px;
}

#product_info tbody tr td.footer
{
  background-image: url(/images/product_info_footer.jpg); 
  background-repeat: no-repeat; 
  background-position: top; 
  width: 325px; 
  height: 73px;

}

/* Home page */

div.popular
{
  width: 285px;
  height: 128px;
  background-image: url(/images/achtergrond_products.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div.popular a.left
{
  float:left;
  padding-left: 7px;
  padding-top: 9px;
}
  
div.popular p
{ 
  float:left;
  width:180px;
  display:block;
}

div.popular h2
{
  padding-top:10px;
  font-size: 13px;
  margin: 0;
  font-weight:bold;
}

div.popular h2 a
{
  color: #111;  
} 

div.popular p
{
  padding: 10px 3px 0px 0px; 
  font-size: 8px;
}

div.popular div.price
{
 background:url(/images/achtergrond_products_price.png); 
 background-repeat: no-repeat; 
 background-position: top right;
 height: 22px;
 width: 165px;
 float:right;
 margin-top: 10px;
 margin-right: 5px;
}

div.popular div.price b
{
  font-size: 11px;
}

div.clear
{
  clear: both;
}

div.popular div.price img {
margin-top:5px;
margin-left:45px;
}