
/*reset -------------------------------------------------------*/

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/*html elements -------------------------------------------------------*/

html{
	position:relative;
}
html, body{
	min-height: 100%;
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	line-height:23px;
	color:#434343;
	margin:0;
	padding:0;

	-webkit-text-size-adjust: auto;
}

#page h1{

}
#page h2{

}
#page h3{

}
#page h4, h5, h6{

}

#page p{

}

#page a{
	color:#61AF1E;
}

#page img{

}

#page table{

}

#page ul{

}
#page ul li{

}

#page strong,
#page b{
	font-weight:bold;
}
#page em{
	font-style:italic;
}

/*framework -----------------------------------------------------------*/

#page{
	position:relative;
	width:1100px;
	padding:0 50px 17px 50px;
	min-height:500px;
	margin:0 auto 50px auto;
	border-bottom:11px solid #61af1e;
	background:#fff;
	z-index:20;
}

#background_image_container{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	overflow:hidden;
	z-index:0;
	pointer-events:none;
}
#background_image_container img{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:auto;
}

/*framework -- header --*/

#header{
	position:relative;
	padding:0 0 40px 0;
	z-index:800;
}
#header #logo{
	padding:35px 10px 0 0;
}
#header #logo img{
	display:block;
	width:100%;
	height:auto;
}

#header #top{
	height:148px;
	padding:0 0 0 28px;
}

#header #top #topmenu{
	line-height:24px;
	padding:14px 0;
	font-size:16px;
}
#header #top #topmenu ul{
	display:block;
	list-style:none;
}
#header #top #topmenu ul li{
	display:inline;
}
#header #top #topmenu ul li:first-child{
	display:none;
}
#header #top #topmenu ul li a{
	color:#434343;
	text-decoration:none;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
#header #top #topmenu ul li a:hover,
#header #top #topmenu ul li.active a{
	color:#61af1e;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#header #top #topmenu .welcome{
	display:none;
	font-size:12px;
	line-height:27px;
	list-style-type:none;
	color:#9e9e9e;
}

#header #topmenu_mobile{
	padding:25px 0 0 0;
}
#header #topmenu_mobile #menu_trigger{
	width:30px;
	height:30px;
	background:url(../img/bg/menu_trigger.png) no-repeat;
	cursor:pointer;
}
#header #topmenu_mobile #menu_pulldown{
	display:none;
	padding:25px 0 0 0;
	background:url(../img/bg/menu_trigger_arrow.png) left 8px no-repeat;
}
#header #topmenu_mobile #menu_pulldown ul{
	display:block;
	padding:0px;
	background:#61af1e;
}
#header #topmenu_mobile #menu_pulldown ul li{
	display:block;
	padding:3px 10px;
	color:#fff;
	font-size:14px;
	border-bottom:1px solid #fff;
}
#header #topmenu_mobile #menu_pulldown ul li.spacer{
	display:none;
}
#header #topmenu_mobile #menu_pulldown ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
}

#header #top #cs_language_chooser{
	padding:12px 0 0 0;
}
#header #top #cs_language_chooser:after{
	clear: both;
	content: "";
	display: block;
}
#header #top #cs_language_chooser ul{
	display:block;
	list-style:none;
}
#header #top #cs_language_chooser ul li{
	display:block;
	float:right;
	width:29px;
	height:28px;
	margin:0 15px 15px 0;
}
#header #top #cs_language_chooser ul li:first-child{
	margin:0 0 15px 0;
}
#header #top #cs_language_chooser ul li a{
	display:block;
	width:29px;
	height:28px;
	background-color:#fff;
	opacity:.5;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#header #top #cs_language_chooser ul li a:hover,
#header #top #cs_language_chooser ul li.cs_active a{
	opacity:1;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#header #top #cs_language_chooser ul li a span{
	display:none;
}
#header #top #cs_language_chooser ul li#cs_language_flag_1 a{
	background:url(../img/bg/flag_NL.png) center no-repeat;
}
#header #top #cs_language_chooser ul li#cs_language_flag_2 a{
	background:url(../img/bg/flag_EN.png) center no-repeat;
}
#header #top #cs_language_chooser ul li#cs_language_flag_3 a{
	background:url(../img/bg/flag_DE.png) center no-repeat;
}
#header #top #cs_language_chooser ul li#cs_language_flag_4 a{
	background:url(../img/bg/flag_ES.png) center no-repeat;
}
#header #top #cs_language_chooser ul li#cs_language_flag_4{
	display: none;
}

#header #mainmenu{
	height:36px;
	padding:0 0 0 28px;
	line-height:31px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
#header #mainmenu > ul{
	display:block;
	height:36px;
	margin:0 -45px 0 0;
	list-style:none;
}
#header #mainmenu > ul > li{
	position:relative;
	display:block;
	float:left;
	width:25%;
	height:36px;
}
#header #mainmenu > ul > li > a{
	display:block;
	height:31px;
	margin:0 20% 0 0;
	color:#434343;
	text-decoration:none;
	font-size: 17px;

}
#header #mainmenu > ul > li > a:hover{
	color:#b1b1b1;
}
#header #mainmenu > ul > li.mnu_1 > a{
	border-bottom:5px solid #004188;
}
#header #mainmenu > ul > li.mnu_2 > a{
	border-bottom:5px solid #61af1e;
}
#header #mainmenu > ul > li.mnu_3 > a{
	border-bottom:5px solid #cad300;
}
#header #mainmenu > ul > li.mnu_4 > a{
	border-bottom:5px solid #f4e385;
}

#header #mainmenu > ul > li > div{
	display:none;
	position: absolute;
}
#header #mainmenu > ul > li:hover > div{
	display:block;
	position:absolute;
	top:36px;
	left:0;
	right:auto;
	padding:10px 0 5px 5px;
	background:#ccc;
	min-width: 80%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#header #mainmenu > ul > li.mnu_1 > div{
	background:#004188;
}
#header #mainmenu > ul > li.mnu_2 > div{
	background:#61af1e;
}
#header #mainmenu > ul > li.mnu_3 > div{
	background:#cad300;
}
#header #mainmenu > ul > li.mnu_4 > div{
	background:#f4e385;
}

#header #mainmenu > ul > li > div > ul{
	display:block;
	background:#fff;
	padding:15px;
	border:1px solid #a9b9cb;

	box-shadow:0 0 25px -10px #000;
	-moz-box-shadow:0 0 25px -10px #000;
	-webkit-box-shadow:0 0 25px -10px #000;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header #mainmenu > ul > li > div > ul > li{
	display:block;
	text-transform:none;
	border-bottom:1px solid #61af1e
}
#header #mainmenu > ul > li > div > ul > li > a{
	display:block;
	text-decoration:none;
	color:#434343;
	font-size:13px;
	white-space: nowrap;
}

/*framework -- visual --*/

#visual{
	position:relative;
	z-index:20;
}

/*framework -- content --*/

#standard_content{
	border-bottom:5px solid #004188;
}
#standard_content h1,
#standard_content h2{
	margin-bottom:20px;
	color:#004188;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}

.page_3 #standard_content h1,
.page_3 #standard_content h2 {

}

#standard_content h3,
#standard_content h4{
	margin-bottom:20px;
	color:#004188;
	font-weight:bold;
	font-size:15px;
}
#standard_content h5,
#standard_content h6{
	color:#434343;
	font-weight:bold;
	font-size:13px;
}
#standard_content p{
	margin-bottom:20px;
}
#standard_content a{
	text-decoration:none;
}
#standard_content a:hover{
	text-decoration:underline;
}
#standard_content ul,
#standard_content ol{
	margin:0 0 20px 18px;
}
#standard_content table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:-20px;
}
#standard_content .content_table {
	margin: 0;
	width: auto;
}
#standard_content .content_table td {
	padding: 0;
}

#standard_content .content_table:first-child td.image {
	padding-left:20px;
}

#standard_content .content_table td.image {
	vertical-align: middle;
	padding-right:20px;
}
#standard_content .content_table td.image img {
	max-width: 300px;
}
#standard_content table td{
	vertical-align:top;
	padding:20px;
}

.home_content_block{
	padding:0 12% 0 0;
}
.home_content_block h2{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
#mailchimp {
	padding-bottom: 20px;
}
#mailchimp h2 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:13px;
}
#mailchimp .cs_form_label label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 7px;
	color: #7d7d7d;
	line-height: 27px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	cursor: text;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#mailchimp .cs_clear,
#mailchimp.hide_1 {
	display: none;
}
#mailchimp .cs_form_row {
	position: relative;
	margin-bottom: 10px;
}
#mailchimp .cs_form_input input {
	border: 1px solid #cccccc;
	width: 175px;
	color: #7d7d7d;
	line-height: 27px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	height: 27px;
	padding: 0 7px;
	line-height: 27px;

}
#mailchimp .cs_form_label {
	/*position: absolute;*/
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	z-index: 10;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#mailchimp .cs_form_button {
	clear: both;
	float: left;
	background: url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color: #004188;
	height: 28px;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#mailchimp .cs_form_button input[type="submit"] {
	display: block;
	padding: 0 65px 0 35px;
	background: transparent;
	border: 0;
	height: 28px;
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.mb_button_fe {
	background: url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color: #004188;
	height: 28px;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	display: inline-block;
	padding: 0 65px 0 35px;
	border: 0;
	height: 28px;
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}

.mb_button_fe:hover {
    background-color: #434343;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    text-decoration: none !important;
}


.home_content_block p{
	margin-bottom:20px;
}
.home_content_block a{
	display:block;
	padding-bottom:7px;
	color:#434343;
	text-decoration:none;
}
.home_content_block img{
	display:block;
	width:100%;
	height:auto;
}
#home_content_block1 a{
	border-bottom:5px solid #004188;
}
#home_content_block2 a{
	border-bottom:5px solid #61af1e;
}
#home_content_block1 a:hover{
	font-weight:bold;
}
#home_content_block2 a:hover{
	font-weight:bold;
}

#home_news_block{
	padding:0 12% 0 0;
}
#home_news_block .readmore{
	display:inline;
	color:#61af1e;
	text-decoration:underline;
}

.newsitem{
	margin:0 0 30px 0;
}
.newsitem .text{
	padding:0 20px 0 0;
}
.newsitem img{
	display:block;
	width:100%;
	height:auto;
}
.newsitem a.readmore{
	color:#434343;
}

/*framework -- footer --*/

#footer{
	padding:60px 0 0 0;
}
#footer #innerfooter{
	padding:25px 0 0 0;
	border-top:3px solid #c5c6c6;
}
#footer #social{
	min-height:10px;
	padding:0 0 10px 0;
}
#footer #bottomtext{
	clear:both;
	padding:45px 0 0 0;
}
#footer #bottomtext a{
	font-size: 12px;
	color: #434343;
	text-decoration: none;
}
#footer #footer_menu .footer_col{
	font-size:12px;
}
#footer #footer_menu .footer_col h4{
	font-size:12px;

	color:#61af1e;
}
#footer #footer_menu .footer_col ul{
	display:block;
	list-style-type:none;
}
#footer #footer_menu .footer_col ul li{

}
#footer #footer_menu .footer_col ul li a{
	color:#434343;
	text-decoration:none;
}
#footer #footer_menu .footer_col ul li a:hover{
	text-decoration:underline;
}
#footer #footer_menu .footer_col ul li ul{
	display:none;
}

#footer .pay_and_shipping p{
	float:left;
	margin:0;
}
#footer .pay_and_shipping img{
	display:block;
	border:1px solid #b6bfac;
	max-width:100%;
	height:auto;
	margin:0 0 10px 0;
}

#footer_category > ul > li > a{
	display:none !important;
}
#footer_category > ul > li > ul{
	display:block !important;
}
#footer_category > ul > li > ul > li > ul{
	display:none !important;
}


/* Shop elements -------------------------------------------------*/

#shopping_cart_trigger_wrapper{
	padding:0 0 0 20px;
	height:28px;
	overflow:hidden;
	display: none;
}
#shopping_cart_trigger{
	height:28px;
	overflow:hidden;
}
#shopping_cart_trigger h3{
	padding:0 29px 0 0;
	text-align:right;
	color:#fff;
	font-size:13px;
	line-height:28px;
	text-transform:uppercase;
	background:url(../img/bg/icon_shoppingcart.png) 17px center no-repeat;
	background-color:#61af1e;
	cursor:pointer;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#shopping_cart_trigger h3:hover{
	background:url(../img/bg/icon_shoppingcart.png) 17px center no-repeat;
	background-color:#0a2972;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#shopping_cart_trigger .items{
	display:none;
}
#shopping_cart_trigger .price{
	display:none;
}
#shopping_cart_trigger_content{
	display:none !important;
}

#search{
	width:188px;
	height:25px;
	margin-bottom:15px;
	font-size:12px;
}
#search form{
	position:relative;
	display:block;
	width:186px;
	height:23px;
	border:1px solid #cccccc;
}
#search .label{
	position:absolute;
	width:161px;
	height:23px;
	top:0;
	left:0;
	bottom:0;
}
#search .label label{
	display:block;
	padding:0 5px;
	height:23px;
	line-height:23px;
	font-size:12px;
	text-transform:uppercase;
	cursor:text;
}
#search .field{
	float:left;
	display:block;
	width:161px;
	height:23px;
	line-height:23px;
}
#search .field input{
	width:151px;
	height:23px;
	padding:0 5px;
	line-height:23px;
	font-size:12px;
	text-transform:uppercase;
}
#search .submit{
	float:left;
	width:25px;
	height:23px;
}
#search .submit input{
	display:block;
	width:25px;
	height:23px;
	font-size:0;
	color:transparent;
	background:url(../img/bg/icon_search.png) center no-repeat;
	cursor:pointer;
}

#category_menu > ul{
	display:block;
	list-style:none;
	margin:0;
}
#category_menu > ul > li{
	display:block;
	line-height:35px;
}

.fw_shop_category_26 span {

}

#footer_category .fw_shop_category_26 span {
	display: block;
}

#category_menu > ul > li > a{
	display:block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color:#434343;
	line-height:35px;
	border-bottom:1px solid #61af1e;
}
#category_menu > ul > li.home{
	display:none;
}
#category_menu > ul > li > ul{
	display:block;
	list-style:none;
	line-height:35px;
	margin:0 0 30px 0;
}
#category_menu > ul > li > ul > li{
	display:block;
	list-style:none;
	border-bottom:1px solid #61af1e;
}
#category_menu > ul > li > ul > li a{
	display:block;
	font-size:20px;
	color:#434343;
	text-decoration:none;
}
#category_menu > ul > li > ul > li:hover a,
#category_menu > ul > li > ul > li.active a{
	color:#61af1e;
}
#category_menu > ul > li > ul > li > ul{
	display:none;
	list-style:none;
}
#category_menu > ul > li > ul > li.active > ul{
	display:block;
}
#category_menu > ul > li > ul > li > ul > li{
	display:block;
	list-style:none;
	border-top:1px solid #61af1e;
}
#category_menu > ul > li > ul > li > ul > li > a{
	font-size:16px;
	color:#aaaaaa !important;
}
#category_menu > ul > li > ul > li > ul > li > a:before{
	content:"- ";
}
#category_menu > ul > li > ul > li > ul > li > a > span{
	color:#434343;
}

#filters_and_products{}
#filters_and_products #side{
	display:none;
}

#filters_and_products #sorter_price{
	display:none;
}
#filters_and_products #content{
	position: relative;
	min-height: 500px;
}

#filters_and_products #content .heading{
	position:absolute;
	top:-51px;
	right:0;
}
#filters_and_products #content .heading:after{
	content: "";
	display: block;
	clear: both;
}
#filters_and_products #content .heading h1{
	display:none;
}

#search_result{
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

#sorter,
#viewer {
	float:right;
	line-height:22px;
	color:#aaaaaa;
}

#sorter a,
#viewer a{
	color:#434343;
}

#sorter h5,
#viewer h5 {
	float:left;
	margin-right:5px;
}

#sorter ul,
#viewer ul {
	float:left;
	list-style:none;
}

#sorter li {
	background:url(../img/bg/separator.png) no-repeat right center;
	float:left;
	margin-right:10px;
	padding-right:11px;
}

#sorter li a,
#sorter li.asc a {
	background:url(../img/bg/arrow_sorter.png) no-repeat right 0;
	float:left;
	padding-right:17px;
	text-decoration:none;
}

#sorter li a:hover,
#sorter li.asc a:hover,
#sorter li a.active,
#sorter li.asc a.active {
	background:url(../img/bg/arrow_sorter.png) no-repeat right -22px;
}

#sorter li.desc a {
	background:url(../img/bg/arrow_sorter.png) no-repeat right -44px;
}

#sorter li.desc a:hover,
#sorter li.desc a.active {
	background:url(../img/bg/arrow_sorter.png) no-repeat right -66px;
}

#viewer li,
#viewer li a {
	display:block;
	float:left;
	height:22px;
	width:22px;
}
#viewer {
	padding-right:10px;
}
#viewer li {
	margin-right:10px;
}
#viewer li.tiles a {
	background:url(../img/bg/viewer_icons.png) no-repeat 0 0;
}
#viewer li.tiles a:hover,
#viewer li.tiles a.active {
	background:url(../img/bg/viewer_icons.png) no-repeat 0 -22px;
}
#viewer li.list a {
	background:url(../img/bg/viewer_icons.png) no-repeat 0 -44px;
}
#viewer li.list a:hover,
#viewer li.list a.active {
	background:url(../img/bg/viewer_icons.png) no-repeat 0 -66px;
}

#products{
	clear:both;
	margin:0 -20px 0 0;
}
#products:after{
	content: "";
	display: block;
	clear: both;
}
.item_wrapper{
	width:33.3333333333%;
	float:left;
}
.item_wrapper .item{
	position:relative;
	margin:0 20px 20px 0;
	padding:10px 0 0 0;
	height:313px;
	overflow:hidden;
	border-top:5px solid #61af1e;
}
.item_wrapper .item .image{
	margin-bottom:15px;
}
.item_wrapper .item .image img{
	display:block;
	width:100%;
	height:auto;
}
.item_wrapper .text{
	height:100px;
	background:url(../img/bg/infobutton.png) 192px bottom no-repeat;
	cursor: pointer;
}
#categories .item_wrapper .text {
	height:auto;
	background: none;
	cursor: pointer;
}
#categories .item_wrapper .item {
	height: 215px;
}
.item_wrapper .item .description{
	display:block;
	/*position:absolute;*/
	/*right:35px;*/
	/*bottom:0;*/
	/*width:25px;*/
	/*height:25px;*/
	/*color:transparent;*/
	/*font-size:0;*/
	line-height:16px;
	cursor:pointer;
	color: #707070;
}
.item_wrapper .item .name{
	font-size:20px;
	font-weight:bold;
	color:#61af1e;
}
.item_wrapper .item .name span{
	display:block;
	color:#707070;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;

	display: none;
}
.item_wrapper .item .price{
	position:absolute;
	left:0;
	bottom:0;
	font-size:24px;
	font-weight:bold;
	display:none;
}
.item_wrapper .item .price_old{
	display:none;
}
.item_wrapper .item .stock{
	display:none;
}
.item_wrapper .item .labels{
	display:none;
}
.item_wrapper .item .order{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:25px;
	height:25px;
}
.item_wrapper .item .order a{
	display:block;
	width:25px;
	height:25px;
	color:transparent;
	font-size:0;
	line-height:0;
	background:url(../img/bg/orderbutton.png) center no-repeat;
}

.item_wrapper .item .other {
	display:none;
}

#products.list{
	margin:0;
}
.list .item_wrapper{
	width:auto;
	margin:0;
	float:none;
}
.list .item_wrapper .item{
	position:relative;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	height:auto;
	overflow:hidden;
	border-top:5px solid #61af1e;
}
.list .item_wrapper .item .image{
	margin-bottom:0;
	width:20%;
	float:left;
}
.list .item_wrapper .item .image img{
	display:block;
	width:100%;
	height:auto;
}
.list .item_wrapper .text{
	height:100px;
}
.list .item_wrapper .item .description{
	display:block;
	position:absolute;
	right:35px;
	bottom:0;
	background:url(../img/bg/infobutton.png) center no-repeat;
	width:25px;
	height:25px;
	color:transparent;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.list .item_wrapper .item .name{
	width:75%;
	float:right;
	font-size:20px;
	font-weight:bold;
	color:#61af1e;
}
.list .item_wrapper .item .name span{
	display:block;
	color:#707070;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
.list .item_wrapper .item .price_wrapper{
	float:right;
	width:75%;
	padding:56px 0 0 0;
}
.list .item_wrapper .item .price{
	position:relative;
	left:0;
	bottom:0;
	font-size:24px;
	font-weight:bold;
}
.list .item_wrapper .item .price_old{
	display:none;
}
.list .item_wrapper .item .stock{
	display:none;
}
.list .item_wrapper .item .labels{
	display:none;
}
.list .item_wrapper .item .order{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:25px;
	height:25px;
}
.list .item_wrapper .item .order a{
	display:block;
	width:25px;
	height:25px;
	color:transparent;
	font-size:0;
	line-height:0;
	background:url(../img/bg/orderbutton.png) center no-repeat;
}

.product_wrapper{
	padding:35px 0 0 28px;
}
#product{
	padding:20px 0;
	border-top:5px solid #61af1e;
}
#product:after{
	content: "";
	display: block;
	clear: both;
}
#product h1{
	float:right;
	width:50%;
	margin:0 0 20px 0;
	font-size:20px;
	font-weight:bold;
	color:#61af1e;
	text-transform:none !important;
}
#product h1 span{
	display:block;
	color:#707070;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
#product .carousel{
	width:50%;
	float:left;
}
#product .content{
	position:relative;
	padding:45px 0 0 0;
	width:50%;
	float:right;
}

#product .carousel img{
	width:100%;
	height:auto;
}
.carousel .mb_gallery_image_active{
	padding:0 20px 0 0;
}
.carousel .mb_gallery_images,
.carousel .mb_gallery_image_prev_wrapper,
.carousel .mb_gallery_image_next_wrapper,
.carousel .mb_gallery_image_info_wrapper,
.carousel .mb_gallery_info,
.carousel .mb_gallery_thumbnails_viewport_wrapper,
.carousel .mb_gallery_thumbnails_prev_wrapper,
.carousel .mb_gallery_thumbnails_next_wrapper,
.carousel .mb_gallery_zoom_viewport_wrapper{
	display:none;
}

#product #product_tabs{
	display:none;
}

#product .features{
	display:none
}
#product .price_old{
	display:none;
}
#product .order {
	display:none;
}
#product .price{
	position:absolute;
	top:0;
	left:0;
	font-size:24px;
	font-weight:bold;
	display:none;
}
#product .price span{
	display:none;
}
#product .article_number{
	display:none;
}
#product .vat{
	display:none;
}
#product .discount_prices{
	display:none;
}
#product .text h3{
	font-weight:bold;
}
#product .other{
	padding:0 0 20px 0;
}
#product .stock{
	color:transparent;
	font-size:0;
	height:22px;
	overflow:hidden;
}
#product .stock span{
	display:none;
	padding:0 0 0 34px;
	background:url(../img/bg/stock.png) left top no-repeat;
	line-height:22px;
	color:#434343;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#product .stock.out span{
	background:url(../img/bg/stock_out.png) left top no-repeat;
}

#product .amount{
	height:29px;
	line-height:29px;
	float:left;
	margin:0 18px 0 0;
}
#product .amount label{
	display:block;
	float:left;
	padding:0 18px 0 0;
	height:29px;
	line-height:31px;
	overflow:hidden;
}
#product .amount input{
	display:block;
	float:left;
	height:27px;
	width:84px;
	padding:0  7px;
	line-height:26px;
	border:1px solid #d1d1d1;
	color:#434343;
}
#product .button{
	float:left;
	line-height:29px;
	background:url(../img/bg/icon_shoppingcart.png) 7px center no-repeat;
	background-color:#61af1e;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#product .button:hover{
	background:url(../img/bg/icon_shoppingcart.png) 7px center no-repeat;
	background-color:#004188;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#product .button input{
	display:block;
	height:29px;
	padding:0 10px 0 38px;
	background:transparent;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

#order_wrapper{
	padding:35px 0 0 28px;
}
#order_wrapper #content{
	padding:20px 0 0 0;
	border-top:5px solid #61af1e;
}
#order_wrapper #content:after{

}
#order_wrapper h1{
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-size:18px;
}
#shopping_cart{
	margin-bottom:30px;
}
#shopping_cart form{
	display:block;
	margin:0 -5px;
}
#shopping_cart table{
	width:100%;
	line-height:18px;
	border-spacing:0;
	border-collapse:collapse;
}
#shopping_cart table th{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px;
}
#shopping_cart table td{
	vertical-align:top;
	text-align:left;
	padding:5px;
}
#shopping_cart table td.name{
	color:#434343;
	text-decoration:none;
}
#shopping_cart table td.name a{
	color:#434343;
	text-decoration:none;
}
#shopping_cart table td.name a:hover{
	text-decoration:underline;
}
#shopping_cart table .image{
	width:160px
}
#shopping_cart table .name{
	width:auto;
}
#shopping_cart table .label{
	text-align:right;
}
#shopping_cart table .label,
#shopping_cart table .price,
#shopping_cart table .total{
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}
#shopping_cart table .price,
#shopping_cart table .total{
	width:60px;
	text-align:left;
}
#shopping_cart tfoot .price{
	text-align:right;
}
#shopping_cart table .amount{
	width:60px;
}
#shopping_cart table .amount input{
	display:block;
	width:28px;
	height:27px;
	line-height:27px;
	border:1px solid #d1d1d1;
	color:#7a7b7a;
	text-align:center;
}
#shopping_cart table img{
	display:block;
	width:143px;
	border:1px solid #d1d1d1;
	height:auto;
}
#one_page_checkout #cart_content table .image{
	width:105px;
}
#one_page_checkout #cart_content table img{
	width:100px;
}
#shopping_cart table .delete{
	width:22px !important;
}
#shopping_cart table .delete a{
	display:block;
	width:12px;
	height:12px;
	padding:5px;
	background:url(../img/bg/delete.png) center no-repeat;
	opacity:.5;
}
#shopping_cart table .delete a:hover{
	opacity:1;
}

#shopping_cart table tbody tr td{
	border-bottom:2px solid #61af1e;
}
#shopping_cart table tbody tr.row_alt td{
	border-bottom:0;
	padding:5px 5px 0 5px;
}
#shopping_cart table tfoot td{
	padding:5px 5px 0 5px;
}
#shopping_cart table tfoot a.reload{
	color:#61af1e !important;
	text-decoration:underline !important;
}

#coupon_form_wrapper{
	margin:0 0 30px 0;
}
#coupon_form{
	padding:0 0 0 170px;
}
#coupon_form .text{
	margin:0 0 10px 0;
}
#coupon_form .label{
	float:left;
	height:29px;
	margin:0 12px 0 0;
	line-height:29px;
	text-transform:uppercase;
	font-weight:bold;
}
#coupon_form .field{
	float:left;
	height:29px;
	margin:0 12px 0 0;
}
#coupon_form .field input{
	height:27px;
	width:150px;
	line-height:27px;
	padding:0 7px;
	border:1px solid #d1d1d1;
	color:#7a7b7a;
}
#coupon_form .button{
	float:left;
	height:29px;
	background:url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color:#004188;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#coupon_form .button:hover{
	background:url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color:#434343;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
#coupon_form .button input{
	padding:0 60px 0 45px;
	height:29px;
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	background:transparent;
	cursor:pointer;
}

#shopping_cart_buttons{
	height:29px;
	padding:0 0 20px 0;
	border-bottom:5px solid #004188;
}
#shopping_cart_buttons #button_continue_shopping{
	float:left;
	height:29px;
}
#shopping_cart_buttons #button_checkout{
	float:right;
	height:29px;
}
#shopping_cart_buttons #button_continue_shopping a{
	display:block;
	margin-bottom:10px;
	padding:0 34px 0 45px;
	background:url(../img/bg/arrowbutton_left.png)3px center no-repeat;
	background-color:#cad300;
	line-height:28px;
	font-size:13px;
	color:#434343;
	text-decoration:none !important;
	text-transform:uppercase;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#shopping_cart_buttons #button_continue_shopping a:hover{
	background:url(../img/bg/arrowbutton_left.png)3px center no-repeat;
	background-color:#004188;
	color:#fff;
	text-decoration:none !important;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#shopping_cart_buttons #button_checkout a{
	display:block;
	margin-bottom:10px;
	padding:0 45px 0 34px;
	background:url(../img/bg/arrowbutton_right.png) right  center no-repeat;
	background-color:#f18600;
	line-height:28px;
	font-size:13px;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#shopping_cart_buttons #button_checkout a:hover{
	background:url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color:#004188;
	color:#fff;
	text-decoration:none !important;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#one_page_checkout{
	font-size:12px;
}
#one_page_checkout .wrapper{
	display:none;
}
#one_page_checkout .wrapper:first-child{
	display:block;
}
#one_page_checkout h2{
	font-size:18px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
#one_page_checkout .cart_wrapper{
	width:70%;
	float:left;
	border-bottom:5px solid #004188;
}
#one_page_checkout .user_wrapper{
	width:25%;
	float:right;
}
#one_page_checkout #user_content .row{
	position:relative;
	height:29px;
	margin-bottom:10px;
}
#one_page_checkout #user_content .row.submit{
	height:auto;
}
#one_page_checkout #user_content .row .label{
	position:absolute;
	right:0;
	left:0;
	height:29px;
	line-height:29px;
	z-index:10;
}
#one_page_checkout #user_content .row .label label{
	display:block;
	padding:0 9px;
	height:29px;
	width:100%;
	line-height:29px;
	cursor:text;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#one_page_checkout #user_content .row .field{
	position:relative;
	height:29px;
	width:100%;
	z-index:20;
}
#one_page_checkout #user_content .row .field input{
	display:block;
	padding:0 8px;
	height:29px;
	line-height:29px;
	width:100%;
	border:1px solid #d1d1d1;
	background:transparent;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#one_page_checkout #user_login_feedback{
	display:none;
}
#one_page_checkout .user_wrapper .heading{
	font-weight:bold;
}
#one_page_checkout .user_wrapper p{
	margin:0 0 20px 0;
}
#one_page_checkout .user_wrapper a{
	color:#434343;
	display:block;
	margin-bottom:10px;
	text-decoration:none;
}
#one_page_checkout .user_wrapper a:hover{
	text-decoration:underline;
}
#one_page_checkout .user_wrapper a.button{
	display:block;
	margin-bottom:20px;
	padding:0 45px 0 10px;
	background:url(../img/bg/arrowbutton_right.png) right  center no-repeat;
	background-color:#004188;
	line-height:28px;
	font-size:13px;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#one_page_checkout .user_wrapper a.button:hover{
	background:url(../img/bg/arrowbutton_right.png) right  center no-repeat;
	background-color:#434343;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#one_page_checkout .user_wrapper a#button_edit_contact_info,
#one_page_checkout .user_wrapper a#button_edit_shipping_info{
	display:block;
	margin-bottom:20px;
	padding:0 45px 0 10px;
	background:url(../img/bg/arrowbutton_right.png) right  center no-repeat;
	background-color:#004188;
	line-height:28px;
	font-size:13px;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#one_page_checkout .user_wrapper a#button_edit_contact_info:hover,
#one_page_checkout .user_wrapper a#button_edit_shipping_info:hover{
	background:url(../img/bg/arrowbutton_right.png) right  center no-repeat;
	background-color:#434343;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#button_confirm_order a{
	display:block;
	float:left;
	margin-top:20px;
	padding:0 45px 0 10px;
	background:url(../img/bg/arrowbutton_right.png) right  center no-repeat;
	background-color:#004188;
	line-height:28px;
	font-size:13px;
	color:#fff !important;
	text-decoration:none !important;
	text-transform:uppercase;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#button_confirm_order:hover a{
	background:url(../img/bg/arrowbutton_right.png) right  center no-repeat;
	background-color:#434343;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#login_content{
	margin:35px 0 0 0;
	padding:20px 0 0 0;
	border-top:5px solid #61af1e;
}
#login_content .intro{
	margin:0 0 20px 0;
}
#login_content .login .text{
	margin:0 0 20px 0;
}
#login_content h2{
	font-size:15px;
}
#login_content .login,
#login_content .register{
	position:relative;
	padding:0 0 40px 0;
}
#login_content .login{
	width:48%;
	float:left;
}
#login_content .register{
	width:48%;
	float:right;
}
#login_content .login .row{
	position:relative;
	height:29px;
	margin-bottom:10px;
}
#login_content .login .row.submit{
	height:auto;
}
#login_content .login .row .label{
	position:absolute;
	right:0;
	left:0;
	height:29px;
	line-height:29px;
	z-index:10;
}
#login_content .login .row .label label{
	display:block;
	padding:0 9px;
	height:29px;
	width:100%;
	line-height:29px;
	cursor:text;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#login_content .login .row .field{
	position:relative;
	height:29px;
	width:100%;
	z-index:20;
}
#login_content .login .row .field input{
	display:block;
	padding:0 8px;
	height:29px;
	line-height:29px;
	width:100%;
	border:1px solid #d1d1d1;
	background:transparent;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#login_content #button_forgot_password{
	display:block;
	float:none;
	clear:both;
	color:#434343;
}
#login_content .button{
	display:block;
	float:left;
	margin-top:20px;
	padding:0 45px 0 10px;
	background:url(../img/bg/arrowbutton_right.png) right  center no-repeat;
	background-color:#004188;
	line-height:28px;
	font-size:13px;
	color:#fff !important;
	text-decoration:none !important;
	text-transform:uppercase;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#account_wrapper{
	padding:20px 0 0 0;
	margin:35px 0 0 0;
	border-top:5px solid #61af1e;
}

.edit_account_info{
	margin-bottom:20px;
}

#tabs_menu{
	margin:0 0 20px 0;
	height:29px;
	overflow:hidden;
}
#tabs_menu ul{
	display:block;
	list-style:none;
	height:29px;
}
#tabs_menu ul li{
	display:block;
	float:left;
}
#tabs_menu ul li a{
	display:block;
	line-height:28px;
	padding: 0 10px;
	margin:0 5px 0 0;
	background:#61af1e;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#tabs_menu ul li a:hover,
#tabs_menu ul li a.active{
	text-decoration:none;
	background:#004188;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.my_orders_menu{
	margin-bottom:20px;
}
.my_orders_menu ul{
	display:block;
	list-style:none;
}
.my_orders_menu ul li{
	display:block;
}
.my_orders_menu ul li a{
	display:block;
	background:#c5c6c6;
	text-decoration:none !important;
	padding:2px 4px;
	border-bottom:1px solid #fff;
	color:#434343;
}
.my_orders_menu ul li.active a{
	text-decoration:none !important;
	background:#8e8e8e;
	color:#fff;
}

/* global id and class -------------------------------------------------*/

.rightcol{
	padding:0 0 0 28px;
}

.cs_breadcrumb{
	text-transform:uppercase;
	padding:0 0 30px 0;
}
.cs_breadcrumb ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 0 28px;
}
.cs_breadcrumb ul li{
	display:inline;
	margin-right:7px;
}
.cs_breadcrumb ul li:before{
	content:'|';
}
.cs_breadcrumb ul li:first-child:before{
	content:'';
}
.cs_breadcrumb ul li > a{
	color:#434343;
	text-decoration:none;
	margin-left:8px;
}
.cs_breadcrumb ul li > a:hover{
	text-decoration:underline;
}
.cs_breadcrumb ul li:first-child > a{
	margin-left:0;
}
.cs_breadcrumb ul li > span{
	font-weight:bold;
	color:#004188;
	margin-left:8px;
}
.cs_breadcrumb ul li.active > a{
	font-weight:bold;
	color:#004188;
	margin-left:8px;
}
.cs_breadcrumb br{
	display:none;
}

.back{
	display:block;
	margin-bottom:10px;
	padding:0 60px;
	background:url(../img/bg/arrowbutton_left.png)3px center no-repeat;
	background-color:#cad300;
	line-height:28px;
	font-size:13px;
	color:#434343;
	text-decoration:none !important;
	text-transform:uppercase;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.back:hover{
	background:url(../img/bg/arrowbutton_left.png)3px center no-repeat;
	background-color:#004188;
	color:#fff;
	text-decoration:none !important;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.result{
	display:none !important;
}

.cs_error{
	color:red !important;
}

.cs_feedback_info{
	display:none;
	color:red !important;
}
.cs_feedback_info ul{
	display:block;
	list-style:none;
	margin:0;
}

.info_text,
.feedback_error {
	display: block;
	color: red;
	border:0;
	font-size: 13px;
	margin: 0 0 20px 0;
}

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

.hide {
	display:none !important;
}
.show {
	display:block !important;
}

.centered{
	margin:0 auto;
}

.clear,
.cs_clear,
.cs_clear_element{
	clear:both;
	line-height:0px;
	height:0px;
	padding:0px;
	margin:0px;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/* components ----------------------------------------------------------*/



/*components -- Carousel --*/

.mb_view_carousel {
	position: relative;
	height: 335px;
	padding:0 0 0 28px;
	margin-bottom:30px;
}
.mb_view_carousel .mb_view_viewport {
	height: 315px;
	overflow: hidden;
	position: relative;
	width: 797px;
}
.mb_view_carousel .mb_view_items,
.mb_view_carousel .mb_view_item {
	left: 0;
	position: absolute;
	top: 0;
}
.mb_view_carousel .mb_view_item {
	display: none;
}
.mb_view_carousel .mb_view_item .mb_view_item_image img{
	display:block;
	width: 797px;
	height: 315px;
}
.mb_view_carousel .mb_view_item .mb_view_item_text{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:15px 20px;
	font-size:24px;
	line-height:34px;
	color:#fff;
	background:url(../img/bg/carousel_bg_text.png);
}
.mb_view_carousel .mb_view_item.active,
.mb_view_carousel .mb_view_item.hold,
.mb_view_carousel .mb_view_item.hold_prev,
.mb_view_carousel .mb_view_item.hold_next {
	display: block;
}
.mb_view_carousel .mb_view_item.active {
	z-index: 10;
}
.mb_view_carousel .mb_view_item.hold {
	z-index: 20;
}
.mb_view_carousel .mb_view_item.hold_prev {
	left: -797px;
}
.mb_view_carousel .mb_view_item.hold_next {
	left: 797px;
}
.mb_view_carousel .mb_view_controls {
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 30;
}
.mb_view_carousel .mb_view_control {
	cursor: pointer;
	float: left;
	height: 10px;
	margin-left: 10px;
	text-align: center;
	color:transparent;
	font-size:0;
	width: 10px;
	background:url(../img/bg/carousel_control.png) center no-repeat;
}
.mb_view_carousel .mb_view_control:hover,
.mb_view_carousel .mb_view_control.active {
	background:url(../img/bg/carousel_control_mo.png) center no-repeat;
}

/* window forms */

.window .cs_form_fieldset {
	width: 100%;
	padding: 0;
}

.window .cs_form_row {
	line-height: 25px;
	margin-bottom: 5px;
	min-height: 26px;
}

.window .cs_form_label {
	float: left;
	margin-right: 20px;
	width: 159px;
}

.window .cs_form_input {
	float: left;
}

.window .cs_form_row input {
	width: 100%;
	height: 27px;
	line-height: 27px;
	border: 1px solid #bbbbbb;
	padding: 0 5px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.window .cs_form_row select {
	width: auto !important;
	height: 27px;
	line-height: 27px;
	border: 1px solid #bbbbbb;
	padding: 0 0 0 5px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.window .cs_form_row input[type=checkbox] {
	width: 24px !important;
	height: 24px !important;
}

.window .cs_form_input_row input.cs_radio {
	float: left;
	width: 14px !important;
	height: auto;
	line-height: 14px;
	border: 0;
	padding: 0;
}

.window .cs_form_input_radio {
	padding: 9px 0 0 0;
	height: auto;
	width: auto;
}

.window .cs_form_input_radio .cs_form_input_row {
	float: left;
	width: auto;
	margin-right: 10px;
}

.window .cs_form_input_radio .cs_form_input_row label {
	line-height: 12px;
	float: left;
}

.window .cs_form_input_radio .cs_row_error label {
	color: #b34545;
}

.window .cs_row_error input[type="text"],
.window .cs_row_error input[type="password"],
.window .cs_row_error select {
	background: #ffe6e6;
	border: 1px solid #d9a2a2;
	color: #b34545;
}

/*components -- forms --*/

.standard_form{
	margin:0 0 30px 0;
}
.standard_form .cs_form_row:after{
	content: "";
	display: block;
	clear: both;
}
.standard_form .cs_form_row{
	position:relative;
	margin:0 0 15px 0;
}
.standard_form .cs_form_label{
	/*position:absolute;*/
	top:1px;
	left:1px;
	right:1px;
	bottom:1px;
	z-index:10;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form .cs_form_input{
	position:relative;
	z-index:20;
}
.standard_form .cs_form_label label{
	display:block !important;
	/*position:absolute;*/
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*padding:0 15px;*/
	color:#7d7d7d;
	line-height:34px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	cursor:text;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form input[type="text"]{
	display:block;
	width:100%;
	height:36px;
	border:1px solid #868686;
	background:transparent;
	padding:0 15px;
	color:#7d7d7d;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:35px;
	font-size:14px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form textarea{
	display:block;
	width:100%;
	height:100px;
	border:1px solid #868686;
	background:transparent;
	padding:6px 15px;
	color:#7d7d7d;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:22px;
	font-size:14px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form .cs_form_button{
	clear:both;
	float:left;
	background:url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color:#004188;
	height:28px;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.standard_form .cs_form_button:hover{
	background-color:#434343;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.standard_form .cs_form_button input[type="submit"]{
	display:block;
	padding:0 65px 0 35px;
	background:transparent;
	border:0;
	height:28px;
	font-size:13px;
	line-height:28px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
}
.standard_form br{
	display:none;
}

.standard_form2{
	margin:0 0 30px 0;
}
.standard_form2 .cs_form_fieldset{
	width:50%;
	float:left;
	margin:0 0 20px 0;
}
.standard_form2 .cs_form_fieldset fieldset{
	margin-right:20px;
}
.standard_form2 legend{
	font-size:15px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	color:#004188;
}
.standard_form2 .cs_form_row:after{
	content: "";
	display: block;
	clear: both;
}
.standard_form2 .cs_form_row{
	position:relative;
	margin:0 0 15px 0;
}
.standard_form2 .cs_form_label{
	position:relative;
	z-index:10;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form2 .cs_form_input{
	position:relative;
	z-index:20;
}
.standard_form2 .cs_form_label label{
	display:block;
	line-height:22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	cursor:text;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form2 input[type="text"],
.standard_form2 input[type="password"]{
	display:block;
	width:100%;
	height:27px;
	border:1px solid #868686;
	background:transparent;
	padding:0 8px;
	color:#7d7d7d;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:27px;
	font-size:14px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form2 select{
	display:block;
	width:auto;
	height:27px;
	border:1px solid #868686;
	background:transparent;
	padding:0 0 0 8px;
	color:#7d7d7d;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:27px;
	font-size:14px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form2 textarea{
	display:block;
	width:100%;
	height:100px;
	border:1px solid #868686;
	background:transparent;
	padding:5px 8px;
	color:#7d7d7d;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:22px;
	font-size:14px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.standard_form2 .cs_form_button{
	clear:both;
	float:left;
	background:url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color:#004188;
	height:28px;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.standard_form2 .cs_form_button:hover{
	background-color:#434343;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.standard_form2 .cs_form_button input[type="submit"]{
	display:block;
	padding:0 65px 0 35px;
	background:transparent;
	border:0;
	height:28px;
	font-size:13px;
	line-height:28px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
}
.standard_form2 br{
	display:none;
}

/* window */
.window_wrapper {
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	color:#434343;
	font-size: 13px;
	margin: 15px;
	position: fixed;
	z-index: 1000;
	-moz-box-shadow: 1px 1px 25px -5px #000;
	-webkit-box-shadow: 1px 1px 25px -5px #000;
	box-shadow: 1px 1px 25px -5px #000;
}

.window {
	background: #fff;
	bottom: 1px;
	left: 1px;
	position: absolute;
	top: 1px;
	right: 1px;
	border:5px solid #61af1e;
}

.window_header {
	font-weight: bold;
	height: 36px;
	font-size: 18px;
	line-height: 50px;
	left: 0;
	padding-left: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.window_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
	height: 33px;
	background: url(../img/bg/window_close.png) center no-repeat;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	z-index: 800;
}

.window_content,
.window_content_full {
	bottom: 63px;
	left: 0;
	overflow: auto;
	padding: 10px;
	position: absolute;
	top: 37px;
	right: 0;
}

.window_content_full {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	bottom: 0;
}

.window_loader {
	background: url(../central/img/bg/shop_window_loader.gif) no-repeat;
	height: 16px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
}

.window_footer {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	bottom: 0;
	height: 63px;
	left: 0;
	position: absolute;
	right: 0;
}

#window_footer_loader {
	background: url(../central/img/bg/shop_window_footer_loader.gif) no-repeat;
	color: #444;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	left: 10px;
	padding: 0 0 0 22px;
	position: absolute;
	top: 12px;
}

.window_footer .button {
	clear:both;
	float:right;
	background:url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color:#004188;
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 45px 0 10px;
	margin:15px 20px 0 0;

	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

.window_footer .button:hover {
	background:url(../img/bg/arrowbutton_right.png) right center no-repeat;
	background-color:#434343;

	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

/* window forms */
#forgot_password_window {
	height: 218px !important;
}
#edit_account_window{
	height: 573px !important;
}

#forgot_password_window .cs_feedback_info,
#edit_account_window .cs_feedback_info,
#register_window .cs_feedback_info {
	padding: 0 10px;
}

#forgot_password_window .cs_feedback_info ul,
#edit_account_window .cs_feedback_info ul,
#register_window .cs_feedback_info ul {
	display: block;
	list-style: none;
	margin: 0;
}

#user_login_feedback {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffe6e6;
	border: 1px solid #d9a2a2;
	color: #b34545;
	display: none;
	line-height: 25px;
	margin-bottom: 10px;
	min-height: 26px;
	padding: 0 10px;
	left: 0;
	position: absolute;
	right: 0;
	top: -34px;
}

#forgot_password_window .cs_form_wrapper form,
#edit_account_window .cs_form_wrapper form,
#register_window .cs_form_wrapper form {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#forgot_password_window .cs_form_wrapper form div.cs_clear_element,
#edit_account_window .cs_form_wrapper form div.cs_clear_element,
#register_window .cs_form_wrapper form div.cs_clear_element {
	display: none;
}

#forgot_password_window .cs_row_error label,
#edit_account_window .cs_row_error label,
#register_window .cs_row_error label {
	color: #b34545;
}

#forgot_password_window .cs_form_row,
#edit_account_window .cs_form_row,
#register_window .cs_form_row {
	line-height: 25px;
	min-height: 26px;
	padding: 7px 0;
}

#forgot_password_window .cs_form_label,
#forgot_password_window .cs_form_input,
#edit_account_window .cs_form_label,
#edit_account_window .cs_form_input,
#register_window .cs_form_label,
#register_window .cs_form_input {
	float: left;
}

#forgot_password_window .cs_form_label,
#forgot_password_window .cs_form_input,
#edit_account_window .cs_form_label,
#edit_account_window .cs_form_input,
#register_window .cs_form_label,
#register_window .cs_form_input {
	padding: 0 10px;
}

#forgot_password_window .cs_form_label,
#edit_account_window .cs_form_label,
#register_window .cs_form_label {
	width: 180px;
	line-height:29px;
}

#forgot_password_window .cs_form_input,
#edit_account_window .cs_form_input,
#register_window .cs_form_input {
	width: 313px;
}

#forgot_password_window input,
#forgot_password_window textarea,
#forgot_password_window select,
#edit_account_window input,
#edit_account_window textarea,
#edit_account_window select,
#register_window input,
#register_window textarea,
#register_window select {
	width: 100%;
}

#forgot_password_window textarea,
#edit_account_window textarea,
#register_window textarea {
	height: 128px;
	overflow: auto;
	padding: 0 0 0 10px;
	resize: none;
}

#forgot_password_window select,
#edit_account_window select,
#register_window select {
	padding: 0 4px 0 1px;
}

#forgot_password_window .cs_row_error input,
#forgot_password_window .cs_row_error textarea,
#forgot_password_window .cs_row_error select,
#edit_account_window .cs_row_error input,
#edit_account_window .cs_row_error textarea,
#edit_account_window .cs_row_error select,
#register_window .cs_row_error input,
#register_window .cs_row_error textarea,
#register_window .cs_row_error select {
	background: #ffe6e6;
	border: 1px solid #d9a2a2;
	color: #b34545;
}

#forgot_password_window .cs_form_input_row,
#edit_account_window .cs_form_input_row,
#register_window .cs_form_input_row {
	min-height: 20px;
	line-height: 19px;
}

#forgot_password_window .cs_form_input_label,
#edit_account_window .cs_form_input_label,
#register_window .cs_form_input_label {
	float: left;
	margin-left: 5px;
}

#forgot_password_window .forgot_password_info,
#forgot_password_window .forgot_password_success,
#register_window .register_info,
#register_window .register_success,
#product_added_window .product_added_info {
	background: #3a3a3a;
	color: #fff;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 5px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#register_window .register_info {
	display: none;
}

#forgot_password_window .forgot_password_success,
#register_window .register_success {
	background: #e6ffe7;
	border: 1px solid #9dd6a2;
	color: #55ae5d;
}

#forgot_password_window .cs_form_wrapper,
#register_window .cs_form_wrapper {
	position: relative;
}

#forgot_password_window .cs_feedback_info,
#register_window .cs_feedback_info {
	left: 0;
	position: absolute;
	right: 0;
	top: -38px;
}

#register_window .cs_feedback_info {
	left: 0;
	position: relative;
	right: 0;
	top: 0;
}

#register_window legend {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 26px;
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	display: none;
}

/*responsive --*/

/* medium */
@media (max-width: 1299px)
{
	html{
		font-size:13px;
		line-height:21px;
	}

	#page{
		width:900px;
	}

	#header{
		padding:0 0 30px 0;
	}
	#header #top{
		height:121px;
	}
	#header #top #topmenu{
		font-size:15px;
		line-height:16px;
		padding:14px 0 0 0;
		text-align:left;
	}
	#language-shoppingcart{
		padding:0 0 15px 0;
	}
	#header #top #cs_language_chooser{
		float:right;
		padding:0;
	}
	#header #top #shopping_cart_trigger_wrapper{
		clear:both;
		float:right;
	}
	#header #top #cs_language_chooser ul li{
		margin:0 10px 10px 0;
	}
	#header #top #cs_language_chooser ul li:first-child{
		margin:0 0 10px 0;
	}

	#shopping_cart_trigger_wrapper{
		padding:0 0 0 45px;
	}
	#shopping_cart_trigger h3{
		padding: 0 15px 0 50px;
		background: url(../img/bg/icon_shoppingcart.png) 17px center no-repeat;
		background-color: #61af1e;
	}

	#header #mainmenu{
		font-size:13px;
	}

	.home_content_block h2{
		font-size:16px;
	}

	#footer{
		padding:40px 0 0 0;
	}

	.mb_view_carousel {
		height: 275px;
		margin-bottom:30px;
	}
	.mb_view_carousel .mb_view_viewport {
		width: 647px;
		height: 255px;
	}
	.mb_view_carousel .mb_view_item .mb_view_item_image img{
		width: 647px;
		height: 255px;
	}
	.mb_view_carousel .mb_view_item .mb_view_item_text{
		padding:10px 15px;
		font-size:20px;
		line-height:30px;
	}
	.mb_view_carousel .mb_view_item.hold_prev {
		left: -647px;
	}
	.mb_view_carousel .mb_view_item.hold_next {
		left: 647px;
	}

	#filters_and_products #content .heading{
		position:relative;
		left:0;
		top:0;
		float:left;
		margin:0 0 15px 0;
	}

	.item_wrapper .item{
		height:272px;
	}
	.item_wrapper .text{
		height:102px;
	}

	#coupon_form{
		padding:0 0 0 170px;
	}
	#coupon_form .field input{
		width:120px
	}
}

/* small */
@media (max-width: 1099px)
{
	#page{
		width:700px;
	}

	#header #top #topmenu{
		line-height:24px;
		text-align:left;
	}

	#header #top #cs_language_chooser{
		float:right;
		padding:0;
		margin:0 0 0 15px;
	}
	#shopping_cart_trigger_wrapper{
		float:right;
		padding:0;
		margin:0;
	}
	#shopping_cart_trigger h3{
		padding:0 15px 0 48px;
	}

	#header #mainmenu{
		padding:20px 0 0 0;
	}

	.cs_breadcrumb ul{
		padding:0;
	}

	#main_content .rightcol{
		padding:0 0 30px 0;
	}

	#home_news_block{
		padding:0;
	}

	#footer{
		padding:30px 0 0 0;
	}

	.mb_view_carousel {
		height: 286px;
		margin-bottom:30px;
		padding:0;
	}
	.mb_view_carousel .mb_view_viewport {
		width: 700px;
		height: 266px;
	}
	.mb_view_carousel .mb_view_item .mb_view_item_image img{
		width: 700px;
		height: 266px;
	}
	.mb_view_carousel .mb_view_item .mb_view_item_text{
		padding:10px 15px;
		font-size:20px;
		line-height:30px;
	}
	.mb_view_carousel .mb_view_item.hold_prev {
		left: -700px;
	}
	.mb_view_carousel .mb_view_item.hold_next {
		left: 700px;
	}

	#filters_and_products #content{
		padding:0;
	}

	.item_wrapper .item{
		height:286px;
	}
	.item_wrapper .text{
		height:102px;
	}

	.product_wrapper{
		padding:35px 0 0 0;
	}

	#product h1{
		width:60%;
	}
	#product .carousel{
		width:40%;
	}
	#product .content{
		width:60%;
	}

	#order_wrapper{
		padding:0 0 30px 0;
	}
}

/* extra small */
@media (max-width: 799px)
{
	body{
		padding:0;
	}

	#page{
		width:100%;
		margin:0;
		padding:0 0 30px 0;
	}

	#inner{
		padding:0 15px;
	}

	#header #logo{
		padding:20px 10px 0 0;
	}

	#language-shoppingcart{
		padding:15px 0 15px 0;
	}

	#header #mainmenu{
		height:auto;
		padding:20px 0 0 0;
		font-size:14px;
	}
	#header #mainmenu > ul{
		height:auto;
		margin:0;
	}
	#header #mainmenu > ul > li{
		display:block;
		float:none;
		width:auto;
		height:auto;
	}
	#header #mainmenu > ul > li > a{
		margin:0;
		height:auto;
	}
	#header #mainmenu > ul > li > div{
		display:none;
	}
	#header #mainmenu > ul > li:hover > div{
		display:block;
		position:relative;
		top:0;
		left:0;
		right:0;
		padding:10px 0 5px 5px;
		background:#ccc;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#header #mainmenu > ul > li.mnu_1 > div{
		background:#004188;
	}
	#header #mainmenu > ul > li.mnu_2 > div{
		background:#61af1e;
	}
	#header #mainmenu > ul > li.mnu_3 > div{
		background:#cad300;
	}
	#header #mainmenu > ul > li.mnu_4 > div{
		background:#f4e385;
	}

	#header #mainmenu > ul > li > div > ul{
		display:block;
		background:#fff;
		min-width:100%;
		padding:15px;
		border:1px solid #a9b9cb;

		box-shadow:0 0 25px -10px #000;
		-moz-box-shadow:0 0 25px -10px #000;
		-webkit-box-shadow:0 0 25px -10px #000;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#header #mainmenu > ul > li > div > ul > li{
		display:block;
		white-space:nowrap;
		text-transform:none;
		border-bottom:1px solid #61af1e
	}
	#header #mainmenu > ul > li > div > ul > li > a{
		display:block;
		text-decoration:none;
		color:#434343;
		overflow:hidden;
		font-size:13px;
	}

	#standard_content table{
		display:block;
		border-collapse:collapse;
		border-spacing:0;
		margin:0;
	}
	#standard_content table td{
		display:block;
		vertical-align:top;
		padding:0;
	}
	#standard_content table td img{
		display:block;
		max-width:100%;
		height:auto;
		margin:0 0 20px 0;
	}

	.cs_breadcrumb ul{
		text-align:right;
	}

	#footer #social{
		padding:0 0 10px 0;
	}
	#footer .pay_and_shipping img{
		width:100px;
	}
	#footer .pay_and_shipping p{
		float:right;
	}
	#footer .pay_and_shipping p:first-child{
		margin:0 0 0 10px;
	}
	#footer .rightcol{
		padding:0;
	}
	#footer #bottomtext{
		padding:20px 0 0 0;
	}

	.mb_view_carousel {
		height: 255px;
		margin-bottom:30px;
		padding:0;
	}
	.mb_view_carousel .mb_view_viewport {
		width: 600px;
		height: 237px;
	}
	.mb_view_carousel .mb_view_item .mb_view_item_image img{
		width: 600px;
		height: 237px;
	}
	.mb_view_carousel .mb_view_item .mb_view_item_text{
		padding:10px 15px;
		font-size:20px;
		line-height:30px;
	}
	.mb_view_carousel .mb_view_item.hold_prev {
		left: -600px;
	}
	.mb_view_carousel .mb_view_item.hold_next {
		left: 600px;
	}

	#viewer{
		padding:0 0 10px 0;
	}

	#sorter, #viewer{
		float:left;
	}

	#filters_and_products #content{
		overflow: hidden;
	}

	.item_wrapper{
		width:50%;
		float:left;
	}

	.item_wrapper .item{
		height:342px;
	}
	.item_wrapper .item .price{
		font-size:15px;
	}

	#shopping_cart table .label,
	#shopping_cart table .price,
	#shopping_cart table .total{
		font-size:14px;
	}

	#product .amount{
		float:none;
		margin:0 0 20px 0;
	}

	#order_wrapper h1{
		margin:0 0 10px 0;
	}

	#coupon_form .field input{
		width:100px
	}

	#shopping_cart{
		font-size:13px;
	}
	#shopping_cart table th{
		padding:3px;
	}
	#shopping_cart table td{
		padding:3px;
	}
	#shopping_cart table .image{
		width:auto !important;
		padding:0 !important;
	}
	#shopping_cart .mb_shopping_cart_image{
		display:none;
	}
	#shopping_cart .image img{
		width:50px;
	}
	#coupon_form{
		padding:0;
	}

	#tabs_menu{
		margin:0 0 20px 0;
		height:auto;
		overflow:hidden;
	}
	#tabs_menu ul{
		display:block;
		list-style:none;
		height:auto;
	}
	#tabs_menu ul li{
		display:block;
		float:none;
	}
	#tabs_menu ul li a{
		display:block;
		line-height:28px;
		padding: 0 10px;
		margin:0 0 1px 0;
		background:#61af1e;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		font-size:13px;

		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	#register_window{
		left:0 !important;
		right:0 !important;
		top:0 !important;
		width:auto !important;
		height:auto !important;
		bottom:0 !important;
		margin:0 !important;
	}
	#forgot_password_window {
		left:0 !important;
		right:0 !important;
		top:0 !important;
		width:auto !important;
		height:auto !important;
		bottom:0 !important;
		margin:0 !important;
	}
	#edit_account_window{
		left:0 !important;
		right:0 !important;
		top:0 !important;
		width:auto !important;
		height:auto !important;
		bottom:0 !important;
		margin:0 !important;
	}
	#forgot_password_window .cs_form_row,
	#edit_account_window .cs_form_row,
	#register_window .cs_form_row {
		line-height: 25px;
		min-height: 0;
		padding:0;
	}

	#forgot_password_window .cs_form_label,
	#forgot_password_window .cs_form_input,
	#edit_account_window .cs_form_label,
	#edit_account_window .cs_form_input,
	#register_window .cs_form_label,
	#register_window .cs_form_input {
		float: none;
	}

	#forgot_password_window .cs_form_label,
	#forgot_password_window .cs_form_input,
	#edit_account_window .cs_form_label,
	#edit_account_window .cs_form_input,
	#register_window .cs_form_label,
	#register_window .cs_form_input {
		padding: 0 10px;
	}

	#forgot_password_window .cs_form_label,
	#edit_account_window .cs_form_label,
	#register_window .cs_form_label {
		width: auto;
		line-height:29px;
	}

	#forgot_password_window .cs_form_input,
	#edit_account_window .cs_form_input,
	#register_window .cs_form_input {
		width: auto;
		float:none;
	}
	#forgot_password_window .cs_form_row br,
	#edit_account_window .cs_form_row br,
	#register_window .cs_form_row br{
		display:none;
	}
}

/* extra extra small */
@media (max-width: 499px)
{
	#page{
		width:100%;
		padding:0 0 30px 0;
	}

	.cs_breadcrumb ul{
		text-align:left;
	}

	#footer .footer_col{
		padding-bottom:20px;
	}

	.home_content_block{
		padding:0 0 25px 0;
	}

	.item_wrapper{
		width:100%;
		float:none;
	}
	.item_wrapper .item{
		height:auto;
	}

	#product h1{
		float:none;
		width:auto;
	}
	#product .carousel{
		float:none;
		width:auto;
	}
	.carousel .mb_gallery_image_active{
		padding:0;
		margin:0 0 20px 0;
	}
	#product .content{
		float:none;
		width:auto;
	}

	#shopping_cart{
		font-size:11px;
	}
	#shopping_cart .mb_shopping_cart_image{
		display:none;
	}
	#shopping_cart table .label,
	#shopping_cart table .price,
	#shopping_cart table .total{
		font-size:13px;
	}
	#coupon_form .label{
		float:none;
	}
	#coupon_form .field{
		float:none;
		margin:0;
	}
	#coupon_form .field input{
		width:100%;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#coupon_form .button{
		margin-top:10px;
		float:none;
	}
	#coupon_form .button input{
		width:100%;
		float:none;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#shopping_cart_buttons{
		height:auto;
	}
	#shopping_cart_buttons #button_continue_shopping{
		float:none;
		margin-bottom:10px;
	}
	#shopping_cart_buttons #button_continue_shopping{
		float:none;
		margin-bottom:10px;
	}
	#shopping_cart_buttons #button_checkout{
		float:none;
	}

	#one_page_checkout .cart_wrapper{
		float:none;
		width:auto;
		margin-bottom:20px;
	}
	#one_page_checkout .user_wrapper{
		float:none;
		width:auto;
	}
}



.cs_sitemap a {
	color:#000;
}
