@charset "UTF-8";
@media all
{


/* ### STANDADRD ################################################################################################## */

/* ### FLOAT COLUMN 50 50 ########################################################################################### */

.column50l {
	width:50%;
	float:left;
	text-align:left;
	border-right: 1px #DADADA solid;
	margin-right:-2px;
	overflow:hidden;
	margin-bottom: 20px;
	}

.column50l_content {
	margin:0px;
	margin-right: 20px;
	padding:0px;
	}

.column50r {
	width:50%;
	float:right;
	overflow:hidden;
	margin-bottom: 20px;
	}

.column50r_content {
	margin:0px;
	margin-left: 20px;
	padding:0px;
	}


/* ### FLOAT COLUMN 75 25 ########################################################################################### */

.column75l {
	width:70%;
	float:left;
	text-align:left;
	border-right: 1px #DADADA solid;
	margin-right:-2px;
	margin-bottom:20px;
	overflow:hidden;
	}

.column75l_content {
	margin:0px;
	margin-right: 20px;
	padding:0px;
	}

.column25r {
	width:30%;
	float:right;
	overflow:hidden;
	margin-bottom:20px;
	}

.column25r_content {
	margin:0px;
	margin-left: 20px;
	padding:0px;
	}

/* ### FLOAT COLUMN 25 75 ########################################################################################### */

.column25l {
	width:30%;
	float:left;
	text-align:left;
	border-right: 1px #DADADA solid;
	margin-right:-2px;
	margin-bottom:20px;
	overflow:hidden;
	}

.column25l_content {
	margin:0px;
	margin-right: 20px;
	padding:0px;
	}

.column75r {
	width:70%;
	float:right;
	overflow:hidden;
	margin-bottom:20px;
	}

.column75r_content {
	margin:0px;
	margin-left: 20px;
	padding:0px;
	}


/* ### SHOPPING CART ### */

.orderDetailsTable thead th,
.orderDetailsTable td, 
.orderDetailsTable tfoot td { 
  border: 0; 
  border-bottom: 1px solid #DADADA;
}

.orderDetailsTable thead td {
	color:grey;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing:1px;
	background: #F2F2F2;
	} 

.orderDetailsTable tfoot td {
	color:grey;
	font-weight:normal;
	background: #F2F2F2;
	} 

.orderDetailsTable td.subTotalLegend { 
 	text-align: right; 
 	background: white;
	}

.orderDetailsTable td.subTotal { 
 	text-align: right; 
	}

.orderDetailsTable td.productImage img {
	height: 50px;
	width:auto;
	}

.orderDetailsTable td.subTotal b, 
.orderDetailsTable td.subTotalLegend b {color:#444;}

/* ########################################################################################################### */


#qtycart {
	margin:0px;
	padding:0px;
	width:62px;
	float:right;
	background-image:url(../../images/input_txt_bg_l.gif);
	background-position:left top;  
	background-repeat:no-repeat;
	}

#qtycart input {
	float: left;
	width:29px;
	height:21px;
	background:transparent;
	font-size: 80%;
   	color: grey;
	border: none;
	margin:0px;
	padding:0px;
	padding-top: 2px;
	padding-left: 10px;
	background-image:none;
	}

#qtycart img {
	float: right;
	width:21px;
	height:21px;
	margin:0px;
	padding:0px;
	background:white;
	}

/* ### orderDetails ################################################################################################## */

#col3_content .orderDetailsTab .quantity input {
	width: 25px ;
}

thead.orderDetailsTab td  {
	background-color:#CCCCCC;
}

/* ### processCheckout  ############################################################################################# */


#stepscheckout {
	position:relative;
	width:100%;
	margin-bottom:20px;
	}

#stepscheckout ul {
	margin:0;
	padding:0;
	width:99.9%;
	height:60px;
	}

#stepscheckout li {
	list-style:none;
	width:25%;
	height:100%;
	margin:0;
	padding:0;
	color:#888;
	font-size:10px;
	line-height:12px;
	text-transform: uppercase;
	letter-spacing:1px;
	text-align:center;
	background:transparent;
	background-image:url(../../images/step1_off.gif);
	background-position:center 10px;  
	background-repeat:no-repeat;
	float:left;
	}

#stepscheckout li#step1_off {
	background-image:url(../../images/step1_off.gif);
	}
#stepscheckout li#step1_on {
	color:#444;
	background-image:url(../../images/step1_on.gif);
	}

#stepscheckout li#step2_off {
	background-image:url(../../images/step2_off.gif);
	}
#stepscheckout li#step2_on {
	color:#444;
	background-image:url(../../images/step2_on.gif);
	}

#stepscheckout li#step3_off {
	background-image:url(../../images/step3_off.gif);
	}
#stepscheckout li#step3_on {
	color:#444;
	background-image:url(../../images/step3_on.gif);
	}

#stepscheckout li#step4_off{
	background-image:url(../../images/step4_off.gif);
	}
#stepscheckout li#step4_on{
	background-image:url(../../images/step4_on.gif);
	}

/* ### advanced_search #################################################################################################### */

#advanced_search input[type="text"] {
	width:40% !important;
	margin-right:4px;
}

#advanced_search label {
	width: 18em;
}

/* ### error_message ####################################################################################################### */
table#errorSearch {
  width:400px;
}
/* ### Auswahl für Anrede in diversen Eingabeformularen ################################################################################################ */

#checkout_address input[type="radio"] , #addressbook input[type="radio"] ,#create_account input[type="radio"]  {
	float:none;
	margin-left:5px;
	margin-right:10px;
}

/*  ### Bearbeiten-Link im CheckoutConfirmation  ### */
a.checkoutLink {
	color:#009933;
	font-style:italic;
}


/* ### Inhalt: Tabelle für Adressauswahl checkout_shipping_address.html und checkout_payment_address.html ### */
.adressBlockContainer td {
	border-left: 1px dotted #fff; padding: 3px;
}

.adressBlockContainer  tbody td,.adressBlockContainer th {
	border: 0px ; vertical-align: top; padding: 0px;
}

/* #################################################################################################### */
/* ### Layoutelement Container ######################################################################## */
/* #################################################################################################### */

.moduleRow { 
  margin-bottom: 10px; 
  padding: 5px; 
  background: #f1f1f1;
	border:0px;
	border-color: #3C3C3C;
	border-style: solid;
	border-width: 1px;
}

.container { 
  margin-bottom: 0px; 
  padding: 5px; 
  background: #fff;
	border-color: #3C3C3C;
	border-style: solid;
	border-width: 0px;
}
  
.container2 { 
  margin-bottom: 0px; 
  padding: 5px; 
  background: #fff;
	border-color: #3C3C3C;
	border-style: solid;
	border-width: 0px;
}


.moduleRowOver {
	background-color: #CCCCCC;
	border: 1px solid;
	border-color: #000000;
  margin-bottom: 10px; 
  padding: 5px; 

	}
.moduleRowSelected {
	background-color: #CCCCCC;
	margin: 0;
	padding: 5px;
}

#col3_content h1.containerHead  {
  padding:1px 3px 1px 6px;
  background:#3C3C3C;
  color:#fff;
}
#col3_content h1.containerHead a{
  color:#fff;
}

/* ### productNavigator ############################################################################################## */

.productNavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#9F9F9F 1px solid;
	font-size:0.75em;
	margin-bottom:3px;
}


}
