#content div.top {
  width: 711px; 
  height: 6px; 
  line-height: 6px; 
  font-size: 6px; 
  background-image: url(../img/produs/bgtop.png);
}

#content div.body {
  width: 711px; 
  height: auto !important;
  height: 400px;
  min-height: 400px; 
  background-repeat: repeat-y;
  background-image:url(../img/produs/bg.gif);
}

#content div.bottom {
  width: 711px; 
  height: 6px; 
  line-height: 6px; 
  font-size: 6px; 
  background-image: url(../img/produs/bgbottom.png);
}

#productimages {
    width: 251px; 
    padding: 0px 0px 0px 15px; 
    overflow: hidden;
    float: left;
}

#productimages .tv {
    width: 250px; 
    height: 250px; 
    overflow: hidden; 
    position: relative;
}

#productimages .tv2 {
    width: 250px; height: 250px; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    background-image: url(../img/produs/tv.png); 
    background-repeat: no-repeat;
}

#productinfo {
    width: 415px; 
    padding: 16px 15px 0px 15px; 
    overflow: hidden; 
    float: right;
}

div.product {
    float: left; 
    width: 165px;
    margin-right: 5px;
    margin-top: 20px;    
}

div.product p {
  text-align: center;
  margin-top: 6px;
}

a.prodlnk {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

a.prodlnk:hover {
  text-decoration: none;
}

div.category {
  float: left;
  width: 220px;
  height: 205px;
  margin-right: 10px;
  margin-top: 10px;
  border: solid 1px #fd7706;
  overflow: hidden;
  background-color: #fff;
}

div.category.sep {
  margin-right: 0px;
}

div.category h2 {
  margin: 5px 0px 2px 0px;
  color: #cb3b30;
  font-size: 13px;
  text-align: center;
}
div.category p {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  font-size: 10px;
}

div.category a {
  text-decoration: none;
  color: #ff7711;
}