/* loading pagr */
.iLoader,#iLoader{color:#FFF;font-weight:bold;text-shadow:#fff 0 0 0;text-align:center;width:100%;z-index:100;-webkit-box-sizing:border-box}
#iLoader{position:absolute;font-size:15px;line-height:20px;margin-top:50%;top:0;bottom:0}
.iLoader span:first-child,#iLoader span:first-child{padding:0 35px;background:url(Img/loader-white-100x12x1.png) left center no-repeat;display:inline-block}
/* Header color */
#iHeader {background:#09F;
display:none;
color:#fff;

}
/* lose the titel*/
#waHeadTitle{margin-top:-50px}
#iHeader span#waHeadTitle{
	font: 24px/44px Helvetica, Arial, Sanserif;
	}

/* Main background color */
#WebApp { background-color:#fff }

/* Selection color */
.iMore:not(.__lod):active,
li.iRadio.__sel,
.iMenu li.__sel,
.iList li.__sel { background-color:#09f; }

/* List header */
.iLayer h2 { background:none; }

/* List right text */

.iMenu li:not(.iMore) span, .iPanel li span {
	color:#09f;
}

.iMenu li, .iMenu li a, .iMenu li:last-child,.iMenu li:last-child a, .iMenu li:first-child,.iMenu li:first-child a{
	-webkit-border-radius:0; border:none;
	
	}	

div#waHome{
	background:#09F;

}
div#waHome h1{font: normal 18px Helvetica, Arial, sanserif; line-height:22px;}
div.bkaHome{
	padding:18px;
	color:#fff;
	margin:0 0 0 0;
}

/* ~~~ slider styles~~~~~*/
div.products{
	background:#000;
	padding:18px;
	position: relative;
}
div.clearer{clear:both; height:0px;line-height:0px;}

#slider, #slider ul, #slider li { height: 265px; }

#slider, #slider li { position: relative; width: 284px;  padding:0px;  margin:0px; }
#slider{
	margin:0 auto;
	overflow: hidden;
	padding: 10px 0 0 0;
	clear:both;
}
#slider li {float:left;}
#slider ul {
	clear:both;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 1704px;
	padding:0px;  margin:0px;
	height:250px;
		
  /*  -webkit-transition-property: left;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;*/
	
	/* -webkit-transition: left 300ms ease;*/
}


#slider li span{
	border: solid 5px #EFEFEF;
	width:274px;
	height:133px;
	overflow:hidden;
	display:block;
	padding:0px;
	background: #DFDFDF;
	

}
#slider li img{width:274px;
	
	
}
#slider li p{

	color: #FFF;
	font: 14px/150% Georgia, "Times New Roman", Times, serif;
	height:65px;
	overflow:hidden;
}

#sliderNav{
	display: inline-block;
	position: absolute;
	z-index: 20;
	left:0px;
	right:0px;
	bottom:18px;
	width:auto;
	height:25px;
	margin:0;
	text-align:center;
}

#sliderNav a.prev, #sliderNav a.next {
	height: 270px;
	width: 75px;
	outline-width: 0px;
	display:inline-block;
	-webkit-border-radius:0; border:none;
	padding:0px;margin:0;
	position:absolute;
	bottom:0;

}
#sliderNav a.prev {	background: url(Img/previous.png) no-repeat 18px bottom;
	left:0;}
#sliderNav a.next {	background: url(Img/next.png) no-repeat 32px bottom;
	right:0;}
#sliderNav a{
	background:#333;
	height:6px;width:6px;
	display:inline-block;
	padding:0;margin:9px 5px 9px 5px;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-border-radius:4; border:solid 1px #999;
}
#sliderNav a.active{background:#999;
}
#sliderNav a.disabled{  opacity:0.25;}

/* ~~~ body styles~~~~~*/
div.body{background:#fff;padding:18px;clear:both;
}
a.linkButton{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #09F;
	display: inline-block;
	-webkit-border-radius:8;
	padding: 1px 8px 2px 8px;
	margin:0 2px 9px 0;
	text-transform:lowercase;
}
div.body p{font: 14px/150% Georgia, 'Times New Roman', Serif;
color:#000;
margin:6px 0 33px 0;}
div.body h2, div.products h2{font: 24px/100% Helvetica, Arial, Sanserif;
color:#09F;
margin:0;padding:0;}

/* Common title */
.iMenu h3,
.iBlock h1,
.iPanel legend {
	color:#000;
}

/* Switch */

b.iToggle.__sel {
	border-color:#transparent;
	background-color:#09F;
}

