/**
 * *************************************
 * ********* Shop Stylesheet ***********
 * *************************************
 *
 * Hier kommen NUR Styles für den Shop rein
 *
 */

/* Aktive Farbe */
#shop .active {
	background-color: #1D63A9;
}

#shop .inactive {
	background-color: #7C7C7C;
}

/**
 * Schritte
 */
#steps {
	border-top:1px #181810 solid;
	border-bottom:1px #181810 solid;
	border-right:1px #181810 solid;
	height:80px;
	margin-bottom:12px;
}

#steps a {
	color:#333;
}

#steps a.active {
	color:#fff;
	background-color:#1D63A9;
}

#steps a.inactive {
	color:#1D63A9;
	background-color:#B0C9E0;
}

#steps strong {
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

#step1, #step2, #step3, #step4 {
	padding: 10px;
	width:152px;
	height:60px;
	background-color:#efefef;
	border-left:1px #181810 solid;
	float:left;
	font-size:10px;
}

#step4 {
	width: 154px;
}

/**
 * Produktliste
 */
.productlisting {
	margin-top: 20px;
}

.productlisting .image {
	float: left;
}

.productlisting img {
	margin: 10px 20px 10px 0;
}

.productlisting .infos {
	float: left;
	width: 352px;
	padding: 0 0 0 10px;
	border-left: 1px #D6D3D6 solid;
}

.productlisting .infos .price {
	float: left;
	font-size: 14px;
 	display: block;
 	padding-right: 20px;
 	font-weight: bold;
 }

.productlisting .infos .price .small {
	font-size: 12px;
	font-weight: normal;
}

.productlisting h2 a strong {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
}

.productlisting .hr {
	clear: both;
	line-height: 20px;
	border-bottom: 3px #F4F4F4 solid;
}
.productlisting .button_left, .productlisting .button_left .button_right {
	background-repeat: no-repeat;
}

.productlisting .button_left {
	background-image: url('../images/shop/button_schwarz_links.gif');
	padding: 0px 0px 0px 21px;
	height: 28px;
 	float: left;
}


.productlisting .button_right {
	background-image: url('../images/shop/button_schwarz_rechts.gif');
	background-position: right center;
	padding: 0px 21px 0px 0px;
	height: 28px;
 	float: left;
}

 .productlisting .button_left .button_right a {
 	background-image: url('../images/shop/button_schwarz_mitte.gif');
 	background-repeat: repeat-x;
 	display: block;
 	line-height: 28px;
 	color: #fff;
 	float: left;
 }

/**
 * Detail Seite
 */

#product_detail h1 {
	font-size: 22px;
	font-weight: normal;
}

#product_detail .image {
	padding: 10px 0px 10px 0px;
	border-right: 1px #D1D1D1 solid;
	float: left;
	margin: 0 0 18px 0;
}

#product_detail .infos {
	padding: 0 0 0 10px;
	float: left;
	width: 266px;
	display: block;
}

#product_detail .shopping_cart {
	background-color: #E7E7E7;
	padding: 6px 10px;
}

#product_detail .shopping_cart #price {

}

#product_detail .shopping_cart .price {
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0 0 0;
}

#product_detail .shopping_cart .into_cart {
	float: right;
	display: block;
	padding: 0 0 0 10px
}


#product_detail .shopping_cart .into_cart .quantity input {
	width: 15px;
	padding: 0 5px;
	margin: 0 5px 0 0;
}

#product_detail .shopping_cart .into_cart .submit {
	background-image: url('../images/shop/warenkorb.gif');
	background-repeat: no-repeat;
	padding: 5px 20px 5px 45px;
	width: 160px;
	color: #fff;
	height: 28px;
	border: 0px;
}

#product_detail .footer{
	background-color: #F4F4F4;
	color: #000;
	margin: 2px 0 0 0;
	padding: 7px 13px;
	clear: both;
}

/*
 * Bestellvorgang
 */
 
.shipping {
	padding: 0 0 0 5px;
}	

a.button_next {
	font-size:10px;
	display:block;
	width:148px;
	line-height:22px;
	height:22px;
	color:#fff;
	padding:0 10px 0 7px;
	float:right;
	border:0;
	border-left:12px #fff solid;
	background-color: #1D63A9;
	text-align:left;
	text-transform:uppercase;
	background-image: url('../images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 155px 4px;
}

input.button_next {
	font-size:10px;
	display:block;
	width:177px;
	line-height:22px;
	height:22px;
	color:#fff;
	padding:0 10px 0 7px;
	float:right;
	border:0;
	border-left:12px #fff solid;
	background-color: #1D63A9;
	text-align:left;
	text-transform:uppercase;
	background-image: url('../images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 150px 4px;
}

.basket_table .product_menue a {
	display:block;
	padding: 0px 10px 0px 0px;
	color:#fff;
	font-size:11px;
	border-top:1px #fff solid;
}

a.button_prev {
	display:block;
	width:155px;
	line-height:22px;
	height:22px;
	color:#fff;
	padding:0 10px 0 0;
	float:left;
	background-color: #1D63A9;
	background-image: url('../images/arrow_left.gif');
	background-repeat:no-repeat;
	background-position: 5px 4px;
	font-size:10px;
	border-right:12px #fff solid;
	text-align:right;
}

.product_menue a.button_prev {
	display:block;
	float:none;
	padding:0 10px 0 0;
	border-right:0;
	font-size:10px;
	background-color: #7C7C7C;
	text-align:right;
}

.product_menue a.button_next {
	color:#fff;
	float:none;
	border-left:0;
	background-color: #1D63A9;
	font-size:10px;
	width: 155px;
	padding: 0 3px 0 7px;
}

.product_menue a.button_bottom {
	display:block;
	line-height:21px;
	color:#fff;
	background-color: #7C7C7C;
	font-size:10px;
	padding: 0 10px 0 0;
	text-align:right;
	background-image: url('../images/arrow_down.gif');
	background-repeat:no-repeat;
	background-position: 5px 5px;
}

.basket_table {
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	border-collapse: collapse;
	width:100%;
}
.basket_table td {
	padding: 0;
	margin: 0;
}

.basket_table .product_image {
	width: 120px;
	vertical-align: bottom;
	padding-bottom: 12px;
	border-bottom: 1px #7C7C7C dotted;
}
.basket_table .product_image img {
	border: 0;
}

.basket_table .product_desc {
	vertical-align: top;
	padding:0 5px 12px 5px;
	border-bottom: 1px #7c7c7c dotted;
}

.basket_table .product_menue {
	width: 165px;
	border-left: 12px #fff solid;
	background-color: #efefef;
	vertical-align: bottom;
}

.basket_table .product_menue input.button {
	padding:0 0 0 10px;
	height:24px;
	line-height:24px;
	margin:1px 0 0 0;
	width:165px;
	background-color:#7C7C7C;
	color:#fff;
	font-size:11px;
	border:0;
	text-align:left;
}

.basket_table .product_menue div {
	margin: 20px;
}
.basket_table .product_menue div input {
	border: 1px #7C7C7C solid;
}

div.basket_sum {
	padding:15px 0 0 0;
}

div.basket_sum_text {
	float:left;
	width:430px;
	text-align:right;
	padding-bottom:25px;
}

span.sum {
	display: block;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

span.tax {
	font-size:12px;
}

div.basket_sum_num {
	float:right;
	width:145px;
	padding-left:10px;
	padding-bottom:25px;
}

.order_basket_table {
	clear:both;
	margin:0 0 12px 0;
	padding:0 0 5px 5px;
	border-bottom:1px #7C7C7C dotted;
}

.order_basket_table .product_desc {
	float:left;
	width:540px;
}

#tac {
	border-bottom:1px #7C7C7C dotted;
	margin-bottom:12px;
	padding:0 0 12px 0;
}

#tac_text {
	height:150px;
	overflow:scroll;
	margin-bottom:12px;
	padding:0 5px;
}

#tac input {
	border:0;
	vertical-align:middle;
}

#product_empfehlung {
	display:none;
}

#product_empfehlung_buttons {
	display:none;
}

.seite {
	background-color:#E0DFE3;
	font-size:11px;
	color:#000;
	font-weight:bold;
	line-height: 20px;
	margin-bottom:15px;
}

.seite span {
	padding-left: 5px;
}

#address_choose {
	display:none;
	margin-bottom:12px;
}
