* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #514e51;
}

html,
body {
	width: 100%;
	height: 100%;
	background-color: #8ebc31;
	background-image: url('./background_neu_7.png');
	font-size: 13px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #b1c800;
}

h1 {
	font-weight: normal;
	font-size: 17px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 15px 15px 8px 15px;
}

h3 {
	font-weight: normal;
	font-size: 15px;
	margin: -8px 15px 15px 15px;
}

p {
	margin: 0 15px 8px 15px;
}

form {
	display: inline;
	margin: 0 15px 8px 15px;
}

del {
	text-decoration: line-through;
}

strong {
	font-weight: bold;
}

small {
	font-size: 11px;
}

span.purple {
	color: #98225e;
}

div#sitewrapper {
	position: relative;
	padding: 15px;
}

div#site {
	width: 1024px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #454900;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 1px #514e51;
	-moz-box-shadow: 1px 1px 1px #514e51;
	-webkit-box-shadow: 1px 1px 1px #514e51;
	-o-box-shadow: 1px 1px 1px #514e51;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#514e51', direction='120', strength='2');
}

div#content {
	margin: 0 15px 15px 15px;
}

/* <header> */

div#header {
	text-align: center;
	height: 50px;
	background-color: #98225e;
	margin: 57px 0 57px 0;
}

div#header img {
	vertical-align: middle;
}

img#logo {
	margin: -57px 0 0 0;
}

img#logobefore {
	margin: -57px 0 0 0;
}

img#logoafter {
	margin: -57px 0 0 0;
}

/* </header> */

/* <mainmenu> */

div#menu {
	position: relative;
	margin: 0 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #dbd2db;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #dbd2db 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbd2db));
	background-image: -o-linear-gradient(top, #ffffff 0%, #dbd2db 100%);
	box-shadow: 1px 1px 1px #837d83;
	-moz-box-shadow: 1px 1px 1px #837d83;
	-webkit-box-shadow: 1px 1px 1px #837d83;
	-o-box-shadow: 1px 1px 1px #837d83;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbd2db', GradientType=0), progid:DXImageTransform.Microsoft.Shadow(color='#837d83', direction='120', strength='2');
}

div#menu ul#menu {
	list-style: none;
}

div#menu ul#menu li {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 15px;
}

div#menu ul#menu ul {
	position: absolute;
	top: 46px;
	left: 0;
	list-style: none;
	background-color: #dbd2db;
	z-index: 10000;
	display: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 1px #837d83;
	-moz-box-shadow: 1px 1px 1px #837d83;
	-webkit-box-shadow: 1px 1px 1px #837d83;
	-o-box-shadow: 1px 1px 1px #837d83;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#837d83', direction='120', strength='2');
}

div#menu ul#menu ul div.shoulderleft {
	position: absolute;
	top: -3px;
	left: -15px;
	width: 18px;
	height: 18px;
	background-image: url('./shoulder_left.png');
}

div#menu ul#menu ul div.shoulderright {
	position: absolute;
	top: -3px;
	right: -15px;
	width: 18px;
	height: 18px;
	background-image: url('./shoulder_right.png');
}

div#menu ul#menu ul li {
	padding: 8px 0;
	margin: 0 15px;
	white-space: nowrap;
	border-width: 0 0 1px 0;
	width: 85%;
}

div#menu ul#menu li:hover ul {
	display: block;
}

div#menu > div {
	vertical-align: middle;
	display: inline-block;
}

div#cart {
	position: absolute;
	top: 9px;
	right: 104px;
	background-image: url('./cart_active.png');
	width: 126px;
	height: 28px;
}

div#cart:hover {
	background-image: url('./cart_hover.png');
}

div#order {
	position: absolute;
	top: 9px;
	right: 15px;
	background-image: url('./order_active.png');
	width: 84px;
	height: 28px;
}

div#order:hover {
	background-image: url('./order_hover.png');
}

/* </mainmenu> */

/* <submenu> */

div#submenu {
	position: relative;
	margin: 15px 30px 30px 30px;
	padding: 5px 0 7px 0;
	background-color: #ffffff;
}

div#breadcrumb * {
	font-size: 17px;
}

div#pagination {
	position: absolute;
	top: 0;
	right: 0;
}

div#pagination form {
	margin: 0;
}

div#pagination div {
	display: inline-block;
	vertical-align: middle;
}

div#previouspage,
div#previouspageinactive {
	background-image: url('./previouspage_active.png');
	width: 28px;
	height: 28px;
}

div#previouspage:hover {
	background-image: url('./previouspage_hover.png');
}

div#previouspageinactive {
	background-image: url('./previouspage_inactive.png');
}

div#nextpage,
div#nextpageinactive {
	background-image: url('./nextpage_active.png');
	width: 28px;
	height: 28px;
}

div#nextpage:hover {
	background-image: url('./nextpage_hover.png');
}

div#nextpageinactive {
	background-image: url('./nextpage_inactive.png');
}

img#searchbox {
	display: inline-block;
	vertical-align: middle;
}

input#searchbox {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 165px;
	background: none;
	border: none;
}

button#searchbox {
	background: none;
	background-image: url('./searchbox_button.png');
	width: 22px;
	height: 22px;
	position: absolute;
	top: 3px;
	right: 182px;
	border: none;
}

/* </submenu> */

/* <collection.liquid> */

div#productwrapper {
	text-align: center;
	margin: 30px 0 -15px 0;
}

div#productwrapper div.product {
	padding: 15px 0 0 0;
	position: relative;
	width: 210px;
	height: 270px;
	display: inline-block;
	margin: 0 15px 15px 0;
}

div#productwrapper div.product div.btl,
div#productwrapper div.product div.btr,
div#productwrapper div.product div.bbl,
div#productwrapper div.product div.bbr {
	width: 25px;
	height: 25px;
	border: 5px solid #98225e;
	visibility: hidden;
}

div#productwrapper div.product div.btl {
	position: absolute;
	top: 0;
	left: 0;
	border-width: 5px 0 0 5px;
}

div#productwrapper div.product div.btr {
	position: absolute;
	top: 0;
	right: 0;
	border-width: 5px 5px 0 0;
}

div#productwrapper div.product div.bbl {
	position: absolute;
	bottom: 60px;
	left: 0;
	border-width: 0 0 5px 5px;
}

div#productwrapper div.product div.bbr {
	position: absolute;
	right: 0;
	bottom: 60px;
	border-width: 0 5px 5px 0;
}

div#productwrapper div.product:hover div.btl,
div#productwrapper div.product:hover div.btr,
div#productwrapper div.product:hover div.bbl,
div#productwrapper div.product:hover div.bbr {
	visibility: visible;
}

div#productwrapper div.product img.product {
	margin: 0 0 10px 0;
}

div#productwrapper div.product img.marker {
	position: absolute;
	top: -12px;
	right: -12px;
}

/* </collection.liquid> */

/* <cart.liquid> */

table#cart {
	text-align: left;
	margin: 0 15px 0 15px;
	empty-cells: show;
	border-collapse: collapse;
	width: 964px;
}

table#cart a.button_submit {
	border: none;
	background: none;
	background-image: url('./ordernow_active.png');
	width: 148px;
	height: 28px;
	margin: 8px 0 0 0;
	display: inline-block;
}

table#cart a.button_submit:hover {
	background-image: url('./ordernow_hover.png');
}

table#cart input.quantity {
	border: none;
	background: none;
	width: 20px;
	text-align: center;
}

table#cart th {
	border: 1px solid #514e51;
	border-width: 0 0 1px 0;
	font-weight: bold;
}

table#cart td {
	border: 1px dotted #514e51;
	border-width: 1px 0 0 0;
}

table#cart th,
table#cart td {
	padding: 5px 0 5px 0;
}

table#cart th.right,
table#cart td.right {
	text-align: right;
}

table#cart th.topborder,
table#cart td.topborder {
	border: 1px solid #514e51;
	border-width: 1px 0 0 0;
}

table#cart th.noborder,
table#cart td.noborder {
	border: none;
}

table#cart a.button_dec {
	display: inline-block;
	background-image: url('./decrease_active.png');
	width: 28px;
	height: 28px;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

table#cart a.button_dec:hover {
	background-image: url('./decrease_hover.png');
}

table#cart a.button_inc {
	display: inline-block;
	background-image: url('./increase_active.png');
	width: 28px;
	height: 28px;
	vertical-align: middle;
	margin: 0 0 0 8px;
}

table#cart a.button_inc:hover {
	background-image: url('./increase_hover.png');
}

table#cart a.button_del {
	display: inline-block;
	background-image: url('./delete_active.png');
	width: 86px;
	height: 28px;
	vertical-align: middle;
}

table#cart a.button_del:hover {
	background-image: url('./delete_hover.png');
}

table#cart a.button_del_coupon {
	display: inline-block;
	background-image: url('./delete_active.png');
	width: 86px;
	height: 28px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: -12px;
}

table#cart a.button_del_coupon:hover {
	background-image: url('./delete_hover.png');
}

table#cart div#couponbox {
	position: relative;
}

table#cart input#couponbox {
	background: none;
	border: none;
	position: absolute;
	top: 5px;
	right: 10px;
}

table#cart img#couponbox {
	position: absolute;
	top: -12px;
	right: 0;
}

table#cart input#couponbox {
	position: absolute;
	top: -7px;
	right: 10px;
	background: none;
	border: none;
	width: 110px;
}

table#cart button#couponbox {
	position: absolute;
	background-image: url('./couponbox_button.png');
	width: 22px;
	height: 22px;
	border: none;
	top: -8px;
	right: 125px;
}

small.preorder {
	color: #98225e;
}

/* </cart.liquid> */

/* <product.liquid> */

div#productpicture {
	width: 415px;
	height: 400px;
	float: left;
}

div#productgallery {
	width: 400px;
	height: 60px;
	margin: 15px 0 0 0;
	float: left;
	clear: both;
	text-align: center;
}

div#producttext {
	display: inline-block;
	width: 575px;
	min-height: 500px;
	margin: -15px 0 0 0;
}

div#producttext p.productprice {
	font-size: 17px;
	margin-top: 15px;
}

div#producttext button,
div#producttext button.preorder {
	border: none;
	background: none;
	background-image: url('./addtocart_active.png');
	width: 159px;
	height: 28px;
}

div#producttext button:hover {
	background-image: url('./addtocart_hover.png');
}

div#producttext button.preorder {
	background-image: url('./preorder_active.png');
}

div#producttext button.preorder:hover {
	background-image: url('./preorder_hover.png');
}

/* </product.liquid> */

/* <footer> */

div#footer {
	position: relative;
	width: 1009px;
	margin: 5px auto 0 auto;
	padding: 0 0 0 15px;
	background-color: #98225e;
	border: 1px solid #454900;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 1px #514e51;
	-moz-box-shadow: 1px 1px 1px #514e51;
	-webkit-box-shadow: 1px 1px 1px #514e51;
	-o-box-shadow: 1px 1px 1px #514e51;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#514e51', direction='120', strength='2');
}

div#footer ul {
	list-style: none;
	color: #ffffff;
	font-size: 11px;
}

div#footer ul a {
	color: #ffffff;
	font-size: 11px;
}

div#footer ul a:hover {
	color: #b1c800;
}

div#footer ul li {
	display: inline-block;
	padding: 15px 10px;
}

div#copyright {
	position: absolute;
	top: 16px;
	right: 30px;
	color: #ffffff;
	font-size: 11px;
}

/* </footer> */
