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


/**
 * Allgemeine Fraben
 */
 
/* 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:#CCD5DE;
}

#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;
}

/* Elemente für die Templates */
/* Warenkorb */

a.button_next {
	display:block;
	line-height:21px;
	height:21px;
	color:#fff;
	background-image:url("../images/arrow_right.gif");
	background-repeat:no-repeat;
	background-position:160px 3px;
	padding:0 15px 0 5px;
	float:right;
	border:0;
	border-left:12px #fff solid;
	background-color: #F40045;
	font-size:10px;
}

input.button_next {
	line-height: 21px;
	height:21px;
	color:#fff;
	float:right;
	background-color: #F40045;
	font-size:10px;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
	border:0;
	padding:0 15px 0 5px;
	border-left:12px #fff solid;
	background-image:url("../images/arrow_right.gif");
	background-repeat:no-repeat;
	background-position:135px 5px;
}

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

.basket_table .product_menue input.submit {
	background-color: #F40045;
	width: 204px;
	text-align: left;
	border: 0px;
	margin: 10px 0 0 0;
}

.basket_table .product_menue input.quantity {
	width: 20px;
}

a.button_prev {
	display:block;
	line-height:21px;
	color: #fff;
	padding: 0 10px 0 20px;
	float:left;
	background-color: #F40045;
	background-image:url("../images/arrow_left.gif");
	background-repeat:no-repeat;
	background-position: 3px 5px;
	font-size:10px;
	border-right:12px #fff solid;
}

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

.product_menue a.button_next {
	display:block;
	width:150px;
	line-height:21px;
	color:#fff;
	background-image:url("../images/arrow_right.gif");
	background-repeat:no-repeat;
	background-position:160px 5px;
	padding:0 15px 0 20px;
	float:none;
	border-left:0;
	background-color: #012E57;
	font-size:10px;
}

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

.product_menue .button {
	background-image: none;
	background-color: #939393;
	padding: 2px;
	margin: 0px;
	border: 0px;
	border-top: 1px #fff solid;
	font-size: 10px;
	width: 100%;
	text-align: left;
}

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

form a.button_next, form input.button_next {
	width: 195px;
	background-position: 160px 3px;
}

.seite a.button_next, seite input.button_next  {
	width: 165px;
}

.basket_table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.basket_table .product_image {
	width: 75px;
	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: 184px;
	border-left: 12px #fff solid;
	background-color: #dee3ef;
	vertical-align: bottom;
}

.basket_table .product_menue a {
	margin:0;
	background-color:#F40045;
	color:#fff;
	font-size:11px;
	border:0;
	text-align:left;
	border-top:1px #fff solid;
}

.basket_table .product_menue div {
	margin: 10px;
}
.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:400px;
	text-align:right;
	padding-bottom:25px;
}

span.sum {
	font-size:16px;
}

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

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

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

.order_basket_table .product_desc {
	float:left;
}

.order_basket_table .product_price {
	float:right;
}

#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;
}


#steps {
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
	height:70px;
	margin-bottom:12px;
}

#steps a {
	color:#333;
}

#steps a.active {
	color:#012E57	;
	background-color:#CCD5DE;
}

#steps a.inactive {
	color:#999;
}

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

#step1 {
	padding:10px;
	width:160px;
	border-left:1px #ccc solid;
	float:left;
	font-size:10px;
	background-color:#efefef;
	height:50px;
}

#step2 {
	padding:10px;
	width:160px;
	border-left:1px #ccc solid;
	float:left;
	font-size:10px;
	background-color:#efefef;
	height:50px;
}

#step3 {
	padding:10px;
	width: 160px;
	border-left:1px #ccc solid;
	float:left;
	font-size:10px;
	background-color:#efefef;
	height:50px;
}

#step4 {
	padding:10px;
	width:161px;
	border-left:1px #ccc solid;
	float:left;
	font-size:10px;
	background-color:#efefef;
	height:50px;
}

.shipping {
	padding:0 5px;
	margin-bottom:12px;
}

.comment {
	padding:0;
}

.comment textarea {
	height:183px;
}

* + html .comment textarea {
	height:192px;
}

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

#address_choose .seite {
	padding: 0px 0px 0px 0px;
}

.proddetail .merkzettel, .proddetail .empfehlen, .proddetail .infos {
	background-repeat: no-repeat;
	background-color: #849BAD;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	padding: 0px 20px 0px 20px;
	display: block;
}

.proddetail .merkzettel {
	background-image: url('../images/merkzettel_bg.gif');
}

.proddetail .empfehlen {
	background-image: url('../images/produkt_empfehlen_bg.gif');
}

.proddetail .infos {
	background-image: url('../images/mehrinfos_bg.gif');
	background-color: #002E56;
}

.prodlist .merkzettel, .prodlist  .empfehlen, .prodlist  .infos {
	background-repeat: no-repeat;
	background-color: #849BAD;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 20px;
}

.prodlist .merkzettel {
	background-image: url('../images/merkzettel_bg.gif');
}

.prodlist .empfehlen {
	background-image: url('../images/produkt_empfehlen_bg.gif');
}

.prodlist .infos {
	background-image: url('../images/mehrinfos_bg.gif');
	background-color: #002E56;
}
.seite {
	background-color:#ECEBEB;
	padding:0px 0px 0px 5px;
	font-size:11px;
	color:#454545;
	font-weight:bold;
}
.seite a {
	font-weight:normal;
}

pre {
	margin-top:500px;
}

table.address {
	width:320px;
}

table.address th {
	text-align:left;
}

table.address td {
	padding:6px 0 0 0;
}


table tr td {
	vertical-align: top;
}