/*************************************************
* Allgemeine Definitionen
*************************************************/

html {overflow-y: scroll;}	
	
/* HTML5 display-role reset fuer alte Browser */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
	
img {display: block;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; table-layout: fixed; empty-cells: show;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 		0;
	padding: 		0;
	border: 		0;
	vertical-align: baseline;
	font: 			inherit;
	font-size: 		100%; 
	}

body {
	margin:0;
	border:0;
	padding:0;
	background:#c4e5ff url(/img/bg_body.jpg) repeat-x top left;
	background-attachment:fixed;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	color:#393939;
	text-align:center;
	}
	
* {
    box-sizing: border-box;
}		
	
/* Keine Standard-Formatierungen fuer Bilder und Formulare */
	
img {
	overflow:hidden;
	}	

/* Standards */

a, input {
	outline:0;
	}

div.Clear {
	margin:0;
	border:0;
	padding:0;
	width:auto;
	height:auto;
	clear:both;
	}
	
.NoWrap {
	white-space: nowrap;
	}	

strong, b {font-weight: 600; font-family: inherit;}

/* Diverse Elemente ausblenden */
hr, .Hidden {
	display:none;
	}
	
/* Diverse Responsive Elemente Ausblenden */	
#SearchMobile,	
.MobileClose,
.MobileHome,
.MobileLink,
.MobileIcon,
#MobileTransBg,
#MobileButtonSearch,
#Header #MobileButtonWarenkorb,
#Header #MobileButtonNavigation,
#Header #MobileNavigation,	
#Header #MobileFreecall,
.FilmSize02,
.FilmSize03,
.FilmSize04,
.OptionalResponsive					
	{display: none;} 	
	

/* Keine Umrandung/Abrundungen fuer diverse Elemente */
a, input, textarea, select {outline: 0;}

textarea,
input[type="text"],
input[type="button"],
input[type="image"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
	 -moz-border-radius:0;
	}


/* Allgemeine Elemente */
a { 
	color:#009fe3;
	text-decoration:underline;	
	}
	
a:hover { 
	color:#393939;
	text-decoration:underline;	
	}	
	
a.NoDec { 
	text-decoration:none;
	}
	
a.NoDec:hover { 
	text-decoration:underline;
	}	
	
a.AnchorTop { 
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:1px; 
	width:1px;
	}	
	
.AnchorAim {
	position: relative;
	}

.AnchorAim a {
	position: absolute;
	top: -9em;
	}	
	
.ButtonLink {
	display:block;
	width:5em;
	height:2.15em;
	overflow:hidden;	
	-webkit-border-radius:0.45em;
	-moz-border-radius:0.45em;
	border-radius:0.45em;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height:2.15;
	font-size:93%;
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	}	
	
.ButtonLink:hover {
	text-decoration: underline;
	color: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
	}			
	
.Clear {
    display:block;
    width:auto;
    height:auto;
    clear:both;
}	

.Space {
    display:block;
    height:0.75em;
    clear:both;
}	

.SpaceXL {
    height:2em;
}	

.NoMargin {
   margin:0;
}

.FloatLeft {
   float:left;
}

.FloatRight {
   float:right;
}

.ImgFloatLeft {
   float:left;
   margin:0.25em 1em 0.25em 0;
}

.ImgFloatRight {
   float:right;
   margin:0.25em 0 0.25em 1em; 
}

/* Umschliessender Container */
.Wrap {
	position:relative;
	margin:0px auto;
	border:0;
	padding:0 0 1em 0;
	width:980px;
	text-align:left;
	background-color:#fff;	
	overflow: hidden;
	}
	
.WrapTopNav {
	margin:0px auto;
	padding:0;
	width:980px;
	text-align:left;
	background-color:transparent;	
	}	
	
/* Standards */

sup {
	vertical-align: super;
    line-height: 0;
	font-size: 70%;
	}		
	
h2, h1.Infoseite {
	margin:0.55em 0 0.55em 0;
	font:normal normal normal 246.154%/1.4 arial, helvetica, sans-serif;
	color:#009fe3;
	}	
	
h3, h2.Infoseite, h4.Infoseite {
	margin:1em 0 0.25em 0;
	color:#393939;
	font:normal normal bold 138.462%/1.4 arial, helvetica, sans-serif;
	}	
	
h4 {
	margin-bottom:1.25em;
	font:normal normal bold 100%/1.4 arial, helvetica, sans-serif;
	}		
	
h5 {
	margin-top:0;
	font:normal normal bold 100%/1.4 arial, helvetica, sans-serif;
	}	
	
.TextL {
	font:normal normal bold 184.615%/1.4 arial, helvetica, sans-serif;
	}				

.TextS {
	font:normal normal normal 84.615%/1.4 arial, helvetica, sans-serif;
	}	
	
.TextXS {
	font:normal normal normal 76.923%/1.4 arial, helvetica, sans-serif;
	}		
	
.Grey {
	color:#8a8a8a;
	}	
	
.Blue {
	color:#009fe3;
	}	
	
.Offer {
	color: #f03762;
	}		
	
ul {
	line-height:1.35;
	}	
	
ol li {
	margin-bottom:1em;
	}		
		
ul.NoBullet {
	margin-left:0 !important;
	padding-left:0;	
	}	
	
ul.NoBullet li {
	list-style:none;
	padding-left:0;
	}		
		
p.TextFreecall {
	margin:0 0 0.75em 0;
	font:normal normal bold 138.462%/1.35 arial, helvetica, sans-serif;
	color:#009fe3;	
	}		
		
p.TextFreecall span {
	color:#5f5f5f;
	}			
			
#Content p {
	margin:0 0 1em 0;
	line-height: 1.35;
	}	
	
#Content p.Line {
	margin:1.5em 0 1em 0;
	border-top:1px solid #e3e2e2;
	padding-top:1.5em;
	}		
	
#Content .LineGrey {
	margin:0 0 0.5em 0;
	border-top:1px solid #e3e2e2;
	}		
	
#Content ul {
	margin:1em 0 1em 1.5em;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0.5em;	
	}		
	
.AlignRight {
	text-align:right;
	}		

/*************************************************
* TopNav
*************************************************/	
#MetaNavigation {
	height:auto;
	width:100%;
	overflow:hidden;
	border:0;
	font:normal normal normal 90% arial, helvetica, sans-serif;
	line-height:3;
	text-align:right;
	color:#8a8a8a;	
	}
	
#MetaNavigation a {
	display:inline-block;
	margin:0 0.25em 0 0.75em;
	color:#8a8a8a;	
	text-decoration:none;
	}	
	
#MetaNavigation a:hover {
	color:#8a8a8a;	
	text-decoration:underline;
	}	
	
#MetaNavigation div {
	float: left;
	}	
	
#MetaNavigation .TextFreecall {
	margin:0.25em 1em 0 0;
	float: right;
	font-size:110%;
	line-height:2.25;
	}		
	
#MetaNavigation .TextFreecall span {	
	color: #8A8A8A;	
	}	
	
/*************************************************
* Header
*************************************************/

#Header {
	position:relative;
	width:100%;
	height:17.25em;
	background:#fff;
	text-align:left;
	
	}
	
/* Header: LOGO ---------------------------------- */	
#Header #Logo {
	display:block;
	margin:0 0 0 0.85em;
	padding: 1.15em 0 0 0;
	width:24.25em;
	height:11em;
	text-align:left;
	overflow:hidden;
	}
	
#Header #Logo a	 {
	display:block;
	width: 100%;
	height: 100%;
	}
	
#Header #Logo h1 {
	display:none;
	}	
	
#Header #Logo h3 {
	display:none;
	}	

#Header #Logo a {
	margin:0;
	background:url(/img/logo_doctorsleep.gif) no-repeat top left;
	background-size: 100% auto;
	}

#Header #Logo a span {
	display:none;
	}
	
#Header #LogoPrint,#Header #ClaimPrint,#Header #LogoPrintHome,#Header #ClaimPrintHome {
	display:none;
	height:1px;
	width:1px;
	}	
	
/* Header: SHOPPING CART ---------------------------------- */	
#Header #ShoppingCart {
	display: block;
	position:absolute;
	right:0.15em;
	top:0;
	margin:0;
	padding:0;
	height:7.5em;
	width:29%;
	overflow:hidden;
	border:0;
	font:normal normal normal 100%/1.45 arial, helvetica, sans-serif;
	background:url(/img/bg_shoppingcart.jpg) no-repeat top left;	
	background-size: 100% auto;
	}
	
#Header #ShoppingCart a {
	text-decoration: none;
}
		
#Header #ShoppingCart .LinkIcon {
	display:block;
	position:absolute;	
	left:1.75em;
	top:0.45em;
	margin:0;
	padding:0;
	height:5em;
	width:4.25em;
	overflow:hidden;
	border:0;
	background:url(/img/icon_shoppingcart.png) no-repeat top left;	
	background-size: 100% auto;
	}	
	
#Header #ShoppingCart .LinkIcon span {
	display:none;
	}	
	
#Header #ShoppingCart p {
	margin:1em 0 0 6.75em;
	font:normal normal bold 100% arial, helvetica, sans-serif;
	color: #393939;	
	}	
	
#Header #ShoppingCart p .Color {
	display: inline-block;
	padding-left: 0.175em;
	color:#009fe4;
	font:normal normal bold 130% arial, helvetica, sans-serif;
	}			
	
#Header #ShoppingCart .TextLink {
	font-weight:normal;
	font-size:100%;
	line-height:1.65;
	color:#009fe4;
	text-decoration:underline;
	}	
	
#Header #ShoppingCart:hover p .TextLink {
	color: #393939;
	}				
	

/* Header: CLAIM ---------------------------------- */		
#Header #Claim {
	display:block;
	position:absolute;
	left:47%;
	top:1em;
	margin:0;
	padding:0;
	font-size:110%;
	line-height: 1.45;
	font-weight:600;
	text-decoration:none;
	}	
	
#Header #Claim:hover {
	text-decoration:underline;
	}		
	
#Header #Claim a span {
	display:none;	
	}		
		
/* Header: SEARCH  ---------------------------------- */		
#Header #Search {
	position:absolute;
	right:0.75em;
	top:10em;
	height:3em;
	width:20.5em;
	overflow:hidden;
	}
	
#Header #Search .SearchField {
	margin:0 0 0 0;
	padding:0.5em 0.5em 0.5em 0.6em;
   	width:85%;
	font:normal normal normal 100% arial, helvetica, sans-serif;
	color:#8a8a8a;	
	background:transparent;
	border:1px solid #e3e2e2;
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
	border-radius:0.75em;	
}

#Header #Search input[type="image"] {
	position:absolute;
	right:0.175em;
	top:-0.125em;
	width:2.65em;
	height:2.65em;
	position:absolute;
	margin:0;
	border:0;
	overflow:hidden;
	text-align:left;	
	font-size:100%;
}

/* Header: MAIN NAVIGATION ---------------------------------- */	
#Header #Navigation {
	position:absolute;
	left:0.75em;
	bottom:3.35em;
	width:58%;
	height:37px;
	overflow:hidden;
}

#Header #Navigation ul {
    display:block;
	width:100%;
    list-style:none;
    overflow:hidden;
}

#Header #Navigation ul li {
	float:left;
	width: 24.25%;
	margin-right: 0.25%;
	height:100%;	
    overflow:hidden;
}

#Header #Navigation ul li a {
    display:block;
    margin:0;
	padding:0;
	height:37px;		
    border:0;
    overflow:hidden;
	font:normal normal bold 107.692% arial, helvetica, sans-serif;	
	line-height: 2.85;
	text-decoration:none;
	color:#393939;
	text-align:center;
}

#Header #Navigation ul li a.Nav {
	background:url(/img/bg_button.jpg) no-repeat left top;
	background-size: 100% auto;
	width:100%;		
}

#Header #Navigation ul li a.NavOffer .Offer.OfferIcon {
	display: inline-block;
	padding-right: 0.375em;
	font-weight: 600;
	font-size: 135%;	
	line-height: 1.75;
	text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
	}

#Header #Navigation ul li a:hover {
	background-position:left bottom;
	text-decoration:underline;
}

#Header #Navigation ul li a.Active {
	background-position:left bottom;
}


/* Header: SUBNAVIGATION ---------------------------------- */		
#Header #SubNavigation {
	position:absolute;
	left:0.75em;
	bottom:0;
	width:98%;
	height:44px;
	overflow:hidden;
	background:url(/img/bg_subnav.gif) repeat-x left top;	
	background-size: auto 105%;
}

#Header #SubNavigation ul {
	width:100%;
    overflow:hidden;
}

#Header #SubNavigation ul li {
	float:left;
    margin:0 0 0 -0.5em;
	padding:0;
	height:100%;	
    border:0;
    overflow:hidden;
}

#Header #SubNavigation ul li.Right,
#Header #SubNavigation ul li.Fix {
	float:right;
	margin-right: 1em;
}

#Header #SubNavigation ul li a {
    display:block;
	height:44px;	
    border:0;
    overflow:hidden;	
	background-position: center top;
	background-size:110% auto;		
	background-repeat: no-repeat;
}


#Header #SubNavigation ul li a:hover {
	background-position:center -44px;
	text-decoration:underline;
}

/* Subnav Matratzen */
#Header #SubNavigation ul li.SubNav01 {
	width:16.25%;	
}

#Header #SubNavigation ul li.SubNav01 a {
	background-image:url(/img/subnav_1-1.gif);	
}

#Header #SubNavigation ul li.SubNav02 {
	width:14.85%;		
}

#Header #SubNavigation ul li.SubNav02 a {
	background-image:url(/img/subnav_1-2.gif);		
}

#Header #SubNavigation ul li.SubNav03 {
	width:14.65%;		
}

#Header #SubNavigation ul li.SubNav03 a {
	background-image:url(/img/subnav_1-3.gif) ;	
}

#Header #SubNavigation ul li.SubNav04 {
	width:16.125%;			
}

#Header #SubNavigation ul li.SubNav04 a {
	background-image:url(/img/subnav_1-4.gif);		
}

#Header #SubNavigation ul li.SubNav05 {
	width:14.725%;		
}

#Header #SubNavigation ul li.SubNav05 a {
	background-image:url(/img/subnav_1-5.gif);		
}

/* Subnav allgemein */
#Header #SubNavigation ul li.Right a, #Header #SubNavigation ul li.Fix a, #Header #SubNavigation ul li.SubNav06 a {
	text-align:center;	
	font:normal normal bold 84.615% arial, helvetica, sans-serif;	
	line-height:4;
	text-decoration:none;
	color:#393939;	
}

#Header #SubNavigation ul li.Right a:hover, #Header #SubNavigation ul li.Fix a:hover, #Header #SubNavigation ul li.SubNav06 a:hover {
	text-decoration:underline;
}


#Header #SubNavigation ul li a.Active {
	background-position:center -87px;
}

#Header #SubNavigation ul li a.Active:hover {
	background-position:center -87px;
}

#Header #SubNavigation ul li a span {
    display:none;
}


/*************************************************
* Content
*************************************************/		

#ContentWrap {
	float:left;
	position:relative;
	margin:0 0 0 0.75em;
	padding:1em 0 0 0;
	width:98%;
	background:url(/img/bg_contentwrap.gif) repeat-x left top;	
	background-size:auto 1.25em;	
	overflow:hidden;	
	border:0;
	}
	
#Content {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	width: 71.5%;
	border:0;
	}	
	
/* Content: PRODUCT SITE ---------------------------------- */		
#Content .ProductContainer {
	background:#eee;
	position:relative;
	margin-bottom:0.75em;
	}	
	
#Content .MinHeightProdM {
	min-height:50em;
	}	
	
#Content .MinHeightProdT {
	min-height:50em;
	}	
		
#Content .ProductContainer h2, #Content .ProductContainer h1 {
	display:block;
	margin:0;
	padding: 0.5em 0 0.45em 0.75em;
	font:normal normal bold 100%/1.35 arial, helvetica, sans-serif;	
	color:#fff;	
	}
	
#Content .ProductM01 h2 {
	background:#0090d4;
	}	
	
#Content .ProductM02 h2 {
	background:#75b431;
	}		
		
#Content .ProductM03 h2 {
	background:#ee7a44;
	}	
	
#Content .ProductM04 h2 {
	background:#e0d000;
	}	
	
#Content .ProductM05 h2 {
	background:#b99fc8;
	}	
	
#Content .ProductT01 h2, #Content .ProductT01 h1 {
	background:#a3a3a3;
	}			
		
#Content .ProductContainer h3 {
	margin:0 0 0.75em 0;
	font:normal normal bold 107.692%/1.35 arial, helvetica, sans-serif;	
	}		
	
#Content .ProductContainer img {
	width:100%;
	heigh:auto;
	}	
	
#Content .ProductContainer .ProductTitle {
	height: 3.375em;
	}	
	
#Content .ProductContainer .ProductTitle img {
	width: auto;
	height: 100%;
	}					
	
#Content .ProductContainer .ColumnLeft {
	float:left;
	width:54.95%;
	min-height:32em;
	margin:0.75em 0 0 0.75em;
	}		
	
#Content .ProductT01 .ColumnLeft {
	min-height:30em;
	}		
	
#Content .ProductContainer .ColumnLeft .ProductImg {
	position:relative;
	margin:0 0 0.5em 0;
	width:100%;
	height:auto;	
	overflow:hidden;
	border:1px solid #d6d6d6;	
	}	
	
#Content .ProductContainer .ColumnLeft .ProductImg .Certification {
	display:block;
	position:absolute;
	left:4.5%;
	top:4%;
	width:20%;
	height:20%;
	}	
	
#Content .ProductContainer .ColumnLeft .ProductImg .Certification img {
	width:100%;
	height:auto;
	}		
	
#Content .ProductContainer .ColumnLeft .ProductImg .Info {
	position:absolute;
	left:0.75em;
	bottom:3.75em;
	}		
	
#Content .ProductContainer .ColumnLeft .ProductImg a.LinkIcon {
	display:block;
	position:absolute;
	right:0.75em;
	top:63%;
	width:8%;
	height:8%;
	background:url(/img/icon_lens.gif) no-repeat left top;		
	background-size: 100% auto;
	}
	
#Content .ProductContainer .ColumnLeft .ProductImgT01 a.LinkIcon {
	top:75%;
	}
		
#Content .ProductContainer .ColumnLeft .ProductImgT01 .Info	{
	top:79%;
	width:88%;
	}

#Content .ProductContainer .ColumnLeft .ProductImg a.LinkIcon span {
	display:none;	
	}			
	
#Content .ProductContainer .ColumnLeft .ProductImg a.LinkImg {
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;	
	}	
	
#Content .ProductContainer .ColumnLeft .ProductImg a.LinkImg img {
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	}			
	
#Content .ProductContainer .ColumnLeft .ProductImg a.LinkImg:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;	
	}		
	
#Content .ProductContainer .ColumnRight {
	float:right;
	position:relative;
	width:39.5%;
	margin:1em 1em 0 0;
	padding:0;
	border:0;
	}	
	
#Content .ProductContainer .FlagTopseller {
	position:absolute;
	top:-2.5em;
	right:-0.35em;
	width:26%;
	height:26%;
	overflow:hidden;
	z-index:10;
	}				
	
#Content .ProductContainer .ColumnRight h3 {
	margin:0 0 0.5em 0.25em;
	}		
		
#Content .ProductContainer .ColumnRight ul {
	margin:1em 0 0 0;
	padding:0;
	line-height:1.35;
	}			

#Content .ProductContainer .ColumnRight ul li {
	margin-left:1.5em;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0.5em;
	}	
	
/* Product: Forms */		
#Content .ProductContainer .ColumnRight .ProductForms {
	position:relative;
	margin:1.75em 0 0 0;
	padding:0 0 0 0;
	width:100%;	
	}	
	
#Content .ProductContainer .ColumnRight .ProductForms p.Label {
	margin:0 0 0 0.25em;
	width:33%;
	line-height:2;
	}	
	
#Content .ProductContainer .ColumnRight .ProductForms p.LabelPrice {
	margin:0.175em 0 0 0.25em;
	}	
	
#Content .ProductContainer .ColumnRight .ProductForms span.FlagOffer {
	display:block;
	width:100%;
	background:#caf59c url(/img/flag_offer.png) no-repeat right top;	
	background-size:auto 100%;
	}	
		
	
#Content .ProductContainer .ColumnRight .ProductForms .Field,
#Content .ProductContainer .ColumnRight .ProductForms .FieldPrice {
	width:64.5%;
	}
	
#Content .ProductContainer .ColumnRight .ProductForms .FieldPrice {
	margin:0;
	}	

#Content .ProductContainer .ColumnRight .ProductForms .Field select {
	width:100%;
	}	
	
#Content .ProductContainer .ColumnRight .ProductForms .Field input {
	width:3em;
	}	
	
#Content .ProductContainer .ColumnRight .ProductForms .Field.FieldText {
	line-height: 2;
	font-weight: bold;
	}			
	
#Content .ProductContainer .ColumnRight .ProductForms .Field span.Price {
	display:inline-block;
	position: relative;
	margin:0.5em 0 0 0;
	font:normal normal bold 120% arial, helvetica, sans-serif;	
	line-height:1;
	}		
	
#Content .ProductContainer .ColumnRight .ProductForms .Field span.Price .PriceLoader {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height: 16px;
	background:url(/img/ajax-loader.gif) no-repeat left top;	
	}	
	
#Content .ProductContainer .ColumnRight .ProductForms .LimitInfo p {
	display: inline-block;
	margin-top: 0.5em;
	padding: 0.2em 0.5em 0.25em 0.5em;
	background: #fff;
	border:2px dotted  #f03762;
	}		
	
#Content .ProductContainer .ColumnRight .CartButton {
	clear:both;
	margin:0 0.5em 0 0;
	text-align:right;
	border:0;
	}
	
#Content .ProductContainer .ColumnRight .CartButton input[type="image"] {
	clear:both;
	margin:0 0 0 0;
	width:64.5%;
	height:auto;
	text-align:right;
	border:0;
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	}	
	
#Content .ProductContainer .ColumnRight .CartButton input[type="image"]:hover {
filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	}		
	
/* Product: Offer */
			
.StopperOffer {
	position:absolute;
	background:url(/img/pic_stopper-offer.png) no-repeat center center;
	background-size:100% auto;
	z-index:1;
	}	
	
#Content .ProductContainer.ProductOffer  {
	position:relative;
	}			
	
#Content .ProductContainer.ProductOffer .StopperOffer {
	top:0.25em;
	right:0.375em;
	width:4.25em;
	height:4.25em;
	}	
	
#Content .ProductContainer.ProductOffer h2 {
	padding-right: 5em;
	}	
	
#Content .ContainerSearchResult .StopperOffer {
	top:0.375em;
	right:0.375em;
	width:2.75em;
	height:2.75em;
	}			
	
/* Product: Forms: Layer */			
#LayerInfoBg {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	margin:0;
	border:0;
	padding:0;
	background:#393939;
	-moz-opacity:0;
	opacity:0;
	filter:Alpha(opacity:0);
	z-index:77;
}	


#Content .ProductContainer .LayerInfo {
	position:absolute;
	top:7.5em;
	right:50%;
	left:50%;
	width:70%;
	height:auto;
	padding:1.5em 1.5em 2em 2em;
	z-index:78;
	background:#fff;
	border:0.25em solid #009fe3;
	-webkit-box-shadow:0.25em 0.25em 1.5em #aaa;
    -moz-box-shadow:0.25em 0.25em 1.5em #aaa;
    box-shadow:0.25em 0.25em 1.5em #aaa; 
	}
	
#Content .ProductContainer .LayerInfo a.ButtonClose {
	display:block;
	position:absolute;
	right:0.55em;
	top:0.55em;
	width:2em;
	height:2em;
	background:url(/img/button_close-small.gif) no-repeat left top;	
	background-size: 100% auto;
	}	
	
#Content .ProductContainer .LayerInfo a.ButtonClose:hover {
	background-position: left bottom;	
	}		
	
#Content .ProductContainer .LayerInfo a.ButtonClose span {
	display:none;
	}	
	
#Content .ProductContainer .LayerInfo h4 {
	margin:0 3em 1em 0;
	}	
	
#Content .ProductContainer .LayerInfo p {
	line-height:1.45;
	}	
		
/* Product: Forms: Success Shopping Cart: Layer */	
#Content .LayerCart {
	position:absolute;
	top:7.5em;
	right:-6em;
	width:80%;
	height:8.5em;
	padding:1.25em 0.5em 1em 7.5em;
	z-index:78;
	background:#fff url(/img/bg_layer-cart.jpg) 0.5em -0.5em no-repeat;
	background-size:12.5em auto;
	border:0.25em solid #009fe3;
	-webkit-box-shadow:0.25em 0.25em 1.5em #aaa;
    -moz-box-shadow:0.25em 0.25em 1.5em #aaa;
    box-shadow:0.25em 0.25em 1.5em #aaa; 
	}
	
#Content .LayerCart a.ButtonClose {
	display:block;
	position:absolute;
	right:0.75em;
	top:0.75em;
	width:2.15em;
	height:2.15em;
	background:url(/img/button_close-small.gif) no-repeat left top;	
	background-size:100% auto;
	}	
	
#Content .LayerCart a.ButtonClose:hover {
	background-position:left bottom;	
	}		
	
#Content .LayerCart a.ButtonClose span {
	display:none;
	}	
	
#Content .LayerCart h4 {
	margin:0 3em 1em 0;
	}	
	
#Content .LayerCart p {
	margin:1.75em 0 1em 0;
	padding:0.25em 0 1em 3em;
	line-height:1.45;
	background:url(/img/icon_arrow-cart.gif) no-repeat left top;	
	background-size: 1.85em auto;	
	font-weight:bold;
	}				
	
/* Product: Covers */	
#Content .ProductContainer .Covers {
	position:relative;
	height:auto;
	margin:0 1em 0.75em 0.75em;
	border:0;
	}
	
#Content .ProductContainer .Covers .CoverImg {
	display:block;
	float:left;
	width:12.5%;
	margin:0 0 2% 0;
	}	
	
#Content .ProductContainer .Covers .CoverImg .CoversThumb {
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	}	
	
#Content .ProductContainer .Covers .CoverImg .CoversThumb:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	}			
	
#Content .ProductContainer .Covers .CoverImg img {
	width:94%;
	height: auto;
	}	
		
#Content .ProductContainer .Covers .NoMargin {
	margin:0;
	}		
	
#Content .ProductContainer .Covers .LayerCovers {
	display:block;
	position:absolute;
	bottom:6.85em;
	left:-0.75em;
	margin:0;
	padding:1.25em 2em 1.5em 1.5em;
	width:103.25%;
	min-height:17em;
	background:#fff;
	border: 1px solid #a8a8a8;
	border-radius:1em;	
	-webkit-border-radius:1em;
	-moz-border-radius:1em;	
	z-index:10;
	-webkit-box-shadow: 0 -1px 1em -0.75em rgba(0,0,0,0.75);
	-moz-box-shadow: 0 -1px 1em -0.75em rgba(0,0,0,0.75);
	box-shadow: 0 -1px 1em -0.75em rgba(0,0,0,0.75);
	}	
	
#Content .ProductContainer .Covers .LayerCovers a.ButtonClose {
	display:block;
	position:absolute;
	right:0.55em;
	top:0.55em;
	width:2em;
	height:2em;
	background:url(/img/button_close-small.gif) no-repeat left top;	
	background-size: 100% auto;
	}	
	
#Content .ProductContainer .Covers .LayerCovers a.ButtonClose:hover {
	background-position: left bottom;	
	}			
	
#Content .ProductContainer .Covers .LayerCovers09 {
	bottom:0.25em;	
	z-index: 1;
	}	
	
#Content .ProductContainer .Covers .LayerCovers .ImgFloatLeft {
	width: 18%;
	margin-bottom:2%;
	}	
	
#Content .ProductContainer .Covers .LayerCovers .ImgFloatLeft img {
	width:100%;
	height:auto;
	}			
	
#Content .ProductContainer .Covers .LayerCovers ul {
	}		
	
#Content .ProductContainer .Covers .LayerCovers .LayerBottom {
	position:absolute;
	bottom:-1.2em;
	left:0;	
	width:103.25%;
	height:1em;
	}	
	
#Content .ProductContainer .Covers .LayerCovers .LayerBottom div {
	position:absolute;
	bottom:0;
	width:2.55em;
	height:1.175em;
	background:url(/img/bg_layer_info-arrow.png) no-repeat left bottom;		
	background-size: auto 100%;
	border:0;
	}		
		
#Content .ProductContainer .Covers .LayerCovers01 .LayerBottom div {
	left:4%;
	}	
	
#Content .ProductContainer .Covers .LayerCovers02 .LayerBottom div {
	left:15.5%;
	}	
	
#Content .ProductContainer .Covers .LayerCovers03 .LayerBottom div {
	left:27.5%;
	}	
	
#Content .ProductContainer .Covers .LayerCovers04 .LayerBottom div {
	left:39%;
	}	
	
#Content .ProductContainer .Covers .LayerCovers05 .LayerBottom div {
	left:51%;
	}	
	
#Content .ProductContainer .Covers .LayerCovers06 .LayerBottom div {
	left:62.5%;
	}
	
#Content .ProductContainer .Covers .LayerCovers07 .LayerBottom div {
	left:74.5%;
	}	
	
#Content .ProductContainer .Covers .LayerCovers08 .LayerBottom div {
	left:86%;
	}	
	
#Content .ProductContainer .Covers .LayerCovers09 .LayerBottom div {
	left:4.5%;	
	}	
	
#Content .ProductContainer .CoversInfo {
	}	
	
#Content .ProductContainer .CoversInfo .CoverImg {
	width: 100%;
	display:block;
	float:left;
	margin:0 0 2% 0;
	}	

	
#Content .ProductContainer .CoversInfo .CoverImg img {
	width:11.75%;
	height:auto;
	float: left;
	}		
	
#Content .ProductContainer .CoversInfo .CoverImg span {
	display:inline-block;
	padding:0.5em 0 2% 1.5%;
	text-decoration: underline;
	}

/* Product: Product Description */		
#Content .ProductContainer .Details {
	margin:0;
	padding:0;
	position:relative;
	}	
	
#Content .ProductContainer .Details .InfoLinkContainer {	
	width: auto;
	margin: 0.5em 0 2em 0.75em;
	display: inline-block;
	padding: 0 0.75em 0 0.75em;
	font-size: 100%;
	font-weight: 600;
	line-height: 2.85 !important;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	background-color: #aeaeae;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em
	}		
	
#Content .ProductContainer .Details .InfoLinkContainer a {
	display: block;
	color: #fff !important;
	text-decoration: none;
	}		
	
#Content .ProductContainer p.Guarantee {
	display: none !important;	
	}	
*/
	
/* alt
#Content .ProductContainer p.Guarantee {
	position:absolute;
	right:-0.55em;
	top:-1.25em;
	margin:0;
	width:31%;
	height:3.15em;
	background:url(/img/... .png) no-repeat left top;
	background-size:100% auto;		
	}	
*/	
	
#Content .ProductContainer p.Guarantee span {
	display:none;
	}	
		
#Content .ProductContainer .Details .DetailsContent {
	margin:0 0 0 0;
	padding:0 0.75em 0 0.75em;
	}	
	
#Content .ProductT01 .Details .DetailsContent {
	margin:0 0 0 0;
	padding:0 0.75em 0 0.75em;
	border-top:0;
	border-bottom:0;
	}			
	
#Content .ProductContainer .Details .DetailsContent h3 {
	width: 68%;
	margin:0 0 1em 0;
	}	
	
#Content .ProductContainer .Details .DetailsContent p {
	line-height: 1.375;
	}			
	
/* Product: Freecall */	
#Content .ProductContainer p.Freecall {
	margin:0 0.75em 0 0.75em;
	padding:0 0 0.75em 0;
	font:normal normal bold 100%/1.375 arial, helvetica, sans-serif;	
	}															
			
#Content .ProductContainer p.Freecall span {
	color:#00a8eb;
	}	
	
	

/* Content: TEXT SITES ---------------------------------- */	
#Content p.Breadcrumb {
	margin:0.15em 0.75em 0 0.675em;
	font:normal normal normal 100%/1.35 arial, helvetica, sans-serif;	
	color:#8a8a8a;
	}
	
#Content p.Breadcrumb a {
	color:#8a8a8a;
	text-decoration:none;
	}		
	
#Content p.Breadcrumb a:hover {
	text-decoration:underline;
	}	
	
#Content .BgContainer {		
	border:1px solid #DCDCDC;
	padding:1.5em 2em 2em 1.5em; 
	margin:1em 0 0 0; 
	background-color:#f9f9f9;
	}			
	
#Content .TextContainer {
	margin:0 0 0 0.5em;
	padding:0 3em 0 0;
	border:0;
	}	
	
#Content .TextContainer p {
	line-height: 1.45
	}		
	
#Content .FilmContainer {
	position:relative;
	margin:2em 0 2em 0.5em;
	padding:0;
	overflow:hidden;
	}		
	
#Content .FilmContainer .ImgFloatLeft {
	width: 41%;
	height:16em;
	overflow: hidden;
	}	
	
#Content .FilmContainer .ImgFloatLeft img {
	width:auto;
	height:100%;
	}			
	
#Content .ImgContainer {
	position:relative;
	margin:2.585em 0 2.585em 0.5em;
	padding:0;
	overflow:hidden;
	}	
	
#Content .ImgContainer div {
	width:32.5%;
	float:left;
	margin:0 0.5% 0 0;
	}	
	
#Content .ImgContainer div img,
#Content .TextContainer div img {
	width:100%;
	height:auto;
	}	
		
#Content .ImgContainer .SizeS,
#Content .TextContainer .SizeS {
	width:18.5%;
	}	
		
#Content .ImgContainer .SizeM,
#Content TextContainer .SizeM {
	width:27.25%;
	}	
	
#Content .ImgContainer .SizeL,
#Content .TextContainer .SizeL {
	width:32.75%;
	}	
	
#Content .ImgContainer .SizeXL,
#Content .TextContainer .SizeXL {
	width:60%;
	}	
	
#Content .ImgContainer div.NoMargin {
	margin:0;
	}	

#Content #GoogleMapsContainer {
	clear:both;
	margin:1.5em 0 0.75em 0;
	padding:0;
	overflow:hidden;	
	}		
	
#Content #GoogleMapsContainer h3 {
	clear:both;
	margin:1.5em 0 1em 0.5em;
	}		
	
#Content #GoogleMapsContainer p {
	float:right;
	padding:1em 0 0 0;
	width:31%;
	line-height:1.45;
	position: relative;
	z-index: 1;
	}	
	
#Content #GoogleMapsContainer div {
	margin:0;
	background-color:#f1f1f1;
	}	
	
#Content #GoogleMapsContainer .FrameGoogleMaps {
	width:66%;
	height:15.75em;		
	}	
		
/* Content Text Site: ADVISER */			
#Content .TextContainerAdviser {
	margin:0 0 0 0.5em;
	padding:0 25% 0.75em 0;
	overflow:hidden;
	background:url(/img/bg_content-berater.jpg) no-repeat right bottom;		
	background-size: 58% auto;
	}

#Content .ContainerAdviser {
	position:relative;
	margin:0 0 1em 0;
	padding:1em 2em 1em 1.5em;
	background:#f8f8f8;	
	background-size: 100% auto;
	border:1px solid #e3e2e2;
	border-radius:0.75em;		
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
	}	

#Content .ContainerAdviser .Icon {
	float:left;
	margin:0;
	padding:0;
	width:12.5%;
	border:0;
	}
	
#Content .ContainerAdviser .Icon img {
	width:100%;
	height:auto;;
	}			
		
#Content .ContainerAdviser .ContainerAdviserContent	 {
	float:right;
	margin:0;
	padding:0;
	width:84%;
	border:0;
	}	
	
#Content .ContainerAdviser .ContainerAdviserContent h3 {
	margin:0.25em 0 0.75em 0;
	font:normal normal bold 140% arial, helvetica, sans-serif;	
	}		
	
#Content .ContainerAdviser .ContainerAdviserContent p {
	margin:0;
	font:normal normal normal 100% arial, helvetica, sans-serif;	
	line-height:1.45;	
	}	
	
#Content .ContainerAdviser .ContainerAdviserContent .Tip {
	position:relative;
	width:100%;
	margin:1.5em 0 0 0;
	padding:5.5em 1em 1em 1.25em;
	background:#e0e0e0 url(/img/bg_boxtipp.png) no-repeat left top;		
	background-size: 100% auto;
	border-radius:0.75em;		
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;	
	}	
	
#Content .ContainerAdviser .ContainerAdviserContent .Tip a.TipLink {
	display:inline-block;
	margin:0 0.75em 0 0;	
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	}	
	
#Content .ContainerAdviser .ContainerAdviserContent .Tip a.TipLink img {
	height: 1.65em;
	width: auto;
	}		
	
#Content .ContainerAdviser .ContainerAdviserContent .Tip a.TipLink:hover {
	filter: alpha(opacity=55);
	opacity: 0.55;
	-moz-opacity:0.55;
	-khtml-opacity:0.55;
	}			
	
#Content .ContainerAdviser .ContainerAdviserContent .Tip h4 {
	display:none;
	}		
	
#Content .ContainerAdviser .ContainerAdviserContent .Tip p {
	margin:0.75em 0 0 0.25em;
	font:normal normal normal 100% arial, helvetica, sans-serif;	
	line-height:1.45;
	}	
	
/* Content Text Site: COMPARISON */	

#Content .TextContainerComparision {
	margin:0 0 0 0.5em;
	padding:0 0 1.7em 0;
	overflow:hidden;
	}

#Content .ContainerComparison {
	position:relative;
	margin:0 0 0.75em 0;
	padding:0.75em 1em 1.75em 1.25em;
	background-color:#f2f2f2;
	border:1px solid #E3E2E2;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;		
	}	

#Content .ContainerComparison .ContainerComparisonContent {
	}	
	
#Content .ContainerComparison .ContainerComparisonContent h3 {
	margin:0.5em 0 0.75em 0;
	font:normal normal bold 140% arial, helvetica, sans-serif;		
	}		
	
#Content .ContainerComparison .ContainerComparisonContent p {
	margin:0;
	font:normal normal normal 100% arial, helvetica, sans-serif;	
	line-height:1.45;	
	}	
	
#Content .ContainerComparison .ContainerComparisonContent .Products {
	margin:1em 0 0 0.15em;
	}	
	
#Content .ContainerComparison .ContainerComparisonContent .Products a {
	float:left;
	display:block;
	margin:0 1em 1em 0;
	width:47.5%;
	height:auto;
	overflow:hidden;
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;		
	}	
	
#Content .ContainerComparison .ContainerComparisonContent .Products a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;		
	}		
	
#Content .ContainerComparison .ContainerComparisonContent .Products a img {
	width:100%;
	height:auto;
	}		

/* Content Text Site: SHOPPING CART */	

#Content .ContainerCart {
	position:relative;
	clear:both;
	margin:0 0 0.75em 0;
	padding:1.25em 1em 0.5em 1em;
	background:#eeeeee;
	}			
	
#Content .ContainerCart h3 {
	margin:-0.15em 0 1.5em 0;
	line-height: 1;
	}		
	
#Content .ContainerCart p {
	margin:0 0 0.55em 0;
	}	
	
#Content .ContainerCart p.Info {
	position:absolute;
	display:block;
	right:1em;
	top:1.5em;
	margin:0;
	padding:0;
	text-align:right;
	z-index:5;
	}	
	
#Content .ContainerCart p.Info span {
	color:#009fe3;
	font:normal normal bold 120% arial, helvetica, sans-serif;	
	line-height:1;
	}	
	
#Content .ContainerCart p.Link {
	position:absolute;
	right:0.75em;
	top:1.15em;
	font-weight:bold;
	}					
		
#Content .ContainerCart .ColumnLeft {
	float:left;
	width:46%;
	}	
	
#Content .ContainerCart .ColumnLeft img {
	height:2.5em;
	width:auto;
	}		
	
#Content .ContainerCart .ColumnLeft h2 {
	margin:0;
	display:none;
	}
	
#Content .ContainerCart .ColumnLeft h3 {
	margin:0.35em 0 1em 0.15em;
	font:normal normal bold 110% arial, helvetica, sans-serif;	
	}				
	
#Content .ContainerCart .ColumnRight {
	float:right;
	margin:0;
	padding:0.5em 0 0 0;
	width:50%;
	}	
	
#Content .ContainerCart .ColumnRight p {
	line-height:1.45;
	}	
	
#Content .ContainerCart .ColumnRight .Field {
	width: auto;
	}		
	
#Content .ContainerCart .ColumnRight .FieldPrice {
	margin:0;
	}			

#Content .ContainerCart .ColumnRight .Field input {
	width:3em;
	font-weight:bold;
	}		
	
#Content .ContainerCart .ColumnRight .Field span.Price {
	display:inline-block;
	margin:0.5em 0 0 0.25em;
	font:normal normal bold 125% arial, helvetica, sans-serif;	
	line-height:1;
	}		
	
#Content .ContainerCart .ColumnRight .CartButtonRefresh {
	width:7em;
	float:left;
	}
	
#Content .ContainerCart .ColumnRight .CartButtonRefresh input[type="image"] {
	width:100%;
	height: auto;
	}			
	
#Content .ContainerCart .ColumnRight p.Price {
	float:right;
	margin:0 0 0 0;
	line-height:2.35;	
	}								
	
#Content .ContainerCart .ColumnRight p.Price span {
	float:right;
	display:inline-block;
	font:normal normal bold 140% arial, helvetica, sans-serif;	
	line-height:1.5;
	margin:0 0 0 0.5em;
	}	
		
#Content .ContainerCart p.Label {
	margin:0.25em 0 0 0;
	font-weight:normal;
	line-height:1.45;
	}	
	
#Content .ContainerCart .Field {
	margin:0 0 0.75em 0;
	}	
	
#Content .ContainerCart .ColumnRight p.Label {
	width:28%;
	}				
	
#Content .ContainerCart .FieldText {
	margin:0.25em 0 0 0;
	line-height:1.45;	
	font-weight: bold;
	}		
	
#Content .ContainerCart .Border {
	position:relative;
	margin:1em 0 1em 0;
	padding:0.75em 0 0.5em 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	overflow:hidden;
	}	
	
#Content .ContainerCart .Border .TextQuantity {
	display: inline-block;
	margin: 0.325em 0 0.325em 0;
	}			
	
#Content .ContainerCart .Border .CartButtonRefresh {
	float:left;
	margin:0 0 0 1em;
	}	
	
#Content .ContainerCartTotal {
	text-align:right;
	}		
	
#Content .ContainerCart p.PriceSubtotal {
	font:normal normal normal 100% arial, helvetica, sans-serif;		

	}								
	
#Content .ContainerCart p.PriceSubtotal span {
	float:right;
	display:inline-block;
	font:normal normal bold 100% arial, helvetica, sans-serif;
	margin:0 0 0 0.5em;
	}	
	
#Content .ContainerCart p.PriceTotal {
	font:normal normal normal 100% arial, helvetica, sans-serif;	
	line-height: 2.55;			
	margin:0 0 0 0;
	}								
	
#Content .ContainerCart p.PriceTotal span {
	float:right;
	display:inline-block;
	font:normal normal bold 180% arial, helvetica, sans-serif;	
	margin:0 0 0 0.5em;
	}		
	
#Content .ContainerCartButton {
	overflow:hidden;
	margin:0 0 0.5em 0;
	}	
	
#Content .ContainerCartButton a {
	height:4em;
	width:auto;
	}	
	
#Content .ContainerCartButton a img {
	height:3.25em;
	}	
	
#Content .ContainerCartButton input[type="image"] {
	height:3.25em;
	}	
	
#Content .ContainerCartButton input.ButtonSend {
	float: right;
	height: 3.75em;
	margin-top: 0.25em;
	}
	
#Content .ContainerCartButton a.ButtonSendContainer {
	float: right;
	display: inline-block;
	}	
	
#Content .ContainerCartButton img.ButtonSend {
	height: 3.75em;
	margin-top: 0.25em;
	}			
	
#Content .ContainerCart .LogoPayment {
	float:left;
	}	
	
#Content .ContainerCart .LogoPaymentPaypal {
	margin:0 0 0 1em;
	}
	
#Content .ContainerCart .LogoPaymentPaypal img {
	margin-top:0.35em;
	width:5.5em;
	height:auto;
	}			
	
#Content .ContainerBankData {
	position:relative;
	clear:both;
	margin:0 0 -0.5em 0;
	padding:1em 1em 0 1em;
	background:#eeeeee;
	}		
		
/* Content Text Site: SEARCH RESAULTS */	

#Content .ContainerSearchResult {
	position:relative;
	clear:both;
	margin:0 0 0.75em 0;
	padding:0.75em 1em 2.5em 1em;
	background:#eeeeee;
	}		
	
#Content .ContainerSearchResult h3 {
	margin:0 0 1em 0;
	}		
	
#Content .ContainerSearchResult p.Link {
	position:absolute;
	right:0.75em;
	top:1em;
	margin:0;
	font-weight:bold;
	}	
	
#Content .ContainerSearchResult .ColumnLeft {
	float:left;
	width:50%;
	}	
	
#Content .ContainerSearchResult	.ColumnLeft img  {
	margin-top:0.25em;
	height:3em;
	width;auto;
	}	
	
#Content .ContainerSearchResult .ColumnLeft h2 {
	margin:0;
	display:none;
	}
	
#Content .ContainerSearchResult .ColumnLeft h3 {
	margin:0.25em 0 1em 0.15em;
	font:normal normal bold 110% arial, helvetica, sans-serif;	
	line-height:1.45;
	}				
	
#Content .ContainerSearchResult .ColumnRight {
	float:right;
	margin-top:-0.25em;
	padding:0 0 0 0;
	width:50%;
	}	
	
#Content .ContainerSearchResult .ColumnRight ul {
	margin-left:0;
	padding-left:1em;
	line-height:1.45;
	}	
	
#Content .ContainerSearchResult p.Price {
	position:absolute;
	bottom:0.25em;
	right:7em;
	margin:0 0 0 0;
	line-height:2.2;	
	text-align:right;
	}								
	
#Content .ContainerSearchResult p.Price span {
	float:right;
	display:inline-block;
	font:normal normal bold 180% arial, helvetica, sans-serif;	
	line-height:1;
	margin:0 0 0 0.5em;
	}	
	
#Content .ContainerSearchResult a.LinkMore {
	display:block;
	position:absolute;
	bottom:0.625em;
	right:0.95em;
	}		
	
#Content .ContainerSearchResult a.ProductM01 {
	background-color:#0091D5;	
	}	
	
#Content .ContainerSearchResult a.ProductM02 {
	background-color:#76B535;			
	}	
	
#Content .ContainerSearchResult a.ProductM03 {
	background-color:#EE7A44;		
	}	
	
#Content .ContainerSearchResult a.ProductM04 {
	background-color:#E2D400;		
	}	
	
#Content .ContainerSearchResult a.ProductM05 {
	background-color:#B9A0C8;			
	}		
	
#Content .ContainerSearchResult a.ProductT01 {
	background-color:#A3A3A3;			
	}						
	
#Content .ContainerSearchResult a.LinkMore:hover {
	background-position:bottom;
	}	
	
#Content .ContainerSearchResult a.LinkMore span {
	}		
	
#Content .ContainerSearchResult .Border {
	position:relative;
	margin:0 0 0.85em 0;
	padding:0.75em 0 0 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	overflow:hidden;
	}	
	
#Content .ContainerSearchResult .Border h3 {
	font:normal normal bold 100% arial, helvetica, sans-serif;	
	line-height:1.45;
	margin:0;
	}	
	
#Content .ContainerSearchResult .Border p {
	font:normal normal normal 100% arial, helvetica, sans-serif;	
	line-height:1.45;	
	}	
	
				

/* Content: BOXES ---------------------------------- */	

#Content .ContentBoxes {
	clear:both;
	margin:0 0 1% 0;
	border:0;
	overflow:hidden;	
	}	
	
#Content .ContentBoxes .ContentBox {
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	}		
	
#Content .ContentBoxes .ContentBox:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;	
	}		
	
#Content .ContentBoxes .LinkMore {
	display:block;
	position:absolute;
	bottom:0.75em;
	left:0.75em;
	background:#aeaeae;		
	line-height: 2.25;

	}	
	
#Content .ContentBoxes .LinkMore:hover {
	color:#fff;
	}		


/* Content: BOXES: ADVISER */
#Content .ContentBoxes .ContentBoxAdviser {
	float:right;
	position:relative;
	margin:0 1.25% 0 0;
	padding:0 0.75em 0.75em 0.75em;
	width:32.25%;
	height:20em;
	background:#eee url(/img/bg_contentbox-berater.jpg) no-repeat right bottom;	
	background-size:100% auto;
	overflow:hidden;
	text-decoration: none;
	}	
	
#Content .ContentBoxes .ContentBoxAdviser h3 {
	margin:0.5em 0 0.25em 0;
	font-size:120%;
	line-height:1.45;
	font-weight:600;
	color:#009FE3;
	}	
	
#Content .ContentBoxes .ContentBoxAdviser:hover h3 {
	text-decoration: underline;
	}		

#Content .ContentBoxes .ContentBoxAdviser p {
	font:normal normal normal 100%/1.3 arial, helvetica, sans-serif;	
	color:#454545;	
	}
	
#Content .ContentBoxes .ContentBoxAdviser .Break {
	display: block;
	}	
	
#Content .ContentBoxes .ContentBoxAdviser .LinkMore {
	background:#5d5d5d;		
	color: #fff;
	}
	
#Content .ContentBoxes .ContentBoxAdviser:hover .LinkMore {
	text-decoration:underline;
	}	
			
/* Content: BOXES: SHOROOM */							
#Content .ContentBoxShowroom {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	width:65.5%;
	height:20em;
	background:url(/img/bg_box-showroom.jpg) no-repeat left top;	
	background-size:100% auto;
	text-decoration: none;
	overflow:hidden;	
	}	
	
#Content .ContentBoxes .ContentBoxShowroom .PicTitle {
	width: 69%;
	}	
	
#Content .ContentBoxes .ContentBoxShowroom .PicTitle img {
	width: 100%;
	height: auto;
	}			
	
#Content .ContentBoxes .ContentBoxShowroom h3 {
	display:none;
	}	
	
#Content .ContentBoxes .ContentBoxShowroom p {
	margin:7em 0.75em 0.75em 1em;
	font:normal normal bold 84.615%/1.35 arial, helvetica, sans-serif;		
	color:#454545;
	}	

#Content .ContentBoxes .ContentBoxShowroom .LinkMore {
	top:50%;
	left:0.75em;
	background:#0091d5;
	}	
	
#Content .ContentBoxes .ContentBoxShowroom:hover .LinkMore {
	text-decoration:underline;
	}		
	
/* Content: BOXES: PANORAMA */	
#Content .ContentBoxPanorama {
	clear:both;
	position:relative;
	margin:2.7em 0 1.5em 0.5em;
	padding:0;
	width:98%;
	height:19.5em;
	background:url(/img/bg_contentbox-panorama.jpg) no-repeat left top;	
	background-size: 100% auto;
	overflow:hidden;
	}	
	
#Content .ContentBoxPanorama a {
	display:block;
	position:absolute;
	left:-50%;
	right:-50%;
	margin:auto;
	top:-40%;
	bottom:-50%;
	width:8.5em;
	height:8.5em;
	background:url(/img/button_panorama-start.png) no-repeat left top;		
	background-size:100% auto;
	}		
	
#Content .ContentBoxPanorama a:hover {
	background-position:left bottom;	
	}	
	
#Content .ContentBoxPanorama a span {
	display:none;	
	}	
	
/* Content: BOXES: FILM */										
#Content .ContentBoxFilm {
	float:left;
	position:absolute;
	right:0.25em;
	top:0.25em;
	margin:0;
	padding:0;
	width:57%;
	height:16em;
	border:0;
	overflow:hidden;
	}	
	
#Content .ContentBoxFilm div.Film {
	}	
		
/*************************************************
* Specials
*************************************************/		

.ContentContact #GoogleMapsContainer {
	margin-top:2.25em !important;
	}	
			
/*************************************************
* Home
*************************************************/	

#ImgHome {
	position:absolute;
	top:16.175em;
	right:4.175em;
	width:2.375em;
	height:5em;
	overflow:hidden;
	border:0;
	z-index:2;
	}	
	
#ImgHome img {
	width:100%;
	height:auto;
	}		

#ContentWrapHome {
	float:left;
	position:relative;
	padding:0 0.75em 0.75em 0.75em;
	width:100%;
	overflow:hidden;	
	}	
	
#ContentWrapHome #Content {
	width:72.25%;
	border:0;		
	overflow:hidden;
	}	
		
#ContentWrapHome #Content .ContentBoxes {
	clear:both;
	}				
	
#IntroHome {
	position:relative;
	margin:0 0.75em 0.75em 0.75em;
	padding:1px 0 0 0;
	height:10.5em;
	background:url(/img/bg_home.jpg) no-repeat right top;	
	background-size: 100% auto;
	}	
	
#IntroHome h4 {
	display:block;
	margin:1.5em 0 0.25em 0;
	height:2.725em;
	background:url(/img/claim_home.gif) no-repeat left top;	
	background-size: auto 100%;
	}	
	
#IntroHome h4 a {
	display:block;
	}	
	
#IntroHome h4 span {
	display:none;
	}	
	
#IntroHome h1 {
	display:inline-block;
	margin:-0.15em 30em 0 0.3em;
	font:normal normal bold 107.692%/1.35 arial, helvetica, sans-serif;	
	}	

#IntroHome p.Text {
	display:inline-block;
	margin:0 28em 0 0.3em;
	font:normal normal normal 107.692% arial, helvetica, sans-serif;	
	line-height:1.275;
	}
/* alt	
#IntroHome p.Guarantee {
	position:absolute;
	right:-1.25em;
	bottom:-0.35em;
	margin:0;
	width:21.75%;
	height:3.5em;
	background:url(/img/... .png) no-repeat right bottom;		
	background-size: 100% auto;	
	}		
*/	
#IntroHome p.Guarantee {
	display: none !important;
	}		

#IntroHome p.Guarantee span {
	display:none;	
	}
	
#TextHome {
	margin:0;
	padding:0 0 0.75em 0.75em;
	border:0;
	background:#f2f2f2 url(/img/bg_texthome.jpg) no-repeat left top;
	background-size: 72.25% auto;
	overflow:hidden;
	}	
	
#TextHome h2 {
	margin:1em 0 0.5em 0;
	font:normal normal bold 100%/1.35 arial, helvetica, sans-serif;	
	color:#454545;
	}	
	
#TextHome p {
	margin:0;
	font:normal normal normal 80%/1.45 arial, helvetica, sans-serif;	
	color:#454545;
	}	
	
#TextHome p a {
	color:#454545;
	}	
	
#TextHome p a:hover {
	color:#000;
	}			
	
#TextHome .ColumnLeft {
	float:left;
	margin:0;
	width:70%;
	}	
	
#TextHome .ColumnRight {
	float:right;
	margin:0;
	width:28%;
	}

#TextHome .ColumnRight img {
	width: 100%;
	height: auto;
	}	
	
	
/* Home: PRODUCT OVERVIEW ---------------------------------- */		
#ProductOverview {
	margin:0;
	}
	
#ProductOverview .ProductContainer {
	display:block;
	position:relative;
	float:left;
	margin:0 1% 1% 0;
	width:32.25%;
	min-height:22.35em;
	overflow:hidden;
	border:0;
	background:#ececec;
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;		
	}	
	
#ProductOverview.ProductContainer img {
	width:100%;
	height:auto;
	}
	
#ProductOverview .ProductContainer .FlagTopseller {
	position:absolute;
	display:block;
	top:4.8em;
	right:1em;
	width:4.85em;
	height:4.85em;
	overflow:hidden;
	border:0;
	z-index:10;
	}	
	
#ProductOverview .ProductContainer .FlagTopseller img {
	width: 100%;
	height: auto;
	}			
	
#ProductOverview .ProductM01 {
	background:#d9eff9;
	}	
	
#ProductOverview .ProductM02 {
	background:#e4f0d7;
	}		
	
#ProductOverview .ProductM03 {
	background:#fce4da;
	margin-right:0;
	}	
	
#ProductOverview .ProductM04 {
	background:#f9f6cc;
	}
	
#ProductOverview .ProductM05 {
	background:#f1ecf4;
	}
	
#ProductOverview .ProductT01 {
	background:#ececec;
	margin-right:0;
	}	
	
#ProductOverview .ProductContainer h3 {
	display:block;
	margin:0;
	padding:0.5em 0.5em 0.35em 0.5em;
	font:normal normal bold 100% arial, helvetica, sans-serif;	
	line-height:1.35;	
	color:#fff;
	background:#0091d5;	
	}	
	
#ProductOverview .ProductM01 h3 {
	background:#0091d5;	
	}	
	
#ProductOverview .ProductM02 h3 {
	background:#76b535;	
	}	
	
#ProductOverview .ProductM03 h3 {
	background:#ee7a44;	
	}	
	
#ProductOverview .ProductM04 h3 {
	background:#e2d400;	
	}	
	
#ProductOverview .ProductM05 h3 {
	background:#b9a0c8;	
	}		
	
#ProductOverview .ProductT01 h3 {
	background:#a3a3a3;
	white-space: nowrap;
	overflow: hidden;
	}	
	
#ProductOverview .ProductContainer h3 a {
	display:block;
	color:#fff;
	text-decoration:none;
	}	
	
#ProductOverview .ProductContainer .LinkMore {
	display:block;
	position:absolute;
	bottom:0.75em;
	right:0.75em;
	}	
	
#ProductOverview .ProductM01 .LinkMore {
	background:#0091d5;
	}	
	
#ProductOverview .ProductM02 .LinkMore {
	background:#76b535;
	}	
	
#ProductOverview .ProductM03 .LinkMore {
	background:#ee7a44;
	}	
	
#ProductOverview .ProductM04 .LinkMore {
	background:#e2d400;		
	}	
	
#ProductOverview .ProductM05 .LinkMore {
	background:#b9a0c8;		
	}		
	
#ProductOverview .ProductT01 .LinkMore {
	background:#a3a3a3;		
	}						
	
#ProductOverview .ProductContainer .LinkMore:hover {
	background-position:bottom;
	}	
	
#ProductOverview .ProductContainer .LinkMore:hover span {
	text-decoration:none;
	}		
	
#ProductOverview .ProductContainer ul { 
	width:97%;
	height:7.75em;
	margin:0.5em 0 0 0;
	padding: 0 0 0 1.75em;
	list-style-type: disc;
	list-style-position: outside;
	font:normal normal normal 92.308%/1.45 arial, helvetica, sans-serif;	
	overflow:hidden;	
	}	
	
#ProductOverview .ProductContainer ul li {
	margin-left:0;
	}	
	
#ProductOverview .ProductContainer p.Price {
	margin: 0;
	position:absolute;
	left: 0.5em;
	bottom: 0.25em;
	font:normal normal bold 176.923%/1.45 arial, helvetica, sans-serif;	
	}	
	
#ProductOverview .ProductContainer p.Price span {
	font:normal normal bold 50%/1.45 arial, helvetica, sans-serif;		
	}					
	
#ProductOverview .ProductContainer .ProductImg {
	display: block;
	position:relative;
	width:100%;
	height:20.25em;
	overflow:hidden;	
	text-decoration: none;
	color: #303030;
	}		
	
#ProductOverview .ProductContainer:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;	
	}	
	
#ProductOverview .ProductContainer .ProductImg h4 {
	display:block;
	position:absolute;
	margin:0;
	top:0.75em;
	right:0.5em;
	height:3em;
	z-index:2;	
	}		
	
#ProductOverview .ProductContainer .ProductImg h4 {
	height: 2.815em;
	width: 100%;
	z-index:2;	
	}	
	
#ProductOverview .ProductM01 .ProductImg h4 {
	background:url(/img/title_prod_m01.png) no-repeat right top;
	background-size: auto 100%;
	}	
	
#ProductOverview .ProductM02 .ProductImg h4 {
	background:url(/img/title_prod_m02.png) no-repeat right top;
	background-size: auto 100%;
	}	
	
#ProductOverview .ProductM03 .ProductImg h4 {
	background:url(/img/title_prod_m03.png) no-repeat right top;
	background-size: auto 100%;
	}	
	
#ProductOverview .ProductM04 .ProductImg h4 {
	background:url(/img/title_prod_m04.png) no-repeat right top;
	background-size: auto 100%;
	}	
	
#ProductOverview .ProductM05 .ProductImg h4 {
	background:url(/img/title_prod_m05.png) no-repeat right top;
	background-size: auto 100%;
	}		
	
#ProductOverview .ProductT01 .ProductImg h4 {
	background:url(/img/title_prod_t01.png) no-repeat right top;
	background-size: auto 100%;
	}	
		
#ProductOverview .ProductContainer .ProductImg h4 span {
	display:none;
	}	
			
#ProductOverview .ProductContainer .ProductImg:hover .LinkMore {
	text-decoration: underline;
	color: #fff;
	}
	
/*************************************************
* Sidebar
*************************************************/	
#Sidebar {
	float:right;
	width:27.75%;
	overflow:hidden;
	font:normal normal normal 100%/1.375 arial, helvetica, sans-serif;
	color:#5f5f5f;
	}	
	
#Sidebar .Box {
	display:block;
	position:relative;
	margin:0 0 0.55em 0;
	padding:0.75em 0.25em 0 0.85em;
	width:100%;	
	overflow:hidden;
	border:1px solid #e3e2e2;
	border-radius:0.75em;		
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
	text-decoration: none;	
	}	
	
#Sidebar a.Box {
	text-decoration: none;	
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	}		
	
#Sidebar a.Box:hover {	
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;	
	}
	
#Sidebar .Box p {
	color:#5f5f5f;
	margin:0;
	}	
	
#Sidebar .Box p.TextFreecall,
#Sidebar .Box p.TextFreecall span {
	color:#009FE3;
	padding-right: 0;
	}	
	
#Sidebar .BoxFreecall p 
	{padding-right: 20%;
}	

	
#Sidebar .Box h4 {
	margin:0;
	font:normal normal bold 107.692%/1.35 arial, helvetica, sans-serif;	
	color:#5f5f5f;
	}	
	
#Sidebar .Box h5 {
	margin:0;
	font:normal normal bold 100%/1.35 arial, helvetica, sans-serif;	
	color:#009fe3;
	}	
		
#Sidebar .Box:hover h4,
/* #Sidebar .Box:hover h5, */
#Sidebar .Box:hover .ButtonLink {
	text-decoration:underline;
	}			
	
#Sidebar .Box .LinkMore {
	display:block;
	float:right;
	margin:0 0.35em 0.75em 0;
	background:#aeaeae;		
	}	

	
/* Sidebar Box: FREECALL ---------------------------------- */		
#Sidebar .BoxFreecall {
	min-height:12.85em;
	overflow:hidden;
	}	
	
#Sidebar .BoxFreecall h4 {
	margin:0;
	font:normal normal bold 95% arial, helvetica, sans-serif;
	lin-height:1.55;
	text-decoration: none !important;
	}
	
#Sidebar .BoxFreecall h4:hover {
	text-decoration:none;
	}	
	
#Sidebar .BoxFreecall p {
	margin:0;
	}	
	
#Sidebar .BoxFreecall p.Claim {
	margin:0.675em 0 0 0;
	font:normal normal bold 107.692% arial, helvetica, sans-serif;	
	line-height:1.285;
	}
	
#Sidebar .BoxFreecall p.Claim a {
	color:#5f5f5f;
	text-decoration:none;
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;		
	}	
	
#Sidebar .BoxFreecall p.Claim a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;	
	text-decoration:underline;	
	}			
	
#Sidebar .BoxFreecall .Icon {
	position:absolute;
	bottom:0.85em;
	right:1em;
	width:6em;
	width:6em;
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;			
	}	
	
#Sidebar .BoxFreecall .Icon:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;		
	}		
	
#Sidebar .BoxFreecall .Icon img {
	width: 100%;
	height: auto;
	}		
	
/* Sidebar Box: MANUFACTURE ---------------------------------- */
#Sidebar .BoxManufacture {
	padding-bottom:0;
	height:9em;		
	background:url(/img/bg_box-manufacture.jpg) no-repeat left top;		
	background-size: 100% auto;
	}	

#Sidebar .BoxManufacture .LinkMore {
	position: absolute;
	right:0.25em;
	bottom:0;
	background:#0091d5;	
	}		
	
/* Sidebar Box: TO BED ---------------------------------- */
#Sidebar .BoxBed {
	min-height: 8.175em;
	}	

#Sidebar .BoxBed img {
	width: 75%;
	margin: 0.55em auto 0 auto;
	height: auto;
	}		
	
/* Sidebar Box: SPECIFIC REQUIREMENTS --------------------- */
#Sidebar .BoxSpecificRequirements {	
	min-height: 13.75em;
	}	
	
#Sidebar .BoxSpecificRequirements .NoWrap {	
	display: block;
	}	
	
#Sidebar .BoxSpecificRequirements .Img {
	position:absolute;
	right:0;
	top:0;
	width:30%;
	border:0;
	overflow:hidden;
	}	
	
#Sidebar .BoxSpecificRequirements .Img img {
	width: 100%;
	height: auto;
	}		
	
#Sidebar .BoxSpecificRequirements .LinkMore {
	position:absolute;
	right:0.25em;
	bottom:0;
	}		

/* Sidebar Box: PACKAGING ---------------------------------- */
#Sidebar .BoxPackaging {
	min-height: 9.15em;
	}	
	
/* Sidebar Box: ADVISER ---------------------------------- */		
#Sidebar .BoxAdviser {
	position:relative;
	padding:0 0 0 0;
	width:100%;
	height:16.5em;
	background:#eee url(/img/bg_contentbox-berater.jpg) no-repeat right bottom;	
	background-size: auto 100%;
	overflow:hidden;
	border:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;	
	}	
	
#Sidebar .BoxAdviser h4 {
	margin:0.35em 0 0.25em 0.5em;
	padding:0;
	color:#00A8EB;
	font-size:140%;
	}	

#Sidebar .BoxAdviser p {
	margin:0 0.75em 0.75em 0.75em;
	font:normal normal normal 100%/1.35 arial, helvetica, sans-serif;		
	}	
	
#Sidebar .BoxAdviser p span {
	display: block;
	width: 70%;
	}		
	
#Sidebar .BoxAdviser .LinkMore {
	position:absolute;
	left:1em;
	bottom:0.35em;
	background: #5D5D5D;		
	}		
	
/* Sidebar Box: SHOWROOM ---------------------------------- */
#Sidebar .BoxShowroom {
	position:relative;
	padding:0;
	width:100%;
	height:16em;
	background:url(/img/bg_box-showroom.jpg) no-repeat right top;
	background-size: auto 100% ;		
	overflow:hidden;
	border:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;	
	}	
	
#Sidebar .BoxShowroom .PicTitle {
	width: 85%;
	}	
	
#Sidebar .BoxShowroom .PicTitle img {
	width: 100%;
	height: auto;
	}		
	
#Sidebar .BoxShowroom h4 span {
	display:none;
	}	
	
#Sidebar .BoxShowroom .LinkMore {
	position:absolute;
	left:1em;
	bottom:0.35em;
	background:#0091d5;
	}	
	
	
/* Sidebar Box: PRODUCTS ---------------------------------- */
#Sidebar .BoxProducts {
	position:relative;
	padding:0;
	height:14em;
	background:url(/img/bg_box-products.jpg) no-repeat right bottom;	
	background-size: auto 100%;
	overflow:hidden;
	}	
	
#Sidebar .BoxProducts h4 {
	margin:0.35em 0 0.25em 0.5em;
	padding:0;
	color:#00A8EB;
	font-size:140%;
	}	
	
#Sidebar .BoxProducts .LinkMore {
	position:absolute;
	width: auto;
	padding-left: 0.75em;
	padding-right: 0.75em;
	bottom:0.15em;
	left:0.75em;
	background:#009ee3;		
	}	
	
#Sidebar .BoxProducts .LinkMore:hover {
	background-position:bottom;		
	}	
		
/*************************************************
* Forms
*************************************************/	
.Label  {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:25%;
	overflow:hidden;
	line-height:1.45;
	border:0;
	}	
	
.Label span  {
	display:inline-block;
	padding:0 0 0 0em;
	color:#009fe3;
	font:normal normal bold 100% arial, helvetica, sans-serif;	
	}	
	
.Field {
	float:left;
	margin:0 0 0.5em 0;
	padding:0;	
	overflow:hidden;	
	border:0;
	width:45%
	}		
	
.Field input {
	padding:0.25em;
	margin:0;
	font:normal normal normal 100% arial, helvetica, sans-serif;	
	border:1px solid #a8a8a8;	
	width:100%
	}	
	
.Field select {
	padding:0.25em 0 0.25em;
	margin:0;
	font:normal normal normal 100% arial, helvetica, sans-serif;	
	border:1px solid #a8a8a8;
	width:100%;	
	}		
	
.LabelRadio  {
	float:left;
	padding:0.25em 0 0.5em;
	margin:0px !important;
	}	
	
.FieldRadio {
	clear:both;
	float:left;
    padding:0.45em 0 1em 0.25em;
    width:2.5em;
	}	
	

.FieldCheckbox {
	clear:both;
	float:left;
	margin:0 0.5em 0 0;
	}	
		
p.Error {
	padding:0.75em;
	color:#fff;
	font-weight:bold;
	background:#e3131f;	
	}		
	
p.Success {
	padding:0.75em;
	color:#fff;
	font-weight:bold;	
	background:#78c029;
	}	


/*************************************************
* Footer
*************************************************/			

#Footer {
	margin:0 0.75em 0 0.75em;
	padding:0.5em 0 0 0;
	width:98%;
	border:0;	
	overflow:hidden;	
	background:#f1f1f1;
	}		
	
#Footer #FooterNav {
	float:left;
	margin:0;
	padding:0 0 1em 0.75em;	
	width:60%;
	border:0;
	overflow:hidden;
	}			
	
#Footer #FooterNav p {
	float:left;
	margin:0;
	padding:0.25em 3em 0 0;
	font:normal normal normal 85% arial, helvetica, sans-serif;	
	line-height:1.45;
	}

#Footer #FooterNav a {
	color:#747474;
	text-decoration:none;
		font-size: 90%;
	}	
	
#Footer #FooterNav a:hover {
	text-decoration:underline;
	}		
	
#Footer #FooterNav p a span {
	font-weight:bold;
	}	
	
#Footer #FooterCertifications {
	float:right;
	margin:0 0.75em 0.5em 0;
	border:0;
	overflow:hidden;
	}	
	
#Footer #FooterCertifications .TextFreecall {
	text-align:right;
	margin:0 0 1em 0;
	font:normal normal bold 130% arial helvetica, sans-serif;	
	line-height:1.35;
	 color: #5F5F5F;
	}	
	
#Footer #FooterCertifications .Icons {
	float:right;
	overflow: hidden;
	}		
		
#Footer #FooterCertifications .TextFreecall span {
    color: #009FE3;
}	
	
#Footer #FooterCertifications .IconCertification {
	float:right;
	margin:0.175em 0 0 0.6em;
	height: 4em;
	}
	
#Footer #FooterCertifications .IconCertification img {
	height:100%;
	width:auto;
	}	
	
#Footer #FooterCertifications .IconCertificationSize01 {
	margin-top:0;
	height: 4.5em;
	}			
	
#Footer #FooterCertifications .IconCertification a {	
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	}	
	
#Footer #FooterCertifications .IconCertification a:hover {	
	-webkit-transition:all 200ms ease 0s;
	transition:all 200ms ease 0s;	
	filter: alpha(opacity=75);
	opacity:0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;	
	}					
	
#Footer #FooterAddress {
	position:relative;
	background:#b1b1b1;
	width:100%;
	overflow:hidden;
	}		
	
#Footer #FooterAddress p {
	margin:0.75em;
	color:#fff;
	font:normal normal normal 100% arial, helvetica, sans-serif;		
	}	
	
#Footer #FooterAddress p a {
	font-weight:bold;	
	color:#fff;
	text-decoration:none;
	}		
	
#Footer #FooterAddress p a:hover {
	text-decoration:underline;
	}			
	
#Footer #FooterAddress p.Copyright {
	float:right;
	}
	
#Footer #FooterAddress div.gPlusShare  {	
	position:absolute;
	top:0.6em;
	right:0.5em;
	margin:0px 0 0 0 !important;
	}
	
/*************************************************
* Popups
*************************************************/		
	
#ContentPopupWrap {
	float:left;
	position:relative;
	margin:0;
	padding:0 0 1em 1em;
	width:590px;
	border:0;	
	overflow:hidden;	
	text-align:left;
	font-size:100%;
	}
	
#ContentPopupWrap a.ButtonClose {
	display:block;
	position:absolute;
	right:0.75em;
	top:0.75em;
	width:2.75em;
	height:2.75em;
	background:url(/img/button_close.gif) no-repeat left top;	
	background-size:100% auto;
	z-index:5;
	}	
	
#ContentPopupWrap a.ButtonClose:hover {
	background-position:left bottom;	
	}		
	
#ContentPopupWrap a.ButtonClose span {
	display:none;
	}		
		
#ContentPopupWrap #Content {
	margin:0;
	padding:1em 0 0 0;
	border:0;
	width:550px;
	}	
		
/*************************************************
* Lightboxes
*************************************************/						
#Lightbox {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	margin:0;
	border:0;
	padding:0;
	background:#393939;
	-moz-opacity:0.75;
	opacity:0.75;
	filter:Alpha(opacity:75);
	z-index:77;
	}	
	
#LayerContainer, #LayerContainerTopper {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background-color:#fff;
	border:0.25em solid #009fe3;
	/* border-radius:1.25em;
	-moz-border-radius:1.25em;
	-khtml-border-radius:1.25em; */
	}	
	
#LayerContainer a.ButtonClose, #LayerContainerTopper a.ButtonClose {
	display:block;
	position:absolute;
	right:0.75em;
	top:0.75em;
	width:2.75em;
	height:2.75em;
	border:0;
	background:url(/img/button_close.gif) no-repeat left top;	
	background-size:100% auto;
	}	
	
#LayerContainer a.ButtonClose:hover, #LayerContainerTopper a.ButtonClose:hover {
	background-position:left bottom;	
	}		
	
#LayerContainer a.ButtonClose span, #LayerContainerTopper a.ButtonClose span {
	display:none;
	}		
	
#LayerContainer h1, #LayerContainerTopper h1 {
	text-align:left;
	font:normal normal bold 100% arial, helvetica, sans-serif;
	}	
	
/* Layer: PRODUCT */	
.LayerContainerProduct {
	height: auto;
	text-align:left;
	padding:4.5em 1.5em 1.5em 1.5em;
	overflow: hidden;
	}	
	
.LayerContainerProduct div {
	position:relative;
	width: 50em;
	height: auto;
	}	
	
.LayerContainerProduct div img {
	width: 100%;
	height: auto;
	}			
	
.LayerContainerProduct p {
	position:absolute;
	bottom:25%;
	left:2.5em;	
	font-size:75%;
	}			

/* Layer: SHWOROOM/PANORAMA */	
.LayerContainerShowroom {
	width:auto;
	padding:0 1em 1.5em 1em;
	}	
	
.LayerContainerShowroom h3 {
	text-align:left;
	margin-left:1em;
	}				
			
.LayerContainerShowroom iframe {
	width:580px;
	height:450px;
	}	