/* special class for products */

.productteaser p{
  margin: 0px 0px 0px 0px;
  }

.producttype {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 85px;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  color: #363636;
  float:left;
  }

.price {
  text-align: right;
  font-weight: bold;
  color: #363636;
  padding-left: 5px;
  float:left;
  }

.productteaser {
  margin: 0px 3px 0px 3px;
  padding: 0px 0px 0px 0px;
  width: 219px;
  position: relative;
  clear: both;
  }
.productteaser .head {
  display: block;
  height: 22px;
  width: 219px;
  background-image: url('/filternet/sites/images/shop-head-bg.gif');
  background-repeat: no-repeat;
  visibility: visible;
  }
.productteaser .bottom {
  position: relative;
  display: block;
  height: 15px;
  width: 219px;
  background-image: url('/filternet/sites/images/shop-bottom-bg.gif');
  background-repeat: no-repeat;
  visibility: visible;
  
  }
.productteaser .body {
  display: block;
  background-image: url('/filternet/sites/images/shop-body-bg.gif');
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 20px;
  margin-bottom: 0px;
  }
#container3 .productteaser {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  width: 219px;
  color: #000;
  }
.block.productteaser img.picture {
  border-width:  0px 2px 2px 0px;
  border-style: outset;
  border-color: transparent #ccc #ccc #ccc;
  } 

