body {
	background-color: #90a9b5;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

#fixcenter {
	width: 960px;
	margin: 5px auto 0 auto;
	padding: 30px 0 0 0;
	background-image: url('/res/nlg/assets/img/sidebar_bg.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

section.header {
	padding: 15px 0 0 0;
	background-color: #fff;
}

section.content {
	padding: 20px 0;
	background-color: #e2ecf1;
}

section.footer {
	color: #fff;
	background-color: #90a9b5;
	padding-top: 2.2%;
	padding-bottom: 2.2%;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* fonts
--------------------------------------- */

@font-face {
	font-family: 'entypo';
	src: url('fonts/entypo.eot');
	src: url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
		 url('fonts/entypo.woff') format('woff'),
		 url('fonts/entypo.ttf') format('truetype'),
		 url('fonts/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

button.btn-light {
	font-family: 'entypo';
	background-color: #3e535d;
	color: #fff;
}

button.btn-light.btn-entypo {
	font-size: 30px;
	line-height: 20px;
}

span.input-group-addon {
	line-height: 20px;
	background-color: #f3f9fc;
	color: #3e535d;
}

/* Meta Navigation Header
--------------------------------------- */

#meta-navigation {
	text-align:right;
}

#meta-navigation a {
	margin-right:15px;
}

#meta-navigation #anmelden {
	float:right;
}

#meta-navigation #anmelden dl {
	margin:0;
}

#meta-navigation #anmelden dl dt {
	font-weight:normal;
}

#meta-navigation #anmelden dl dd {
	position:absolute;
	z-index:99;
	width:250px;
	right:28px;
	margin-top:3px;
	padding:5px 6px 3px 6px;
	background-color:rgba(226, 236, 241, 0.9);
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
}

#meta-navigation #anmelden dl dd .form-group {
	margin-bottom:3px;
}

#meta-navigation #anmelden dl dd .input-group-addon.pwd {
	padding:8px 14px;
}

#meta-navigation #anmelden span.loginbtn {
	/*display:none;*/
	position:absolute;
	left:-9999px;
}


/* navigation
--------------------------------------- */

#menu {
	margin: 0;
	float: none;
}

#menu li a {
	font-size: 16px;
	color: #fff;
}

#menu li li a {
	font-size: 13px;
	color: #fff;
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #526a75;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#menu li li a:hover {
	background-color: #526a75;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 9999;
}

a.menu-link {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 5px 10px 6px;
	background-color: #6f8894;
	line-height: 20px;
	border-radius: 3px;
	float: left;
	margin: 15px 0 0;
}

a.menu-link i.menu {
	font-style: normal;
	font-size: 18px;
	margin: 0 5px 0 0;
}

a.menu-link:hover {
	text-decoration: none;
}

.menu, .menu > ul ul {
	list-style: none;
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.js .menu, .js .menu > ul ul {
	overflow: hidden;
	max-height: 0;
}

.js .menu > ul ul {
	background-color: #3e535d;
}

.menu.active, .js .menu > ul ul.active {
	max-height: 55em;
}

.menu > ul {
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #6f8894;
	border-radius: 3px;
}

.menu li a {
	color: #fff;
	display: block;
	padding: 0.4em 0.8em;
	position: relative;
}

.menu li li a {
	color: #fff;
	display: block;
	padding: 0.5em 1.5em;
	position: relative;
}

.menu li.has-subnav > a:after {
	font-family: 'entypo';
	content: '\229E';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 2.3em;
	padding: 0;
	margin: -8px 10px 0 0;
}

.menu li.has-subnav > a.active:after {
	content: "\229F";
}

@media screen and (min-width: 62em) {
	#menu {
		margin: 60px 0 0;
		float: right;
	}
	
	#menu li a {
		color: #3d3d3d;
	}
	
	#menu a:hover {
		background-color: #93c11d;
	}
	
	.pattern {
		overflow: visible;
	}
	
	a.menu-link {
		display: none;
	}
	
	.js .menu, .js .menu > ul ul {
		max-height: none;
		overflow: visible;
		background: none;
	}
	
	.js .menu > ul ul {
		background: #3e535d;
		display: none;
		margin-left:0;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		overflow: hidden;
	}
	
	.js .menu > ul li:hover > ul {
		display: block;
	}
	
	.menu ul {
		margin: 0 0 0 -3px;
		border: 0;
		background-color: #fff;
	}
	
	.menu li a {
		border: 0;
	}
	
	.menu li li a {
		padding: 0.5em 0.9em;
	}
	
	.menu li.has-subnav > a {
		padding-right: 2em;
	}
	
	.menu li.has-subnav > a:after {
		font-family: 'entypo';
		content: "\E762";
		font-size: 2.5em;
	}
	
	.menu .level-1 > li.has-subnav > a:after {
		font-family: 'entypo';
		content: "\E760";
		padding: 0;
		margin: -0.25em 0.3em 0 0;
		font-size: 2.5em;
	}

	.menu > ul li {
		margin: 0;
	}
	
	.menu > ul > li {
		display: inline-block;
		position: relative;
	}
	
	.menu > ul ul {
		position: absolute;
		top: 35px;
		width: 15em;
	}
	
	.menu > ul ul li {
		position: relative;
	}
	
	.menu > ul ul.level-2 {
		top: 35px;
		left: 0.2em;
		text-align: left;
	}
}


/* mobile menu
--------------------------------------- */

nav#menu {
	display: none;
}

#mobile_nav {
	background-color: #93c11d;
	padding: .5em 0;
	text-align: center;
}

#mobile_nav a.bolder {
	font-weight: bold;
	color: #fff;
	font-size: 2em;
}

#mobile_nav a.bolder:hover {
	text-decoration: none;
}

#mobile_nav .bolder[href="#"] {
    position: absolute;
    left: 15px;
    top: 18px;
    padding: 0;
    text-decoration: none;
	color: #6f8894;
    font-size: 1.5em;
    z-index: 999999;
	display: none;
}

#mobile_nav:has(#mobnav:target) .bolder[href="#"] {
    display: block;
}

@media screen and (max-width: 1200px) {
	section.header {
		padding: 0;
		padding-bottom: 20px;
	}

	section.header .logo img {
		margin: 0 auto;
	}

	section.header #meta-navigation {
		text-align: center;
		padding-top: 20px;
	}


	#mobile_nav #mobnav {
		display: none;
		scroll-margin-top: 60px;
	}

	#mobile_nav #mobnav:target {
		display: block;
	}

	#mobile_nav #menu {
		display: block;
		margin: 0;
		float: none;
	}

	#mobile_nav #menu ul {
		background-color: #fff;
		margin: 0;
		position: absolute;
        left: 0;
        right: 0;
		top: 0;
        padding-bottom: 15px;
        padding-top: 16px;
        padding-left: 40px;
	}

	#mobile_nav #menu ul.sub-menu {
		display: none
	}

	#mobile_nav #menu ul li {
		display: block;
	}

	#mobile_nav #menu ul li a {
		color: #6f8894;
		font-size: 18px;
	}

	#mobile_nav #menu ul li a:hover {
		color: #fff;
	}

}

@media screen and ( min-width: 1200px ) {
    #mobile_nav {
       display: none;
    }

	nav#menu {
		display: block;
	}
}



/* liquid slider
--------------------------------------- */

.no-js .liquid-slider {
	height: 390px !important;
	overflow:scroll;
}

.ls-preloader {  
	background: url('/res/nlg/assets/img/loading.gif') #f2f2f2 no-repeat center 75px;
	opacity:1;
	/* Do not edit below this line */
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.ls-wrapper {
	margin:0 auto;
	max-width: 846px !important;
	/* Do not edit below this line */
	clear: both;
	overflow: auto;
	position: relative;
}

.ls-wrapper #slider-intro {
	margin: 0 auto;
	max-width: 846px !important;
	
}

.ls-wrapper .liquid-slider {
background: #f2f2f2;
/* Do not edit below this line */
float: left;
overflow: hidden;
position: relative;
}
.ls-wrapper .panel-container {
/* Do not edit below this line */
position: relative;

}
.ls-wrapper .liquid-slider .panel-container .fade {
/* Do not edit below this line */
position: absolute;
top: 0; 
left: 0;
display: block;
}

.ls-wrapper .liquid-slider .ls-panel {  
/* Do not edit below this line */
display: block;
float: left;
margin-bottom: 8px;
}

.ls-wrapper .liquid-slider .ls-panel img{

width:100%;
height:auto;  
margin:0 5px;

}

.ls-wrapper .liquid-slider .ls-panel video {

width:100%;  
height:auto;

}

.ls-wrapper .liquid-slider .panel-wrapper {  
padding: 20px;
/* Do not edit below this line */
position:relative;
}

.ls-wrapper .ls-nav a {
background: #b8c3c8;
color: #333333;
margin-left: 3px;
padding: 0;
width: 12px;
height: 12px;
border-radius: 10px;
}
.ls-wrapper .ls-nav a:hover {
background: #3e535d;
color: #333333;
text-shadow: none;
}
.ls-wrapper .ls-nav .current {
background: #3e535d;
}
.currentCrossLink {
font-weight: bold;
}
.ls-wrapper .ls-nav ul {  
padding:0;
/* Do not edit below this line */
clear: both;
display: block;
margin: auto;
overflow: hidden;
}
.ls-wrapper .ls-nav ul li {
/* Do not edit below this line */
display: inline;
}
.ls-wrapper .ls-nav ul li a {

/* Do not edit below this line */
display: block;
float: left;
text-decoration: none;
}

.ls-wrapper .ls-nav {
overflow:hidden;
clear:both;
display: block;
margin: 0 0 30px 0;
}

.ls-wrapper .ls-select-box {  
/* Delete these if you want the standard select box.
 Also delete the rules below */

width: 100%;
height: 35px;
overflow: hidden;
background: url(images/menu.png) no-repeat right #ddd;

}
.ls-wrapper .ls-select-box select {  
/* If you want the standard select box, use 
width:100%
And delete the rest of the styling here */

width: 150%;
-webkit-appearance: none;
-moz-appearance: none;
appearance:none;
background: transparent;
padding: 5px;
font-size: 110%;
border: none;
height: 35px;
cursor:pointer;
outline: 0;
}

.ls-wrapper .ls-nav-left, .ls-wrapper .ls-nav-right {
/* Do not edit below this line */
float: left;
}
.ls-wrapper .ls-nav-left a, .ls-wrapper .ls-nav-right a {
/* non-graphical arrows */
background: #000;
color: #fff;
padding: 5px;
width: 100px;
/* Do not edit below this line */
display: block;
text-align: center;
text-decoration: none;
}
.ls-wrapper .ls-nav-left-arrow, .ls-wrapper .ls-nav-right-arrow {
cursor: pointer;
/* Do not edit below this line */
float: left;
}
.ls-wrapper .ls-nav-left-arrow a, .ls-wrapper .ls-nav-right-arrow a {
/* Do not edit below this line */
display: block;
}
.ls-wrapper .ls-nav-left, .ls-wrapper .ls-nav-left-arrow {
/* Do not edit below this line */
clear: both;
}
.ls-wrapper .ls-nav-right-arrow {
width: 25px;
height: 25px;
background: url(images/arrow.png) no-repeat top right;
margin-top: 50px;
margin-right: 5px;
/* Do not edit below this line */
position:relative;
}
.ls-wrapper .ls-nav-left-arrow {
width: 25px;
height: 25px;
background: url(images/arrow.png) no-repeat top left;
margin-top: 50px;
margin-left: 5px;
/* Do not edit below this line */
position:relative;
}
.ls-wrapper .ls-nav-left-arrow:hover {
/* Left graphical arrows hover */
background: url(images/arrow.png) no-repeat bottom left;
}
.ls-wrapper .ls-nav-right-arrow:hover {
/* Right graphical arrows hover */
background: url(images/arrow.png) no-repeat bottom right;
}
.arrows .liquid-slider {
/* Margin between slider and arrows */
margin: 0 10px;
}

.ls-responsive .liquid-slider {
/* Do not edit below this line */
width: 100%;
margin: 0;
}
.ls-responsive .liquid-slider .ls-panel .panel-wrapper {
padding: 10px;
}
.ls-responsive .ls-nav-left {
/* Left non-graphical arrows */
/* Do not edit below this line */
position: absolute;
left: 0;
z-index: 2;
}
.ls-responsive .ls-nav-left a {
/* Left non-graphical arrows */
background: #9A9A9A;
width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
/* Left non-graphical hover */
background: #747474;
}
.ls-responsive .ls-nav-right {
/* Right non-graphical arrows */
/* Do not edit below this line */
position: absolute;
right: 0;
z-index: 2;
}
.ls-responsive .ls-nav-right a {
/* Right non-graphical arrows */
background: #9A9A9A;
width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
/* Right non-graphical arrows hover */
background: #747474;
}
.ls-responsive .ls-nav-left-arrow {
/* Do not edit below this line */
position: absolute;
left: 0;
z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
/* Do not edit below this line */
position: absolute;
right: 0;
z-index: 2;
}

.ls-responsive .liquid-slider .ls-panel .panel-wrapper {
padding: 20px 35px;
}


@media only screen and (min-width: 1030px) {
}

@media only screen and (min-width: 1240px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
   only screen and (min--moz-device-pixel-ratio: 1.5),
   only screen and (min-device-pixel-ratio: 1.5) {
}

/* slider
--------------------------------------- */

#slider-intro-wrapper .ls-panel {
border-radius: none;
border: none;
padding: 0!important;
background-color: transparent !important;
}

.ls-wrapper .liquid-slider {
background-color: #e2ecf1;
}

.ls-panel {
padding: 0!important;
}

.panel-wrapper {
padding: 0!important;
}

.panel-wrapper img {
width: 100%;
}

.ls-wrapper .liquid-slider {
background-color: none!important;
}

p.text_overlay {
    color:#2A6496;
    z-index:100;
    position:absolute;
    top:25px;
    left:30px;
    font-size:30px;
    font-weight:600;
}

p.text_overlay span.sub {
font-size:24px;
font-weight:300;
}

div.product_slide {
    border: 1px solid #EEE;
}

.cover {
    display: block;
    width: 210px;
    float: right;
    margin: 0 0 10px 10px;
}

.cover img {
    width: auto;
    height: auto;
    max-width: 210px;
    max-height: 390px;
}

.price_and_cart {
    color:#2A6496;
    width: 600px;
    height: 350px;
    display: inline;
    margin-bottom: 30px;
}

.price_and_cart .price {
    font-size: 16px;
    color: #962071;
    font-weight: bold;
    margin-top: 4px;
    float: left;
}

.price_and_cart a.button {
    float: right;
}


/* header
--------------------------------------------------------------------*/

section.header .col-lg-3 img {
margin-top:13px;
}

#quicksearch {
width: 250px;
height: 50px;
padding-left:18px;
}

#quicksearch form {
margin: 2px 0 0 0;
}

#quicksearch input {
font-size: 11px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

#quicksearch input[type="submit"] {
display: none;
}

#quicksearch input[type="search"] {
width: 200px;
color: #8a8a8a;
}

#quicksearch input.text {
padding: 4px;
}


.quicknav {
float: right;
margin: 7px 0 0 0;
}

.quicknav a {
font-size: 14px;
font-weight: 400;
text-shadow: 1px 1px 0px #eee;
margin: 0 0 0 15px;
padding: 3px 4px;
color: #626262;
}

.quicknav a:hover {
background-color:#cfcfcf;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration:none;
}

/* content
--------------------------------------------------------------------*/

#blogwrapper ul {
	margin: 0 0 0 30px;
}

#blogwrapper ul li {
	margin: 0 0 12px 0;
}

#blogwrapper .blogpost {
margin-bottom:50px;
}


.greenbox {
color:#436b55;
background-color:#def2e7;
border-color:#b1e3c7;
}


/* advanced search
--------------------------------------------------------------------*/

/*.input-group {
width:100%;
}*/

input#search {
float:left;
width:100%;
}

section.content button#searchbtn,
section.content button.searchbtn {
border-radius:0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
}

form[name="quick_find"] {
margin-bottom:30px;
}


/* login
--------------------------------------------------------------------*/

#new_customer {
float: left;
width: 420px;
margin: 20px 0 0 0;
}

#returning_customer {
float: right;
width: 420px;
border-left: 1px solid #D9D9D9;
padding-left: 40px;
margin: 20px 0 0 0;
}

#returning_customer input#email,
#returning_customer input#password {
width:205px;
}

#returning_customer input#email {
margin-bottom:3px;
}



/* content
--------------------------------------------------------------------*/

.introbox {
font-family: 'Droid Serif', serif;
font-style: italic;
font-size: 16px;
line-height: 26px;
padding: 0 0 20px;
color: #3e535d;
}

.box {
margin: 15px 0 30px;
}

.introboxen h2 {
margin: 0 0 10px 0;
}

.breadcrumb {
border-radius: 3px;
background-color: #f3f9fc;
}

.breadcrumb:has(ff-breadcrumb-trail[style*="display: none"]) { /* breadcrumb-Container ausblenden wenn leer */
    display: none;
}


.breadcrumb a {
color: #3e535d;
}

#navigation {
float: left;
width: 250px;
margin: 0 0 20px 0;
}

#content {
width: 670px;
float:right;
margin-bottom:20px;
color: #666;
font-size: 15px;
line-height: 25px;
}


.blogeintrag {
margin: 0 0 35px 0;
}

.blogeintrag ul {
	margin: -15px 0 0 0;
	padding-left: 30px;
}

.blogeintrag li {
	margin: 0;
	margin-bottom:20px;
}

.blogeintrag li ul,
#blogwrapper ol li ul {
margin-top:10px;
}

.blogeintrag li ul li {
	margin: 0;
}

.kundenreaktionen_wrap {
	text-align: center;
	margin-bottom: 50px;
}

.kundenreaktionen_wrap a {
	font-style: italic;
	display: block;
	padding: 5px 0;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.kundenreaktionen_wrap a:hover {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	background-color: rgba(0,0,0,0.01);
	text-decoration: none;
}

a.add_to_wishlist {
	display: block;
	margin: 10px 0 0 0;
}

.wl-product img {
	margin: 15px auto;
}

.wl-product-image {
	height: 115px;
	max-height: 115px;
}

.wl-product {
	text-align: center;
	height: 280px;
	background-color: #d5e4ec;
	margin: 0 0 30px 0;
}

/* Footer
--------------------------------------- */


#footer {
clear:both;
border-top:1px solid #d9d9d9;
background-color: #fff;
color:#A4A4A4;
font-size: 13px;
line-height: 22px;
text-align: left;
padding: 10px 0 40px 0;
}

#footer a {
color:#8d8d8d;
text-decoration: underline;
}

#footer .footerboxwrapper {
width: 960px;
margin: 0 auto;
font-size: 11px;
}

#footer .footerboxwrapper .rechts {
padding: 0 0 0 290px;
}



/* Fonts
--------------------------------------- */


h1, h2, h3, h4 {
font-family: 'Droid Serif', serif;
}

h1 {
color: #3e535d;
font-size: 30px;
line-height: 42px;
font-weight: 200;
margin: 25px 0 35px 0;
}

h2 {
color: #62420d;
font-size: 22px;
line-height: 35px;
font-weight: 500;
letter-spacing:.03em;
text-align: left;
margin: 40px 0 15px 0;
}

h3 {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 20px;
font-weight: bold;
margin: 35px 0 15px 0;
color: #62420d;
}

h3 a {
color: #62420d;
}

h3 span.date {
font-style:italic;
font-weight:400;
}

h4 {
display:block;
font-size: 18px;
color:#62420D;
font-weight: normal;
margin: 20px 0 10px 0;
}

.content_breite, .content_breite p {
width:690px;
float:right;
font-size:14px;
}

span.detail_description, span.detail_description p {
font-size:14px;
}

a {
border: none;
color: #2a6496;
text-decoration:none;
}

a:active,
a:focus {
outline:0;
}

a:hover {
border: none;
text-decoration:underline;
}

ul {
margin: 10px 0 20px 15px;
padding: 0 0 0 0;
}

/*li {
list-style-position:inside;
}*/

li {
margin-bottom:20px;
}

li ul li {
margin-bottom:5px;
}

li p {
margin-bottom:0;
}

p {
margin-bottom:20px;
}

hr {
border:0;
border-top:1px solid #d1d1d1;
}


/* Sidebar
--------------------------------------- */

.sidebar {
margin: 0 0 30px 0;
}

.sidebar-navigation  a {
color:#666;
display:block;
padding: 5px 15px 6px 20px;
}

.sidebar-navigation  a:hover {
background-color: #f0f0f0;
text-decoration: none;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}

.sidebar-navigation  a.selected,
.sidebar-navigation  a:active {
font-style: italic;
}

.sidebar-navigation  a.alternate {
color:#777;
}

.sidebar-navigation a.level1 {
display: block;
font-size: 14px;
padding: 5px 0 7px 20px;
margin: 0 0 0 20px;
}

.sidebar-navigation .space {
height:.8em;
}

.widget {
margin: 0 0 30px 0;
}


form.sofortbestellung input#art_nr {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}


#wp_sidebarmenu,
ul#menu-sidebar-navigation {
margin-top:30px;
}

ul#menu-sidebar-navigation li {
margin-bottom:0;
}

ul#menu-sidebar-navigation li a {
color: #2a6496;
text-decoration: none;
padding-left:0;
}

ul#menu-sidebar-navigation li a:hover {
text-decoration:underline;
}


/* Kategorien Übersicht
--------------------------------------- */

.category_link {
width: 266px;
margin: 0 20px 10px 0;
float: left;
display: block;
color: #fff;
font-size: 16px;
font-weight: 400;
font-style: italic;
background-color: #93c11d;
padding: 6px 10px 7px 10px;
border-top: 2px solid #a4d130;
border-bottom: 2px solid #83ad16;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.category_link.last_column {
margin-right:0;
}

.category_link:hover {
color: #fff;
cursor: pointer;
background-color: #89b419;
border-top: 2px solid #a4d130;
border-bottom: 2px solid #83ad16;
text-decoration: none;
}

.category_link:active {
color: #fff;
background-color: #89b419;
border-top: 2px solid #a4d130;
border-bottom: 2px solid #83ad16;
text-decoration: none;
}



/* Unter-Kategorien Übersicht
--------------------------------------- */


.categorie_navi_buttons a {
width: 266px;
margin: 0 20px 10px 0;
display: block;
background-color: #93c11d;
padding: 6px 10px 7px 10px;
color: #fff;
font-size: 16px;
font-weight: 400;
font-style: italic;
border-top: 2px solid #a4d130;
border-bottom: 2px solid #83ad16;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

a.nested_category_last_column {
margin-right: 0;
}

.categorie_navi_buttons a:hover {
cursor: pointer;
background-color: #89b419;
border-top: 2px solid #a4d130;
border-bottom: 2px solid #83ad16;
text-decoration: none;
}

.categorie_navi_buttons a:active {
background-color: #89b419;
border-top: 2px solid #a4d130;
border-bottom: 2px solid #83ad16;
}



/* 
--------------------------------------- */

#content .product,
#content .product1 {
float:left;
margin-bottom: 20px;
padding: 10px;
width: 305px;
height: 210px;
background-color: #F4F4F4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}


.product_new {
width: 202px;
padding: 10px;
float:left;
text-align:center;
background-color: #dbe8ef;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 0 20px 20px 0;
}

.product_new.last_column {
margin: 0 0 20px 0;
}

.product_new_title {
display: block;
font-size: 13px;
line-height: 22px;
height: 40px;
overflow: hidden;
}

.product_new_content {
height:145px;
text-align:center;
}

.product_new_content img {
margin:auto auto 5px;
-moz-box-shadow: 0 0 8px #dbdbdb;
-webkit-box-shadow: 0 0 8px #dbdbdb;
box-shadow: 0 0 8px #dbdbdb;
}


#number_of_rows {
float:left;
}

#split_page_links {
float:right;
}



.additional_image {
float:left;
margin: 10px 10px 0 0;
}

.small {
font-size:.7em;
margin-bottom:8px;
}

.autor_beschreibung {
font-size:.8em;
}

img.heading {
float:right;
margin-bottom:10px;
margin-left:10px;
}

#content .right,
#content .product1 {
margin-left: 20px;
}

.spiffy,.spiffy_gr {
display:block;
}

.infoBoxNotice {
background:#FF8E90;
}

.infoBoxNoticeContents {
background:#FFE6E6;
}

.float_left {
float: left;
}

.float_right {
float: right;
margin: 0;
}

.float_center {
margin: 0;
}

#product_image {
float:left;
margin-right:20px;
}

.product span.listing_price {
float:left;
margin-right:10px;
}


/* Produkt Übersicht
--------------------------------------- */

.product {
width:260px;
height:130px;
float:left;
margin-right:15px;
margin-bottom:15px;
}


.product.right {
float:right;
margin-right:0;
}


.image_listing {
float:left;
overflow: hidden;
height: 115px;
width:80px;
text-align:center;
margin: 0 10px 0 0;
}

.image_listing img {
float: left;
max-height: 120px;
-moz-box-shadow: 0 0 8px #dbdbdb;
-webkit-box-shadow: 0 0 8px #dbdbdb;
box-shadow: 0 0 8px #dbdbdb;
}

.spiffyfg .description {
font-size: 13px;
line-height: 1.5em;
margin:10px 0;
}

.spiffyfg a.listing_title {
cursor: pointer;
display:block;
font-size:14px;
line-height:1.4em;
margin-bottom:6px;
overflow: hidden;
}

.spiffyfg .autor {
color: #666;
font-size: 11px;
font-style: italic;
}

.spiffyfg .delivery {
color: #666;
font-size: 11px;
padding-bottom: 4px;
}

.spiffyfg .autor,
.title,
.spiffyfg .description {
margin-right:10px;
}

.productlisting_pagination {
margin:30px 0 20px 0;
}


.productlisting_pagination .results {
float:left;
}

.productlisting_pagination .pagination {
margin:0;
float:right;
}

.productlisting_pagination .pagination a {
text-decoration:underline;
margin-right:5px;
}

.warning {
color:red;
}

/* Produktdetailansicht
--------------------------------------- */

.cover {
float: left;
width: 130px;
margin-right: 20px;
}

.cover img {
border: none;
}

.product_cover {
float: left;
margin: 0 20px 10px 0;
}

.text_enlarge a {
font-size: 11px;
font-style: italic;
line-height: 18px;
color: #a0a0a0;
display: block;
padding: 0 0 0 30px;
background-image: url('images/lupe_bg.png');
background-repeat: no-repeat;
background-position: 0 5px;
}

.text_enlarge a:hover {
text-decoration: none;
}

.product_cover img {
-moz-box-shadow: 0 0 8px #e6e6e6;
-webkit-box-shadow: 0 0 8px #e6e6e6;
box-shadow: 0 0 8px #e6e6e6;
margin-bottom:10px;
}

.product_cover a {
color: #a0a0a0;
}

#infobox_files,
#infobox_autor,
#infobox_videos {
background-color: #F4F4F4;
padding: 15px 20px 18px 20px;
margin: 20px 0 30px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#infobox_autor img {
border: 2px solid #e4e4e4;
margin: 0 0 0 20px;
}

p.biblio, p.delivery, p.isbn, p.isbn10, p.ean, p.art_nr {
margin-bottom:10px;
}

.price {
color: #62420D;
font-size:21px;
font-weight: bold;
float: left;
margin: 0 10px 0 0;
}

span.btn_in_cart input {
margin-top:3px;
}

p#untertitel,
p#autoren,
p#bibliografie {
margin-bottom:10px;
}


table.options {
margin-top:20px;
width:300px;
border-collapse:collapse;
}

table.options td {
padding-bottom:5px;
color:#5f5f5f;
}

table.options tr {
border-bottom:1px solid #c3c3c3;
}

table.options tr:last-child {
border-bottom:none;
}


.hproduct {
margin: 0 0 40px 0;
}

p.merchant_hint {
margin:20px 0;
}

#facebook {
margin: 15px 0 0 10px;
}

#verlagsliste.verlag {
float: left;
width: 303px;
margin-bottom: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px;
border: 1px solid #d7d7d7;
text-align: center;
}

#verlagsliste.verlag.last_column {
margin-right: 20px;
}

#bottom_buttons {
margin: 20px 0 0 0;
}


a.feindaten_download {
color: #a0a0a0;
font-size: 11px;
font-style: italic;
line-height: 18px;
display: block;
padding: 15px 0 0 30px;
background-image: url('images/feindaten.jpg');
background-repeat: no-repeat;
background-position: 0 13px;
border-top: 1px solid #e2e2e2;
width: 210px;
}

a.feindaten_download:hover {
text-decoration: none;
}



/* warenkorb
--------------------------------------------------------------------*/

.col-lg-9 form.sofortbestellung input.sofortbestellung_input {
float:left;
margin-right:5px;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color:#555;
font-size: 14px;
padding: 4px 8px;
vertical-align: middle;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.col-lg-9 #warenkorb_button input {
margin-top:2px;
}




table.productListing {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

td.productListing-heading {
background-color: #cae1ec;
padding: 4px 10px 4px 10px;
}

td.productListing-data {
padding: 4px 5px 4px 5px;
}

td.productListing-titel {
padding-left:8px;
}

tr.productListing-even {
background-color: #d5e6ef;
}

tr.productListing-odd {
background-color: #dae9f0;
}

tr.productListing-even-success {
background-color: #A9F5A9;
}

tr.productListing-even-warning {
background-color: #ffaf59;
}

tr.productListing-even-fail {
background-color: red;
}

table.productListing select {
width:40px;
}


tr.sub_total {
background-color: #dae9f0;
text-align: right;
}

.schluckauf {
font-size: 13px;
color: #808080;
margin: 20px 0 0 0;
font-style: italic;
}




/* forms, labels, input, textarea
--------------------------------------------------------------------*/

label {
display: block;
float: left;
width: 170px;
padding: 3px 0 0 0;
}

input {
color: #545454;
border: 1px solid #ccc;
padding: 5px 8px;
vertical-align:middle;
font-size:14px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input[type="image"] {
border:none;
padding:0;
}

.rating input {
margin-right:5px;
}


.new_adress,
#adress_list,
#adress_book_process {
border: 0;
margin: 20px 0 20px 0;
padding: 10px 20px 20px 20px;
background-color: #d5e6ef;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

textarea#checkout_comments {
border: 1px solid #D9D9D9;
width: 660px;
height: 100px;
resize: none;
font-size: 15px;
color: #545454;
padding: 3px 4px 5px 4px;
}


/* Form Benutzeraccount erstellen
--------------------------------------------------------------------*/

.box_regform {
border: 0;
margin: 0;
padding: 20px 20px 20px 20px;
background-color: #d5e6ef;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

fieldset.standart_left {
width:380px;
float:left;
margin-right:20px;
}

fieldset.standart_right {
width:400px;
float:right;
}

#merchant_fields fieldset.standart {
margin-top:0;
}

fieldset.standart .innerbox_left {
width:47%;
float:left;
}

fieldset.standart .innerbox_right {
width:45%;
float:right;
margin-top:20px;
}

fieldset.standart_right.passwort {
margin-top:17px;
margin-bottom:0;
}

fieldset.standart .innerbox_right label.account_edit {
width: 300px;
}

fieldset.standart .innerbox_right input.create_account[type="file"],
fieldset.standart .innerbox_right select,
fieldset.standart .innerbox_right textarea {
width:350px;
}

fieldset.standart .innerbox_right textarea {
border: 1px solid #CCCCCC;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
color: #545454;
font-size: 14px;
padding: 5px 8px;
}

fieldset.standart .innerbox_right select {
margin-right:7px;
}

input.create_account,
fieldset.standart select,
input.create_account[type="password"] {
width:220px;
margin-bottom:3px;
}

label.account_edit {
width: 160px;
}

.error_messages {
margin-bottom:20px;
}

a.btn.btn-tab {
background-color:#90A9B5;
color: #fff;
padding:8px 12px;
margin-right:15px;
border:none;
float:left;
outline:0;
width:49%;
border-radius:0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

a.btn.btn-tab:hover {
background-color:#7d9faf;
text-decoration:none;
padding:8px 12px;
}

#customer a.btn.btn-tab {
opacity:0.3;
margin-right:0;
}

#create_account input[type="radio"] {
margin-top:0;
}


/* buttons
--------------------------------------------------------------------*/

#bottom_buttons .float_right {
margin: 0 0 0 20px;
}


/* messagestack
--------------------------------------------------------------------*/

td.messageStackError {
border-spacing: 0;
padding: 4px 8px 3px 8px;
color:red;
}


td.messageStackSuccess {
border-spacing: 0;
padding: 4px 8px 10px 5px;
color:green;
}


/* account
--------------------------------------------------------------------*/

fieldset.standart {
margin-bottom:30px;
}


a.account {
display: block;
width: 400px;
margin: 0;
display: block;
background-color: #93C11D;
padding: 6px 10px 7px 10px;
color: #fff;
font-size: 16px;
font-weight: 400;
border-top: 2px solid #A4D130;
border-bottom: 2px solid #83AD16;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

a.account:hover,
a.account:active,
a.account:focus {
cursor: pointer;
background-color: #89b419;
text-decoration:none;
}


/* adress book
--------------------------------------------------------------------*/

#adress_list.standart_address {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #D5E6EF;
padding: 20px;
margin: 0 0 20px 0;
border-top: 2px solid #e3f0f7;
border-bottom: 2px solid #c6dae5;
}



input.norm_form,
select.norm_form,
select.norm_form[name="sepabanktransfer_swift_country_id"],
fieldset input[type="radio"] {
margin-bottom:3px;
width:200px;
margin-top:0;
}

input#primary {
margin-top:-4px;
margin-right:5px;
}



/* adress book
--------------------------------------------------------------------*/

fieldset.shopoptions select {
width:451px;
}

fieldset.shopoptions label {
margin-bottom:20px;
}


/* shopping_cart
--------------------------------------------------------------------*/

.sub_total {
float: right;
margin: 5px 0 0 0;
}


form.sofortbestellung {
margin-bottom:30px;
}


td.productListing-data input[name="cart_quantity[]"] {
width:50px;
}


/* warenkorb im header */

#meta-navigation span.cart_count {
padding: 0 4px;
background-color: #2A6496;
color: #fff;
font-size:12px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-bottom: 1px solid #8e8e8e;
}

a.cart_count:hover {
text-decoration: none;
background-color: #356e9f;
}



/* table
--------------------------------------------------------------------*/

table.confirmation_products {
float: right;
width: 100%;
margin-bottom:20px;
}


/* checkout
--------------------------------------------------------------------*/

.checkout_shipping_shipping_address,
.checkout_payment_payment_address,
.checkout_confirmation_shipping_address,
.checkout_confirmation_billing_adress {
float: left;
}

#adress_list .radio_button {
display:block;
float:left;
margin-right:6px;
}

#adress_list .radio_button input[type="radio"] {
margin-top:0;
}

.checkout_confirmation_shipping_method,
.checkout_confirmation_payment_method {
float: right;
}

#frontpage_article {
color: #444;
font-size: 14px;
}

a.blickinsbuch {
border: none;
display: block;
margin: 10px 0 0 13px;
}

img.eBookButton {
border: none;
margin: 0 0 -2px 0;
}

.checkout_shipping_shipping_address,
.checkout_payment_payment_address,
.checkout_confirmation_shipping_address,
.checkout_confirmation_shipping_method,
.checkout_confirmation_billing_adress,
.checkout_confirmation_payment_method {
width: 315px;
}

.ckeckout_shipping_table {
background-color: #D5E6EF;
margin: 10px 0 0 0;
padding: 5px 10px 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.ckeckout_shipping_table table td.head {
padding: 0 0 3px 0;
}

.ckeckout_shipping_table table td.main {
padding: 5px 10px;
font-size: 13px;
}

.ckeckout_shipping_table tr.moduleRow,
.ckeckout_shipping_table tr.moduleRowSelected,
.ckeckout_shipping_table tr.moduleRow:hover {
background-color: #e0edf3;
}

#checkout_bar {
margin: 0 0 40px 0;
}

p.checkout_bar_current,
p.checkout_bar_to {
display: block;
float: left;
padding: 6px 15px 7px 15px;
margin: 0 0 0 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

p.checkout_bar_current {
font-style: italic;
color: #2A6496;
background-color: #dae9f0;
border: 1px solid #b3d6e6;
}

p.checkout_bar_to {
color: #adc6dc;
background-color: #f1fbff;
border: 1px solid #b3d6e6;
}

p.checkout_bar_to a {
color: #adc6dc;
}

.checkout_bar_line {
margin: 18px 0 0 0;
width: 45px;
height: 1px;
background-color: #b3d6e6;
float: left;
}

.checkout_shipping_address,
.checkout_payment_address {
border: 0;
margin: 0;
padding: 20px;
background-color: #F4F4F4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
float: left;
}


#default_adress {
margin:10px 0;
}


table#checkout_payment {
margin-bottom:40px;
}

table#checkout_payment td {
padding-bottom:10px;
}

table#checkout_payment tr.tablehead td {
padding-bottom:15px;
}

table#checkout_payment table.bankdaten {
margin-left:30px;
}



/*--- Account history ---*/

.order_summary {
width:680px;
margin-bottom:20px;
}

.order_history_left {
width:500px;
float:left;
}

.order_history_right {
max-width:185px;
float:left;
text-align:right;
}

.order_date,
.order_type {
float:left;
width:60%
}

.order_products,
.order_cost {
float:right;
width:40%;
}

.number_of_orders {
margin-bottom:20px;
}

.ordered-products .table-striped>tbody>tr:nth-child(odd)>td {
	background-color: #ebf3f7;
}

.ordered-products .table>tbody>tr>td {
	border-top: none;
}


/* Div
--------------------------------------------------------------------*/


.left {
float:left;
}

.right {
float:right;
}

.clear {
clear: both;
}



/* jqtree für Kategorien-Baumstruktur
--------------------------------------------------------------------*/

#tree1 {
	margin-left:6px;
}

ul.jqtree-tree {
    margin-left: 20px;
}

ul.jqtree-tree a {
	display: block;
}

ul.jqtree-tree,
ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree ul.jqtree_common {
    display: block;
    margin-left: 12px;
    margin-right: 0;
}
ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

#tree1 ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
    margin-bottom:5px;
}
ul.jqtree-tree .jqtree-toggler {
    display: block;
    position: absolute;
    left: -1.5em;
    top: 30%;
    *top: 0;  /* fix for ie7 */
    font-size: 12px;
    line-height: 12px;
    font-family: arial;  /* fix for ie9 */
    border-bottom: none;
    color: #3e535d;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer;
}

ul.jqtree-tree .jqtree-title {
    color: #1C4257;
    vertical-align: middle;
}

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

#tree1 ul.jqtree-tree li.jqtree-folder.jqtree-closed {
    margin-bottom: 5px;
}

ul.jqtree-tree li.jqtree-folder .jqtree-title {
    margin-left: 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    background-image: url(jqtree-circle.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: 2px;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #0000ff;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 10px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #0000ff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
}

ul.jqtree-tree .jqtree-element {
    width: 100%; /* todo: why is this in here? */
    *width: auto; /* ie7 fix; issue 41 */
    position: relative;
}

section.content ul.jqtree-tree li.jqtree-selected > .jqtree-element,
section.content ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px #0000ff;
}



img.alignleft {
float:left;
margin:0 20px 20px 0;
}

img.alignright {
float:right;
margin:0 0 20px 20px;
}

#advanced_search_panel {
	background-color: #f3f9fc;
	border:0;
}

#advanced_search_panel label {
	font-weight: normal;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

a.advanced_search {
	padding: 4px 0 0 12px;
	font-size: 12px;
	color: grey;
}

td.messageStackSuccess {
	background-color: #e5f6e5;
	color: #294229;
	padding: 7px 10px 8px;
	border: 1px solid #bbd3bb;
}

td.messageStackSuccess img {
	display: none;
}

.finger {
	cursor: pointer;
}

#tree3 {
	width:100%;
	min-height: 100px;

	background-color: rgba(240,240,240, 0.7);
}

.addCategory {
	padding: 0px 5px;
	margin-right: 5px;
}

tr.orange {
	background-color: #fddab4;
}


/* TABS */
ul.tab {
	text-align: center;
	padding: 0.8em;
}

ul.tab li{
	list-style: none;
	display: inline;
	margin: 0.4em;
	padding: 0;
}

ul.tab li a {
	float: left !important; 
	width: 10em !important;
}

span.error {
	color: red;	
}
p.error {
    color: red;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

div.label {
    color: #000 !important;
    font-family: "Open-Sans", sans-serif;
    font-size: 15px;
}


button.resetButton {
    width: 100%;
    margin: 0 20px 10px 0;
    float: left;
    display: block;
    background-color: #93c11d;
    padding: 6px 10px 7px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    border-top: 2px solid #a4d130;
    border-bottom: 2px solid #83ad16;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#message_box {
    position: fixed;
    left: 30%;
    top: 50%;
    width: 50%;
    z-index: 100;
}


.my-item {
    padding: 5px;
    min-width: 150px;
}

.my-parent-item {
    font-weight: bold;
}

.groupCaption {
    width: 100%;
    padding-left: 15px;
    font-weight: bold;
}

.filterLinks {
    width: 100%;
    padding-left: 15px;
}

.filterHiddenLinks {
    width: 100%;
    border-top: 0;
    padding-left: 15px;
    border-left: 1px solid #83ad16;
    border-right: 1px solid #83ad16;
    border-bottom: 1px solid #83ad16;
    background-color: #e2ecf1;
}

.filterName-selected {
    font-weight: bold;
}

ff-asn {
    padding: 0;
    margin: auto;
    width: 100%;
}

.containerCaption {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    margin: auto;
    color: #62420d;
}

h3.filter_caption {

	font-weight: 700;
	font-size: 1.1em;
	line-height: 20px;
	margin: 35px 0 15px 0;
	color: #62420d;
}

.sortBoxCaption {
        margin: 0;
        padding: 10px;
        cursor: pointer;
        border: 1px solid black;
        display: inline-block;
        font-weight: bold;
    }

#sortbox3 {
  display: block;
  background-color: #93c11d;
  color: #FFFFFF;
  padding: 6px 10px 7px 10px;
  border-top: 2px solid #a4d130;
  border-bottom: 2px solid #83ad16;
}

#sortbox3 ff-sortbox-item {
    background-color: #93c11d;
    color: #FFFFFF;
}

#sortbox3 ff-sortbox-item.showSelected {
    width: 100%;
    background-color: #93c11d;
    padding: 6px 10px 7px 10px;
    color: #FFFFFF;
}

div.ff-sort-dropdown-container {
    position: inherit !important;
    background-color: #93c11d;
    color: #FFFFFF;
}

ff-suggest-item.ff-highlight-suggest-item {
    background-color: lightgray;
}

ff-sortbox-item.selected {
    font-weight: bold;
    border-bottom: 2px solid #83ad16;
}

span.query {
    font-weight: bold;
    color: #92C11D;
}

#searchContainer {
    float: left;
    border-right: 1px solid lightgray;
}

#searchContainer div {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 10pt;
    border-bottom: 1px solid lightgray;
}

ff-suggest[layout="block"] section.productsContainer {
    width: 510px;
}

#productContainer {
    border-left: 1px solid lightgray;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 10pt;
}

span.filterArrowRight {
    margin-right: 15px;
}

ff-suggest-item[type="productName"] img {
    width: 60px;
    max-height: 100px;
    margin: 5px;
    float: left;
}

.product-center {
    vertical-align: middle;
    position: relative;
    width: 300px;
    height: 100px;
    float: left;
}

ff-suggest-item[type="productName"] {
    height: 110px;
    position: relative;
    display: block;
}

.product-name {
    width: 300px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-price {
    font-weight: bold;
}

ff-suggest[layout="block"] section.searchTermContainer {
    width: 198px;
}

.btn-primary {
	background-color: #93c11d;
	border-color: #93c11d;
	color: white;
	font-weight: 700;
}

.btn-primary:hover {
	background-color: #89b419;
}

.btn-primary:focus {
	background-color: #89b419;
}


.btn-info {
	background-color: #a6db20;
	border-color: #a6db20;
	font-weight: 700;
}

.btn-info:hover {
	background-color: #90bd1e;
	border-color: #90bd1e;
}

#message_box {
	z-index: -1;
    transition: opacity 1s;
}

#message_box.fade {
	z-index: 10;
    opacity: 0;
}
