/* **************** */
/* Rudolfhof Shop   */
/* **************** */


/* Produkt Detail */

div.shop table.product-list {
width: 100%;
}

div.shop table.product-list tr td {
border: 1px solid #C2C1C1; 
border-right: none;
}

div.shop table.product-list tr.shop-spacer td {
border: none;
}

div.shop table.product-list tr td.padding-to-image {
border: 1px solid #C2C1C1;
}

div.shop table.product-list tr td.product-list-image {
width: 150px;
}


div.shop input.button {
color: #fff;
background:#6C8935 url(../i/cst-button-gradient.jpg) repeat-x;
}

div.shop input.memorize {
	display: none;
}

div.shop table.product-list tr.spacer td,
div.shop table.product-list tr.with-line td {
display: none
}
div.shop table.product-list tr.button-outer td,
div.shop table.product-list tr td table.buttons,
div.shop table.product-list tr td table.buttons tr.btm td {
border: none;
}







/* Shoping Cart */


table.shopcartlittle {
padding: 0px 5px; 
}

div.shop span.shopcartlabel {
text-transform:none;
}



span.shopcartlabel {
font-size: 13px;
font-weight: bold;
color:#666666;
display: block;
padding-bottom: 10px
}

table.shopcartlittle td{
padding-top: 5px;
}



