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

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

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

table thead tr {
	border: 1px solid #555488;
	border-bottom: 1px solid #555488; 
	background: #808080 url(../images/bg_highlight-soft_50_mask_8_104.png) 50% 50% repeat-x; 
	color: #1C1C1C;
	text-shadow: 0 -1px 0 #E1E1E7; 
	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-4 > figure { background-color: #C0FFC0 }span.delivtime-1 > figure { background-color: #008000 }span.delivtime-2 > figure { background-color: #FFFF00 }span.delivtime-3 > figure { background-color: #FF8080 }

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 #E1E1E7;
	border-right: none;
	background-color: #F0F0F3;
	-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;*/
margin-left: 5px;	
}

.bc {
	color: #C5332B;
	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: #C5332B !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: #C5332B;
	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: #808080 !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: #808080;
}

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

   smartstore.theme.base.css

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



/* Header (body > #page)
-------------------------------------------------------------- */
#header-wrapper { background: #808080 url('../images/header-banner-bg.jpg') 0 0 repeat-x; }

	#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: 0px;
				right: auto;
				top: 0px;
				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: #5E5E61;
	text-shadow: 1px 1px 0 #E9E9EB;
	background: #E1E1E7;
	;
}

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

#nav-home a:hover {
	color: #808080;
	text-shadow: none;
	border: 1px solid #E1E1E7; 
	background: #ffffff; 
	;
}
*/

/* 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: #5E5E61; }

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

body { 
	background: #FFFFFF;    
	font-size: 0.85em;
}

/* Header
-------------------------------------------------------------- */

#header {
height:200px
}
#header-banner {
background-position: 50% 0%;
}

#header-home {margin-top: 15px}

#header-wrapper {
background-color:transparent
}

	#header-bar { 
		height: 40px;
		bottom: -1px;
		border: 1px solid #B0B0B4;
		border-bottom: none;
		background: #FFFFFF url('../images/header-bar-bg.png') 0 0 repeat-x;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0, .25); -moz-box-shadow: 0 0 10px rgba(0,0,0, .25); box-shadow: 0 0 10px rgba(0,0,0, .25);
	}

	.lyt-hf-stretched #header-bar {
		/*-moz-border-radius-topleft: 6px 6px; -webkit-border-top-left-radius: 6px 6px; border-top-left-radius: 6px 6px; -moz-border-radius-topright: 6px 6px; -webkit-border-top-right-radius: 6px 6px; border-top-right-radius: 6px 6px;*/
	}

	.lyt-hf-stretched.lyt-nav-stretched #header,
	.lyt-hf-stretched.lyt-nav-stretched #content-wrapper, 
	.lyt-hf-stretched.lyt-nav-stretched #footer {
		margin-left: 20px;
		margin-right: 20px;
	}

		/*
		#search-bar {
			display: block;
			position: relative;
			left: 0%;
			right: 0;

			top: 0px;
			margin-bottom: 5px;
			text-align: left;
		}
		*/

				#search-bar {
			display: block; /* TEMP */
			position: absolute;
			left: 60%;
			right: 0;
			padding-right: 6px;
			top: 80px;
			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;
			}

/* Content (body > #page)
-------------------------------------------------------------- */
/*.lyt-nav-stretched #content-wrapper .inner,*/
.lyt-nav-fixed #content > #content-inner,
.lyt-nav-stretched #content-wrapper {
/*
	border-left: 1px solid #B0B0B4;
	border-right: 1px solid #B0B0B4;
	background-color:  #FFFFFF;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0, .25); -moz-box-shadow: 0 2px 10px rgba(0,0,0, .25); box-shadow: 0 2px 10px rgba(0,0,0, .25);
	*/
}

/* Footer
-------------------------------------------------------------- */
#nav-footer a, #footer a {
    color: #C5332B !important;
}

#nav-catalog .selected > a.nav-entry {
	background-color: #808080;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #808080), color-stop(100%, #B0B0B4) );
	background: linear-gradient( top, #808080 0%, #B0B0B4 100% );
	background: -moz-linear-gradient( top, #808080 0%, #B0B0B4 100% );
	background: -webkit-linear-gradient( top, #808080 0%, #B0B0B4 100% );
	background: -o-linear-gradient( top, #808080 0%, #B0B0B4 100% );
	background: -ms-linear-gradient( top, #808080 0%, #B0B0B4 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF808080', endColorstr='#FFB0B0B4', GradientType=0 ) !important;
	border-top: 1px solid #555488 !important;
}
#nav-catalog .expanded > a.nav-entry:hover {
	background-color: #F0F0F3;
}

#nav-home a.nav-entry  {padding-left: 8px !important}

/*///////////////////////////////////////////////////
//// SUBNAVIGATION (LEFTHAND)
///////////////////////////////////////////////////*/
#nav-main li {
	padding: 2px 5px 0 5px;
	margin-top: -2px;
}
#nav-main a.nav-entry {
	display: block;
	text-decoration: none;
	padding: none !important;
	color: #C5332B !important;
	border-bottom: 1px solid #dadada;
	overflow: hidden;
	font-size: 13px !important;
	font-weight: normal !important;
	outline: none !important;
}
#nav-main a.nav-entry span {
	text-shadow: none !important;
}
#nav-main li.mm-opener a{
	border-bottom: 1px solid transparent !important;
}
#nav-main li.selected a,
#nav-main li.expanded a{
	font-weight: bold !important;
}
.dropdown a {
    color: #C5332B !important;
}

#minibasket .ui-widget-header.alt a {
    color: #C5332B !important;
	text-shadow: none !important;
}

#minibasket .ui-widget-header.alt{
	text-shadow: none !important;
}

.mm-chevron{
	position: absolute;
	right: 5px;
	top: 7px; 
}

.cnt-fieldset.default {
    background: none transparent;
	    border: 1px solid #29298f;
-moz-border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px !important; -webkit-border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px !important; border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px !important;
}

.cnt-default.alternative > .header {background: none #E1E1E7; color: #29298F
}

.cnt-default.alternative {
    border: 1px solid #29298f;
}

.cnt-default.alternative.ui-corner-all {-moz-border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px !important; -webkit-border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px !important; border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px !important;}

.page-title-larger span {
    font-size: 2.2em !important;
}

/* Responsive */

@media screen  and (max-width: 1200px) 
{
	body{
		padding:0;
	}

	#page {
		border: 0px none;
		padding:0;
		width: 100%;
		min-width: 100%;
		margin: 0px auto !important;
	}

	#content-wrapper, #header, #header-wrapper, #footer-wrapper, #minibasket {
		width: 100%;
		min-width: 100%;
		margin: 0px auto !important;
	}

	#content, #footer{
		width: 99%;
		min-width: 99%;
		margin: 0px auto !important;
	}

	#header-banner {
		background-position: 0 50%;
	}

	#pd-gallery-small, .sg-image-wrapper, .sg-image {
		width:100% !important;
	}

	#pd-gallery-small {
		height: auto !important
	}
	.sg-image-wrapper, .sg-image {
		height: inherit !important;
		position: static;
	}
	.mod-content-slider img,
	.mod-product-longdesc img,
	.category-image,
	.mod-picture img,.mod-paragraph img, 
	.pl-cell img, .sg-image a img {
		max-width:100% !important;
		height: auto !important
	}

		.mod-basket > span, .mod-basket .body > span {
			overflow-x: visible;
			overflow-y: hidden;
			width: 100%;
			display:block
		}
}

@media  screen and (max-width: 769px) {	

	#content-body {
		margin-left: 26%;
		margin-right: 26%;
	}

	#content-left, .col-left, .col-space-left {
		width: 24%;
	}
	#content-right, .col-right{
		width: 24%;
	}

	.product-list.list .pl-frame-parent {
		 float: none !important;
	}

    .grid .pl-cell,
	.list .pl-cell,
	.sm-product-detail #pd-left,
	.sm-product-detail #pd-right  {
		float: none !important;
		height: 100% !important;
		width: 100% !important;
		margin-left: 0px !important;
		min-height: 100% !important;
		padding: 0 !important;
	}

	.list .pl-element{
		height: 100% !important;
		width: 100% !important;
		min-height: 100% !important;
	}

	.pl-element h4{
		margin: 3% 0px;
	}

	.pl-cell {
		margin-bottom: 5px !important;
	}
	.product-list.list .pl-datasheet {
		float:right; 
		overflow: visible
	}
	.product-list.list .bottom {
		position: static;
	}

	.paymethod-thumb, .shipmethod-thumb {display:none}
	.paymethod-info {margin-left: 0 !important}

	fieldset ul li > div.control-set > input {
		width: 80%;
	}

	fieldset ul li .control-caption {
	float: none !important;
	width: auto !important;
	}

	fieldset ul li .control-caption > label {
	text-align: left !important;
	}

	fieldset ul li .control-set {
		margin-left: 0 !important;
	}

	.mod-splitter > div,
	.mod-splitter > div > div {
		float:none !important; 
		width:99% !important; 
		margin:0px auto
	} 

	.mod-splitter >  div, .mod-splitter  .body {
		height: auto !important;
	}

	.mod-splitter > div > div,	.mod-splitter > div  > div > div {
		margin:0px !important
	}
	#clogo {

		top: auto;
	}
	#header-home{height:auto}
	#header-banner, #header-wrapper {background: none transparent}
	#clogo a img {
			width:100% !important;
			height: auto !important
	}
	#header-wrapper #search-bar {
		bottom: 0;
		left: auto;
		top: auto;
	}

			/* checkout */
		nav.checkout ul li, nav.checkout ul li:first-child, nav.checkout ul li:last-child  {
		width:100% !important;
		margin: 3px 0 0 0 !important;
		float:none;
		text-align: left;
		}

		nav.checkout ul li .item{
			height: auto;
			margin: 0px
		}

		nav.checkout ul li .icon{
			display:none
		}

		nav.checkout h3, nav.checkout span {
			display: inline-block;
			margin: 5px;
			overflow: visible;
		}

		.progressbox {
		 left: 2%;
		 top: 2%;
		 margin: 50px auto 0px auto;
		 max-width: 90%
		}

		.popoutbox  {max-width: 90%}
}

@media screen and (max-width: 480px) 
{

	#content-right, 
	#mb-header #mb-buttons{
		display:none;
	}

	#content-left, #content-body {
		float:none !important; 
		width:99% !important; 
		margin:0px auto
	}
	#content-left .module-wrapper {display:none}
	#content-left .module-wrapper.nav-main-wrapper,
	#content-left .module-wrapper.mod-ssml {display:block !important}

	#nav-home a, #nav-home a:hover, #nav-main a.nav-entry, #nav-footer a.nav-entry
	{
		margin: 3px !important;
	}
	.sm-paginator.numbered.horizontal li {
		margin: 0.4em !important;
	}
	.checkoutpr #content-left{
		display:none;
	}
}


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

#nav-home { float: right;
margin-top: 1px }

#nav-home a {
	padding:  2px 8px;
	/*font-weight: normal;*/
	font-weight: normal;
	font-size: 1em;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
	border-left: 1px solid #E1E1E7;

	background: #29298f; 
	;
	text-transform: uppercase;
	letter-spacing:1px;
}

#nav-home a:hover,  #nav-home .selected a{
	color: #808080;
	text-shadow: none;
	border-left: 1px solid #E1E1E7; 
	background: #ffffff; 
	;
}

.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: #808080; 
	text-shadow: 0 1px 0 #000000;
	font-size: 13px;
}

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

#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: #2A298F !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: #808080;
	text-shadow: 0 1px 0 #000000 !important;
	font-size: 13px;
	background: rgba(255,255,255, 0); 
}
#nav-main li.hover a.nav-entry, 
#nav-main a.nav-entry:hover { 
	color: #2A298F !important;
	background: rgba(255,255,255, 0);
	text-shadow: 0 1px 0 #FFFFFF !important;
}
#nav-main li.selected a.nav-entry { 
	color: #2A298F !important; 
	text-shadow: 0 1px 0 rgba(255,255,255, 0.35) !important;
	background: rgba(255,255,255, 0);
}
#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: #808080;
	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: #F0F0F3;
	color: #2A298F;
}

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

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

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

#nav-catalog li {}

#nav-catalog a.nav-entry {
	background-color: rgba(255,255,255, 0);
	color: #808080;
	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: #F0F0F3;
	color: #2A298F;
	text-shadow: none;
	background: #F0F0F3;
	;
	font-weight: normal;
}
#nav-catalog .expanded > a.nav-entry {
	background-color: rgba(255,255,255, 0);
	color: #808080;
	text-shadow: none;
	background: rgba(255,255,255, 0);
	;
	font-weight: bold;
}

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

#nav-catalog > a.nav-entry > .ui-icon { background-image: url(../images/icons_808080_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_808080_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: #2A298F ! 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: #5E5E61; }

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