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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;	
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}
@font-face {
    font-family: 'Swis';
    src: url('fonts/swis721bdrndeu-webfont.eot');
    src: url('fonts/swis721bdrndeu-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/swis721bdrndeu-webfont.woff') format('woff'),
         url('fonts/swis721bdrndeu-webfont.ttf') format('truetype'),
         url('fonts/swis721bdrndeu-webfont.svg#Swis721BdRndEUNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
}
body{
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #A1A1A1;
	min-width: 960px;
	margin: 0;
	padding: 0;
}
body.wysiwyg{
	background: #050505;
	padding: 10px;
	min-height: 200px;
}
body.home{
	background: url('bkg_home_top.png') no-repeat center top transparent;	
}
body.subpage{
		
}
a{
	color: #ce0109;
	text-decoration: none;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;				
}
a:hover{
	color: #FFF;
}
h1,h2,h3{
    font-family: 'Exo 2',Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 0 20px;
    color: #FFF;
}
h1{
	font-size: 35px;
	line-height: 35px;
}
h2,h3{
	font-size: 16px;
	line-height: 18px;
}
h4,h5,h6{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
h1 a,h2 a,h3 a{
	color: #FFF;
}
input[type="text"],input[type="password"],textarea{
	font-size: 14px;
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 2px solid;
	border-color: #d8d8d8 transparent transparent #d8d8d8;
	border-radius: 0px;
        height: 40px;
}
input[type="text"],input[type="password"]{
	height: 28px;
	line-height: 28px;
	padding: 0 2px;
}
input[type="submit"],button, a.button{
	border-radius: 0px;
/*	background: url('bkg_button.png') repeat-x 0 0;*/
	border: none;
	border: 2px solid #ff324b;
	padding: 0 18px;
	margin: 0;
	color: #3d3d3d;
	font-size: 18px;
	font-weight: 600;
/*	text-shadow: -1px -1px 0 rgba(0,0,0,0.6);*/
	vertical-align: middle;
	cursor: pointer;
	vertical-align: /*\8*/ bottom;
        height: 40px;
        background: transparent;
}
a.button{
	padding: 0 10px 0;
	height: 28px;
	line-height: 28px;
	display: inline-block;
}
button span{
	cursor: pointer;
}
*:first-child + html input[type="submit"]{
	padding: 0 10px;
	vertical-align: baseline;
	border: none;
}
*:first-child + html button{
	padding: 0;
	vertical-align: baseline;
	border: none;
}
label{
	position: relative;
	display: inline-block;
	height: 30px;
}
label span{
	position: absolute;
	line-height: 28px;
	top: 1px;
	left: 3px;
	font-size: 12px;
	color: #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;	
}
.wrapper{
	margin: 0 auto;
	width: 940px;
	padding: 0 10px;
}
.vertical-align-fix{
	display: none;
}
*:first-child + html .vertical-align-fix{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
#header{
	height: 140px;
	position: relative;
}
#header .ledix-logo, #header .zamel-logo{
	height: 90px;
	width: 160px;
	padding-top: 50px;
}
#header .claim{
	float: left;
    text-align: center;
	padding-top: 40px;
	height: 100px; 
    width: 600px;
	margin-left: 10px;
	font: 35px/30px 'Exo 2',Arial, Helvetica, sans-serif;
	color: #FFF;
}
#header .claim span{
	display: block;
	text-align: center;
}
#header .ledix-logo{
	float: left;
}
#header .zamel-logo{
	float: right;
	text-align: right;
}
#footer{
	background: url('bkg_footer.png') no-repeat center bottom;
	height: 110px;
	padding-top: 75px;
}
#footer .wrapper{
	padding: 0 40px;
	width: 880px;
}
#footer .footer-logos{
	float: left;
	padding-top: 10px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	width: 295px;
}
#footer .footer-logos img{
	margin: 0 5px 10px 0;
}

#content{
	padding: 20px 0 50px;
	margin-bottom: 20px;
}
.home #content{
	margin-bottom: 0;
	padding: 0;
}
.link-button{
	background: url('bkg_link_button.png') repeat-x;
	height: 20px;
	padding: 0 4px;
	line-height: 18px;
	border-radius: 3px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.4);
}
#configurator{
	width: 881px;
	margin: 0 auto;
}
#configurator h1, #configurator h2{
	font-size: 24px;
}
#configurator h2{
	margin-top: 30px;
}
.configuration-steps{
	overflow: hidden;
}
.configuration-step{
	float: left;
	text-align: center;
	padding: 0 1px;
	border-right: 1px solid #e9e9e9;
}
#step-sets{
	border-left: 1px solid #e9e9e9;
}
.configuration-step ul{
	float: left;
	width: 119px;
	padding: 0 2px;
	margin: 0;
}
.configuration-step ul li{
	margin: 0 0 5px 0;
	list-style: none;	
}
.configuration-step .configuration-step-items ul:first-child li{
	margin-left: 0;
}
.configuration-step ul a{
	display: block;
	padding: 5px;
	background-color: #e1e1e1;
	color: #000;
	min-height: 70px;
	border: 1px solid #e8e8e8;
	border-radius: 0px;	
	cursor: default;
}
.configuration-step ul a.available:hover,.configuration-step ul a.selected{
	background-color: #ff314a;
	border-color: #ff314a;
	cursor: pointer;
}
.configuration-step img{
	height: 50px;
	background: url('configurator_skin.png') no-repeat;
}
.configuration-step ul a span{
	display: block;
}
.configuration-step-label{
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 600;
    height: 40px;
    line-height: 20px;
    text-transform: uppercase;
}
#step-sets ul li img{
	width: 50px;
}
.set-01 img{
	background-position: 0 0;
}
.set-02 img{
	background-position: 0 -50px;
}
.set-03 img{
	background-position: 0 -100px;
}
.set-04 img{
	background-position: 0 -150px;
}
.set-05 img{
	background-position: 0 -200px;
}
.set-06 img{
	background-position: 0 -250px;
}
.set-07 img{
	background-position: 0 -300px;
}
.set-08 img{
	background-position: -50px 0;
}
.set-09 img{
	background-position: -50px -50px;
}
.set-10 img{
	background-position: -50px -100px;
}
.set-11 img{
	background-position: -50px -150px;
}
.set-12 img{
	background-position: -50px -200px;
}
.set-13 img{
	background-position: -50px -250px;
}
.set-14 img{
	background-position: -50px -300px;
}
.set-15 img{
	background-position: 0px -350px;
}
.set-16 img{
	background-position: -50px -350px;
}
.set-17 img{
	background-position: 0px -400px;
}
.set-18 img{
	background-position: -50px -400px;
}
#step-instalations ul li img{
	width: 100px;
}
.instalation-1 img{
	background-position: -100px 0;
}
.instalation-2 img{
	background-position: -100px -50px;
}
#step-powersupplies ul li img{
	width: 50px;
}
.powersupply-1 img{
	background-position: -100px -100px;
}
.powersupply-2 img{
	background-position: -100px -150px;
}
.powersupply-3 img{
	background-position: -150px -150px;
}
.powersupply-4 img{
	background-position: -150px -100px;
}

#step-functionalities ul li img{
	width: 100px;
}
.functionality-1 img{
	background-position: -100px -200px;
}
.functionality-2 img{
	background-position: -100px -250px;
}
/*
.functionality-3 img{
	background-position: -100px -300px;
}
*/
.functionality-4 img{
	background-position: -100px -300px;
}
.functionality-5 img{
	background-position: -100px -350px;
}
#step-casingcolors ul li img{
	width: 50px;
}
.casingcolor-1 img{
	background-position: -200px 0px;
}
.casingcolor-2 img{
	background-position: -200px -50px;
}
.casingcolor-3 img{
	background-position: -200px -100px;
}
.casingcolor-4 img{
	background-position: -200px -150px;
}
.casingcolor-5 img{
	background-position: -200px -200px;
}
.casingcolor-6 img{
	background-position: -200px -250px;
}
.casingcolor-7 img{
	background-position: -200px -350px;
}
.casingcolor-8 img{
	background-position: -200px -300px;
}
#step-lightcolors ul li img{
	width: 50px;
}
.lightcolor-1 img{
	background-position: -250px 0px;
}
.lightcolor-2 img{
	background-position: -250px -50px;
}
/*
.lightcolor-3 img{
	background-position: -250px -100px;
}
.lightcolor-4 img{
	background-position: -250px -150px;
}
.lightcolor-5 img{
	background-position: -250px -200px;
}
*/
.lightcolor-6 img{
	background-position: -250px -100px;
}
.lightcolor-7 img{
	background-position: -250px -150px;
}
#code{
	padding-top: 30px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.progress{
	width: 510px;
	margin: 0 auto;
	background-color: #ff98a4;
	border-radius: 0px;
	height: 7px;
	margin-bottom: 10px;
	position: relative;
}
.progress > div{
	height: 7px;
	background-color: #ff314a;
	border-radius: 0px;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.progress > div:after{
	content: '';
	position: absolute;
	width: 12px;
	height: 25px;
	background: url('bkg_generator_progress.png') no-repeat 0 0;
	right: -10px;
	top: -26px;
}
.progress-2{
	padding-top: 78px;
	background: url('bkg_generator.png') no-repeat 50% 5px;	
}
.progress-2 .code-part{
	height: 7px;
	float: left;
	background: url('bkg_code_part_progress.png') repeat-x 0 0;
	width: 125px;
	margin-left: 1px;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;				
}
.progress-2 .code-part:first-child{
	margin-left: 0;
}
.progress-2 .filled{
	background-position: 0 -7px;
}
.code-item,
.code-separator{
	display: inline-block;
	height: 63px;
	line-height: 63px;
	font-size: 48px;
	font-family: 'Exo 2', sans-serif;
	/*text-shadow: -1px -1px 0 rgba(0,0,0,0.6);*/
	text-align: center;
        font-weight:600;
}
.code-separator{
	width: 20px;
	color: #ff314a;
}
.code-item{
	color: #fff;
	width: 63px;	
	background: url('bkg_code_part.png') no-repeat center center;
        opacity:0.5;
}
.filled{
	color: #FFF;
        opacity:1;
}
.configurator-email-box{
    display: inline-block;
    vertical-align: top;    
}
.sign-to-newsletter{
    display: inline-block;
    width: 470px;
    vertical-align: top;
}
.send-button{
    font-size: 18px;
    font-weight: 600;
}
.configurator-email-wrapper{
    background: #e8e8e8;
    padding:20px;
    color: #3d3d3d;
    font-size:12px;
}
.configurator-email-wrapper:after{
    content: '';
    clear: both;
    display: block;
}
.configurator-email-wrapper > div{
    float:left;
}
#configurator .mail-field{
	float: right;
}
#configurator-email-label{
	margin: 0 5px 0 46px;
}
#configurator-email{
	width: 210px;
        height: 40px;
        line-height: 40px;
        border-top:2px solid #d8d8d8;
        border-left:2px solid #d8d8d8;
        margin:0 10px 0 5px;
        padding-left:10px;
}
.accept-button-wrapper{
	position: absolute;
	right: 0;
	top: 21px;
	width: 164px;
	text-align: center;
}
#accept-code{
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;		
}
#info-cloud{
	background: url('bkg_configurator_info.png') no-repeat 0 0;
	padding: 29px 10px 21px;
	height: 42px;
	width: 144px;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #FF314A;
	position: absolute;
	right: 0;
	top: 30px;
	display: none;
}
.product-item{
	background: url('bkg_product_item.png') no-repeat 0 0;
        /*background: #e8e8e8;*/
	height: 91px;
	width: 880px;
	margin-bottom: 20px;
}
.product-item > div{
	float: left;
	height: 100%;
}
.product-item .position{
	width: 30px;
	line-height: 91px;
	color: #050505;
	font-size: 18px;
	font-family: 'Exo 2';
	text-align: center;
}
.product-item .description{
	width: 680px;
}
.product-item .description > div{
	padding: 5px 0 5px 30px;
}
.product-item .description .code{
	color: #ff314a;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}
.product-item .description .text{
	font-size: 12px; 
	color: #3d3d3d;
}
.product-item .description img{
	height: 50px;
	width: 50px;
	background-image: url('configurator_skin.png');
	background-repeat: no-repeat;
	margin-right: 5px;
}
.product-item .instalation img,
.product-item .functionality img{
	width: 100px;
}
.product-item .remove{
	width: 165px;
	text-align: center;
	line-height: 91px;
}
.product-item .remove button{
	vertical-align: middle;
        font-size:12px;
}
.product-item .remove button span{
	float: left;
	padding-left: 15px;
	background: url('bkg_button_remove.png') no-repeat left center;
	line-height: normal;
}
#product-item-template{
	display: none;
}
#info-sent{
	background: #211f00;
	color: #FFF000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #3c3905;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 30px;
}
.product-list-header{
    color:#ff314a;
    text-transform: uppercase;
    font-size:24px;
    font-weight: 600;
	line-height: 28px;
}
.product-list-header button{
	float: right;
	margin-right: 31.5px
}
table{
	border-collapse: collapse;
	width: 100%;
}
table td, table th{
	padding: 10px 5px;
	border: 1px solid #3C3C3C;
	text-align: left;
}
table th{
	color: #FFF;
	font-weight: bold;
	background-color: #292929;
}
table td{
	background-color: #0f0f0f;
}
table tr:nth-child(odd) td{
	background-color: #171717;
}
table td img{
	vertical-align: middle;
}
#configurator-footer{
	padding: 0 30px;
}
#configurator-footer h3{
	font-size: 24px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
	float: left;
	line-height: 40px;
	height: 40px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -20px;
}
#configurator-footer > div{
	padding: 25px 30px;
	border-top: 4px solid #363636;
	border-bottom: 1px solid #161616;
	border-left: 1px solid #3c3c3c;
	border-right: 1px solid #161616;
	background-color: #262626;
	position: relative;
	overflow: hidden;
}
#configurator-footer p{
	margin: 0;
}
#configurator-footer .button{
	float: right;
	margin-top: 6px;
}
#configurator-footer .button span{
	float: left;
	padding-right: 15px;
	background: url('bkg_button_moveto.png') no-repeat right center;
}
#configurator-footer .first{
	background: url('bkg_configurator_footer.png') no-repeat center top #262626;
	height: 40px;
}
#configurator-footer .last{
	border-bottom: 5px solid #cc0109;
}
#configurator-footer .last .remember{
	float: right;
	width: 500px;
}
.has-description{
	cursor: pointer;
	display: inline-block;
}
.description-cloud{
	position: absolute;
	z-index: 100;
	margin-bottom: 10px;
}
.description-cloud .text{
	background: #211f00;
	color: #FFF000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #3c3905;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	width: 250px;
}
.description-cloud .text img{
	max-width: 100%;
	vertical-align: middle;
}
.description-cloud .cloud-arrow{
	position: absolute;
	height: 10px;
	bottom: -9px;
	left: 50%;
	margin-left: -7px;
	width: 15px;
}
.description-cloud .cloud-arrow div{
	border: solid #3c3905;
	height: 1px;
	border-width: 0 1px 0 1px;
	background: #211f00;
	margin: 0 auto;
}
.description-cloud .cloud-arrow .line-1{
	border: none;
}
.description-cloud .cloud-arrow .line-2{
	width: 13px;
}
.description-cloud .cloud-arrow .line-3{
	width: 11px;
}
.description-cloud .cloud-arrow .line-4{
	width: 9px;
}
.description-cloud .cloud-arrow .line-5{
	width: 7px;
}
.description-cloud .cloud-arrow .line-6{
	width: 5px;
}
.description-cloud .cloud-arrow .line-7{
	width: 3px;
}
.description-cloud .cloud-arrow .line-8{
	width: 1px;
}
.description-cloud .cloud-arrow .line-9{
	width: 1px;
	border: none;
	background: #3c3905;
}

.configurator-email-box{
    margin-top: 1em;
}

.configurator-email-box{
    display: inline-block;
    vertical-align: top;
}

#fitting-message{
    margin-top: 1em;
}
.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #211f00;
	position:relative;
	z-index:5001;
	color: #FFF000;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #3c3905;
	padding: 4px 10px 4px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 1px solid #3c3905;
	border-right: 1px solid #3c3905;
	font-size: 0px;
	height: 1px;
	background: #211f00;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 1px solid #3c3905;
	border-right: 1px solid #3c3905;
	border-bottom: 0 solid #3c3905;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #3c3905;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #3c3905;
}

#configurator-form{
    margin-top: 30px;
}

a.available.selected {
    color: #fff;
}