/* SHOP categorie */

.ordertbl_row:hover{
  background:#FFF0BD;
}
.ordertbl_row a{
  display:block;
  background-image: none;
  padding: 0px;
  height:99%;
  width:99%;
}
#ordertblscroll{
  overflow-y:scroll;
  border: 1px solid #FFF0BD;
  max-height: 300px;
}



.ordertbl{
  width:100%;

  font-size: 12px;
  text-align:right;
}

.ordertbl_head{
  font-weight: bold;
  background-color: #FFF0BD;
}

.shop_newest{
  width:100%;
  border: 1px solid #cccccc;
  font-size: 12px;
}

.shop_newest_head{
  font-weight: bold;
  background-color: #e2e2e2;
}










/* SHOP products */
table.shop_products {
width: 100%;

}
div.shop_product_discription {
}
table.shop_products td,th {
vertical-align: top;
}

table.shop_products a {
  border: 0px;
  background-image: none;
  padding: 0px;
  margin: 0px;
}

table.shop_products img{
   /*width:80px;*/
   /*table-layout:fixed;*/
   border: 1px solid #BE007C;
}

.shop_product_name {
    background-color:#FFF0BD;
    padding:4px;
    color:#BE007C;
}
.shop_product_name a{
    font-weight:bold;
    color:#BE007C;
}

.shop_product_itemno {
}

.shop_product_picture {
  border: 1px solid #c2c2c2;
}

.shop_product_description {

}
.shop_product_price {
  font-size:12px;
  font-weight: bold;
}
/*.shop_product_price input[type=text]{

}*/

.shop_product_addon{
  font-size: 10px;

}

.shop_product_addtocart {
margin-top:10px;
margin-bottom:30px;

}

.shop_product_addtocart input[type="text"]{
  width:50px;
  margin: 0;
  padding: 0;
  line-height:17px;
  border: 1px solid #BE007C;
}
.shop_product_addtocart input[type="submit"]{
  width:149px;
  background: #BD007B url(../gfx/layout/Button_Warenkorb.gif) no-repeat;
  border:0px solid #BD007B;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.product{
clear:both;
}
