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

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

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

table thead tr {
	border: 1px solid #CC5C96;
	border-bottom: 1px solid #CC5C96; 
	background: #FF84C1 url(../images/bg_highlight-soft_50_mask_8_104.png) 50% 50% repeat-x; 
	color: #4F0027;
	text-shadow: 0 -1px 0 #EBC5D8; 
	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-12 > figure { background-color: #FFE0C0 }span.delivtime-13 > figure { background-color: #80FF80 }span.delivtime-1 > figure { background-color: #008000 }span.delivtime-2 > figure { background-color: #FFFF00 }span.delivtime-3 > figure { background-color: #FF0000 }span.delivtime-4 > figure { background-color: #FFE0C0 }span.delivtime-5 > figure { background-color: #FFFFFF }span.delivtime-6 > figure { background-color: #FF0000 }span.delivtime-7 > figure { background-color: #FFC0C0 }span.delivtime-9 > figure { background-color: #008000 }span.delivtime-10 > figure { background-color: #FFC0FF }span.delivtime-11 > figure { background-color: #FFFF00 }span.delivtime-15 > figure { background-color: #008000 }span.delivtime-17 > figure { background-color: #FFFF00 }span.delivtime-16 > 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;
}



 
/*//////////////////////////////////////////////
//// BREADCRUMB FORMATTING
//////////////////////////////////////////////*/
a.breadcrumb{text-decoration: none;}
a.breadcrumb:hover{text-decoration: underline;}

#breadcrumb  {
	padding: 3px 0px;
}
#breadcrumb div {
	display:inline;
}

#breadcrumb li {
margin-left: 0.5em;
}

/* -------------------------------------------------------------- 

   smartstore.products.css

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

/* TODO: raus mit dem product-price Selektor wenn die Klassen für Produktdetail gesetzt sind */
.pr-now-price,
.product-price {
	color: #656565;
	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: #A4A4A4 !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: #FF84C1;
}

.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: 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: #6B3751;
	text-shadow: 1px 1px 0 #E7CFDB;
	background: #FF84C1;
	;
}

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

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

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


body {
background: url('../images/bg.png') left top fixed repeat-x #FBF8FA;
//background: #D37CA6;
	font-size:0.8em; 
}
#page{

}

#header{
    height: 175px;
}

#header-banner {
    background-position: 50% 0%;
		left: 7px;
		right: 7px;
}
#suche {
   bottom: 5px;
    position: absolute;
    left: 3%;

}

#flaggen {
   bottom: 5px;
    position: absolute;
    right: 3%;
	text-align: right;
}

 #flaggeninner a {
	display:inline;
	padding: 0px 3px;
}

#flaggeninner .first .icon, #flaggeninner .first div {display:none;}

 #suche_flaggen, #breadcrumb {
 border: 1px solid #ffffff;
   background: #EBC5D8 url('../images/suche_flaggen.png')  50% 50% repeat-x;
 -moz-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 height:45px;
 display:block;
left: 7px;
right: 7px;
-webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8) inset, -1px 0 1px rgba(255, 255, 255, 0.6) inset; -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8) inset, -1px 0 1px rgba(255, 255, 255, 0.6) inset; box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8) inset, -1px 0 1px rgba(255, 255, 255, 0.6) inset;	
 }

 #breadcrumb  {
 position:relative; margin: 0px auto; height: auto; padding: 8px;
  background: #FFE0F0 url('../images/breadcrumb.png')  50% 50% repeat-x;

left: 0;
right: 0;	
 }

#content-body {
	margin-left: 215px;
	margin-right: 172px;
}


#nav-sub{
	height: 24px; 
	line-height: 21px;
	vertical-align: middle;
	padding: 0 0 0 10px;
    background: url('../images/bg-level3.png') repeat-x bottom left ;
    clear: both;
    overflow:hidden;
    margin-top: -1px;
}

#nav-sub li a{
    margin: 0 10px;
	text-decoration: none; 
	color: #656565;
    font-weight: bold;
}
#nav-sub li a:hover{color: #9A336A}
#nav-sub li.selected a{color: #9A336A}

/*//////////////////////////////////////////////
//// SHIPMENT FORMATTING
//////////////////////////////////////////////*/

.shipment-parent{margin:5px 0px 20px 0px}
.shipment-content{background: url('') repeat-x left  ;}

#footer-wrapper {
	background: none !important;
    min-height: 80px;
    padding-bottom: 10px;
    text-shadow: none;
}

#footer{
	margin-top: 10px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #EBC5D8;
	text-shadow: none;
}

/*//////////////////////////////////////////////
//// SEARCHBAR 
//////////////////////////////////////////////*/
#search-form,
#search-bar { 
	position: relative;
}
#search-bar .prompt {
	position: relative;
	width: 150px;
	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;
}

.placeholder { color: #000 !important }
[placeholder]:-moz-placeholder { color: #000 }
[placeholder]:-ms-input-placeholder { color: #000 }
[placeholder]::-webkit-input-placeholder { color: #000 }

input[type="text"], input[type="password"], input.prompt, textarea {
	font-family: Georgia, Utopia, serif; 
	font-size: Georgia, Utopia, serifem; 
	line-height: 1.4em;
}

.ui-dialog {
	-webkit-box-shadow: 0 5px 30px #ddd !important;
	   -moz-box-shadow: 0 5px 30px #ddd !important;
	        box-shadow: 0 5px 30px #ddd !important;
}

/* Buttons */

.btn.special.addtobasket,  .btn.special.btn-sendorder{
	background: #00CCFF url(../images/bg_aero_100_00CCFF_8_104.png) 50% 50% repeat-x !important; 
	border: 1px solid #FF84C1 !important;
	border-color: #FF84C1 #FF84C1 #FF84C1 !important;
	font-size: 1.25em !important
}

.mod-product-longdesc .body {
	padding: 10px;
}



/* ContainerNavi */


.cnt-default.containers, .cnt-default.containers-active  {
	margin-bottom: 3px;
	background: #ffffff;
	border: 1px solid #C9C9C9;
	-webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset; -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset; box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;

}
.cnt-default.containers-active {
	background: #ffffff;
	border: 1px solid #C9C9C9;
}

.cnt-default.containers > .header, .cnt-default.containers-active > .header  {
	background: url('../images/cnt-factory-header-bg.png') left center repeat-x #ffffff;
	padding: 5px 15px 5px 15px;
	color: #000;
	 -moz-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
}
.cnt-default.containers-active > .header  {
	background: url('../images/cnt-factory-header-bg-active.png') left center repeat-x #ffffff;

}

.cnt-default.containers > .header > h4, .cnt-default.containers-active > .header > h4 {
 	font-size: 1.2em;
    margin: 5px 0;
}

.cnt-default.containers > .header > h4 a, .cnt-default.containers-active > .header > h4 a{
color: #fff !important;
}

.cnt-default.containers > .body, .cnt-default.containers-active > .body {
	padding:0;
}
#nav-catalog a.nav-entry { 
color: #000 !important;
 padding: 2px !important;

}
#nav-catalog a.nav-entry.more {
	padding-right: 10px !important;
	text-align:right;
}

#nav-catalog .expanded > a.nav-entry:hover {
	background-color: #F5E2EC;

}

div.herzgross { 
background: url('../images/ST-Hearts-gr.png') 0% 0% no-repeat;
padding-left: 20px;
font-size: 1em;
font-weight:bold;
}
div.herzkein {
background: url('../images/ST-Hearts-kl.png') 0% 0% no-repeat;
padding-left: 15px;
}

/*Produktdetail */

.sm-product-detail #pd-left, .sm-product-detail #pd-right  {
    background: none;
    float: none !important;
	width: auto !important; 
	height: auto!important;
}

.sm-product-detail #pd-right {
    margin-left: 0 !important;
    min-height: 100% !important;
    padding: 0 5px !important;
}

.sm-product-detail #product_id {font-weight:bold}

.sm-product-detail #pd-add-to-cart-panel {
 background: none;
    padding: 0;
}
#pd-add-to-cart-panel .btn {
    margin-top: 10px;
}

.sg-image-wrapper {
	outline-color: transparent !important;
}
.sg-image {border: 1px solid #fff !important}

.sm-product-detail .pd-item {
    margin: 5px 0;
}
.sm-product-detail .pd-item .pd-itemcaption {
    width: 25%;
	text-align:left !important;
	}

.sm-product-detail .pd-itemvalue {
    width: 73%;
}

.ui-selectmenu-status {
   /* line-height: 110%;*/
}

.sm-product-detail #pd-variants .pd-itemvalue .ui-selectmenu { 
	/*height:2.7em;*/
	min-width: 50% !important
}

.ui-selectmenu-icon {
    /*top: 40%;*/
}

#pd-info-block .heading, .sm-product-detail .price-info-block .heading {
    width: 27%;
}

#usd, #cad, #gbp{height: 25px}

.sm-product-detail .pd-shipment-hint.no-base-price, .sm-product-detail .pd-section  {
    margin: 0; padding: 0;
}

.sm-product-detail #product_price {
	color: #000000;
}

.sm-product-detail #product_original_price {
    color: #656565;
}

.sm-product-detail #price-panel, .sm-product-detail .price-info-block {
    display: inline;
    margin-right: 0;
    width: 100%;
}

.sm-product-detail .pd-suffix {
    color: #000;
}
/* produktlisten */

.pl-element.border {
    background-color: #fff;
    border: 1px solid #9A336A;

}

.pr-now-price, .product-price {
 color: #000000;
}

/* Produktliste mit Herz */

.product-list.herz a img{
background: url('../images/he-1.gif') left center no-repeat;
padding-left: 40px;
}

/* Produktliste mit Stern */

.product-list .stern a img.ui-draggable {
background: url('../images/stern.gif') left center no-repeat;
padding-left: 30px;
}

/* Container */

.cnt-default.default {
  border: 1px solid #ffffff; background: #EBC5D8;
}

.cnt-default.default .header{
  border-bottom: 1px solid #ffffff;
}

.cnt-default .header h1 {
    font-size: 1em;
	 margin-bottom: 0;
	 letter-spacing: 0;
}

.cnt-default.kleineschrift .body,

.cnt-default.kleine_schrift_listen_alternative  .body ,

.cnt-default.kleine_schrift_listen .body{
font-size: 1em
}

.cnt-default.simple, .cnt-default.simple-sommer, .cnt-default.pageintro{
 border: 1px solid #ffffff;
 background: #FF84C1;
 -moz-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
 padding: 8px;
 }

.cnt-default.pageintro{
	background: #9a336a;
	color: #ffffff;
 }

 .cnt-default.pageintro a{
    color: #cccccc !important;
}

 .cnt-default.simple > .header , .cnt-default.simple-sommer  > .header  {
    border-bottom: 0px;
}

.cnt-default.simplefooter {
 border: 1px solid #ffffff;
 background: #EBC5D8;
 -moz-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
 padding: 8px;
 }

 .cnt-default.simplefooter > .header {
    border-bottom: 0px;
}

.cnt-default.highlight {

background-color: #ffffff
}

/* anderes Zeugs */

.pmlt{

	line-height: 0;
}

.pmlt div.module-wrapper {
    line-height: 100%;
   /* padding-top: 0;*/
}

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

h1.page-title {
	margin-top: 3px;
	background:  #EBC5D8;
	border: 1px solid #ffffff;
	-moz-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
	padding: 9px 5px 5px;
	letter-spacing: 0;
}

hr  { display: block; height: 1px; border: 0; border-top: 1px solid #FF84C1; margin: 0.4em 0; padding: 0 }

a#btn-reset-basket {
   margin-left: 32%;
}
a#btn-checkout {
   margin-right: 32%;
}

a#CCARD_TYPE-button {width:200px !important}

/*Fallback Countdownmodul */
.cnt-default.highlight {
	color: #000000;
}

.shipmethod-line.even, .paymethod-line.even {
    background: none;
}
.shipmethod-line.hr, .paymethod-line.hr {
    border-bottom: 1px solid #9A336A;
}

.mod-paragraph .body a {
    text-decoration: underline;
    font-weight: bold !important;
    color: RGB(153,51,105)
}

.mod-paragraph .body a:hover {
    color: #DC68A6;
    font-weight: bold !important;
}

.mod-product-longdesc .body a {
    color: RGB(153,51,105);
    font-weight: bold !important;
}

.mod-product-longdesc .body a:hover {
    color: #DC68A6;
    font-weight: bold !important;
}

#groesse2 {
    border: 1px solid red; 
    background:#FFFFFF; 
    padding: 1em; 
    margin-bottom: 1em;
    display:none;
}

#wechselbutton {
    display:none;
    margin: 5px 0px;
}
.addtobasket .ui-icon.ui-icon-cart {
	height: 50px;
	width: 50px;
	left: 0;
	top: 0;
} 

.addtobasket .ui-icon-cart {
	background: url('../images/wkbutton.png') 0 0 !important;
}

.addtobasket .ui-button-text {
	padding-left: 3em
 }

 .mod-basket .body {
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    width: auto;
}
.dealoftheweek {
    top: 0;
    position: fixed;
    right: 2px;
    text-align: right;
    width: auto;
    z-index: 1000;
}
.dealoftheweek img {
    max-width: 100%;
}

#specialevent {

    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 50%;
    transform: translateX(-49%);
}



#specialevent > div {

    background: #ffffff;
    max-width: 415px;
    text-align: center;
    font-style: italic;
	font-size: 0.95em;
}

#specialevent  #c1 {
 color: #9A336A;
 font-weight: bold;
}

#specialevent  #c2 {
 color: #000
}

#specialevent img {
 max-width:100%;
 height: auto;
 display:block;
}

#mydeliv { text-align: right; font-weight: bold; margin-top: 5px}		

.zeiganmitinhalt {
	border: 1px solid #F8BAD9;
	border-bottom-color: #EE57A3;  
	background: #EBC5D8 url(../images/bg_aero_100_EBC5D8_8_104.png) 50% 50% repeat-x !important; 
	color: #272727 !important;
	text-shadow: 0 1px 0 #F5E2EC !important;  
	-moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
	padding: 8px;
	display: inline-block;
}	

.schuhgroessen {
width: 80%; clear: both; background-color: rgb(223, 223, 223); margin: 0px 10%;
}	
.schuhgroessen td {
border: 1px solid black; font-weight: bold !important; vertical-align: top;  width: 40px;
}
.schuhgroessen td.erste{
width: 100px;
}									 
/* Hintergruende */

/* body.page_47.typ_warengruppe, */
/* body.page_41.typ_warengruppe {background: url('../images/Koerperformung.png') left top fixed repeat-x #FEF2F5;} */


/* -------------------------------------------------------------- 
   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: #9A336A ! 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: #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: #EBC5D8;
	text-shadow: none;
	border: 1px solid rgba(255,255,255, 0); 
	background: rgba(255,255,255, 0); 
	;
}

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

#nav-main  {	
	float: left !important; 
	width:100%; 

	margin: 4px 8px 6px 8px !important;
}	

#nav-main  ul {    
	padding:0;
	margin:0 auto;
	float:left;
	position:relative;
	left:50%; 
}

#nav-main  li 
{
	float:left; 
	position:relative; 
	right:50%;
	padding: 0 !important;
	line-height: 28px; 
	vertical-align: middle; 
	border: 1px solid transparent;
	margin: 0 5px;
	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

#nav-main a.nav-entry { 
	font-weight: bold;
	color: #fff;
	text-shadow: none !important;
	font-size: 1em;
	background: #9A336A url(../images/bg_inset-soft_40_mask_8_104.png) 50% 50% repeat-x;
	border: 1px solid #9A336A;
	padding: 0 5px;
	-moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;

}
#nav-main li.hover a.nav-entry, 
#nav-main a.nav-entry:hover { 
	color: #fff !important;
	background: #EBC5D8 url(../images/bg_inset-soft_40_mask_8_104.png) 50% 50% repeat-x;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.35) !important;
	border: 1px solid #EBC5D8;
}
#nav-main li.selected a.nav-entry { 
	color: #fff !important; 
	text-shadow: 0 1px 0 rgba(0,0,0, 0.35) !important;
	background: #EBC5D8 url(../images/bg_inset-soft_40_mask_8_104.png) 50% 50% repeat-x;
		border: 1px solid #EBC5D8;
}
#nav-main li.mm-opener a.nav-entry { 
	background: #FFFFFF !important;
	text-shadow: 0 1px 0 #FFFFFF !important;
}

#nav-main li a span{
	padding: 0 8px 0 8px !important;
}

#header-bar .module-wrapper.no-cnt  {
overflow: visible !important
}

/* Top */

.sf-menu_top  {	

text-align: center;

}	

.sf-menu_top >  ul {    
 display: inline-block
}

.sf-menu_top >  ul  > li 
{

	line-height: 28px; 
	vertical-align: middle; 
	border: 1px solid transparent;
	margin: 0 5px;

	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu_top, .sf-menu_top * {

	list-style:		none;
}

.sf-menu_top > ul ul {
	position:		absolute;
	left:			-9999em;
	width:			230px; /* left offset of submenus need to match (see below) */
	text-align: LEFT;
}
.sf-menu_top ul ul li {
	width:			100%;
}
.sf-menu_top ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu_top li:hover >  ul  {
	left:			auto;
	top:			auto; /* AufklappmenÃ¼ oben tiefer setzen - war vorher 2em */
	z-index:		99;

border: 1px solid #FF84C1;
background-color: #ffffff;

}
/*
.sf-menu_top li:last-child:hover >  ul  {
	left: 51%;
}
*/

.sf-menu_top a {
	text-decoration:none;
}

.sf-menu_top a.first {
	font-weight: bold;
	color: #fff;
	text-shadow: none !important;
	font-size: 1em;
	background: #9A336A url(../images/bg_inset-soft_40_mask_8_104.png) 50% 50% repeat-x;
	border: 1px solid #9A336A;
	padding: 0 13px;
	-moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;

}

/*.sf-menu_top a.first.active, */.sf-menu_top a.first:hover {
	color: #fff !important;
	background: #EBC5D8 url(../images/bg_inset-soft_40_mask_8_104.png) 50% 50% repeat-x;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.35) !important;
	border: 1px solid #EBC5D8;

}

.sf-menu_top a.second {
background-image: url(../images/ST-Hearts-gr.png); 
background-repeat:no-repeat; 
background-position:3px 6px;
background-color:transparent;
padding-left: 25px;
border:1px solid transparent;
color:#9A336A;
}

.sf-menu_top li:hover,
.sf-menu_top a:focus, .sf-menu_top a:hover, .sf-menu_top a:active {

	outline:		0;
}

.sf-menu_top ul li ul li a {
padding: 3px;
line-height:120%;
}
.sf-menu_top a.third {
padding: 2px 2px 2px 30px;
background-image: url(../images/ST-Hearts-kl.png); 
background-repeat:no-repeat; 
background-position:15px 5px; 
background-color:transparent;
border:1px solid transparent;
color:#9A336A;

}
.sf-menu_top a.second:hover, .sf-menu_top a.third:hover {
color:#656565;
background-color:#EBC5D8;
border:1px solid #9A336A;
}


/* -------------------------------------------------------------- 
   smartstore.nav.cat.css
-------------------------------------------------------------- */

/*
#nav-catalog li {}

#nav-catalog a.nav-entry {
	color: #FF84C1;
	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: #F5E2EC;
	color: #9A336A;
}

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

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

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

#nav-catalog li {}

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

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

#nav-catalog > a.nav-entry > .ui-icon { background-image: url(../images/icons_ff84c1_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_ff84c1_256_240.png); }
/* -------------------------------------------------------------- 
   smartstore.nav.footer.css
-------------------------------------------------------------- */

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

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

#nav-footer li:not(.last) a{
	border-right: 1px solid #000 !important;
}
#nav-footer li.last a{
	border-right: none !important;
}
#nav-footer a {
    text-transform: none !important;
padding: 0 6px !important;
	}

.copyinfo,
#footer-legal-hints{
	text-align: center;
	margin-top: 5px;
	color: ;
}
