/* Start of CMSMS style sheet 'Shop-Stile' */
#mycart {
  float: right;
  position: relative;
  margin: -15px -12px 10px 0;
  padding: 10px 10px 10px 60px;
  background: #FFFBC3 url(images/icon_cart.png) 5px 50% no-repeat;
  border: 1px solid #8E894C;
  min-height: 40px;
}
#mycart div {margin-bottom: 10px;}/*
#mycart a {
	padding-left: 20px;
	background: url(images/icon_cart_go.png) left center no-repeat;
}*/
#productlist {clear: both;}
#productlist li {
  float: left;
  min-height: 200px;
  width: 50%;
}
.product_img {
  float: left;
  margin-right: 20px;
}
.product_name {
  color:#790201;
  font: normal 1.5em "Helvetica Neue Condensed Black",Impact,"Arial Black",sans-serif;
  text-transform:uppercase;
}
.product_info {margin: 20px 0;}
.product_info .price {font-weight: bold;}
#main .cart {clear: none;}

.viewcartform h2 {padding-left: 40px;}
.viewcartform table {
  margin: 0 0 10px !important;
  min-width: 150px;
  border-collapse: collapse;
}
#cart_items table th, #cart_items table td {
  padding: 2px 2px 2px 0 !important;
}
#cart_items caption {
  font-size: 1.5em;
  font-weight: bold;
  color: #790201;
  text-align: left;
}
#cart_item {
	width: 500px;
	border: 1px solid #8E894C;
  background: #FFFBC3;
  float: left;
}
#cart_item th {
	background: #8E894C;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
}
#cart_item .quantity {width: 40px;}
#cart_item .price {width: 75px;}
#cart_item td {
	border: 1px #8E894C;
	border-style: solid dotted;
	vertical-align: middle;
	padding: 0 5px;
}
#cart_description {clear: none !important;}
.addremovenote {
	float: right;
	width: 250px;
	border: 1px solid #8E894C;
	background: #FFFBC3;
	padding: 10px;
}
.addremovenote p {margin-top: 0 !important;}
.addremovenote .submit {
	margin: 0 0 20px;
	padding: 0 !important;
}
#shippingtable {
	border: 1px solid #8E894C;
	background-color: #D3CB82;
	clear: left;
	width: 500px;
}
#shippingtable caption {
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
#shippingtable .price {width: 75px;}
#shippingtable th, #shippingtable td {padding: 2px 5px;}
#shippingtable thead th {
	background: #8E894C;
	color: white;
}
#shippingtable tbody {
	border: solid #8E894C;
	border-width: 1px 0;
}
#shippingtable tbody th, #shippingtable td {
	padding-right: 5px;
	border: 1px dotted #8E894C;
	font-weight: normal;
}
#shippingtable tbody th[rowspan] {font-weight: bold;}
div.totals {
  margin: 10px 0;
  border: 1px solid #8E894C;
  padding: 5px;
  background: #FFFBC3;
  overflow: hidden;
  height: 1%;
}
#paypal_checkout {
	border: none;
	background: url(images/x-click-but3.gif) no-repeat;
	width: 72px;
	height: 29px;
	padding: 0;
	font-size: 1px;
	text-indent: -999em;
	cursor: pointer;
}
.sum {
  font-size: 1.5em;
  color: #800201;
  font-weight: bold;
  float: left;
}
.sum span {
	font-size: .5em;
	color: #716019;
	font-weight: normal;
	vertical-align: middle;
}
.order {
  float: right;
  text-indent: -999em;
  background: left top no-repeat;
  width: 100px;
  height: 25px;
  outline: none;
}
.totals .order.de {background-image: url(images/b_jetztkaufen.png);}
.totals .order.en {background-image: url(images/b_buynow.png);}
#billingsummary, .ordersummary {border-collapse: collapse;}
#billingsummary td {padding-right: 10px;}
#shippinginfo {margin: 10px 0;}
.ordersummary {
	width: 100%;
	margin: 10px 0;
	background: #FFFBC3 !important;
	border: 1px solid #636035 !important;
}
.ordersummary .col2 {width: 10%;}
.ordersummary th, .ordersummary td {
	padding: 2px 5px;
	background: transparent !important;
}
.ordersummary th {
	background: #8E894C !important;
	color: white;
}
.ordersummary td {border: 1px dotted #716019 !important;}
tbody.totals {border-top: 3px double #716019;}
.totals td {
	text-align: right;
	font-weight: bold;
}
.ordersummary .total {
	width: 100px;
	text-align: right !important;
}
#paypal_form {margin: 20px 0;}
#paypal_form input {
	display: block;
	margin: 10px 0;
}
#manual_checkout {
	background: #FFFBC3;
	border: 1px solid #636035;
	padding: 5px;
}
#manual_checkout fieldset {margin: 0 !important;}
#manual_checkout .submit {
	padding: 0 !important;
	margin: 0 !important;
}
#manual_checkout .submit label {float: none !important;}
#manual_checkout .submit input {margin: 0 !important;}
#invoice_comment {
	margin: 10px 0;
	background: #FFFBC3;
	border: 1px solid #636035;
	padding: 10px;
}
#invoice_comment p {margin-top: 0;}
#invoice_comment table {border-collapse: collapse;}
#invoice_comment th, #invoice_comment td {
	border: solid #CCC;
	border-width: 1px 0;
	padding: 3px 5px;
}
#invoice_comment th:after {content: ":";}

#member {
	float: right;
	width: 48%;
  border: 1px solid #8E894C;
	padding: 10px;
	background: #D3CB82;
}
#member form legend {
	font-family: Arial, Helvetica, Sans-serif;
	color: black;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 10px;
}
#nomember {
	float: left;
	width: 40%;
  padding: 10px;
  background: #FFFBC3;
  border: 1px solid #8E894C;
}
#member h2, #nomember h2 {
	margin-top: 0 !important;
	font: bold 1em Arial, Helvetica, Sans-serif;
	color: black;
	text-transform: none;
}
#nomember a {
	border: 1px outset #999;
	background: #EEE;
	display: block;
	width: 100px;
	padding: 5px;
	color: black;
	font-weight: bold;
	margin: 30px auto 20px;
	text-align: center;
	text-decoration: none;
}
#nomember a:active {
	border-style: inset;
	outline: none;
}
/* End of 'Shop-Stile' */

