html, body {
	height: 100%;
}
html {
	overflow-y: auto;
}
body {
	background: #ffffff;
	color: #222222;
}

#header {
	height: 310px;
	top: 20px;
	position: relative;
	z-index: 10;
	padding: 0;
	background-color: #267335;
	background: url(../../img/header_is.jpg) no-repeat center top;
}
.start #header {
	height: 310px;
}
#header .inside {
	position: relative;
}


.innerWrapper,
#wrapper,
#footer .inside {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	padding-top: 3em;
	z-index: 0;
}

#page {
	background: none repeat scroll 0 0 #FFFFFF;
	width: 100%;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}

.sidebarLeft #wrapper {
	padding-left: 320px;
	padding-left: 245px;
	max-width: 640px;
	max-width: 715px;
}

#wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#wrapper:after {
	content: "";
	display: table;
	clear: both;
}

#content,
#sidebar {
	float: right;
	position: relative;
}

#content {
	width: 100%;
}

#sidebar {
	width: 280px;
	width: 205px;
	padding-right:40px;
	margin-left: -100%;
}


#footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px #88b018 solid;
}


.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

img {
	height: auto;
	max-width: 100%;
}

/* ------ HEADER ------ */


#header-logo {
	position: absolute;
	top: 126px;
	left: 0;
	z-index: 999;
}
#header-section {
	top: 0px;
	right: 0;
	position: absolute;
	left: 0;
}

#header-section .searchBox {
	position: absolute;
	right: 0px;
	top: 80px;
	bottom: 0;
}

#header-section .login {
	position: absolute;
	right: 0px;
	top: 175px;
	color: #ffffff;
}


.header_box{
	color: #454545;
    font-size: 10px;
    height: 60px;
    right: 0;
    position: absolute;
	width: 180px;
    top: 0px;
	padding-left: 50px;
	padding-right: 10px;
	background-color: #ffffff; filter:alpha(opacity=80); opacity:.8;
	background: url(../../img/icon_shopping_cart.png) 8px 15px no-repeat #ffffff;
}

#newItemMsg{position: absolute;
top: 22px;
left: 50px;
background: #88b018;
color: #ffffff;
width: 160px;
padding: 3px;
}

.header_box span.head{
	text-transform: uppercase;
	color: #88b018;
	font-size:12px;
	line-height: 24px;
}


#header-logo a img,
#header-section a img {
	vertical-align: bottom;
}
.header-image {
	height: 170px;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	top: 150px;
	z-index: 10;
	visibility: visible !important;
}
#slider-container {
	height: 310px;
	position: relative;
	margin-bottom: 10px;
}
#slider-container .innerWrapper {height: 100%;}
/*#header-image img {
	position: absolute;
	vertical-align: bottom;
	visibility: visible !important;
}*/

#slider-container .slider {
	width: 741px;
	/*height: 398px;*/
	/*float: left;*/
	overflow: hidden;
}

/* ------ NAVIGATION HOLDER ------ */
#nav-holder {
	position: absolute;
	top: 210px;
	left: 0;
	right: 0;
	z-index: 9999;
}


/* ------ SITE SWITCHER ------ */
#side-nav {
	z-index: 100;
	font-size: 13px;
	letter-spacing: 1px;
	position: fixed;
	left: 0;
	top: 525px;
	text-transform: uppercase;
	z-index: 999;
	overflow: visible;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

#side-nav ul {
	margin: 0;
	vertical-align: bottom;
	overflow: hidden;
	/*border: 2px #414141 solid;
	border-top: none;*/

}

#side-nav li {
	/*height: 61px;*/
	float: left;
	position: relative;
	background-color: #42494f;
}

#side-nav li.first {
	border-right: 1px #fff solid;
}

#side-nav li.last {
	border-left: 1px #fff solid;
	margin-left: -1px;
}

#side-nav li.gt {background-color: #80b32e;}
#side-nav li.ij {background-color: #387644;}

#side-nav a, #side-nav span {
	/*position: absolute;*/
	text-decoration: none;
	left: 0;
	line-height: 25px;
	padding: 0 16px;
	display: block;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*width: 44px;*/
	/*border: 1px #cccccc solid;*/
	-webkit-transition: padding 0.25s;
	-moz-transition: padding 0.25s;
	-ms-transition: padding 0.25s;
	-o-transition: padding 0.25s;
	transition: padding 0.25s;
}

#side-nav a:hover {
	padding-top: 5px;
}

/* ------ SEARCH BOX ------ */

.searchBox {
	line-height: 38px;
}

.searchBox #searchParam {
	width: 190px;
}

/* ------ BREADCRUMB ------ */
#breadCrumb {
	position: absolute;
	top: 1.2em;
	left: 0;
	line-height: 1.5;
	font-size: 76%;
}

#overviewLink a{
   font-size: 11px;
   font-weight: 700;
   text-transform: uppercase;
   position:absolute;
   right:10px;
   top:-28px;
}


/* ------ FOOTER ------ */

#footer div.col25 {
	width: 25%;
}

#footer div.col50 {
	width: 50%;
}
#footer div.col {
	float: left;
}

.footer_half {
	float: left;
	width: 56%;
}

.footer_half.last {
	width: 44%;
}

/* ------ VAT MESSAGE ------ */

#incVatMessage {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #88b018;
	background-color: rgba(187, 147, 122, .7);
	border: #7c604f 1px solid;
	border-color: rgba(124, 96, 79,.7);
	border-bottom: none;
	border-right: none;
	font-size: 76%;
	padding: 3px 4px;
	color: #FAF5ED;
}

#incVatMessage a {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px #FAF5ED dashed;
}

/* ------ LOGIN ------ */

#login {
	position: absolute;
	right: 0;
	top: 0.75em;
}

/* ------ OVERRIDE REMODAL DEFAULTS ------ */
.remodal {
	text-align: left;
}
.remodal-close {
	text-align: center;
}

/* ------ SIDEBAR ------ */
#sidebar h2 {
	font-size: 138%;
}

#sidebar .inside > * {
	margin-top: 1em;
}

#sidebar .inside > *:first-child {
	margin-top: 0;
}

/* ------ LIST FILTER ------ */
.listFilter {
	background-color: #f0f5d7;
	border-bottom: 1px #eaeaea solid;
	padding: 0.5em 0;
}

/* ------ DROPDOWN ------ */
.dropDown {
	line-height: 2em;
	position: relative;
	float: left;
	cursor: pointer;
	padding-right: 22px;
	min-width: 120px;
	cursor: pointer;
	/*padding: 1px 23px 1px 1px;*/
}

.dropDown:hover::before {
	/*padding: 0 22px 0 0;*/
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	border-bottom: 2px #e0e0e0 solid;
	z-index: 0;
}

.dropDown label {
	padding: 0 3px 0 5px;
	vertical-align: baseline;
}
.dropDown::after {
	position: absolute;
	display: block;
	content: "";
	right: 7px;
	top: 50%;
	margin-top: -2px;
	border-top: 4px #88b018 solid;
	border-left: 4px transparent solid;
	border-right: 4px transparent solid;
	z-index: 40;
}
.dropDown ul {
	background-color: #fff;
}
.dropDown p {
	margin-bottom: 0;
}

.dropDown ul {
	position: absolute;
	top: -1px;
	display: none;
	left: -1px;
	margin: 0;
	z-index: 20;
	border: 1px solid #a4a9aa;
}

.dropDown ul a {
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b4b8b8;
}

.dropDown .value {
	border-bottom: 1px solid #b4b8b8;
}

.drop li {
	list-style: none;
	padding: 0;
}

.popupBox {
	position: absolute;
	border: 1px solid #c1c1c1;
	padding: 10px;
	display: none;
	background-color: #fff;
}

.popupBox .closePop {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 1;
}

.ui-widget-overlay {
	background: #000;
	opacity: .50;
	filter: Alpha(Opacity=50);
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
}


.pager {
	float: left;
	padding-top: 1px;
	line-height: 1.5;
	padding-right: 6px;
}

.pager .active {
	color: #454545;
}
.pager .page {
	padding: 0 4px;
}

a.next {
	position: relative;
	padding-right: 10px;
	padding-left: 7px;
	/*background-position: 100% 4px;*/
}
a.prev {
	position: relative;
	padding-right: 7px;
	padding-left: 10px;
}
/*a.next, a.prev {
	background: url(../../img/arrows.png) no-repeat 0 -17px;
}*/
a.next::after,
a.prev::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
}
a.next::after {
	right: 0;
	border-left: 5px #88b018 solid;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
}
a.prev::after {
	left: 0;
	border-right: 5px #88b018 solid;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
}

.bottomParams a.next, .detailsParams a.next {
	float: right;
}
.bottomParams a.prev, .detailsParams a.prev {
	float: left;
}

.bottomParams .pager, .detailsParams .pager {
	float: none;
	margin: 0;
}

.detailsParams .pager {
	background-image: none;
	text-align: center;
	padding: 5px 10px;
}

.clear, .basketFlyout li a, .basketFlyout .totals, .basketFlyout .title, .lineView li, .wrappingData li, .form li {
	display: block;
}

.clear:after, .basketFlyout li a:after, .basketFlyout .totals:after, .basketFlyout .title:after, .lineView li:after, .wrappingData li:after, .form li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* ------ PRODUCT LISTING ------ */

.listRefine {
	margin-bottom: 20px;
	border-top: 1px solid #88b018;
	border-bottom: 1px solid #88b018;
}

.refineParams {
	padding: 0.5em 0;
}
.refineParams .dropDown {
	float: right;
}


.lineView li {
	border-bottom: 1px #dcdcdc solid;
	position: relative;
	padding: 30px 0;
}

.lineViewbox li {
	border-bottom: 1px #dcdcdc solid;
	position: relative;
	padding: 30px 0;
}

.lineView li:after {
	content: "";
	display: table;
	clear: both;
}

.pictureBox {
	position: relative;
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	text-align: center;
	width: 185px;
}
.pictureBox img {
	vertical-align: middle;
}


.lineView .infoBox {
	position: absolute;
	left: 0px;
	top: 6px;
}

.infoBox .title,
.gridView .title span {
	font-size: 138%;
	font-weight: 400;
}
.gridView .title span {
	line-height: 1.2;
}

.lineView .functions {
	position: absolute;
	right: 5px;
	top: 0px;
}

.lineView .tobasketFunction {
	margin-top: 1em;
}

.lineView .price,
.gridView .price {
	font-size: 138%;
}

.lineView .deliveryInfo {
	display: inline-block;
	font-size: 76%;
	vertical-align: text-bottom;
	line-height: 1;
}

.gridView .deliveryInfo {
	vertical-align: baseline;
}


.gridView {
	margin-bottom: 1.5em;
}
.gridView .productData {
	margin-top: 1.5em;
	float: left;
	width: 33.3333%;
	width: 25%;
	border: 1px #dcdcdc solid;
	border-left-width: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 385px;
	background-color: #fff;
}
.gridView .productData::after,
.gridView .productData::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	background-color: #f0f0f0;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-ms-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}
.gridView .productData::after {
	bottom: 0;
	top: auto;
}
.gridView .productData:hover::before,
.gridView .productData:hover::after {
	height: 10px;
	z-index: 10;
}

/*.gridView .productData:nth-of-type(3n+1) {*/
.gridView .productData:nth-of-type(4n+1) {
	clear: left;
	border-left-width: 1px;
}
.gridView .productData .description {
	font-size: 85%;
}

.gridView .title span {
	display: block;
}


.gridPicture {
	position: relative;
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.gridPicture img {
	vertical-align: middle;
}

.gridView .priceBlock {
	display: block;
	position: absolute;
	height: 110px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.gridView .incVatMessage_details {
	display: block;
	line-height: 1;
}

.gridView .pricePerUnit,
.gridView .stockFlag,
.gridView .deliveryInfo {
	display: block;
	font-size: 76%;
	line-height: 1.5;
}

.gridView .stockFlag {
	margin-top: 0.5em;
}


.gridView .toCart {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ------ CATEGORY BOX ------ */
.categoryBox ul ul {
	padding-left: 0.5em;
	/*margin-top: 5px;
	margin-bottom: -5px;*/
	text-transform: none;
}

.categoryBox a {
	line-height: 3em;
	display: block;
}

.categoryBox ul ul a {
	line-height: 2em;
}

.categoryBox li.exp > a {
	/*font-style: italic;*/
	color: #88b018;
}

.categoryBox .tree > li.exp {
	/*border-left: 2px #cfe3ea solid;*/
	/*padding-left: 8px;*/
	/*background-color: #FAF5ED;*/
}

.categoryBox .tree {
	font-size: 108%;
}

.categoryBox li {
	padding: 5px 0 5px 10px;
}

.categoryBox .tree > li {
	/*padding-left: 0;*/
	text-transform: uppercase;
	font-weight: 400;
	border-top: 1px #eaeaea solid;
	border-left: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
}
.categoryBox .tree {
	border-bottom: 1px #eaeaea solid;
}

/* ------ DETAILS ------ */

.detailsInfo {
	position: relative;
}


.detailsInfo .picture {
	width: 300px;
	float: left;
	text-align: center;
	line-height: 300px;
	height: 300px;
	position: relative;
	margin-left: 67px;
}

.detailsInfo .picture img {
	vertical-align: middle;
}

.detailsInfo .information {
	float: right;
	min-height: 340px;
	padding: 0 0 0 10px;
	position: relative;
	width: 270px;
}

.detailsInfo #productTitle {
	font-weight: 400;
	font-size: 185%;
	margin-bottom: 0;
}

#variants .dropDown {
	border: 1px solid #a4a9aa;
	margin: 10px 0;
}

.detailsInfo .variantReset .reset {
	display: block;
}


.detailsInfo .variantMessage {
	font-style: italic;
	color: #88b018;
}

.detailsInfo .tobasket {
	background-color: #f0f0f0;
	padding: 10px;
	font-size: 85%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.detailsInfo .itemCode {

}
.detailsInfo .price {
	font-size: 164%;
	display: block;
	line-height: 1;
	margin-right: 0.5em;
}
.detailsInfo .tobasketFunction {
	margin-top: 0.6em;
	line-height: 1.64;
	vertical-align: middle;
}

.detailsInfo #incVatMessage_details {
	line-height: 1.64;
}

.detailsInfo #incVatMessage_details .deliveryInfo {
	vertical-align: text-bottom;
	line-height: 1;
}

.detailsInfo .price,
.detailsInfo #incVatMessage_details,
.detailsInfo #amountToBasket {
	float: left;
}

.detailsInfo .productPriceBox {
	margin-bottom: 1.2em;
}

.detailsInfo #amountToBasket {
	width: 30px;
	margin-right: 10px;
}

.detailsInfo .additionalInfo {
	margin-top: 0.6em;
}

.detailsRelated .longDescription {
	font-weight: 400;
}



.listView .detailsInfo {
	position: relative;
}


.listView.detailsInfo .beschreibung {
	float: left;
	text-align: left;
	position: relative;
	width: 400px;
}

.listView .detailsInfo .picture img {
	vertical-align: middle;
}

.listView .detailsInfo .information {
	float: right;
	min-height: 340px;
	padding: 0 0 0 10px;
	position: relative;
	width: 270px;
}

.listView .detailsInfo #productTitle {
	font-weight: 400;
	font-size: 185%;
	margin-bottom: 0;
}

#variants .dropDown {
	border: 1px solid #a4a9aa;
	margin: 10px 0;
}

.listView .detailsInfo .variantReset .reset {
	display: block;
}


.listView .detailsInfo .variantMessage {
	font-style: italic;
	color: #88b018;
}

.listView .detailsInfo .tobasket {
	background-color: #f0f0f0;
	padding: 10px;
	font-size: 85%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.listView .detailsInfo .itemCode {

}
.listView .detailsInfo .price {
	font-size: 164%;
	display: block;
	line-height: 1;
	margin-right: 0.5em;
}
.listView .detailsInfo .tobasketFunction {
	margin-top: 0.6em;
	line-height: 1.64;
	vertical-align: middle;
}

.listView .detailsInfo #incVatMessage_details {
	line-height: 1.64;
}

.listView .detailsInfo #incVatMessage_details .deliveryInfo {
	vertical-align: text-bottom;
	line-height: 1;
}

.listView .detailsInfo .price,
.detailsInfo #incVatMessage_details,
.detailsInfo #amountToBasket {
	float: left;
}

.BoXBoXBoX {
	display: block;
	padding-top: 24px;
	margin-bottom: 10px;
}

.BoXBoXBoX2 {
	height: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.listView .detailsInfo .productPriceBox {
	margin-top: 2em;
	margin-bottom: 1.5em;
}

.listView .detailsInfo #amountToBasket {
	width: 30px;
	margin-right: 10px;
}

.listView .detailsInfo .additionalInfo {
	margin-top: 0.6em;
}

.listView .detailsRelated .longDescription {
	font-weight: 400;
}

/* --- ZOOM CLOUD ----------------------------- */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	margin:-2px;    /* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
	z-index:999;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #DCDCDC;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: #000;
	background: #fff;
	padding: 0px;
}

#zoomTrigger {
	position: absolute;
	width: 18px;
	height: 18px;
	display: block;
	/*text-indent: -9999px;*/
	position: absolute;
	top: 10px;
	left: 10px;
	float: left;
	z-index: 1000;
	/*background: url(../../img/zoom.png) no-repeat 0 0;*/
}

.zoomed {
	width: 663px;
	height: 665px;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 2;
	line-height: 665px;
}
.zoomed img {

	vertical-align: middle;
}

.zoomPager {
	margin: 0;
	padding: 0;
}

.zoomPager li {
	list-style: none;
	float: left;
	padding: 0;
}

.zoomHead {
	font-size: 164%;
	font-weight: 400;
}


#zoomModal .otherPictures {
	margin: 0;
	padding: 0;
	width: 663px;

	z-index: 9;
}

#zoomModal .otherPictures a{
	width: 30px;
	height: 35px;
	line-height: 35px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #fff;
}

#zoomModal .shadowLine {
	width: 663px;
	clear: both;
}

#zoomModal .otherPictures ul{
	margin: 0;
}

#zoomModal .marker {
	border: 2px solid #f0f0f0;
	display: none;
	height: 37px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 32px;
	z-index: 99;
}

#zoomModal .marker img {
	left: 50%;
	margin-left: -6px;
	position: absolute;
	top: -6px;
	z-index: 6;
}

.otherPictures ul {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}
.otherPictures li {
	border: 1px #dcdcdc solid;
	margin-right: 10px;
}
.otherPictures li, .otherPictures a {
	list-style: none;
	padding: 0;
	float: left;
}
.otherPictures a:hover {
	cursor: pointer;
}
.otherPictures a {
	display: block;
	width: 44px;
	height: 44px;
	float: left;
	text-align: center;
	line-height: 44px;
	padding: 3px;
	position: relative;
}
.otherPictures a:hover .marker, #zoomModal a:hover .marker {
	display: block;
}
.marker {
	position: absolute;
	width: 46px;
	height: 46px;
	border: 2px solid #f0f0f0;
	top: 0;
	left: 0;
	display: none;
	z-index: 99;
}

.otherPictures img {
	vertical-align: middle;
	position: relative;
	z-index: 1;
}



/* ------ BASKET ------ */
.basketFlyout.show {
	display: block;
	margin-left: 0;
}
.basketFlyout {
	display: none;
	z-index: 111;
}

#shoppingcart_all {
	border-top: 1px #f0f0f0 solid;
	border-bottom: 1px #f0f0f0 solid;
	padding: 10px 0
}
#shoppingcart_all h2 {
	font-size: 115%;
}


.basketFlyout a span.price,
.basketFlyout .totals .price {
	float: right;
}

.basketFlyout .totals {
	margin-top: 0.5em;
	font-weight: 400;
	font-size: 115%;
	margin-bottom: 13px;
}


/* --- checkout Steps ------------------ */

.checkoutSteps + .status, .checkoutSteps + css3-container + .status {
	margin-top: 20px;
}

.checkoutCollumns .row,
.contentBox,
.columnWrapper {
	margin-bottom: 20px;
}

.checkoutCollumns .collumn,
.columnWrapper .col2 {
	width: 47%;
	float: left;
}

.columnWrapper .col2:nth-of-type(2n+2) {
	float: right;
}
.checkoutCollumns .collumn:nth-child(2n+1) {
	float: right;
}

.columnWrapper .col3 {
	width: 30%;
	float: left;
	margin-left: 2%;
}

.columnWrapper .col3:first-of-type {
	margin-left: 0;
}

.checkoutCollumns .form li,
.columnWrapper .form li,
.contentBox .form li {
	width: 100%;
}

.checkoutCollumns  .row .form li,
.contentBox .form li {
	width: 48%;
	float: left;
	clear: both;
}
.checkoutCollumns  .row .form li:nth-child(2n+2),
.contentBox .form li:nth-child(2n+2) {
	float: right;
	clear: none;
}

.checkoutCollumns .row,
.checkoutCollumns .collumn,
.columnWrapper .col2,
.columnWrapper .col3,
.contentBox {
	padding: 1%;
	background-color: #f0f0f0;
}



.checkoutSteps {
	margin: 0;
	overflow: hidden;
	position: relative;
	display: block;
}
.checkoutSteps::before {
	width: 100%;
	height: 0;
	border-top: 4px #f0f0f0 solid;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	content: "";
	left: 0;
	display: block;
}

.checkoutSteps li{
	list-style: none;
	padding: 0;
	float: left;
	height: 29px;
	line-height: 29px;
	position: relative;
	left: 0;
	margin-left: -15px;
	padding-left: 15px;
}

.checkoutSteps li.active {
	background-position: 100% -29px;
}

.checkoutSteps li.activeLast {
	background-position: 0px -29px;
	color: #fff;
}
.checkoutSteps li.defaultLast {
	background-position: 0px 0px;
}

.checkoutSteps li.passed {
	background-position: 100% -58px;
	color: #999;
}

.checkoutSteps li.active a {
}

.checkoutSteps li.passed a {
}

.checkoutSteps li.active a:hover {
	text-decoration: none;
}

.checkoutSteps span.label {
	padding: 0 5px 0 0;
	background-color: #fff;
}
.checkoutSteps span.fa {
	color: #f0f0f0;
}

.checkoutSteps .active span,
.checkoutSteps .active a {
	color: #88b018;
}

.checkoutSteps .passed span,
.checkoutSteps .passed a {
	color: #f0f0f0;
}


.checkoutSteps li.step1 {
	z-index: 5;
	width: 223px;
	margin-left: 0;
	padding-left: 0;
}

.checkoutSteps li.step2 {
	z-index: 4;
	width: 223px;
}

.checkoutSteps li.step3 {
	z-index: 3;
	width: 224px;
}

.checkoutSteps li.step4 {
	z-index: 2;
	width: 223px;
}

.checkoutSteps li.step5 {
	z-index: 1;
}

.checkoutOptions .option {
	background: none repeat scroll 0 0 #f0f0f0;
	float: left;
	margin-right: 20px;
	padding: 20px;
	width: 256px;
}
.checkoutOptions .option:last-child{
	margin-right:0;
}

.checkoutOptions #optionLogin .form li {
	padding: 0.25em 0;
}


.checkoutOptions #optionRegistration ul {
	padding-left: 1.3em;
}

.checkoutOptions .option ul, .checkoutOptions .option ul li{
	list-style: outside;
}

.order .button_small,
.account_user .button_small {
	float: right;
}

/* --- Checkout basket content ----------------------- */
.basketitems {
	width: 100%;
	font-size: 14px;
}

.basketitems .editCol {
	width: 30px;
}
.basketitems .thumbCol {
	width: 110px;
}
.basketitems .wrappingCol {
	width: 120px;
}
.basketitems .coutCol {
	width: 60px;
}
.basketitems .priceCol {
	width: 90px;
}
.basketitems .vatCol {
	width: 60px;
}
.basketitems .totalCol {
	width: 90px;
}


.basketitems td {
	vertical-align: top;
	border-top: 1px solid #f0f0f0;
	padding-top: 6px;
}

.basketitems tr:last-child td {
	border-bottom: 1px solid #f0f0f0;
}

.basketitems th {
	font-size: 12px;
	text-align: left;
	color: #515353;
	padding-bottom: 2px;
	font-weight: 400;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
}

.basketitems tr td:last-child, .basketitems tr th:last-child, .basketitems .unitPrice, .basketitems .vatPercent {
	text-align: right;
	padding-right: 5px;
}

.basketitems td.basketImage {
	text-align: center;
	vertical-align: middle;
}

.basketitems tr.basketError td {
	padding-top: 0;
	padding-bottom: 10px;
	border: none;
}

.basketitems .picture {
	width: 130px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #555555;
}

.basketitems .wrappingTrigger {
	color: #1D7E96;
}

.wrappingTrigger span {
	display: block;
	color: #555;
	font-size: 11px;
}

.wrappingTrigger:hover span {
	text-decoration: underline;
}

.basketitems .checkbox {
	vertical-align: middle;
}

.basketitems .textbox {
	width: 20px;
	text-align: right;
}

.basketitems .persParam {
	width: 120px;
	text-align: left;
}

.basketitems .persParamLabel {
	font-size: 12px;
	font-weight: bold;
}

.quantity strong {
	display: block;
	font-size: 11px;
	margin-bottom: 3px;
}

.quantity p {
	margin-bottom: 5px;
}

.quantity {
	white-space: nowrap;
	padding-right: 10px;
}

.summary {
	font-size: 14px;
	width: 350px;
	float: right;
	padding-top: 15px;
}

.summary table {
	width: 100%;
}

.summary table td {
	text-align: right;
	width: 90px;
	padding: 5px 5px 5px 2px;
	border-top: 1px solid #f0f0f0;
}

.summary table td {
	text-align: right;
	width: 90px;
	padding: 5px 5px 5px 2px;
	border-bottom: 1px solid #f0f0f0;
}

.summary table th {
	text-align: left;
	font-weight: 400;
	border-top: 1px solid #f0f0f0;
}

.summary table tr:last-child td, .summary table tr:last-child th {
	border-bottom-width: 0px;
}

.summary table tr:first-child td, .summary table tr:first-child th {
	border-top-width: 0;
}

.backtoshop {
	float: left;
	padding-left: 10px;
}

.nextStep {
	float: right;
}
.prevStep {
	float: left;
}

.basketFunctions {
	float: left;
	padding-top: 20px;
}

.basketFunctions button {
	cursor: pointer;
	line-height: 1;
	padding: 2px 5px;
}

.removeFn {
	padding-left: 17px;
	color: #e70404;
	background: url(../../img/x-icon.png) no-repeat 0 1px;
}

.removeFn:hover {
	background-position: 0 -25px;
}

#basketVoucher {
	background-color: #f0f0f0;
	/*border-top: 1px solid #cfe3ea;*/
	padding: 10px;
	width: 545px;
	position: absolute;
	bottom: 0;
}

/*.couponBox {
	border-top: 1px solid #C89C49;
	padding: 15px 0;
	width: 545px;
	position: absolute;
	top: -70px;
}*/

#basketVoucher .voucherNr {
	width: 100px;
}

#basketVoucher .inlineError {
	margin-top: 0.5em;
}

.lineBox {
	margin: 20px 0;
	position: relative;
}

.lineBox p.errorMsg {
	color: #ff0000;
}

/* Payment */

.payment dl {
	margin-bottom: 0.25em;
}
.payment dl dt {
	background-color: #f0f0f0;
	color: #14519f;
	padding: 2px 10px;
	margin-bottom: 0.25em;
}
.payment dl dt b {
	font-weight: 400;
}
.payment dl dd {
	display: none;
}

.payment dl dd.activePayment {
	display: block;
}

/* ------ MY ACCOUNT ------ */

.accountDashboardView dl {
	float: left;
	height: 60px;
	margin: 1%;
	width: 46%;
	padding: 1%;
	background-color: #f0f0f0;
	position: relative;
}

.accountDashboardView dl:nth-child(2n+1) {
	clear: left;
}

.accountDashboardView dl dd,
.accountDashboardView dl dt {
	padding-left: 60px;
	position: relative;
}

.accountDashboardView dl .title {
	font-weight: 400;
	font-size: 115%;
	line-height: 1.2;
}
.accountDashboardView dl dd {
	font-size: 85%;
}

.accountDashboardView dl .fa {
	position: absolute;
	left: 0;
	vertical-align: middle;
	width: 60px;
	line-height: 60px;
	text-align: center;
	color: #88b018;
}


/* ------ OXVALIDATE ------ */

.oxValidateError {
	display: none;
	clear: both;
	font-size: 11px;
	line-height: 14px;
	color: #ff0000;
	margin: 0;
	padding: 5px 0 5px 0;
}

.oxValidateError span {
	display: none;
}

.oxValidateError span.req {
	float: none;
	display: inline;
}
.oxInValid label,
.oxInValid p {
	color: #ff0000;
}

.oxInValid input,
.oxInValid select,
.oxInValid input:focus {
	border-color: #e40000;
	background: #fff8f8;
}

.oxInValid select {
	border-style: solid;
	border-width: 1px;
}

.oxInValid .oxValidateError,
.oxInValid .oxValidateError .js-oxError_postError {
	display:block;
}



/* ------ FORM ADDITIONS ------ */
.form label.req {
	font-weight: 700;
}

.form label {
	display: block;
}
.form label.fll {
	float: left;
	margin-right: 10px;
}

.form li {
	padding: 0 0 0.5em;
	overflow: hidden;
}

.form li.formNote {
	padding-top: 1.5em;
}

.form input[type="text"],.form input[type="password"],.form input[type="date"],.form input[type="datetime"],.form input[type="email"],
.form input[type="number"],.form input[type="search"],.form input[type="tel"],.form input[type="time"],.form input[type="url"],.form textarea,.form select {
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
}


.form input.w10, .form select.w10 {	width: 9% }
.form input.w15, .form select.w15 {	width: 14% }
.form input.w20, .form select.w20 {	width: 19% }
.form input.w30, .form select.w30 {	width: 29% }
.form input.w40, .form select.w40 {	width: 39% }
.form input.w50, .form select.w50 {	width: 49% }
.form input.w60, .form select.w60 {	width: 59% }
.form input.w70, .form select.w70 {	width: 69% }
.form input.w80, .form select.w80 {	width: 79% }
.form input.w85, .form select.w85 {	width: 84% }
.form input.w90, .form select.w90 {	width: 89% }


/* --- Main page error or messages -----------*/

.status {
	padding: 8px 15px 8px 30px;
	margin-bottom: 15px;
	font-size: 14px;
}

.error {
	color: #4b0b0b;
	border: 2px solid #fed8d2;
	background: #ffe7e3 url(../../img/error-inline.png) no-repeat 12px 14px;
}

.success {
	border: 2px solid #edf8cb;
	color: #323b16;
	background: #f8ffe3 url(../../img/success-inline.png) no-repeat 12px 14px;
}

.status p {
	margin: 0;
}

.inlineError {
	color: #e70404;
	background: url(../../img/error-inline.png) no-repeat 0 3px;
	padding-left: 15px;
}

.note {
	font-size: 92%;
	color: #95887d;
}

/* --- Account Order List ----------------------- */
.orderList {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

.orderList li {
	/*padding: 15px 10px;*/
	list-style: none;
	/*border-top: 1px solid #C89C49;*/
	margin-bottom: 0.5em;
	padding: 1%;
	background-color: #f0f0f0;
}

/*.orderList li:first-child {
	border: 0;
	padding-top: 0;
}*/

.orderList dl{
	width: 300px;
}

.orderList dd {
	padding: 3px 0;
}

.orderList dt {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 3px;
	display: block;
	font-weight: 400;
	margin-bottom: 7px;
}

.orderList dt strong {
	display: block;
}

.orderList dt span {
	font-size: 10px;
	color: #999;
}

.orderList dt label {
	color: #666;
}

.orderList td {
	vertical-align: top;
	width: 50%;
}

.orderList td table {
	text-align: left;
}

.orderList td table th {
	font-size: 14px;
	padding-bottom: 14px;
}

.orderList .orderitems, .orderList .orderhistory {
	width: 100%;
}

.orderList .orderitems td {
	vertical-align: top;
}
.orderhistory{
	margin-top: 40px;
}
.orderhistory td {
	border-top: 1px solid #f0f0f0;
	padding: 2px 40px 2px 0;
	vertical-align: top;
	width:99%;
	position: relative;
}

.orderhistory td.small {
	width:1%;
}

.orderhistory td .amount {
	display: block;
	font-size: 11px;
	color: #666;
	/*float: right;*/
	position: absolute;
	top: 2px;
	right: 0;
}

.orderList h3 {
	padding-top: 9px;
	font-size: 16px;
}

.subcatList > li {
	margin-bottom: 20px;
}

.subcatList .box {
	width: 30%;
	float: left;
	margin-left: 2%;
	padding: 1%;
	background-color: #f0f0f0;

}

.subcatList .box:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;
}
.subcatList .box h3 {
	font-weight: 400;
}

.subcatList .subcatPic {
	text-align: center;
}





.lineView .subcatList > li {
	margin-bottom: 20px;
}

.lineView .subcatList .box {
	width: 100%;
	float: left;
	margin-left: 2%;
	padding: 1%;
	background-color: #f0f0f0;

}

.lineViewbox {
	width: 100%;
	float: left;
	padding: 1%;
	background-color: #f0f0f0;

}

.lineView .subcatList .box:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;
}
.lineView .subcatList .box h3 {
	font-weight: 400;
}

.lineView .subcatList .subcatPic {
	text-align: center;
}


.startbildWrapper {
	margin-bottom: 20px;
}

.startbild {
float: left;
width: 15%;
margin-left: 2%;
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}

.startbild:first-of-type {
margin-left: 0;
}

.welcome {
margin-top: 20px;
margin-bottom: 20px;
}

/* ------ HEADER BENEFITS ------*/

#offer-pow {
	padding: 1%;
	background-color: #f0f0f0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 5px solid #ffffff;
	width: 200px;
	text-align: center;
}

#offer-pow .title {
	font-size: 115%;
}
#offer-pow h3 {
	font-size: 130%;
	line-height: 1.8;
}

.rowbox .articleTitle a {
	display: block;
	font-size: 115%;
}

.rowbox .productBoxDescription {
	font-size: 85%;
}