/* -------------------------------------------------------------- 

   smartstore.table.theme.css
   * Sets up table visuals/skinning.

-------------------------------------------------------------- */

table thead tr {
	border: 1px solid #8B5019;
	border-bottom: 1px solid #8B5019; 
	background: #AA6520 url(../images/bg_glossy_50_AA6520_8_104.png) 50% 50% repeat-x; 
	color: #FFF8F0;
	text-shadow: 0 -1px 0 #6C3C12; 
	font-weight: bold;
}

table thead th {
	padding: 0.6em;
	background: transparent url('../images/separator-hor.png') 100% 50% repeat-y;
	box-shadow: 0 1px 1px rgba(255,255,255, .3) inset;
}

table thead th:last-child {
	background-image: none;
}

/*
table       { margin-bottom: 1.4em; width:100% }
th          { font-weight: bold }
thead th 	{ background: #c3d9ff }
tr.even td  { background: #e5ecf9 }
tfoot       { font-style: italic }
caption     { background: #eee }
*/

/* -------------------------------------------------------------- 

   smartstore.delivtimes.css

-------------------------------------------------------------- */

/* Styles for "delivery time" symbols
-------------------------------------------------------------- */

span.delivtime { /* nostyle */ }

span.delivtime > figure {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 8px;
	line-height: 8px;
	border: 1px solid rgba(0,0,0, .25);
	background: rgba(255,255,255, 0) url(../images/bg_aero_65_s10_s242_s3100_mask_8_12.png) 50% 50% repeat-x;
	background-clip: border-box;
	vertical-align: middle;	
	zoom: 1;
}

.no-rgba span.delivtime > figure { border-color: #999; }

span.delivtime-1 > figure { background-color: #008000 }span.delivtime-2 > figure { background-color: #FFFF00 }span.delivtime-4 > figure { background-color: #00FFFF }span.delivtime-5 > figure { background-color: #00FF00 }span.delivtime-6 > figure { background-color: #FF00FF }span.delivtime-7 > figure { background-color: #FF0000 }span.delivtime-8 > figure { background-color: #000000 }

span.delivtime > span {
	padding-left: 1px;
	vertical-align: middle;
	overflow: hidden;	
}


/* -------------------------------------------------------------- 
   smartstore.dropshadows.theme.css
-------------------------------------------------------------- */

.drop-shadow {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset;
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset;
}



 
/* -------------------------------------------------------------- 

   smartstore.breadcrumb.css

-------------------------------------------------------------- */

ul.breadcrumb {
	border: 1px solid #F2B373;
	border-right: none;
	background-color: #F8D9B9;
	-webkit-box-shadow: 0 0 1px #fff inset; -moz-box-shadow: 0 0 1px #fff inset; box-shadow: 0 0 1px #fff inset;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	max-height: 22px;
	/*overflow: visible;*/
}

.bc {
	color: #744516;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	background: url('../images/bc-chevron.png') 100% 50% no-repeat;
	padding: 0 16px 0 6px;
	text-decoration: none !important;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; -o-text-overflow: ellipsis
}

}
ul.breadcrumb.shrinked .bc {
	padding: 0 12px 0 4px;
}

.last .bc {
	text-decoration: none;
	position: relative;
	margin-right: -10px;
	color: #a5a5a5;
}

.bc-home {
	position: relative;
	width: 16px;
	height: 16px; 
	line-height: 16px;
	top: 50%;
	margin-top: -8px;
	display: block;
	text-indent: -9999px;
	background: url('../images/bc-home.png') 0 0 no-repeat;
}

a.bc:visited {
	color: #333333 !important;
}

.first a.bc:hover {
	text-decoration: none !important;
}

a.bc:hover {
	/* text-decoration: underline !important; */
}

a.bc:hover .bc-home {
	background-position: 0 -16px;
}
/* -------------------------------------------------------------- 

   smartstore.products.css

-------------------------------------------------------------- */

/* TODO: raus mit dem product-price Selektor wenn die Klassen für Produktdetail gesetzt sind */
.pr-now-price,
.product-price {
	color: #B37400;
	white-space: nowrap;
}
.pr-now-price.nice,
.product-price.nice {
	letter-spacing: -2px;
	text-shadow: -1px 0 1px white, 
				 0 -1px 1px white, 
				 0 1px 1px white, 
				 1px 0 1px white, 
				 0 0 8px white, 
				 0 0 8px white, 
				 0 0 8px white, 
				 2px 2px 2px #555;
}

.pr-on-request {}

.pr-pre-panel {
	text-decoration: line-through;
	color: #6F6F6F !important;
	font-weight: normal !important;
	white-space: nowrap;
}
.pr-pre-label{}
.pr-pre-price{}

.pr-now-panel{}
.pr-now-label{}
.pr-now-price{}

.pr-sec-price{}

.pr-save-label{}
.pr-save-price{}

.pr-now-suffix{
	color: #AA6520;
}

.pr-vat-hint{}
.pr-transp-hint{}
.pr-ship-hint{}
.pr-pangv{}
/* -------------------------------------------------------------- 

   smartstore.theme.base.css

-------------------------------------------------------------- */



/* Header (body > #page)
-------------------------------------------------------------- */
#header-wrapper { background: #FFFFFF; }

	#header { height: 150px /* override height on theme level */ }

		#header-banner, #header-home, #header-bar, #search-bar { position: absolute; left: 0; right: 0 }

		#header-banner { top: 0; bottom: 0; background: transparent url('') 50% 50% no-repeat; }

			#clogo {
				position: absolute;
				overflow: hidden;
				left: 32px;
				right: auto;
				top: 35px;
				margin-left: 0;
				margin-right: 0;
			}
			#clogo a { outline: 0; display: inline-block }

		#search-bar { }

		#header-home { }

		#header-bar { bottom: 0 /* MUST set height on theme level */ }

			/* Temp */
			#nav-main { }

				/* Temp */
				#nav-main a { /*text-transform: uppercase !important*/ }

/* Content (body > #page)
-------------------------------------------------------------- */
#content-wrapper { }

	#content { }

		#content-left { }
		#content-right { }
		#content-body { }
			#old-browser-hint { 
				padding: 10px;
				display: none;
			}
			.ie7 #old-browser-hint,
			.ie6 #old-browser-hint { 
				display: block;
			}
/* Footer
-------------------------------------------------------------- */
#footer-wrapper { 
	min-height: 80px;
	padding-bottom: 35px; /* Platz für Minisbasket */
	color: #DBBEA1;
	text-shadow: 1px 1px 0 #7A542E;
	background: #AA6520;
	;
}

#footer-wrapper a { }

	#footer { }
		#nav-footer { }
		#footer-legal-hints { text-align: center; margin-bottom: 3px }
		#footer-info { opacity:0.5; filter:alpha(opacity=50); text-align: center }

/* -------------------------------------------------------------- 
   NAV: nav-base
-------------------------------------------------------------- */

#nav-home a,
#nav-main a,
#nav-cat a,
#nav-footer a {
	display: block;
	text-decoration: none;
}

#nav-home a,
#nav-footer a {
	font-weight: normal;
	text-transform: lowercase;
	transition-property: color, background-color, text-shadow;
	transition-duration: 0.12s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: color, background-color, text-shadow;
	-moz-transition-duration: 0.12s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: color, background-color, text-shadow;
	-webkit-transition-duration: 0.12s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: color, background-color, text-shadow;
	-o-transition-duration: 0.12s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: color, background-color, text-shadow;
	-ms-transition-duration: 0.12s;
	-ms-transition-timing-function: ease-in-out;
}

#nav-home a, #nav-home a:hover,
#nav-footer a, #nav-footer a:hover {
	border-right-width: 0;
}
#nav-home .last a, #nav-home .last a:hover,
#nav-footer .last a, #nav-footer .last a:hover {
	border-right-width: 1px;
}

/* nav-home
-------------------------------------------------------------- */
/*
#nav-home { float: right }

#nav-home a {
	padding: 10px 8px 2px 8px;
	font-weight: normal;
	color: #000;
	text-shadow: none;
	border: 1px solid rgba(255,255,255, 0);
	background: rgba(255,255,255, 0.6) url(../images/bg_glass_20_mask_8_104.png) 50% 50% repeat-x; 
	;
}

#nav-home a:hover {
	color: #000;
	text-shadow: none;
	border: 1px solid rgba(255,255,255, 0); 
	background: rgba(255,255,255, 0.6) url(../images/bg_glass_20_mask_8_104.png) 50% 50% repeat-x; 
	;
}
*/

/* nav-footer
-------------------------------------------------------------- */
/*
#nav-footer {
	margin: 3px 0;
	text-align: center;
}

#nav-footer ul { 
	display: inline-block;
}

#nav-footer a {
	padding: 2px 6px !important;
	font-weight: normal;
	border: 1px solid rgba(255,255,255, 0);
	background: rgba(255,255,255, 0); 
	;
}
#nav-footer a, #footer a { color: #DBBEA1; }

#nav-footer a:hover {
	color: #6C3C12;
	text-shadow: none;
	border: 1px solid rgba(255,255,255, 0); 
	background: rgba(255,255,255, 0.6); 
	;
}
*/
#page{
	border-left: 1px solid #C8C8C8;border-right: 1px solid #C8C8C8;border-top: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;
	background: #ffffff;
}
#header-banner{
	overflow: hidden;
}

/*///////////////////////////////////////////////////
//// LEVEL 1 NAVIGATION
///////////////////////////////////////////////////*/
#nav-home{
	color: #444 !important;
	text-align:right;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	-moz-border-radius-bottomleft: 7px 7px; -webkit-border-bottom-left-radius: 7px 7px; border-bottom-left-radius: 7px 7px;
}
#nav-home li.first a{
	-moz-border-radius-bottomleft: 7px 7px; -webkit-border-bottom-left-radius: 7px 7px; border-bottom-left-radius: 7px 7px;
}
#nav-home a{
	color: #444 !important;
	text-decoration: none;
	min-height: 16px;

	text-transform: uppercase;
	/*
	font-weight: bold !important;
	font-size: 12px !important;
	*/
}
#nav-home a:hover{
	/*
	text-decoration: underline
	*/
	color: #666 !important;
}

/*///////////////////////////////////////////////////
//// NAV-MAIN NAVIGATION
///////////////////////////////////////////////////*/

#nav-main{
 	background: url('../images/2nd-nav-gradient.png') repeat-x top;
	overflow: hidden;
	padding: 5px 0 0 10px;
	height: 37px;
	margin: 0 !important;
}
#nav-main li {
	line-height: 26px !important;
	border: 1px solid #fff !important;
	border-top: none !important;
	padding: 0 !important;
	-moz-border-radius-bottomleft: 7px 7px; -webkit-border-bottom-left-radius: 7px 7px; border-bottom-left-radius: 7px 7px; -moz-border-radius-bottomright: 7px 7px; -webkit-border-bottom-right-radius: 7px 7px; border-bottom-right-radius: 7px 7px;
	margin-right: 4px;
}
#nav-main li.mm-opener {
	border: 1px solid #CE8C4A !important;
	border-bottom: none  !important;
	-moz-border-radius-bottomleft: 0px 0px; -webkit-border-bottom-left-radius: 0px 0px; border-bottom-left-radius: 0px 0px; -moz-border-radius-bottomright: 0px 0px; -webkit-border-bottom-right-radius: 0px 0px; border-bottom-right-radius: 0px 0px;
	-moz-border-radius-topleft: 4px 4px; -webkit-border-top-left-radius: 4px 4px; border-top-left-radius: 4px 4px; -moz-border-radius-topright: 4px 4px; -webkit-border-top-right-radius: 4px 4px; border-top-right-radius: 4px 4px;
	box-shadow: none;
}
#nav-main li.mm-opener a{
	-moz-border-radius-topleft: 3px 3px; -webkit-border-top-left-radius: 3px 3px; border-top-left-radius: 3px 3px; -moz-border-radius-topright: 3px 3px; -webkit-border-top-right-radius: 3px 3px; border-top-right-radius: 3px 3px;
}
#nav-main li a {
	padding: 0 5px !important;
	-moz-border-radius-bottomleft: 6px 6px; -webkit-border-bottom-left-radius: 6px 6px; border-bottom-left-radius: 6px 6px; -moz-border-radius-bottomright: 6px 6px; -webkit-border-bottom-right-radius: 6px 6px; border-bottom-right-radius: 6px 6px;
}
.mod-nav-bar{
	padding: 0 !important;
}

/*
#nav-main a.sel{color: #6C3C12;}
#nav-main a.sel:hover{color: #AA6520}
*/
/*
#main-nav{
 	background: url('../images/2nd-nav-gradient.png') repeat-x top;
	overflow:hidden;
	list-style-type:none;
	height:42px;
	border-collapse:collapse;
	white-space: nowrap;
}
#main-nav li {
	margin: 5px 1px 10px 1px;
	padding: 0 5px;
	height:26px;
	white-space: nowrap;
	background: #AA6520;
	-moz-border-radius-bottomleft: 7px 7px; -webkit-border-bottom-left-radius: 7px 7px; border-bottom-left-radius: 7px 7px; -moz-border-radius-bottomright: 7px 7px; -webkit-border-bottom-right-radius: 7px 7px; border-bottom-right-radius: 7px 7px;
	border: 1px solid #fff;
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
}
#main-nav li a {
	display: block;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	color: #FFF8F0 !important;
}
#main-nav li.selected {
	background: #B2B2B2;
}
#main-nav a:hover, #main-nav li.hover span{color: #e9e9e9 !important;}
#main-nav a.sel{color: #6C3C12;}
#main-nav a.sel:hover{color: #AA6520}
*/

/*
#nav-level2 li.expanded {
	-moz-border-radius-bottomleft: 0 0; -webkit-border-bottom-left-radius: 0 0; border-bottom-left-radius: 0 0; -moz-border-radius-bottomright: 0 0; -webkit-border-bottom-right-radius: 0 0; border-bottom-right-radius: 0 0;
}
*/

/*
#nav-level2 li{
	list-style-type:none;
	float:left;
	margin: 5px 1px 10px 1px;
	height:26px;
	white-space: nowrap;
	background: url('') repeat-x -1px top;
	vertical-align: top;
	font-weight: bold;
}
#nav-level2 li a{
	margin-right: -1px;
	height:26px;
	display:block;
	padding:0 12px 0 0;
	background: url('') no-repeat right top;
	text-decoration:none;
}
#nav-level2 li.sel{
	background: url('') no-repeat left top;
}
#nav-level2 li.sel a{
	background: url('') no-repeat right top;
}
*/

/*///////////////////////////////////////////////////
//// LEVEL 3 NAVIGATION
///////////////////////////////////////////////////*/

#nav-sub{
	text-align: left;
	height: 29px;
	background: url('../images/3rd-nav-gradient.png') repeat-x bottom left #ECF5FF;
	overflow: hidden;
	clear: both;
	border-top: #ECF5FF 1px solid;
	white-space: nowrap;
	list-style-type:none;
	margin-left:0;
	padding-left:10px;
}
#nav-sub li{
	padding: 7px 7px 0 7px;
}
#nav-sub a{
	position: relative;
	vertical-align: bottom;

	color: #212F56;
	text-decoration: none;
}
#nav-sub a:hover{text-decoration: underline}
#nav-sub a.selected{color:#6C3C12}

#nav-sub li{display:inline}
#nav-sub li.spacer{display:inline-block}
#nav-sub li, #nav-level3 li.spacer{
	height:18px;
}

/*//////////////////////////////////////////////
//// SUBNAVIGATION (Level 4 and deeper).
//////////////////////////////////////////////*/
/*
#subnav{
	border-top: 1px solid #AA6520;
	border-right: 1px solid #AA6520;
	border-left: 1px solid #AA6520;
}
#subnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a, #subnav li a.expanded{
	display: block;
	text-decoration: none;
	padding: 3px 2px 3px 16px;
	color: ;
	border-bottom: 1px solid #AA6520;
	overflow: hidden;
}
#subnav li a:hover{background: #F6F6F6}
#subnav li a.expanded{
	font-weight: bold;
	background: url('') right center no-repeat #F9D9B9;
	padding: 3px 15px 3px 3px;
}
#subnav li a.selected{
	font-weight: bold;
	background: url('') 3px center no-repeat #F9D9B9;
	padding-left: 16px;
}
#subnav li a.expanded:hover{background: url('') right center no-repeat #F6F6F6;}
#subnav li a.selected:hover{background: url('') 3px center no-repeat #F6F6F6}

.catnav{ border: 1px solid #AA6520;}
.catnavparent{
	border-top: 1px solid #AA6520;
	border-left: 1px solid #AA6520;
	border-right: 1px solid #AA6520;
}
.catnav-header{	background-color: #AA6520;	padding-bottom: 3px;}
.catnav-header a{
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	color: #ffffff;
	font-weight: bold;
}
.catnav-row{
	border-bottom: 1px solid #AA6520;
	background-color: #ffffff;
	padding: 0px;
}

.catnav-selected{
	background: #F9D9B9;
	font-weight: bold;
}

.catnav-row img{
	margin-left: 3px;
	margin-right: 3px;
}
.catnav-row a{
	text-decoration: none;
	padding: 2px;
	color:;
	display: block;
}
.catnav-row a:hover{background: #F6F6F6;}
.catnav-expanded a:hover{background: #F6F6F6;}
.catnav-selected a:hover{background: #F6F6F6}
*/

/*//////////////////////////////////////////////
//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/
#footer-wrapper{
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #C8C8C8;
	background: url('../images/footer-gradient.png') repeat-x top #CCCFD8;
	clear: both;
}
#footer-wrapper a{
	text-decoration: none !important;
}
#footer-wrapper a:hover{
	/*
	text-decoration: underline !important;
	*/
	color: #6C3C12 !important;
}

#footer-wrapper li a{
	border-right: 1px solid #AA6520 !important;
	text-shadow: none;
	text-transform: capitalize;
}
#footer-wrapper li.last a{
	border-right: none !important;
}
#nav-footer li a {
	padding: 0 10px !important;
}
#nav-footer li a:hover {
	background: none !important;
	/*
	text-decoration: underline !important;
	*/
	color: #6C3C12 !important;
}
#nav-footer a, #footer a {
	color: #AA6520 !important;
}
#footer-legal-hints,
#footer-info {
	color: #808080 !important;
	text-shadow: none;
	opacity: 0.7 !important;
	filter:alpha(opacity=70) !important;
}

/*//////////////////////////////////////////////
//// SEARCHBAR 
//////////////////////////////////////////////*/
#search-bar {
	display: block; /* TEMP */
	position: absolute;
	left: 60%;
	right: 0;
	padding-right: 6px;
	bottom: 55px;
	text-align: right;
}

.lyt-hf-stretched.lyt-nav-stretched #search-bar {
	padding: 0;
}

#search-form { position: relative }

#search-bar .prompt {
	position: relative;
	width: 160px;
	height: 26px;
	line-height: 26px\9; /* iepre9 */
	padding: 0 5px;
	border-width: 1px;
	border-right: none !important;
	vertical-align: middle;
	-moz-border-radius-topright: 0 0; -webkit-border-top-right-radius: 0 0; border-top-right-radius: 0 0; -moz-border-radius-bottomright: 0 0; -webkit-border-bottom-right-radius: 0 0; border-bottom-right-radius: 0 0;
}

#search-bar .btn {
	position: relative;
	width: 28px;
	height: 28px;
	padding: 0;
	border-width: 1px;
	margin-left: -3px;
	display: inline-block;
	vertical-align: middle;
	-moz-border-radius-topleft: 0 0; -webkit-border-top-left-radius: 0 0; border-top-left-radius: 0 0; -moz-border-radius-bottomleft: 0 0; -webkit-border-bottom-left-radius: 0 0; border-bottom-left-radius: 0 0;
}

.breadcrumb,
.breadcrumb li.last a,
.breadcrumb li.last div {
	background: none !important;
	border: none !important;
}

.breadcrumb , 
.breadcrumb li a,
.breadcrumb li a.bc{
	color: #6C3C12 !important;
}
.breadcrumb li a:hover{
	color: #AA6520 !important;
}


/* -------------------------------------------------------------- 
   smartstore.nav.home.css
-------------------------------------------------------------- */

/*
#nav-home { float: right }

#nav-home a {
	padding: 8px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}

#nav-home a {
	color: #fff;
	background-color: transparent;
	transition-property: color, background-color, text-shadow;
	transition-duration: 0.12s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: color, background-color, text-shadow;
	-moz-transition-duration: 0.12s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: color, background-color, text-shadow;
	-webkit-transition-duration: 0.12s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: color, background-color, text-shadow;
	-o-transition-duration: 0.12s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: color, background-color, text-shadow;
	-ms-transition-duration: 0.12s;
	-ms-transition-timing-function: ease-in-out;	
	text-decoration: none;
}

#nav-home a:hover {
	text-shadow: none;
	color: #6C3C12 ! important;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.6);
}
*/

#nav-home { float: right }

#nav-home a {
	padding: 10px 8px 2px 8px;
	/*font-weight: normal;*/
	font-weight: normal;
	font-size: 1em;
	color: #000;
	text-shadow: none;
	border: 1px solid rgba(255,255,255, 0);
	background: rgba(255,255,255, 0.6) url(../images/bg_glass_20_mask_8_104.png) 50% 50% repeat-x; 
	;
}

#nav-home a:hover {
	color: #000;
	text-shadow: none;
	border: 1px solid rgba(255,255,255, 0); 
	background: rgba(255,255,255, 0.6) url(../images/bg_glass_20_mask_8_104.png) 50% 50% repeat-x; 
	;
}

.no-rgba #nav-home a:hover {
	background-color: #FFFFFF;
}
/* -------------------------------------------------------------- 
   smartstore.nav.main.css
-------------------------------------------------------------- */

/*
#nav-main {
	margin: 4px 8px 0 8px;
	position: relative;
}

#nav-main li { 
	padding: 0 5px; 
	line-height: 28px; 
	vertical-align: middle; 
	border: 1px solid transparent 
}

#nav-main a.nav-entry { 
	font-weight: bold;
	color: #FFF8F0; 
	text-shadow: 0 1px 0 #000000;
	font-size: 13px;
}

#nav-main li.hover a.nav-entry,
#nav-main a.nav-entry:hover { 
	color: #FFEEDB !important; 
	text-shadow: 0 1px 0 #000000;
}

#nav-main .mm-opener a.nav-entry { 
	text-shadow: 0 1px 0 #FFFFFF !important;
}

#nav-main li.selected { }

#nav-main li.selected a.nav-entry { 
	color: #6C3C12 !important; 
	text-shadow: 0 1px 0 rgba(255,255,255, 0.35);
}
*/

#nav-main {
	margin: 4px 8px 0 8px;
	position: relative;
}
#nav-main li { 
	padding: 0 5px; 
	line-height: 28px; 
	vertical-align: middle; 
	border: 1px solid transparent;
}

#nav-main a.nav-entry { 
	font-weight: bold;
	color: #FFF8F0;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.8) !important;
	font-size: 11px;
	background: #AA6520 url(../images/bg_aero_35_mask_8_104.png) 50% 50% repeat-x; 
}
#nav-main li.hover a.nav-entry, 
#nav-main a.nav-entry:hover { 
	color: #FFEEDB !important;
	background: #AA6520 url(../images/bg_glass_20_mask_8_104.png) 50% 50% repeat-x;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.8) !important;
}
#nav-main li.selected a.nav-entry { 
	color: #6C3C12 !important; 
	text-shadow: none !important;
	background: #dcdcdc url(../images/bg_glass_40_mask_8_104.png) 50% 50% repeat-x;
}
#nav-main li.mm-opener a.nav-entry { 
	background: #FFFFFF !important;
	text-shadow: 0 1px 0 #FFFFFF !important;
}
/* -------------------------------------------------------------- 
   smartstore.nav.cat.css
-------------------------------------------------------------- */

/*
#nav-catalog li {}

#nav-catalog a.nav-entry {
	color: #AA6520;
	padding: 4px 2px 4px 4px;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.12s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.12s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.12s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: all;
	-o-transition-duration: 0.12s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.12s;
	-ms-transition-timing-function: ease-in-out;
}

#nav-catalog a.nav-entry:hover {
	background-color: #F8D9B9;
	color: #6C3C12;
}

#nav-catalog .selected > a.nav-entry,
#nav-catalog .expanded > a.nav-entry {
	font-weight: bold;
}

#nav-catalog .selected > a.nav-entry {
	background-color: #AA6520;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #AA6520), color-stop(100%, #CE8C4A) );
	background: linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	background: -moz-linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	background: -webkit-linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	background: -o-linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	background: -ms-linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAA6520', endColorstr='#FFCE8C4A', GradientType=0 );
	border-top: 1px solid #8B5019;
	border-bottom: 1px solid #AA6520;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#nav-catalog .selected > a.nav-entry:hover {
	color: #F2B373;
}
*/

#nav-catalog li {}

#nav-catalog a.nav-entry {
	background-color: rgba(255,255,255, 0);
	color: #AA6520;
	text-shadow: none;
	background: rgba(255,255,255, 0); 
	; 
	font-weight: normal;
	padding: 4px 2px 4px 4px;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.12s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.12s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.12s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: all;
	-o-transition-duration: 0.12s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.12s;
	-ms-transition-timing-function: ease-in-out;
}
#nav-catalog a.nav-entry:hover {
	background-color: #F8D9B9;
	color: #6C3C12;
	text-shadow: none;
	background: #F8D9B9;
	;
	font-weight: normal;
}
#nav-catalog .expanded > a.nav-entry {
	background-color: rgba(255,255,255, 0);
	color: #AA6520;
	text-shadow: none;
	background: rgba(255,255,255, 0);
	;
	font-weight: bold;
}

#nav-catalog .selected > a.nav-entry {
	border-top: 1px solid #AA6520 !important;
	border-bottom: 1px solid #AA6520 !important;
	background-color: #AA6520 !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #000 !important;
	font-weight: bold;
	background-color: #AA6520;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #AA6520), color-stop(100%, #CE8C4A) );
	background: linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	background: -moz-linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	background: -webkit-linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	background: -o-linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	background: -ms-linear-gradient( top, #AA6520 0%, #CE8C4A 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAA6520', endColorstr='#FFCE8C4A', GradientType=0 );
	;
}

#nav-catalog > a.nav-entry > .ui-icon { background-image: url(../images/icons_aa6520_256_240.png); }
#nav-catalog .selected > a.nav-entry > .ui-icon { background-image: url(../images/icons_fff_256_240.png); }
#nav-catalog .expanded > a.nav-entry > .ui-icon { background-image: url(../images/icons_aa6520_256_240.png); }
/* -------------------------------------------------------------- 
   smartstore.nav.footer.css
-------------------------------------------------------------- */

/*
#nav-footer a {
	background-color: transparent;
	transition-property: color, background-color, text-shadow;
	transition-duration: 0.12s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: color, background-color, text-shadow;
	-moz-transition-duration: 0.12s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: color, background-color, text-shadow;
	-webkit-transition-duration: 0.12s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: color, background-color, text-shadow;
	-o-transition-duration: 0.12s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: color, background-color, text-shadow;
	-ms-transition-duration: 0.12s;
	-ms-transition-timing-function: ease-in-out;
	text-decoration: none;
	padding: 4px;
}

#nav-footer a:hover {
	text-shadow: none;
	color: #6C3C12 ! important;
	background-color: #fff;
	background-color: rgba(255,255,255, 0.6);
}
*/

#nav-footer {
	margin: 3px 0;
	text-align: center;
}

#nav-footer ul { 
	display: inline-block;
}

#nav-footer a {
	padding: 2px 6px !important;
	font-weight: normal;
	border: 1px solid rgba(255,255,255, 0);
	background: rgba(255,255,255, 0); 
	;
}
#nav-footer a, #footer a { color: #DBBEA1; }

#nav-footer a:hover {
	color: #6C3C12;
	text-shadow: none;
	border: 1px solid rgba(255,255,255, 0); 
	background: rgba(255,255,255, 0.6); 
	;
}
