/*********************
## PRODUCT - COMMON ##
*********************/
#content .product {
  padding: 20px 0 30px;
}

p { 
  margin-bottom: 5px;
}

#content .productimage {
  margin-bottom: 10px;
  min-height: 145px;
  background: #ededed;  
  float: none;
}

*html #content .productimage {
  height: 145px;
}

#content .topCategories .topLevel {
  float: right;
  margin-left: 20px;
}

.topCategories {
  margin-bottom: 20px;
}

#content .productimage a {
  min-height: 145px;
  display: block;
  float: none;
  width: 100%;
}

#content .productimage img {
  margin: 0px auto;
  padding: 5px;
}

*html #content .topCategories .productimage {
  width: 230px;
}

#content .topCategories .productimage .topLevelImg {
  margin: 0px;
}

#content .article.webshop {
  padding-bottom: 0px;
}

.webshop .formField {
  float: left;
  width: 178px;
  padding-right: 20px;
  height: 55px;
}

*html .webshop .formField {
  width: 176px;
}

.webshop .formArea {
  float: right;
  width: 356px;
}

.webshop .formArea textarea {
  height: 71px;
}
