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

form {
	display: inline;
}

.shipping{
	padding: 5px;
}

/* Schritte */
.step, .step_active {
	padding: 5px;
	border-collapse: collapse;
	width: 25%;
	height: 80px;
	vertical-align: top;
	border-top:1px #626384 solid;
	border-bottom:1px #626384 solid;
	border-right:1px #626384 solid;
	margin-bottom:12px;
	background-color:#f0f0f0;
}

.step_first {
	border-left:1px #626384 solid;	
}

.step a {
	display:block;
	height:80px;
	color:#333;
}

.step a .active {
	color:#fff;
	background-color:#9394b0;
}

.separator {
	min-height: 10px;
}
.backward_button {
	float:left;
	border:none;
	color: #000;
	width: 100%;
	background:#FF3366;
	text-align: left;
	padding-left: 5%;
}
a.backward_button {
	padding-left: 5%;
	display: block;
	width: 95%;
}
.forward_button {
	border:none;
	color: #000;
	width: 100%;
	background:#FF3366;
	text-align: left;
	padding-left: 5%;
}
 
a.forward_button {
	padding-left: 5%;
	display: block;
	width: 95%;
}
.hide_addresses {
	display:none;
}
.show_addresses {
	display:;
}
.button_prev, a.button_prev, a.button_prev:hover {
	text-align: left;
	padding-left: 5%;
	border-bottom: 1px solid #000;
	display: block;
	color: #000;
	width:95%;
	background: #FF3366;
}

.seite_border{
	background: #ECEBEB;
	border-right: 15px solid #fff;
}
.seite{
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: #ECEBEB;
	margin: 10px 0;
}

div.seite, td.seite {
	width:100%;
}

span.seite {
	display: block;
	padding:  2px 0px 2px 2px;
}
.seite span{
	padding-left:  5px;
}

.comment{
	padding: 5px 0;
}

/**
 * Warenkorb
 */
#tac_text{
	height:150px;
	margin-bottom:12px;
	overflow:scroll;
	padding:0 5px;
}
.product_menue {
	background-color: #ECEBEB;
}
.product_menue .quantity {
	padding-left: 10px;
	padding-bottom: 10px;
}
.product_menue .button{
	background: #FF3355;
	font-size: 12px;
	text-align:left;
	padding-left: 5px;
	border:none;
	width:100%;
	border-bottom: 1px solid #c0c0c0;
}
.product_menue_bottom{
	height: 5px;
}
.sum_price_box {
	padding: 2px 0 5px 22px;
}
.product_image{
	float:left;
}
.productdescription{
	float:left;
	padding: 10% 10px 10px 10px;
}
.product_desc{
	padding: 5px;
	border-bottom: 1px solid #f0f0f0;
}
.product{
	padding: 0 0 5px 0;
	border-bottom: 2px #ECEBEB solid;
}
.pricebox{
	float: right;
	width: 150px;
	padding: 10% 10px 10px 0px;
}
.sum {
	font-size: 1.3em;
}
.tac{
	border-bottom: 2px solid #c0c0c0;
	padding: 5px 0;
}