/* overwrite previously written span */

span {
	font-size: inherit;
}
/*  *********************** Shop Adress-Form ***********************  */


#shop_address_form .title{
	font-weight: bold;
}

#shop_address_form .disclaimer{
	font-size: 9px;
	color: #000;
}

#shop_address_form span{
	font-size: 10px;
	line-height: 1.5em;
}

#shop_address_form label{
	width: 80px;
}

#shop_address_form label, #shop_address_form .float{
	float: left;
	line-height: 1.5em;
	margin-right: 5px;
	margin-bottom: 3px;
}

#shop_address_form fieldset, #shop_address_form legend{
	border: 0px solid #000;
	padding: 0px;
}

#shop_address_form input, #shop_address_form select{
	color: #fff;
	background-color: #000;
	/*padding: 2px;*/
	font-size: 10px;
	border: 1px solid #000;
	height: 12px;
}

#shop_address_form .shop_button{
	height: 16px;
	padding: 4px;
	padding-top: 0px;
}

#shop_address_form select{
	height:17px;
	margin-bottom:4px;
	width:80px;
}

#shop_address_form .checkbox{
	width: 12px;
	height: 12px;
}

#shop_address_form .textinput{
	background-color: #000;
	width: 250px;
	color: #fff;
}

#shop_address_form .inp_plz{
	width: 30px;
	margin-right: 5px;
}

#shop_address_form .inp_ort{
	width: 205px;
}

#shop_address_form legend{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 0px;
}

#zahlungsart .option{
	margin-right: 9px;
	padding-left: 6px;
	padding-bottom: 3px;
}

#shop_address_form #yellowpay_logo{
	background-image:url(../pics/icons/postfinance_d.gif);
	float:left;
	height:30px;
	margin-right:8px;
	position:relative;
	width:80px;
	
}

#shop_address_form #paypal_logo{
	background-image: url(pics/icons/paypal_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 150px;
	height: 30px;
	float: left;
}


/* Stil für Ausgabe */

#shop_address_form .adressform_output{
	font-weight: bold;
	padding-top: 3px;
}

/*  *********************** Login-Form ***********************  */

.clear, .clear_pad{
	clear: both;
}

.clear_pad{
	margin-bottom: 3px;
}

.shop_button{
	color: #fff;
	background-color: #000;
	padding: 4px;
	height: 18px;
	font-size: 10px;
	border: 1px solid #000;
	cursor: pointer;
}

.shop_button:hover{
	border: 1px solid #000;
	font-size: 10px;
}

#konto_loginform{
	color: #fff;
	line-height: 2em;
	margin-top: 5px;
}

#konto_loginform label{
	width: 65px;
	float: left;
	line-height: 2em;
}

#konto_loginform input, #konto_loginform select, #suche input, #suche select{
	color: #fff;
	background-color: #4F1E35;
	width: 80px;
	height: 15px;
	padding: 2px;
	font-size: 10px;
	border: 2px solid #89345c;
}

#konto_loginform .form_members_button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	background-color: #4F1E35;
	height: 21px;
	width: 50px;
	border: 2px solid #89345c;
	margin-top: 2px;
	cursor: pointer;
}

#suche select{
	height: 21px;
	width: 55px;
}

#suche input, #suche select{
	margin-left: 50px;
	margin-bottom: 3px;
}

#suche .submit, #konto_loginform .submit{
	margin-left: 5px;
	height: 21px;
	padding-top: 0px;
	cursor: pointer;
}

/* Navigationsbalken */

/*  *********************** Page pagination  *********************** */

#db_title{
	/*background-color: #4f202a;*/
	height: 80px;
	padding-left: 4px;
	padding-top: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	position: relative;
}

#db_title input{
	float: none;
}

#db_title select{
	float: none;
}

#db_title .header_suche{
	/*width: 350px;*/
}

.pagination{
	width: 594px;
	padding: 4px;
	/*background-color: #4F202A;*/
	font-size: 9px;
	z-index: 99;
	position: relative;
}

.pagination_item{
	margin-right: 0px;
	color: #000;
}

.pagination a{

	color: #000;
}

.pagination .previous_page{
	display: inline-block;
	width: 140px;
	height: 30px;
	background-image: url(images/layout/btn_previous.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

.pagination .previous_page:hover{
	background-image: url(images/layout/btn_previous_over.gif);
}

.pagination .next_page{
	display: inline-block;
	width: 140px;
	height: 30px;
	background-image: url(images/layout/btn_next.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

.pagination .next_page:hover{
	background-image: url(images/layout/btn_next_over.gif);
}

.pagination select{
	color: #4F202A;
	background-color: #F6DDE1;
	height: 15px;
	width: 80px;
	border: 1px solid #000;
	font-size: 10px;
}

.header_suche{
	font-size: 9px;
	font-weight: bold;
	position: absolute;
	right: 3px;
	top: 4px;
}

.header_suche select{
	color: #4F202A;
	background-color: #F6DDE1;
	height: 15px;
	width: 50px;
	border: 1px solid #4F202A;
	font-size: 10px;
	line-height: 1.5em;
}

.header_suche option{
	padding-bottom: 5px;
}

.header_suche input{
	padding: 2px;
	color: #4F202A;
	background-color: #F6DDE1;
	height: 12px;
	width: 80px;
	/*border: 1px solid #4F202A;*/
	font-size: 10px;
	margin-right: 10px;
}

/*  *********************** Artikelliste - Custom-Fields *********************** */

#artikelliste{
	margin: 0px;
	text-align: left;
}

.custom_field_title, .custom_field_value{
	float: left;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.custom_field_title{
	width: 90px;
	margin-right: 5px;
	line-height: 2em;
}

.custom_field_value{
	width: 100px;
}


/*  *********************** Artikelliste - Custom-Fields für User-Choice *********************** */

.shop_list_item input, textarea{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.shop_list_item .text{
	background-color: #000;
	color: #fff;
	height: 12px;
	width: 120px;
	border: 1px solid #000000;
}

.shop_list_item .textarea {
	height: 60px;
}

.shop_list_item .select{
	height: 18px;
}

.shop_list_item .textarea, .shop_list_item .select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	background-color: #000000;
	width: 100px;
	border: 1px solid #000000;
	margin-top: 2px;
}


/*  *********************** More-Links  *********************** */

.artikelliste_more, .artikelliste_less{
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 90px;
	margin-top: 8px;
	width: 100px;
	display: block;
}

.artikelliste_more{
	background-image: url(images/layout/btn_mehr.gif);
}

.artikelliste_more:hover{
	background-image: url(images/layout/btn_mehr_over.gif);
}

.artikelliste_less{
	background-image: url(images/layout/btn_weniger.gif);
}

.artikelliste_less:hover{
	background-image: url(images/layout/btn_weniger_over.gif);
}


/*  *********************** Warenkorb ***********************  */

.mengenfeld{
	padding: 2px;
	color: #fff;
	background-color: #000;
	height: 12px;
	width: 23px;
	border: 1px solid #000;
	font-size: 10px;
	margin-left: 5px;
}

.artikelbeschreibung{
	line-height: 1.5em;
}

.btn_bestellformular{
	background-image: url(images/layout/btn_bestellformular.gif);
	background-repeat: no-repeat;
	width: 176px;
	height: 30px;
	display: inline-block;
	vertical-align: 1em;
}

.btn_bestellformular:hover{
	background-image: url(images/layout/btn_bestellformular_over.gif);	
}


.btn_weiter{
	background-image: url(images/layout/btn_weiter.gif);
	background-repeat: no-repeat;
	width: 70px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}

.btn_weiter:hover{
	background-image: url(images/layout/btn_weiter_over.gif);	
}

.btn_angaben_korrigieren{
	background-image: url(images/layout/btn_korrigieren.gif);
	background-repeat: no-repeat;
	width: 176px;
	height: 30px;
	display: inline-block;
	vertical-align: 1em;
}

.btn_angaben_korrigieren:hover{
	background-image: url(images/layout/btn_korrigieren_over.gif);	
}

/*  *********************** AGB-Layer ***********************  */

#popup_content{
	background-color: #bbb;
	width: 550px;
	color: #000;
	border: 2px solid #4f202a;
	position: relative;
	padding: 4px;
}


/* *********************** Popup (z.B. f. AGB ***********************  */

#popup_close{
	background-image:url(pics/icons/icn.close.png);
	font-size:20px;
	height:15px;
	line-height:0.75em;
	padding-top:0px;
	position:absolute;
	right:7px;
	top:11px;
	width:15px;
	z-index:210;
}

#popup_close a:hover, #popup_close a{
	font-size: 20px;
	font-weight: bold;
	color: #4f202a;
}

#popup_content .titel {
	font-size: 12px;
	font-weight: bold;
}

#popup_content .untertitel{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: -8px;
}

#popup_content .lauftext{
	padding-left: 10px;
	font-size: 9px;
	padding-bottom: 10px;
}

#popup_content p{
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
}

#popup_shadow{
	/*background-color: #8B626A;*/
	padding-right: 0px;
	/* padding-bottom: 12px;*/
	position: absolute;
	top: 13px;
	left: 0px;
	width: 575px;
	height: auto;
	z-index: 14;
	padding-bottom: 14px;
}

#popup_shadow_inner{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#popup_shadow_upper_right{
	background-image: url(pics/icons/edit_box_shadow_upper_right.png);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-bottom: 2px;
	margin-top: 0;
	width: 13px;
	height: 18px;
}

#popup_shadow_right{
	background-image: url(pics/icons/edit_box_shadow_right.png);
	background-position: right;
	background-repeat: repeat-y;
	margin-bottom: 2px;
	margin-top: 0;
	width: 13px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 18px;
}

#popup_shadow_bottom{
	background-image: url(pics/icons/edit_box_shadow_bottom.png);
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 14px;
	width: 554px;
	position: absolute;
	left: 0px;
}

#popup_shadow_bottom_right{
	background-image: url(pics/icons/edit_box_shadow_bottom_right.png);
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 13px;
	height: 14px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}



/* *************************** Member-Area *************************/

#shop_address_form .tab{
	border: 1px solid #000;
	border-bottom: 0px;
	color: #000;
	float: left;
	width: 130px;
	padding: 3px;
	text-align: center;
	margin-right: 5px;
}

#shop_address_form .tab_active, #shop_address_form .tab_active a{
	background-color: #000;
	color: #fff;
}

#shop_address_form #adressform, #shop_address_form #adressform_liefer{
	border: 1px solid #000;
	padding: 4px;
	width: 400px;
}

#shop_address_form .error, #shop_address_form .text_input .error, #shop_address_form .select .error{
	background-color: #89345C;
	color: #fff;
}
