/* ********************** */
/* Shop Styles            */
/* ********************** */

span.brand-prefix {
	font-weight: normal;
}

input.button {
	border: solid 1px #787878;
	background-color: #000;
	color: #fff;
}

h2 a.product-list-product-name {
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

h2 a.product-list-product-name span.brand-prefix{
	text-transform: none;
}

h2 {
	margin: 0px;
}

div.product-list-product {
	float: left;
	width: 459px;
	margin-top: 25px;
}

div.product-list-image {
	float: left;
}

div.product-list-text {
	float: left;
	padding-left: 10px;
	width: 345px;
}

div.product-list-links {
	padding-top: 13px;
}

div.product-list-detaillink {
	float: left;
	padding-right: 20px;
}

div.product-list-cardlink {
	text-align: right;
	*width:210px;
}

span.product-list-teaser {
	color: #fff;
}

/* ********************** */
/* Produkt-Details        */
/* ********************** */
h1.product-detail {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h1.product-detail span.brand-prefix{
	font-weight: normal;
	color: #AAA;
	text-transform: normal;
}
div.product-detail-image-display {
	float: right;
}

div.shop-product-detail-text {
	width: 469px;
	color: #fff;
}

div.shop-product-detail-text span.price {
	display: block;
	text-align: right;
}

div.product-detail-links {
	width: 469px;
	padding-top: 10px;
}

p.shop-link-detail a.backlink {
	display: block;
	padding-left: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: transparent url(/static/i/shop-backlink.gif) no-repeat 0px 1px;
}

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

div.shopcart-headline {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size:14px;
	font-weight: bold;
	width: 670px;
}

table.shopcart-head {
	width: 672px;
	border: solid 1px #808080;
}

table.shopcart-head th{
	padding-top: 15px;
}

table.shopcart-head th.artikel {
	padding-left: 10px;
	width: 307px;
	*width: 211px;
}

table.shopcart-head th.price {
	width: 133px;
	*width: 170px;
}

table.shopcart-head th.count {
	width: 67px;
	*width: 107px;
}

table.shopcart-head th.refresh {
	width: 83px;
	*width: 90px;
}

table.shopcart-head th.delete {
	width: auto;
}

td.shop-cart-products {
	width: 287px;
	*width: 187px;
}

td.total-price {
	width: 100px;
}

td.total-title {
	padding-left: 10px;
	width: 165px;
}

td.shop-cart-prices {
	width: 117px;
}

td.shop-cart-odernumber {
	width: 75px;
}

td.shop-cart-refresh {
	width: 58px;
}

table.shop-shopcart-total {
	border: solid #808080;
	border-width: 0px 1px 1px 1px;
	width: 672px;
	margin-bottom: 15px;
}



div.shopcart {
	width: 670px;
}
div.outershopcart {
	float: left;
}


div.shopcart {
	border: solid #808080;
	border-width: 0px 1px;
}

table.progress_4 {
	margin-bottom: 20px;
	}

table.progress_4 td {
	width: 150px;
	padding: 2px;
	
}

table.progress_4 td.progress_item_active {
	color: #000;
	background-color: #fff;
}

div.progress_num {
	float:left;
	padding-right: 5px;
}


div.shopcart table tr td {
	border-bottom: 1px solid #808080;
	padding: 10px;
}

div.shopcart table tr td a{
	text-decoration: none;
	color: #fff;
}

div.trashcan {
	background:transparent url(/static/i/trashcan.gif) no-repeat;
	width: 15px;
	height: 18px;
}

input.refresh {
	background: transparent url(/static/i/refresh.gif) no-repeat;
	width: 22px;
	height: 18px;
	border: none;
	cursor: pointer;
	*cursor: hand;
	
}

tr.total-row td {
 font-size: 14px;
 font-weight: bold;
}

div.shopcart-navigation {
	float: right;
	width: 150px;
	margin-right: 120px;
	*margin-right: 50px;
	margin-top: 150px;
}


input.numeric {
	background: #000 none;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
}
td.total-mid {
	width: 30px;
}
td.total-price {
	width: 100px;
}

div.shopcart-navigation a.backlink {
	display: block;
	margin-top: 10px;
	border: solid 1px #787878;
	color: #fff;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

input.cashpoint {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}

/* ********************** */
/* Cash                   */
/* ********************** */

table.cashpoint-details td {
	padding: 5px;
}

table.cashpoint-details {
	border-collapse: collapse;
	margin-left:1px;
}
td.total_total table.shop-shopcart-total,
tr.shipment_total table.shop-shopcart-total {
	border-top: solid 1px #808080;
}

div.shop input,
div.shop select {
	border: solid 1px #808080;
	background-color: #000;
	color: #fff;
}

tr.total-row-final-2 td.total-mid {
	font-size: 18px;
}

tr.cashpoint-shipper,
tr.cashpoint-shipper-head {
	display: none;
}

tr.total-row-final-2 td{
 	font-weight: bold;
 	font-size: 22px;
}

tr.sumrow td {
	border-top: 1px solid white;
}

tr.cashpoint-shipmentcostcomputed {
	display: none;
}