

/*-------------- ALLGEMEINES----------------*/

.clearer {
	clear: both;
}

.required-star {
	color: silver;
}


.shop-back {
	/*background-image:url(../images/icons/db_arrow-right-on.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left:10px;*/
	float: left;
	margin: 15px 0;
	
}


.shop-input-qty {
	width: 26px;
	font-weight: bold;
	border: 1px solid #bdbdbd;
	/*margin: 3px;*/
	text-align: right;
	padding-right:5px;	
}

.db_rechnungsbetrag{
	color:#550000;
	text-align: right;
	font-size:14px;
}

.artikel-nr{
	color:#243B0B;
}

/*-------------------------  Rechnung  ---------------------*/

.rechnung_logo{
	float: right;
	text-align: right;
	width: 600px;
}

.rechnung_empfaenger{
	float: left;
	text-align: left;
	width: 300px;
}

.rechnung_dbc_adresse{
	float: right;
	text-align: right;
	width: 300px;
}


/*-------------------------     LIST VIEW ---------------------*/

.shop-list-item {
	margin: 10px 0 20px 0;
	padding-bottom: 15px;
	border-bottom:1px dashed #d0d0d0;
}


.shop-list-product-img {
	float: left;
	text-align: left;
	width: 90px;
	margin-right: 10px;

}

	
.shop-list-product-information {
	float: left;
	width: 440px;
}


.shop-list-page_navigation {
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
	color: #AED91A;
}




/*---------------- SINGLE VIEW ---------------------------------------*/


.shop-single-product-img {
	float: left;
	text-align: left;
	width: 190px;
	margin-bottom: 20px;
	margin-right: 10px;

}

.shop-single-product-information {
	float: right;
	width: 330px;
}


.shop-single-product-subtitle {
	margin-bottom: 15px;
	background-color:#f7f7fc;
	padding: 5px 0;
	
}

.shop-single-product-related {
	margin-bottom: 30px;
	background-color:#e9e9e9;
	padding: 5px 0;
	
}

.shop-single-product-beschreibung {
	margin-bottom: 20px;
}


/*-------------------- M I N I   W A R E N K O R B ---------------------------*/



.shop-minibasket-infozone {
	float: left;
	width: 140px;
}

.shop-minibasket-image {
	float: right;
	width: 60px;
}



/*------------------------ W A R E N K O R B --------------------------------*/


.shop-basket-product-table-cell-1 {	
}

.shop-basket-product-table-cell-2 {
	width: 40px;
}
.shop-basket-product-table-cell-3 {
	width: 80px;
	text-align: right;
}


/*--------     BASKET INFO---------------*/


/* ---Rechnungsadresse ---*/

.address_label {
	width: 130px;
	float: left;
}

.address_daten{
	border: 1px solid #bdbdbd;
	margin-bottom: 10px;
	width: 300px;
	height: 16px;
}


.shop-info-delivery-address-info {
	margin-bottom: 20px;
}



/* ------------------------   SUCHE --------------------------*/

#tx-ttproducts-pi1-search {
	margin-top: 20px;
}

input text {
	border: 1px solid #bdbdbd;
	margin-left: 3px;
	margin-right: 3px;
}


