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

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

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

table thead tr {
	border: 1px solid #A97806;
	border-bottom: 1px solid #A97806; 
	background: #C59709 url(../images/bg_highlight-soft_50_mask_8_104.png) 50% 50% repeat-x; 
	color: #393900;
	text-shadow: 0 -1px 0 #EEC06A; 
	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-3 > figure { background-color: #FF0000 }

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 #E69F1E;
	border-right: none;
	background-color: #F2CF8E;
	-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: #372B02;
	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: #993300 !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: #BD7507;
	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: #979797 !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: #C59709;
}

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

   smartstore.theme.base.css

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



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

	#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('../images/logo.jpg') 50% 50% no-repeat; }

			#clogo {
				position: absolute;
				overflow: hidden;
				left: 654px;
				right: auto;
				top: 4px;
				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: #6B6B6B;
	;
	background: rgba(255,255,255, 0);
	-webkit-box-shadow: 0 40px 40px -40px rgba(0,0,0,.5) inset; -moz-box-shadow: 0 40px 40px -40px rgba(0,0,0,.5) inset; box-shadow: 0 40px 40px -40px rgba(0,0,0,.5) inset;
}

#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: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
	border: 1px solid rgba(255,255,255, 0);
	background: rgba(255,255,255, 0); 
	;
}

#nav-home a:hover {
	color: #8D5904;
	text-shadow: none;
	border: 1px solid rgba(255,255,255, 0); 
	background: rgba(255,255,255, 0.6); 
	;
}
*/

/* 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: #6B6B6B; }

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


/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;}

#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}

#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
}

.lyt-banner-posleft #header-banner {
    background-position: 0 0;
}

#page {background:#FFF7EA; text-align: left;}
#content-left.col {margin-left: 0px}
#content-right.col {margin-right: 0px}
#header,  #header-wrapper{
    height: 190px;
}

	#header-home{ 
 	height: 30px;	
	border-bottom: 1px solid #8D5904;	
	}

#header-banner {
	border-bottom: 1px solid #8D5904;
background: transparent url('../images/logo.jpg') 50% 100% no-repeat; 
 top: 31px;
 bottom: 35px;
}

#header-bar {bottom:-11px}

#nav-home a, #nav-footer a {
text-transform: none !important
}
.cnt-default.default:before, .cnt-default.alternative:before {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.cnt-default.default > .header, .cnt-default.alternative > .header {
text-shadow: 0px 0px transparent !important;
 padding: 5px 18px 5px 5px;

}

.cnt-default.default > .header > h4, .cnt-default.alternative > .header > h4 {font-size:1.0em	}

#footer-wrapper {box-shadow: none; border-top: 1px solid #C59709;}

#nav-footer a {
	padding: 2px 6px !important;
	font-weight: normal;
	border: 0px none;
background: transparent; 
	;
}
#nav-footer a, #footer a { color: #993300 !important; }

#nav-footer a:hover {
	color: #8D5904;
	text-shadow: none;
	border: 0px none; 
background: transparent !important; 
text-decoration:underline;
	;
}

.sm-product-detail #pd-left {background: transparent}
.sg-image-wrapper {outline: 0px !important}

.page-intro, .mod-product-longdesc {line-height: 150%}
/* -------------------------------------------------------------- 
   smartstore.nav.home.css
-------------------------------------------------------------- */

#nav-home {
    float: right;

}

#nav-home a {
	padding: 10px 8px 2px 8px;
	font-weight: normal;
	font-size: 1em;
color: #6B6B6B;
	border: 1px solid rgba(255,255,255, 0);
	background: rgba(255,255,255, 0); 
	;
}

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

.no-rgba #nav-home a:hover {
	background-color: #FFFFFF;
}


/* -------------------------------------------------------------- 
   smartstore.nav.main.css
-------------------------------------------------------------- */

#nav-main li { 

	line-height: 28px; 
	vertical-align: middle; 

}

#nav-main{
	position: relative;
	width: 100%;
	z-index: 2;
	}
#nav-main li a{
	display: block;
	float: left;
	 padding: 0px 12px 2px 2px !important;
	border-right: 1px solid #FFF7EA;
	background: url('../images/bg_nav_level2.png') left bottom repeat-x;
	color: #8D5904;
	text-decoration: none;
}
#nav-main li  a:hover{
	background: url('../images/bg_nav_level2_active.png') bottom repeat-x;
	color: #BD7507;
}
#nav-main li.selected a{
	font-weight: normal;
	color: #BD7507;
	background: url('../images/bg_nav_level2_active.png') bottom repeat-x #FFD59A;
	}
#nav-main li.selected a:hover{
	color: #8D5904;
	background: url('../images/bg_nav_level2_active.png') bottom repeat-x #FFD59A;
}
#nav-level2-back{
	clear: both;
	position: relative;
	width: 100%;
	line-height: 1px;
	height: 5px;
	top: -5px;
	margin-bottom: 5px;
	background: url('../images/bg_nav_level2.png') bottom repeat-x;
	z-index: 1;
	}
/* -------------------------------------------------------------- 
   smartstore.nav.cat.css
-------------------------------------------------------------- */
#nav-level3{
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	background: #DC9630;
	color: #000000;
	overflow: hidden;
	}
#nav-level3 a{color: #000000; text-decoration:none}
#minibasket a:hover{text-decoration:underline}
#nav-level3 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#nav-level3 li{padding: 0px; margin: 0px}
#nav-level3 li a{
	display: block;
	padding: 5px 0px 5px 16px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #FFD59A;
	overflow: hidden;
	}
#nav-level3 li a:hover{
	background: url('../images/bullet_light.png') no-repeat 3px center;
	}
#nav-level3 li a.selected{
	font-weight: bold;
}
#nav-level3 li a.expanded{
	padding-left: 5px;
	padding-right: 12px;
	background: url('../images/bullet_light_top.png') 155px center no-repeat #BD7507;
	color: #FFD59A;
	border-bottom: 1px solid #FFF7EA;
	}
#nav-level3 li a.expanded:hover{
	background: url('../images/bullet_light_top.png') 155px center no-repeat #DC9630; 
	color: #FFD59A;
}

/* -------------------------------------------------------------- 
   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: #8D5904 ! 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: #6B6B6B; }

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