img.merchandise_img
{
  margin: 0 10px 0 0;
  border: 1px solid #AAA;
}

#product_infos
{
  float: left;
}

#product_infos td
{
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
}
    
#product_infos td.label
{
  font-weight: bold;
  width: 120px;
}
    
#product_infos td.value
{
  font-weight: normal;
  width: 200px;
}

#product_infos a
{
  color: #FFF;
  text-decoration: none;
}

#product_infos a:hover
{
  color: #FFF;
  text-decoration: underline;
}

img.buy:hover
{
  cursor: pointer;
}

img.wishlist
{
  margin-top: 3px;
}

img.wishlist:hover
{
  cursor: pointer;
}

.merchandise_infos
{
  color: #000;
  font-size: 10px;
  font-weight: normal;
  padding: 5px;
  margin-top: 10px;
  -moz-border-radius: 5px;
  border-color: #65659F;
}

table#merchandise_infos
{
  margin-top: 20px;
  clear: left;
}

table#merchandise_infos td
{
  vertical-align: top;
}

#merchandise_presentation
{
  background-color: #EBE7E7;
  width: 303px;
  min-height: 100%;
  height: 100%;
}

#merchandise_pros
{
  background-color: #EBE7E7;
  width: 335px;
  margin-left: 10px;
  /*float: left;*/
  min-height: 100%;
  height: 100%;
}

#merchandise_technical
{
  background-color: #FFFFDA;
  width: 670px;
  clear: left;  
  margin-top: 10px;
}

#merchandise_technical table
{
  width: 85%;
}

#merchandise_technical td.section
{
  font-weight: bold;	
}

.merchandise_infos .title
{
  margin: 0 0 5px 0;
  font-weight: bold;
}

#product_logo
{
  clear: left;
}

td.price
{
  font-weight: bold;
}

#product_logo
{
  vertical-align: middle;
  margin-right: 10px;
}

