
/* Struktur
************************************/
* {
	margin: 0;
	padding: 0;
	/*
	border-radius: 0 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	*/
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font: 11px/18px tahoma, arial, sans-serif;
	color: #333;
	/*background: #d85818 url(img/bg.jpg) top center fixed;*/
	/*background: #d85818 url(img/bg2.jpg) top center fixed;*/
  /*background-size: cover;*/
	background: #f39919;
	background: -webkit-linear-gradient(-45deg,  #f39919 0%,#f13710 100%);
	background: -ms-linear-gradient(-45deg,  #f39919 0%,#f13710 100%);
	background: linear-gradient(135deg,  #f39919 0%,#f13710 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39919', endColorstr='#f13710',GradientType=1 );
	background-attachment: fixed;
}
#wrap {
	margin: 0 auto 10px auto;
	width: 980px;
	background-color: #fff;
	border: #fff solid;
	border-width: 10px;
	overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 8px 0 #c2533b;
  -webkit-box-shadow:0 0 8px 0 #c2533b;
  box-shadow: 0 0 8px 0 #c2533b;
}
#logo {
	float: left;
	outline: 0;
  overflow: hidden;
	margin-right: 13px;
}
#header {
	clear: both;
	font-size: 11px;
	color: #fff;
  margin: 15px auto 5px auto;
  padding: 0px 8px;
	width: 980px;
}
#topmenu li {
	float: left;
	list-style: none;
}
#topmenu a,
#topmenu a:link,
#topmenu a:visited,
#topmenu a:hover,
#topmenu a:active {
	padding: 7px 14px 4px 14px;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
  text-shadow: 1px 1px 0 #662c0d;
	float: left;
	font-size: 17px;
	letter-spacing: 0.03em;
  -moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: "Amaranth", "Lucida Grande", georgia, tahoma, sans-serif;
}
#topmenu a:hover {
	color: #fddab6;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 300ms ease;
}
#topmenu .amp {
	font-family: "palatino linotype", palatino, georgia, verdana;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}
#topright {
	text-align: right;
	height: 26px;
	padding: 4px 8px 0 0;
	margin-right: -12px;
}
#language_selection {
	display: inline;
	margin-left: 10px;
}
#contentwrap {
	clear: both;
	/*width: 980px;*/
}
div.sidebar {
	width: 200px;
}
#left {
	float:left;
}
#right {
	float: right;
}
#content {
	float: left;
	width: 530px;
	padding: 0 25px;
	margin-bottom: 15px;
	min-height: 350px;
}
.content_full {
	width: 920px;
}
.content_full_right {
	width: 750px !important;
  padding-right: 0 !important;
}
body.lightbox {
	background: #fff;
}
.lightbox_content {
	width: 530px;
	background: #fff;
}
#content ul {
	padding: 0 0 15px 15px;
}
#content ol {
	padding: 0 0 15px 25px;
}
#footer {
	clear: both;
	font-size: 11px;
	color: #fff;
	padding: 0px 8px;
  margin: 0 auto 15px auto;
	width: 980px;
  /*text-shadow: 1px 1px 0 #662c0d;*/
}
#footer a {
	color: #fff;
  /*text-shadow: 1px 1px 0 #662c0d;*/
	text-decoration: none;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
#footer a:hover {
	color: #fdba96;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#footer ul.contentlist {
	float: left;
}
#footer ul.contentlist li {
	float: left;
	display: inline;
}
#footer ul.contentlist a {
	display: block;
	padding: 0 5px;
	font-size: 12px;
}









/* Common
************************************/
h1 {
	font-weight: normal;
	font-size: 19px;
	padding: 0 0 2px 0;
	margin: 5px 0 10px 0;
	line-height: 1.3em;
	font-family: "Amaranth", "Lucida Grande", georgia, tahoma, sans-serif;
	border-bottom: 1px solid #fc9d65;
	clear: left;
	color: #d75718;
}
h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0 5px 0;
	line-height: 1.3em;
	clear: both;
  font-family: "Amaranth", "Lucida Grande", georgia, tahoma, sans-serif;
  color: #d75718;
}
h1 + h2 {
	margin-top: 0;
}
h3,
span.create_account_head {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 6px 0;
  font-family: "Lucida Grande", georgia, tahoma, sans-serif;
	color: #eaa87f;
}
a,
a:link,
a:hover {
	text-decoration: underline;
}
a:link {
	color: #d10303;
}
a:visited {
	color: #d10303;
}
a:active {
	color: #d10303;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
a img {
	border: none;
}
a.link {
	text-decoration: none;
}
p {
	margin: 0 0 10px 0;
}
p:last-child {
	margin: 0;
}
div.divbox ul:last-child {
	padding-bottom: 0 !important;
}
.center {
	text-align: center;
}
div.divbox {
	padding: 10px 15px;
	border: 1px solid #ffeabe;
	background: #fbf1e2;	
	margin-bottom: 10px;
	overflow: auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
	border-radius: 7px;
/*	
  -moz-box-shadow: 1px 3px 5px 0 #f4f4f4;
  -webkit-box-shadow: 1px 3px 5px 0 #f4f4f4;
  box-shadow: 1px 3px 5px 0 #f4f4f4;
*/  
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
div.divboxhover:hover {
	padding: 9px 14px;
	border-width: 2px;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
div.alignleft {
	float: left;
	width: 48%;
	margin: 0;
}
div.alignright {
	float: right;
	width: 48%;
	margin: 0;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.tiny {
	font-size: 10px;
}
.low,
.low a {
	color: #aaa;
}
.low a:hover {
	color: #d10303;
}
.normal {
	color: #333 !important;
}
ol {
	padding-left: 10px;
}
.errormessage {
	border: 1px solid #edc05f;
	padding: 10px;
	background-color: #ffe09f;
	margin-bottom: 10px;
  -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
  border-radius: 7px;
}
.successmessage {
	border: 1px solid #9ba01f;
	padding: 10px;
	background-color: #dff09f;
	margin-bottom: 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.infomessage {
	border: 1px solid #7c9db5;
	padding: 10px;
	background-color: #cad9e4;
	margin-bottom: 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.minus {
	color: #5e9930;
}






/* Artikel-Navigator
************************************/
div.navigator {
	color: #aaa;
	padding: 10px 0;
	clear: both;
	float: left;
	width: 100%;
}
div.navigator a,
div.navigator span span {
	border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	padding: 3px 6px;
	background: #fff;
	text-decoration: none;
  *display: inline-block;
  -moz-box-shadow: 1px 1px 1px 0 #f4f4f4;
  -webkit-box-shadow: 1px 1px 1px 0 #f4f4f4;
  box-shadow: 1px 1px 1px 0 #f4f4f4;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
div.navigator a:hover {
	border-color: #bbb;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
div.navigator span span.current {
	padding: 3px 5px;
	font-weight: bold;
	background: #d10303;
	color: #fff;
	border: 1px solid #d10303;
  -moz-box-shadow: 1px 1px 1px 0 #f4f4f4;
  -webkit-box-shadow: 1px 1px 1px 0 #f4f4f4;
	box-shadow: 1px 1px 1px 0 #f4f4f4;
}






/* Box generell
************************************/
div.box {
	margin-bottom: 15px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
	border-radius: 7px;
	/*overflow: auto;*/
}
div.box .head {
	padding: 0 8px 0 8px;
}
div.box .body {
	padding: 0 8px 8px 8px;
}
div.box ul.contentlist li {
	list-style-type: none;
}
div.box ul.contentlist a {
	display: block;
	text-decoration: none;
	color: #333;
}
div.box ul.contentlist a:hover {
	color: #d10303;
}
div.box h2 {
	font: 10px arial, tahoma, sans-serif;
	text-transform: uppercase;
	color: #999;
	padding: 0;
	margin: 8px 0 0 0;
	text-shadow: #fff 1px 1px 0;
}
div.box .head a {
	text-decoration: none;
	text-shadow: 0;
	display: block;
}
div.box .price_old small,
div.box .price small,
div.box .price br {
	display: none;
}
div.box .link {
	display: block;
}
div.box .price_old {
	color: #5e9930;
	margin-right: 3px;
}






/* Box Search / Top Search
************************************/
div.box_search {
	border-color: #ccc;
	margin-bottom: 3px;
}
div.box_search .search_input {
	border: 0;
	width: 194px;
}
div.box_search .search_submit {
	position: absolute;
	margin-left: -19px;
	border: 0;
}
#topright #search {
	float: right;
	margin-top: -4px;
	margin-right: -5px;
	position: relative;
}
#topright #search .search_input {
	border: 0;
	width: 170px;
	padding: 5px 30px 5px 5px;
  background: #fff url(img/button_quick_find.gif) no-repeat 98% 50%;
  -moz-box-shadow: inset 1px 1px 1px #924921;
  -webkit-box-shadow: inset 1px 1px 1px #924921;
  box-shadow: inset 1px 1px 1px #924921;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#topright .search_submit {
	position: absolute;
	float: right;
	border: 0;
	right: 0;
  margin: 3px 3px 0 0;
	width: 15px;
	height: 14px;
}






/* Box Kategorien
************************************/
div.box_categories {
	background: #F13710;
	padding-top: 6px;
	float: left;
}
div.box_categories li {
	list-style-type: none;
}
div.box_categories li a {
	text-decoration: none;
	color: #fff;
	display: block;
}
div.box_categories li li a {
	padding-left: 14px;
  /*
	-moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
	*/
}
div.box_categories li a:focus,
div.box_categories li a:hover,
div.box_categories li a.current,
div.box_categories li a.trail {
	color: #f6c02f;
	outline: 0;
  /*
	-moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
	*/
}






/* Box Login
************************************/
div.box_login {
	background: #f13710;
	padding-top: 6px;
	color: #fff;
}
div.box_login a {
	color: #fff;
	text-decoration: none;
}
div.box_login a:hover {
	color: #f6c02f;
}
span.create_account_head,
a.create_account {
	display: block;
	text-decoration: none;
}
span.create_account_head {
	text-decoration: underline;
}






/* Box Hotline
************************************/
div.box_hotline .body ul {
	margin: 2px 0;
}
div.box_hotline a {
	color: #333;
	text-decoration: none;
}
div.box_hotline a:hover {
	color: #d10303;
}
div.box_hotline ul li {
	background: url(img/star.png) no-repeat 0 2px;
	list-style-type: none;
	padding: 0 0 0 20px;
}
div.box_hotline ul li:hover {
	background: url(img/heart.png) no-repeat 0 2px;
}



div.box_awards img,
div.box_payments img {
	-webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  opacity: 0.7;
  transition: all 0.6s ease;
}
div.box_awards img:hover,
div.box_payments img:hover {
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
	opacity: 1;
	transition: all 0.2s ease;
}





/* Box Create Account Info
************************************/
div.box_create_account_info ul {
	margin: 0 0 12px 0;
}
div.box_create_account_info ul li {
	background: url(img/star.png) no-repeat 0 2px;
	list-style-type: none;
	padding: 0 0 0 20px;
}
div.box_create_account_info ul li:hover {
	background: url(img/heart.png) no-repeat 0 2px;
}





/* Box Specials
************************************/
div.box_specials {
	background: #fff;
}
div.box_specials .head {
	margin-bottom: 5px;
}
div.box_specials .body a {
	color: #333;
}
div.box_specials .body a:hover {
	color: #d10303;
}
div.box_specials .body .name {
	width: 80px;
	overflow: hidden;
	display: block;
	float: right;
}






/* Box Bestsellers / Last Viewed
************************************/
div.box_bestsellers,
div.box_last_viewed,
div.box_whatsnew {
	background: #fff;
	overflow: auto;
}
div.box_bestsellers .head,
div.box_last_viewed .head,
div.box_whatsnew .head {
	margin-bottom: 5px;
}
div.box_bestsellers div.clear,
div.box_last_viewed div.clear,
div.box_whatsnew div.clear {
	padding-top: 5px;
}
div.box_bestsellers div.clear:last-child,
div.box_last_viewed div.clear:last-child,
div.box_whatsnew div.clear:last-child {
	padding-top: 0;
}
div.box_bestsellers .body a,
div.box_last_viewed .body a,
div.box_whatsnew .body a {
	color: #333;
	overflow: auto;
}
div.box_bestsellers .body a:hover,
div.box_last_viewed .body a:hover,
div.box_whatsnew .body a:hover {
	color: #d10303;
}
div.box_bestsellers .body .name,
div.box_last_viewed .body .name,
div.box_whatsnew .body .name {
	width: 80px;
	overflow: hidden;
	display: block;
	float: right;
}
div.box_last_viewed a,
div.box_last_viewed img {
	padding: 0;
	margin: 0;
}
div.box_last_viewed a {
	padding: 2px 3px;
	outline: 0;
	float: left;
	overflow: none;
}






/* Box History
************************************/
div.box_history .body span {
	overflow: hidden;
	height: 1.3em;
	padding-bottom: 5px;
	display: block;
}






/* Box Admin
************************************/
div.box_admin {
	position: fixed;
	background: #fff;
	background: rgba(255,255,255,0.6);
	top: 0;
	width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
	border: 0;
	/*border-bottom: 1px solid #bbb;*/
	height: 38px;
  /*
	-moz-box-shadow: 0 0 5px 0 #999;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  */
	z-index: 1;
}
div.box_admin .body {
	padding: 5px;
}
div.box_admin + div#header {
	margin-top: 60px;
}






/* Box Secure Shopping
************************************/
div.box_secure_shopping img {
	margin: 6px 10px 20px 0;
	float: left;
}






/* Box Payments
************************************/
div.box_payments .head {
	margin-bottom: 5px;
	text-align: left;
}
div.box_payments a {
	display: block;
}
div.box_payments img {
	margin-left: -15px;
}






/* Box Warenkorb
************************************/
div.box_cart .body p.article span {
	overflow: hidden;
	height: 1.1em;
	padding-bottom: 5px;
	display: block;
}
div.box_cart .body p.article span a {
	text-decoration: none;
	color: #333;
}
div.box_cart .body a {
	text-decoration: none;
}
div.box_cart .body span a:hover {
	color: #d10303 !important;
}
div.box_cart p.article {
	height: 1.1em;
}
#cart_message {
	top: 0;
	width: 100%;
	position: fixed;
	text-align: center;
	font-size: 18px;
	background: #dff09f;
	padding: 20px;
	display: none;
	border-bottom: 1px solid #9ba01f;
  -moz-box-shadow: 0 0 5px 0 #999;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
	z-index: 2;
  font-family: "Lucida Grande", georgia, tahoma, sans-serif;
}
a.remove_product img {
	margin-top: 1px;
}
div.box_cart {
	margin-bottom: 0;
}






/* Box Checkout Steps
************************************/
div.box_checkout_steps {
	background: #f13710;
	padding-top: 6px;
}
div.box_checkout_steps h2 {
	color: #fff;
	text-shadow: #000 1px 1px 0;
}
div.box_checkout_steps ul {
	margin: 0;
	padding: 0;
}
div.box_checkout_steps li {
	list-style-type: none;
	color: #fff;
}
div.box_checkout_steps li.active {
	color: #f6c02f;
}
div.box_checkout_stepsul#checkoutnavigation li.active .description,
div.box_checkout_steps li.inactive .description,
div.box_checkout_steps li.done .description {
}
div.box_checkout_steps li.inactive {
}
div.box_checkout_steps li.done {
 	background-image: url(img/icon-tick-checkout.png);
 	background-repeat: no-repeat;
 	background-position: 98% 50%;
}
div.box_checkout_steps a {
	color: #fff;
	text-decoration: none;
	display: block;
}
div.box_checkout_steps a:hover {
	color: #f6c02f;
}




/* Formulare
************************************/
input {
	border: 1px solid #eaa87f;
	font: 12px tahoma, verdana, sans-serif;
	padding: 2px;
	margin-bottom: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.form_nice input[type=text],
.form_nice input[type=password] {
	width: 176px;
}
.form_nice select.select {
	width: 182px;
}
input[type=submit],
.form_nice input[type=submit] {
	padding: 3px 5px;
}
input[type=checkbox],
input[type=radio] {
	border: 0;
}
.form_nice label {
	clear: both;
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.form_nice label.i {
	clear: none;
	display: inline;
	width: auto;
	float: none;
}
.form_nice label.m {
	margin-bottom: 3px;
}
.form_nice label.check {
	clear: none;
	display: block;
	width: 460px;
	margin: -3px 0 2px 0;
  *margin: -23px 0 2px 0;
	float: right;
	overflow: hidden;
	text-align: left;
}
.form_nice div.radiogroup {
	margin-left: 130px;
}
.form_nice div.radiogroup label.check {
	width: 335px;
}
.form_nice input,
.form_nice select {
	margin-bottom: 3px;
	padding: 2px;
}
input.checkbox {
	margin: 2px 2px 0 0;
	width: 13px;
	height: 13px;
	overflow: hidden;
}
.form_nice input.checkbox {
	float: left;
}
.inputRequirement {
	font: 10px;
	color: #b33;
}
.inputHint {
	font: 10px verdana, arial, sans-serif;
	color: #333;
}
.clear_check {
	clear: both;
 	height: 1px;
 	line-height: 0.001em; /* IE6 */
}


a.button,
a.addtocart,
input.button {
  background: #6faf3d !important;
	border: none;
  border-top: 1px solid #6faf3d;
	border-bottom: 2px solid #4f7f0d;
  padding: 4px 11px 4px 11px !important;
  border-radius: 2px;
	color: #fff;
  cursor: pointer;
	display: inline-block;
	outline: 0 !important;
	text-decoration: none;
  font-family: "lucida grande", sans-serif;
  font-size: 11px;
  line-height: 1.65em;
  text-align: center;
  -webkit-appearance: none;
}
a.adc_t {
	width: 130px;
}
a.adc_b {
	width: 150px;
}
input.button {
	padding-left: 5px !important;
  padding-right: 5px !important;
}
a.button:hover,
a.addtocart:hover,
input.button:hover {
  border-top: 2px solid #6faf3d;
	border-bottom: 1px solid #4f7f0d;
  padding-top: 3px !important;
  padding-bottom: 5px !important;
}
a.button:active,
a.addtocart:active,
input.button:active {
	box-shadow: 0 0 3px #4f7f0d;
}
textarea {
	border: 1px solid #eaa87f;
	font: 13px tahoma, verdana, sans-serif;
	padding: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
	overflow: auto;
}
select {
	border: 1px solid #eaa87f;
	font: 12px tahoma, verdana, sans-serif;
	padding: 2px;
	margin-top: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
textarea#comments {
	width: 99%;
	height: 50px;
}






/* Produkt-Info
************************************/
#product_info {
	background: #fff;
}
div.divbox#product_info {
	border: 0;
	padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
	margin-bottom: 20px;
}
#product_info #description {
	float: right;
	width: 350px;
	padding: 0;
	overflow: hidden !important;
}
#product_info #actions {
	float: left;
	width: 130px;
}
#product_info .images {
	text-align: center;
	margin-bottom: 10px;
}
#product_info .images a {
	display: block;
	cursor: zoom-in;
	outline: 0;
}
#product_info .morepics a {
	margin-top: 5px;
}
#product_info .price {
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 4px;
}
#product_info .product_options {
	margin-top: 10px;
}
#product_info .price_old,
#product_info .price_old small,
#product_info .price small {
	color: #5e9930;
	font-size: 11px;
}
#product_info .addtobasket {
	margin-top: 10px;
}
#product_info .addtobasket select {
	width: 50px;
	padding: 5px 3px 5px 5px;
	display: inline-block;
}
#product_info .product_options select {
	width: 120px;
}
#product_info table.graduatedprice {
	margin-top: 10px;
}
#product_info table.graduatedprice th {
	font-weight: bold;
	text-align: left;
}
#product_info table.graduatedprice tr:hover {
	background: #fff6e3;
}
#product_info table.graduatedprice tr:first-child:hover {
	background: none;
}
#product_info textarea.grusskarte {
	width: 340px;
	height: 100px;
	overflow: auto;
}
#product_info #charlimitinfo {
	width: 300px;
	display: block;
}
#product_info #grusskarte select {
	display: none;
}





/* Produkt-Box
************************************************/
div.p_box {
	float: left;
	width: 148px;
	border: 1px solid transparent;
	background: #fff;
	margin-bottom: 3px;
	margin-right: 10px;
	padding: 10px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
	box-shadow: 0;
  /*-webkit-transition: box-shadow 600ms ease;
  -moz-transition: box-shadow 600ms ease;
  transition: box-shadow 600ms ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  transition: all 0.3s ease;
}
div.p_box:hover {
  /*padding: 11px 9px 9px 11px;*/
  /*-webkit-box-shadow: 0px 0px 3px 0 #d75718;
  -moz-box-shadow: 0px 0px 3px 0 #d75718;
	box-shadow: 0px 0px 5px 0 #d75718;
  -webkit-transition: box-shadow 200ms ease;
  -moz-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;*/
}
div.p_box img {
	-moz-transform: rotate(0deg) translate(0);
	-webkit-transform: rotate(0deg) translate(0);
	transform: rotate(0deg) translate(0);
	transition: all 0.3s ease;
	z-index: 1;	 
}
div.p_box img:hover {
	-moz-transform: rotate(3deg) translate(5px);
	-webkit-transform: rotate(3deg) translate(5px);
	transform: rotate(3deg) translate(5px);
	transition: all 0.3s ease; 
}
div.p_box1 {
  clear: both;
}
div.p_box3 {
	margin-right: 0;
}
div.p_box .price_old small,
div.p_box .price small,
div.p_box .price br {
	display: none;
}
div.p_box .price_old {
	color: #5e9930;
	margin-right: 3px;
}
div.p_box div.article a {
  text-align: center;
	display: block;
	text-decoration: none;
}
div.p_box div.article span.image {
	text-align: center;
	display: block;
	margin-bottom: 3px;
	height: 90px;
}
div.p_box div.article span.name strong {
	height: 16px;
	overflow: hidden;
	display: block;
	font-weight: normal;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
	z-index: 9;
}
div.p_box div.article span.price {
	color: #333;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
/*
div.p_box_categories {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
	box-shadow: 0;
  -webkit-transition: box-shadow 600ms ease;
  -moz-transition: box-shadow 600ms ease;
  transition: box-shadow 600ms ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.p_box_categories:hover {
  padding: 11px 9px 9px 11px;
  -webkit-box-shadow: 0px 0px 3px 0 #d75718;
  -moz-box-shadow: 0px 0px 3px 0 #d75718;
	box-shadow: 0px 0px 5px 0 #d75718;
  -webkit-transition: box-shadow 200ms ease;
  -moz-transition: box-shadow 200ms eas
  transition: box-shadow 200ms ease;
}
*/
div.p_box_specials .price_old,
div.p_box_specials .price_old small,
div.p_box_specials .price small,
div.p_box_specials .price br {
	display: inline;
	color: #5e9930;
}



/* Produkt-Zeile
************************************************/
.p_list td {
	/*border-bottom: 1px dotted green;*/
	vertical-align: top;
}
.p_list tr {
	background: url(img/papercut2.gif) no-repeat bottom center;
}
.p_list tr tr {
	background: none;
}
.p_list td td {
  border-bottom: 0;
}
.p_list h2,
.p_list h2 a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #D75718;
}
.p_list h2 a:hover {
	color: #555;
}
.p_list span.price {
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
}
.p_list span.gramm {
	font-weight: bold;
}
.p_list span.vpe {
	font-weight: normal;
}
.p_list td {
	padding: 5px 0 8px 0;
}
.p_list td td {
	padding: 0;
}
.p_list_image {
	width: 20%;
}
.p_list_image img {
	padding: 0 40px 0 20px;
}
.p_list_image a {
	text-decoration: none;
	border: 0;
}
.p_list td .price_old small,
.p_list td .price small {
	display: none;
}
.p_list td .price_old {
	color: #5e9930;
	margin-right: 3px;
}
table.p_list {
	clear: both;
}
table.p_list h3  {
	color: #333;
	font-size: 11px;
	margin: -2px 0 2px 0;
  padding: 0 0 2px 0;
}
.p_list img {
	-moz-transform: rotate(0deg) translate(0);
	-webkit-transform: rotate(0deg) translate(0);
	transform: rotate(0deg) translate(0);
	transition: all 0.3s ease;
}
.p_list img:hover {
	-moz-transform: rotate(3deg) translate(5px);
	-webkit-transform: rotate(3deg) translate(5px);
	transform: rotate(3deg) translate(5px);
	transition: all 0.3s ease; 
}




/* Warenkorb / Artikeltabellen
************************************************/
table.orderdetails {
	margin-top: -5px;
}
table.orderdetails tr th {
	font-weight: normal;
	color: #aaa;
	text-shadow: #fff 1px 1px 0;
	font-size: 10px;
	border-bottom: 1px solid #fbdcbc;
}
table.orderdetails tr td {
	padding: 2px;
	border-bottom: 1px solid #fbdcbc;
	border-top: 1px solid #fff;
}
table.orderdetails tr:last-child td {
	border-bottom: 0;
}
table.orderdetails tr td input {
	margin: 0;
}
table.orderdetails tr td {
	vertical-align: top;
}
table.orderdetails tr td.tax {
	color: #aaa;
}
table.orderdetails tr td.singleprice,
table.orderdetails tr td.totalprice {
	white-space: nowrap;
}
div.subtotal {
	border: 0;
	text-align: right;
	/*margin-bottom: 10px;*/
}
table.orderdetails tr td.delete img {
	margin-top: 5px;
}
#content table.orderdetails ul.productattributes {
	padding-bottom: 0;
	margin-bottom: 0;
}
table.orderdetails a {
	color: #333;
	text-decoration: none;
}
table.orderdetails td.image img {
	border: 1px solid #fbdcbc;
	padding: 0 2px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  border-radius: 5px;
}







/* Checkout
************************************************/
div.checkoutblock {
	clear: both;
	margin-bottom: 1px;
}
div.checkoutblock_head {
	padding: 5px;
	background-color: #fbf1e2;
	border: 1px solid #ffeabe;
	overflow: hidden;
	cursor: default;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
div.checkoutblock_main {
	padding: 5px;
	background-color: #fbf1e2;
	border: 1px solid #ffeabe;
	overflow: hidden;
	cursor: default;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
	zoom: 1;
}
div.shipping .checkoutblock_main:hover,
div.shipping .checkoutblock_head:hover,
div.payment .checkoutblock_head:hover,
div.shipping .checkoutblock_main.active,
div.shipping .checkoutblock_head.active,
div.payment .checkoutblock_head.active {
	background-color: #ffeabe;
}
div.payment .checkoutblock_head {
	border: 1px solid #ffeabe;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
div.payment .checkoutblock_main {
	border: 1px solid #ffeabe;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
	background: #ffeabe;
}
div.payment .checkoutblock_main {
	border-top: 0;
	margin-top: -1px;
	background: #fff;
}
div.payment p {
	padding: 0 7px;
	margin: 0;
}
div.payment .legend {
	width: 100px;
	float: left;
	clear: both;
	padding: 0 7px;
}
div.payment .field {
	float: left;
	padding: 0 7px;
}
div.shipping .legend {
	width: 400px;
	float: left;
	clear: both;
	padding: 0 7px;
}
div.shipping .field {
	float: right;
	padding: 0 7px;
}
table.ordersummary {
	display: block;
}
table.ordersummary td {
	white-space: nowrap;
	border: 0 !important;
	padding: 0 !important;
}
table.ordersummary td:first-child {
	padding-right: 5px !important;
}
ol#address_block {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol#address_block input {
	float: left;
}




/* Orders History
************************************************/
table.ordershistory td {
	vertical-align: top;
	padding: 2px 10px 2px 0;
	border-bottom: 1px solid #ffeabe;
	border-top: 1px solid #fff;
}
table.ordershistory td.date,
table.ordershistory td.status {
	white-space: nowrap;
}
table.ordershistory td.text {
	padding-right: 0;
}
table.ordershistory tr:first-child td {
	border-top: 0;
}
table.ordershistory tr:last-child td {
	border-bottom: 0;
}



/* Cookie-Usage
************************************************/
a.bar {
	display: block;
	background: #fff6e3;
	cursor: pointer;
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom: 1px;
	text-decoration: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
	border: 1px solid #ffeabe;
}
a.bar:hover {
	background: #ffeabe;
}



div.presse {
	border-bottom: 1px dotted #fc9d65;
	padding: 10px 0;
}
div.filter {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 8px;
}
div.filter form {
	display: inline;
}







/* TipTip CSS - Version 1.3
************************************************/
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#tiptip_holder.tip_top {
	padding-bottom: 9px;
}
#tiptip_holder.tip_bottom {
	padding-top: 9px;
}
#tiptip_holder.tip_right {
	padding-left: 9px;
}
#tiptip_holder.tip_left {
	padding-right: 9px;
}
#tiptip_content {
	color: #fff;
	padding: 6px 10px 8px 10px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: #333;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	-moz-box-shadow: 1px 1px 3px 0 #999;
	-webkit-box-shadow: 1px 1px 3px 0 #999;
  box-shadow: 1px 1px 3px 0 #999;
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}
.question {
	cursor: pointer;
}






/* AutoSuggest CSS - Version 1.2
************************************************/
ul.as-selections {
	list-style-type: none;
	display: inline !important;
}
ul.loading input.search_input {
	background: #fff url(img/loading-mini.gif) no-repeat 98% 50% !important;
}
div.as-results {
  margin-right: 295px;
	text-align: left;
}
ul.as-list {
	width: 298px !important;
	position: absolute;
	list-style-type: none;
	margin-top: 9px;
	z-index: 10;
  -moz-box-shadow: -1px 1px 5px #924921;
  -webkit-box-shadow: -1px 1px 5px #924921;
  box-shadow: -1px 1px 5px #924921;
}
li.as-result-item,
li.as-message {
  width: 286px !important;
	height: 1.6em;
	overflow: hidden;
	padding: 2px 5px;
	background: #fbf1e2;
	border-bottom: 1px solid #e8d4a9;
	cursor: pointer;
	color: #333;
}
li:last-child.as-result-item {
  border-bottom: 0;
}
li:first-child.as-result-item {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
li.as-message {
	cursor: default;
}
li.as-result-item.active {
	background-color: #f39812;
	color: #fff;
}
li.as-result-item em {
	font-style: normal;
	background: yellow;
	padding: 2px 0;
	color: #333;
}






/* Accordion
************************************************/
.accordion h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
  outline: 0 !important;
}
.accordion a.question {
	cursor: pointer;
	display: block;
	padding: 5px 10px 6px 10px;
	margin-top: 0;
	text-decoration: none;
	background-color: #ff7604;
	border-bottom: 1px solid #fff;
	color: #fff;
  outline: 0 !important;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
  border-radius: 7px;
}
.accordion a.question:hover,
.accordion h3.ui-state-active a.question {
	background-color: #f13710;
}
.accordion .answer {
	padding: 0 10px;
}
.accordion .answer p {
	margin: 5px 0 10px 0;
}







#sortable div {
	float: left;
	width: 250px;
	margin: 0;
}
div.mix p.tuete {
	color: #aaa;
  display: block;
	float: right;
	margin:  4px 10px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}
a.duplicate_mix,
a.remove_mix {
	border: 1px solid #fce7bc;
	border-bottom: 1px solid #fdf7eb;
	padding-top: 5px;
	text-decoration: none;
	/*background: url(img/tuete-bg.jpg) bottom left;*/
	background: #fff9ee;
}
a.duplicate_mix {
	border-right: 0;
	padding: 5px 0 0 4px;
 	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 5px;
  border-top-left-radius: 7px;
}
a.remove_mix {
	border-left: 0;
	padding: 5px 4px 0 4px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 5px;
  border-top-right-radius: 7px;
}
#sortable ul {
	list-style-type: none;
	float: left;
	margin: -3px 0 10px 0;
	/*background: url(img/tuete-bg.jpg) top left;*/
	background: #FBF1E2;
	background: -webkit-linear-gradient(-45deg,  #fff 0%,#FBF1E2 100%);
	background: -ms-linear-gradient(-45deg,  #fff 0%,#FBF1E2 100%);
	background: linear-gradient(135deg,  #fff 0%, #FBF1E2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#FBF1E2',GradientType=1 );	
  padding: 4px;
	border: 1px solid #fce7bc;
 	min-height: 155px;
  width: 237px;
  -moz-border-radius: 7px;
	-webkit-border-radius: 5px;
  border-radius: 7px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}
#sortable ul li {
	margin-bottom: 1px;
	padding: 4px;
 	width: 227px;
	overflow: auto;
	height: 20px;
	background: #fff;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
  border-radius: 3px;
	border: 1px solid #ecd7ac;
}
#sortable ul li p {
	float: left;
	display: inline;
}
#sortable ul li p.handle {
	cursor: grab;
	width: 182px;
	overflow: hidden;
	padding-top: 2px;
}
#sortable ul li.ui-sortable-helper p.handle {
	cursor: grabbing;
}
body {
	cursor: default !important;
}
#sortable ul li p.handle img {
	margin-top: -3px;
}
#sortable ul li p.price {
	float: right;
	display: inline;
	font-size: 10px;
	color: #aaa;
	padding-top: 1px;
}
#sortable ul li p.actions {
	float: right;
	display: none;
	padding: 1px 3px 0 0;
}
#sortable a,
#unsortable a {
	cursor: pointer;
}
#unsortable h1 {
	margin-bottom: 0;
}
#unsortable th {
	font-weight: normal;
	font-size: 11px;
	background: #fdf7eb;
}
.ui-sortable-disabled li {
	opacity: .6;
}




#bewertungen .positive a {color: #478c1a; text-decoration: none;}
#bewertungen .negative a {color: #ab121c; text-decoration: none;}
#bewertungen .neutrale a {color: #b0ab06; text-decoration: none;}
#bewertungen .alle a     {color: #222; text-decoration: none;}
#bewertungen .bactive { font-weight: bold; }
#bewertungen .bnonactive { }
#bewertungen table td {
	padding-right: 15px;
}
#bewertungen table td:last-child {
	padding-right: 0;
}
#bewertungen table tr.gesamt td {
	border-top: 1px dotted #fc9d65;
	padding: 10px 0;
	margin: 10px;
}
#bewertungen .admin {
	color: #c26227;
	margin-top: 5px;
	padding: 0 0 0 10px;
	border-left: 1px dotted #fc9d65;
}
.box_bewertungen a {
	display: block;
	text-decoration: none;
	color: #333;
}
.box_bewertungen span.vote {
	font-size: 25px;
  color: #478c1a;
  float: right;
  display: block;
  margin-top: -10px;
  padding-left: 10px;
  letter-spacing: -0.05em;
}
.box_bewertungen .hreview-aggregate {
	display: none;
}
.percent_space {
	margin-left: 2px;
}



.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
.cs-title { width: 530px; padding: 10px; background-color: #fff; color: #000; }
a.cs-prev,
a.cs-next { background-color: #fff; color: #000; padding: 150px 8px; font: 30px verdana, sans-serif; margin-top: -150px; background: none !important; text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 2px #fff }
#cs-buttons-coin-slider {}
.cs-button-coin-slider {
	border-radius: 4px;
	border-color: #ece1e0 !important;
	margin-top: -7px !important;
}
.cs-active,
.cs-button-coin-slider:hover {
	background: #FDF2F1;
}







/* ***** Superfish ******************************************************* */
.sf-menu {
	width: 185px;
	line-height:	18px;
	padding-bottom: 7px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 100%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
 /*float:			left;*/
	position: relative;
}
.sf-menu a {
	/*display: block;*/
	/*position: relative;*/
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 186px;
	top: -5px;
	z-index: 9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 100%; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 100%; /* match ul width */
	top: 0;
}
.sf-menu {
	float: left;
}
.sf-menu li li {
	background: #DD2A0F;
}
.sf-menu li li:first-child {
	padding-top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.sf-menu li li:last-child {
	padding-bottom: 5px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	5px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1px;
	top:			0.4em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('javascript/superfish/images/arrows-ffffff-.png') no-repeat -5px -100px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.45em;
	_top:			.65em; /* IE only */
	background-position: 0 0; /* use translucent arrow for modern browsers*/
}
*+html a > .sf-sub-indicator { /* IE7 only */
  top:			.45em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator{
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



.sf-vertical, .sf-vertical li {
	width:	185px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	185px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}










@media print {

body {
	background: #fff;
}
#header,
#left,
#right,
#footer,
#topmenuwrap,
#breadcrumb,
#topright,
.box_admin {
	display: none;
}
#content,
#wrap {
	border: 0;
	margin: 0;
	padding: 0;
}


}