
/***************************
		Grundlayout
***************************/

#shop_content {
	width: 554px;
	float: left;
}

#shop_navigation {
	width: 262px;
	padding: 0 0 0 48px;
	float: left;
}

/***************************
		Navigation
***************************/

#sn_barinfo {
	width: 230px;
	height: 180px;
	padding: 14px 20px;
	background: transparent url("images/barinfo.jpg") no-repeat 0 0;
}
#sbi_info_basket_text {
	width: 140px;
	padding: 14px 0 0 0;
	float: left;
}
#sbi_info_basket_icon {
	width: 26px;
	float: right;
	padding: 4px 0 0 0;
}
#sbi_info_count {
	padding: 6px 0 0 0;
}
#sbi_info_sum {
	padding: 20px 0 0 0;
}
#sbi_is_label {
	float: left;
}
#sbi_is_value {
	float: right;
	text-align: right;
	padding: 0 5px 0 0;
}
#sbi_info_checkout,
#sbi_info_agb {
	position: relative;
	width: 270px;
	height: 33px;
	top: 17px;
	left: -20px;
}
#sbi_info_checkout a,
#sbi_info_agb a {
	display: block;
	width: 249px;
	height: 26px;
	padding: 7px 0 0 21px;
	
	font-size: 12px;
	text-decoration: none;
	color: #8d845e;
}
#sbi_info_checkout a:hover,
#sbi_info_agb a:hover {
	color: #fff;
}

#sbi_info_checkout a {
	background: transparent url("/shop/images/kasse.jpg") no-repeat 0 0;
}
#sbi_info_checkout a:hover {
	background: transparent url("/shop/images/kasse-hover.jpg") no-repeat 0 0;
}

#sbi_info_agb a {
	background: transparent url("/shop/images/agb.jpg") no-repeat 0 0;
}
#sbi_info_agb a:hover {
	background: transparent url("/shop/images/agb-hover.jpg") no-repeat 0 0;
}



#sn_categories {
	padding: 3px 0 0 0;
}

#sn_header {
	padding: 3px 0 0 21px;
}

.sn_categories_item a {
	display: block;
	width: 249px;
	height: 30px;
	padding: 3px 0 0 21px;
	background: transparent url("/images/layout/bar-links.jpg") no-repeat 0 0;
	
	font-size: 12px;
	color: #8d845e;
}
.sn_categories_item a:hover,
.shop_nav_cat_active a {
	background: transparent url("/images/layout/bar-links-hover.jpg") no-repeat 0 0;
	
	color: #fff;
}

/***************************
		 Artikel
***************************/

.shop_article {
	width: 554px;
	padding: 9px 0 7px 0;
	border-bottom: 1px dotted #8d845e;
}

.shop_article_info {
	padding: 10px 0;
}

.shop_ai_content_text {
	padding: 4px 0 0 0;
}

.shop_ai_content_lagenbezeichnung {
	margin: 0 0 -4px 0;
}

.shop_ai_cd_icon {
	width: 23px;
	height: 47px;
	padding: 4px 0 0 0;
	float: left;
}
.shop_ai_cd_icon img {
	display: block;
}

.shop_ai_cd_data {
	width: 260px;
	float: left;
	padding: 35px 0 0 9px;
}

.shop_ai_order {
	float: left;
	text-align: right;
	padding: 0 0 0 13px
}

.shop_ai_order_price {
	width: 78px;
	float: left;
	text-align: right;
	padding: 29px 0 0 0;
}

.shop_ai_order_volume {
	width: 95px;
	float: left;
	text-align: right;
	padding: 35px 0 0 0;
}

.shop_ai_order_count {
	float: left;
	padding: 33px 0 0 14px;
}

.shop_ai_order_count input {
	width: 17px;
	height: 15px;
	border: 1px solid #c1c1bd;
	padding: 2px 2px 0 2px;
	
	-moz-box-shadow: 		inset 0px 0px 3px rgba(193,193,189, 0.8);
	-webkit-box-shadow:		inset 0px 0px 3px rgba(193,193,189, 0.8);
	box-shadow:				inset 0px 0px 3px rgba(193,193,189, 0.8);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #8D845E;
}

.shop_ai_order_inbasket {
	width: 75px;
	padding: 22px 0 0 0;
	float: left;
	text-align: right;
}
.shop_ai_order_inbasket.shop_article_small {
	line-height: 15px;
}

.shop_ai_order_sold {
	width: 60px;
	padding: 22px 0 0 15px;
	float: left;
}

.shop_ai_order_addbasket {
	float: left;
}

.shop_ai_order_submit {
	position: relative;
	left: 13px;
	float: left;
	padding: 26px 0 0 0; 
}

/***************************
		  Liste
***************************/

#sl_info {
	border-bottom: 1px dotted #8d845e;
	padding: 0 0 25px 0;
}

input.add_art_button {
	display: block;
	width: 26px;
	height: 26px;
	background: transparent url("images/add_to_basket.jpg") no-repeat 0 0;
	cursor: pointer;
}

/***************************
		Warenkorb
***************************/

#sw_info {
	border-bottom: 1px dotted #8d845e;
	padding: 0 0 25px 0;
}


#sw_info_sum {
	padding: 10px 0 0 0;
	text-align: right;
}
.sw_is_row {
	width: 540px;
}
.sw_is_label {
	float: right;
}
.sw_is_price {
	width: 100px;
	float: right;
}


.shop_ai_order_refresh {
	float: left;
	padding: 26px 0 13px 4px;
}
.shop_ai_order_refresh input {
	width: 20px;
	height: 19px;
	background: transparent url("images/refresh.jpg") no-repeat 0 0;
	cursor: pointer;
}

input.remove_art_button {
	display: block;
	width: 26px;
	height: 26px;
	background: transparent url("images/remove_from_basket.jpg") no-repeat 0 0;
	cursor: pointer;
}


#shop_warenkorb .shop_ai_cd_data {
	width: 246px;
}

#shop_warenkorb .shop_ai_order_submit {
	left: 8px;
}

.shop_ai_order_sum {
	width: 85px;
	float: left;
	text-align: right;
	padding: 29px 0 0 0;
}

/***************************
		  Kasse
***************************/



/***************************
	 Kasse - Formular
***************************/

.sk_form_row {
	padding: 15px 0 0 0;
}

.sk_form_header {
	padding: 25px 0 0 0;
}

.sk_form_field {
	padding: 0 20px 0 0;
	float: left;
}

.sk_ff_label {
	font-size: 11px;
}

.sk_ff_input input {
	width: 247px;
	padding: 6px 4px;
	border: 1px solid #c7c3b0;
	background-color: #f6f3f0;
	color: #5f541f;
	font-size: 11px;
}

.sk_form_field textarea {
	width: 520px;
	height: 110px;
	padding: 4px 6px;
	border: 1px solid #c7c3b0;
	background-color: #f6f3f0;
	color: #5f541f;
	overflow: auto;
	font-size: 11px;
}

#sk_form_submit {
	padding: 0 0 0 467px;
}

#sk_next_button {
	width: 67px;
	height: 16px;
	background: transparent url("images/checkout_next.gif") no-repeat 0 0;
	cursor: pointer;
}
#sk_next_button:hover {
	background: transparent url("images/checkout_next_hover.gif") no-repeat 0 0;
}

/***************************
   Kasse - Zusammenfassung
***************************/

#sk_summary {
	padding: 20px 0;
}

#sk_summary_articles {
	padding: 0 14px 10px 0;
	border-bottom: 1px dotted black;
}

.shop_summary_article {
	padding: 20px 0 0 0;
}

.shop_sa_single,
.shop_sa_multi {
}

.shop_sa_single_name,
.shop_sa_multi_count {
	width: 440px;
	float: right;
	text-align: left;
}
.shop_sa_single_price,
.shop_sa_multi_price {
	text-align: right;
	float: right;
	width: 100px;
}

#sk_summary_sum {
	padding: 20px 0 0 0;
	text-align: right;
}

#sk_summary_submit {
	padding: 40px 0 0 399px;
}

#sk_submit_button {
	display: block;
	width: 141px;
	height: 16px;
	background: transparent url("images/checkout_submit.gif") no-repeat 0 0;
	cursor: pointer;
}
#sk_submit_button:hover {
	background: transparent url("images/checkout_submit_hover.gif") no-repeat 0 0;
}

/***************************
		  PayPal
***************************/
.paypal-button {
	display: block;
	float: left;
}
input.paypal-button {
	margin: 36px 10px 0 0;
}
img.paypal-button {
	margin: 10px 0 0 0;
}

/***************************
		   Text
***************************/

.bold {
	font-weight: bold;
}

.shop_nav_header,
.shop_nav_header a {
	font-size: 12px;
	font-weight: bold;
	color: #5f541f;
}

.shop_barinfo_warenkorb,
.shop_barinfo_warenkorb a {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #f39200;
}
.shop_barinfo_warenkorb a:hover,
.shop_barinfo_warenkorb a:active {
	text-decoration: underline;
}

.shop_barinfo_text,
.shop_barinfo_text a {
	font-size: 12px;
	line-height: 18px;
}
.shop_barinfo_text a:hover,
.shop_barinfo_text a:active {
	text-decoration: underline;
}

.shop_barinfo_summe,
.shop_barinfo_summe a {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #5f541f;
}



.shop_article_name {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #5f541f;
}

.shop_article_text {
	font-size: 12px;
	line-height: 20px;
}

.shop_article_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.shop_article_small.italic {
	font-style: italic;
}

.shop_article_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5f541f;
}

.shop_lagenbeschreibung_text {
	font-family: 'Marck Script', Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #f69200;
}



.shop_checkout_header {
	font-size: 14px;
	color: #5f541f;
}

.shop_checkout_text,
.shop_checkout_text a {
	font-size: 13px;
	color: #5f541f;
}
.shop_checkout_text a:hover,
.shop_checkout_text a:active {
	text-decoration: underline;
}
.shop_checkout_text .required{
	color: #f39200;
}

