/* special class for products
this webblock is outdated,
 but still in use on some websites */


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

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


