/* *************************** */
/* General                     */
/* *************************** */

div.shop hr {
	display: none;
}

div.category-description {
	padding: 0px 10px;
}

/* *************************** */
/* Product-List                */
/* *************************** */

table.product-list {
   
    margin-top: 5px;
}

body div.center div.shop table td h2 a,
body div.center div.shop table td h2 a:visited {
   color:#990000;
	font-size:20px;
	font-weight:normal;
	line-height:1.2em;
	text-transform:uppercase;
	padding-bottom: 10px;
}

body div.shop input.button {
	background:#990000; none;
	height: 20px;
	border: none;
	color: #ffffff;
}

body div.shop input.shopcartput {
	width: 150px;
	margin-right: 10px;
}

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

body div.shop input.info {
	width: 130px;
	margin-left: 10px;
}

td.padding-to-image span.price {
    display: block;
    margin: 10px;
}

div.shop h1 {
    padding-left: 10px;
}

tr.with-line {
	display: none;
}

tr.shop-short-information-contents td {
	padding-bottom: 10px;
}

tr.spacer td {
	border-top:2px solid #FBF1D6;
	height: 10px;
}

table.product-list-buttons {
	padding-bottom: 10px;
	width: 465px;
}

div.category-path-bottom {
	display: block;
}

div.category-path {
	padding: 10px;
}

div.category-path-top h2 {
 padding-bottom: 10px;
}

/* *************************** */
/* Product-Detail              */
/* *************************** */

td.product_details span.price {
	display: block;
padding: 10px;
text-align: right;

}

td.product_details  {

padding: 10px 0px 10px 0px;;


}

p.shop-link-detail {
    display: none;
}

/* *************************** */
/* Shopping-Cart               */
/* *************************** */

table.shopcartlittle {
	width: 100%;
	background-color: #F6E3B3;
}

body div.right div.shop table.shopcartlittle td span.shopcartlabel {
	display: block;
	color:#990000;
	height:30px;
	line-height:30px;
	padding:5px 10px;
	text-align:left;
	text-indent:0;
	text-transform: uppercase;
	font-size:17px;
	font-weight:normal;
	background-color: #F5DEA2;
	border-bottom: 2px solid #FBF1D6;
}

table.shopcartlittle a img {
    border: none;
}

table.shopcartlittle a {
    color: #990000;
}

/* *************************** */
/* Shop Cart                   */
/* *************************** */
div.cashpoint,
div.shopcart-complete {
	padding: 10px;
	*width: 100%;
}

div.right div.shop table.shopcartlittle td {
	padding-left:0px;
}

div.right div.shop table.shopcartlittle td a{
	padding-left:10px;
}


div.shop div.shopcart tr.second-row {
	background-color:#FCF5E2;
}

/* *************************** */
/* Cashpoint                   */
/* *************************** */
div.shop table.progress_4 td.progress_item,
div.shop table.progress_4 td.progress_item_done {
	height: 50px;
	background-color: #FBF1D6;
}


div.shop table.progress_4 td.progress_item_active {
	height: 50px;
	background-color: #990000;
	color:#fff;
}

div.paygate {
	padding: 10px;
}

tr.including_vat td {
	padding-top: 10px;
}
div.cashpoint td h2,
tr.including_vat td h2 {
	font-size: 14px;
}

div.div.cashpoint td h2,
tr.including_vat td h2 {
	font-size: 14px;
}	

div.shop div.cashpoint h1 {
	font-size: 16px;
	padding-left: 0px;
}

/* *************************** */
/* Warnings                    */
/* *************************** */

div.center div.shop div.warnings * {
	background-color: #fff;
	color:#990000;
}

div.center div.shop div.warnings {
	border: 2px dotted #990000;
margin: 10px;
}



