html{
	height: 100%;
}

body{
	padding: 0px;
	margin: 0px;
	color: #341919;
	font-size: 10px;
	font-family: Tahoma;
	min-height: 100%;
	position: relative;
	text-align: center;
}

p{
	padding-bottom: 10px;
	margin: 0px;
}

a:link{
	color: #341919;
	text-decoration: underline;
}
a:active{
	color: #341919;
	text-decoration: underline;
}
a:visited{
	color: #341919;
	text-decoration: underline;
}
a:hover{
	color: #341919;
	text-decoration: none;
}

h1{
	font-size: 18px;
	font-weight: normal;
	color: #008cc7;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #341919;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

h3{
	font-size: 16px;
	font-weight: bold;
	color: #341919;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

h4{
	font-size: 14px;
	font-weight: bold;
	color: #341919;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

h5{
	font-size: 14px;
	font-weight: bold;
	color: #341919;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#main{
	width: 850px;
	margin: auto;
	text-align: left;
}

header{
	height: 90px;
	position: relative;
}

#logo{
	margin: 40px 10px 0px 20px;
	float:left;
}

#logo_text{
	float:left;
	color:#008cc7;
	font-size: 14px;
	margin-top: 55px;
}

#content{
	min-height: 300px;
	border-top: 1px solid #1e1b1e;
    border-bottom: 1px solid #ccc8c8;
	position: relative;
	margin-bottom: 20px;
}

.clear{
	clear: both;
}

.buttons ul{
	list-style: none;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	
}

.buttons li{
	display: inline-block;
	position: relative;
	margin: 0px 20px;
}

body.no-touch .buttons li.active:before{
	content: "";
	background-color: #009ee0;
	width: 13px;
	height: 13px;
	border-radius: 50px;
	border: 2px solid #fff;
	position: absolute;
	top: -29px;
	left:50%;
	margin-left: -6px;
}

body.no-touch .buttons li:hover:before{
	content: "";
	background-color: #009ee0;
	width: 13px;
	height: 13px;
	border-radius: 50px;
	border: 2px solid #fff;
	position: absolute;
	top: -29px;
	left:50%;
	margin-left: -6px;
}

.buttons a{
	font-size: 10px;
}
.buttons a:link{
	color: #341919;
	text-decoration: none;
}
.buttons a:active{
	color: #341919;
	text-decoration: none;
}
.buttons a:visited{
	color: #341919;
	text-decoration: none;
}
.buttons a:hover{
	color: #009ee0;
	text-decoration: none;
}
.buttons li.active a{
	color: #009ee0;
}

#login{
	width: 60px;
	height: 60px;
	border:2px solid #fff;
	background-color: #009ee0;
	border-radius: 100px;
	position: absolute;
	right: 20px;
	top: -34px;
	text-align: center;
}

#login:hover{
	background-color: #121212;
}

#login a{
	line-height: 60px;
	display: block;
}
#login a:link{
	color: #fff;
	text-decoration: none;
}
#login a:active{
	color: #fff;
	text-decoration: none;
}
#login a:visited{
	color: #fff;
	text-decoration: none;
}
#login a:hover{
	color: #fff;
	text-decoration: none;
}

.slide{
	width: 850px;
	position: relative;
	float: left;
	text-align: center;
}
.slide_content{
	margin: 0px auto 10px auto;
	position: relative;
}

#animation{
	margin-top: 20px;
	position: relative;
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}

.animation_inner{
	position: absolute;
	width: 20000px;
}

.rodykle_left{
	float: left;
	background: url('arrow_left_in.png') no-repeat left top;
	width: 14px;
	height: 15px;
	cursor: pointer;
	z-index: 10;
}
.rodykle_left:hover{
	background-image: url('arrow_left_ac.png');
}

.rodykle_right{
	float:left;
	background: url('arrow_right_in.png') no-repeat left top;
	width: 14px;
	height: 15px;
	cursor: pointer;
	z-index: 10;
}
.rodykle_right:hover{
	background-image: url('arrow_right_ac.png');
}

footer{
	margin-bottom: 30px;
	padding: 0px 15px;
}

.footer_header{
	color:#000000;
	font-size: 14px;
}


.variable{
	background-color: #f4f4f4;
	border: 1px solid #d1d1d1;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px;
	line-height: 110%;
	display: inline-block;
	cursor: move;
}

.variable2{
	background-color: #f4f4f4;
	border: 1px solid #d1d1d1;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px;
	line-height: 19px;
	height: 19px;
	display: inline-block;
	cursor: pointer;
}

.variable.transparent, .variable2.transparent{
	background-color: transparent;
	border: 1px solid transparent;
}

.variable a:link{
	text-decoration: none;
	color: inherit;
}
.variable a:visited{
	text-decoration: none;
	color: inherit;
}
.variable a:active{
	text-decoration: none;
	color: inherit;
}
.variable a:hover{
	text-decoration: none;
	color: inherit;
}

.boolean{
	height: 11px;
	width: 11px;
	background-color: #f51e1c;
	border: 1px solid #bf3237;
	border-radius: 100px;
	text-align: center;
	cursor: move;
	font-size: 9px;
	line-height: 9px;
	color: #fff;
}

.boolean.active{
	background-color: #6da133;
	border: 1px solid #53831d;
}

.variable.changable:after, .boolean.changable:after{
	content:"";
	background: url('ico_edit.png') no-repeat left top;
	position: absolute;
	right: -15px;
	top:0px;
	height: 12px;
	width:12px;
	cursor: pointer;
}

#overlay{
	position: fixed;
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: url('overlay.png') repeat left top;
	display: none;
	z-index: 100;
}

#login_window{
	position: fixed;
	top:50%;
	left: 50%;
	margin-left:-168px;
	margin-top:-174px;
	background: url('popup_bg_out.png') repeat left top;
	width: 236px;
	min-height: 100px;
	text-align: center;
	padding: 24px 24px;
	z-index: 101;
	display: none;
	border-radius: 10px;
}

#login_close{
	background: url('login_close.png') no-repeat left top;
	width: 13px;
	height: 13px;
	position: absolute;
	top:7px;
	right: 8px;
	cursor: pointer;
}

.login_content{
	font-family: Arial;
	text-align: left;
}

.login_header{
	color:#000000;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.login_content label{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 5px 5px;
	display: block;
}

.login_content input[type=text], .login_content input[type=password] {
	border:2px solid #a6d8ed;
	width: 208px;
	height: 37px;
	line-height: 37px;
	font-size: 20px;
	padding: 0px 10px;
	border-radius: 10px;
}

.login_content input[type=submit], .login_content input[type=button] {
	width: 234px;
	height: 43px;
	border: none;
	color: #fff;
	background-color: #009ee0;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 10px;
}

.login_line{
	margin-bottom: 20px;
}

.login_error{
	border: 2px solid red !important;
}

.rodykles{
	position: absolute;
	bottom:15px;
	right: 15px;
	z-index: 10;
}

.rodykles_text{
	float: left;
	font-size: 12px;
	color: #c4c4c4;
	line-height: 15px;
	padding: 0px 10px;
}


.languages{
	position: absolute;
	right: 110px;
	top: -15px;
}

.languages a{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-left:3px;
}

.lt_lang{
	background:url('lt_in.png') no-repeat left top;
}
.lt_lang:hover{
	background:url('lt_ac.png') no-repeat left top;
}
.lt_lang.active{
	background:url('lt_ac.png') no-repeat left top;
}

.ru_lang{
	background:url('ru_in.png') no-repeat left top;
}
.ru_lang:hover{
	background:url('ru_ac.png') no-repeat left top;
}
.ru_lang.active{
	background:url('ru_ac.png') no-repeat left top;
}

.ua_lang{
	background:url('ua_in.png') no-repeat left top;
}
.ua_lang:hover{
	background:url('ua_ac.png') no-repeat left top;
}
.ua_lang.active{
	background:url('ua_ac.png') no-repeat left top;
}

.en_lang{
	background:url('en_in.png') no-repeat left top;
}
.en_lang:hover{
	background:url('en_ac.png') no-repeat left top;
}
.en_lang.active{
	background:url('en_ac.png') no-repeat left top;
}

.confirm_btn_grey{
	background: #7a7a7a;
}


.on_off_div{
	background:url('off.png') no-repeat left top;
	width: 235px;
	height: 33px;
	cursor: pointer;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	text-shadow: 2px 2px #000;
	line-height: 33px;
}

.on_off_div .text_left{
	width: 115px;
	float: left;
	text-align:center;
}

.on_off_div .text_right{
	width: 115px;
	float: right;
	text-align:center;
}

.on_off_div.val0 .text_left{
	display: none;
}

.on_off_div.val1 .text_right{
	display: none;
}

.on_off_div.val1{
	background:url('on.png') no-repeat left top;
}


.message_success{
	color: green;
	font-size: 18px;
	text-align: center;
}

.message_error{
	color: red;
	font-size: 18px;
	text-align: center;
}

#logged_in{
	position: absolute;
	top:5px;
	right: 5px;
	font-size: 12px;
	color:#008cc7;
}

.logged_in {
    line-height: 16px;
}

#text_content{
	padding: 30px 15px 5px 15px;
}

.blog_item{
	float: left;
	width: 390px;
	padding-bottom: 25px;
}

.blog_photo{
	width: 105px;
	min-height: 96px;
	float: left;
}

.blog_right{
	float:left;
	width:270px;
}

.blog_title{
	color:#008cc7;
	font-size: 14px;
	line-height: 25px;
}
.blog_title a{
	font-size: 14px;
}
.blog_title a:link{
	color:#008cc7;
	text-decoration: none;
}
.blog_title a:visited{
	color:#008cc7;
	text-decoration: none;
}
.blog_title a:active{
	color:#008cc7;
	text-decoration: none;
}
.blog_title a:hover{
	color:#008cc7;
	text-decoration: none;
}

.blog_text{
	font-size: 11px;
	color:#8a9ba2;
}
.blog_text p{
	padding: 0px;
	margin: 0px;
}

.blog_text_all{
	font-size: 11px;
	color:#8a9ba2;
}

#side_buttons{
	position: absolute;
	text-align: right;
	width: 300px;
	top:240px;
	left:-165px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.side_button{
	border-top:1px solid #009ee0;
	border-left:1px solid #009ee0;
	border-right:1px solid #009ee0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
	margin-right: 5px;
}

.side_button a{
	font-size:14px;
	color: #5b5b5b;
	font-family: Arial;
	text-decoration: none;
	line-height: 29px;
	padding: 0px 8px;
	display: block;
}
.side_button a:link{
	color: #5b5b5b;
	text-decoration: none;
}
.side_button a:active{
	color: #5b5b5b;
	text-decoration: none;
}
.side_button a:visited{
	color: #5b5b5b;
	text-decoration: none;
}
.side_button a:hover{
	color: #5b5b5b;
	text-decoration: none;
}

/* settings */
.setopen {
    display: inline-block;
    background: url('/_images/set.png') 100% 0 no-repeat transparent;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 20px;
}

.setopen:hover, .setopen:active {
    text-decoration: underline;
}

.setcont {
    position: absolute;
    top: 150px;
    left: 195px;
    width: 462px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 3px rgba(0,0,0,0.15);
    display: none;
}

.setcont h1 {
    line-height: 38px;
    padding-left: 15px;
}

.setcont input[type="text"] {
    font-size: 11px;
    padding: 1px 0;
    font-family: inherit;
    width: 105px;
}

.setcont button {
    font-size: 11px;
}

.setcont label > span {
    display: inline-block;
    width: 270px;
    color: #444;
    font-size: 11px;
    font-weight: bold;
}

.setclose {
    float:right;
    background: url('/_images/lightbox/img/close.png') 0 0 no-repeat #fff;
    display: block;
    width: 27px;
    height: 27px;
    margin: 5px;
    cursor: pointer;
}

.setok {
    display:none;
    margin: 10px 0;
    background-color: #ECFFE4;
    padding: 7px 0 7px 40px;
    line-height: 2em;
    font-size: 11px;
}

.seterror {
    display:none;
    background-color: #FFE4E4;
    padding-top: 7px;
    padding-bottom: 7px;
}

.seterror li {
    line-height: 2em;
    font-size: 11px;
}

.setspacer, .setspacer2, .setspacer3, .setspacer4 {
    margin: 10px 0 10px 40px;
}

.setspacer2 {
    margin-left: 60px;
}

.setspacer2 label > span {
    width: 250px;
}

.setspacer3 {
    margin-left: 80px;
}

.setspacer3 label > span {
    width: 230px;
}

.setspacer4 {
    margin-top: 20px;
    text-align: right;
    margin-right: 44px;
}

.smstext {
    margin: 10px 40px;
    font-size: 11px;
}

/* statistics (client) */

.form_left {
    float: left;
    padding-right: 10px;
    color: #7a7a7a;
    font-size: 18px;
}

.form_label {
    display: inline-block;
    width: 95px;
    text-align: right;
    padding-right: 5px;
}

.form input[type=text], .form select {
    display: inline-block;
    width: 380px;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #7a7a7a;
    font-size: 16px;
}

.show-graph {
    padding: 8px 20px;
    background: -webkit-linear-gradient(#f57272, #f43b3a);
    background: -o-linear-gradient(#f57272, #f43b3a);
    background: -moz-linear-gradient(#f57272, #f43b3a);
    background: linear-gradient(#f57272, #f43b3a);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 105px;
}

.show-stats {
    position: absolute; 
    bottom: 7px; 
    left: 18px;
    margin-left: 0;
}