* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif !important;
	width: 100%;
	height: 100%;
	background: url('/img/body-fon.jpg') repeat-x;
}
h1, h2, h3 { line-height: 1em; color:#333;}
#idea { font-size:12px; }
a {
	color: #2162f7;
	outline: none;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none !important;
	
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
optgroup option {padding-left:10px;}
input {
    /*background-image: url("/img/inputtext.png");
    border: 0 none;
    height: 34px;*/
    width: 264px;
    font-size: 12px;
}

select {
    font-size: 12px;
}
.bsmall
{
 	background: url("/img/white_btn_sprite.png") no-repeat scroll center top transparent !important; 
	/* width: 118px !important;*/
	width: 151px !important;
	/*height: 26px !important;*/
	height: 40px !important;
 	color: #848484 !important;
    font-size: 13px !important;
	font-weight: bold;
    padding:0 !important;
    line-height: 26px;
    text-decoration: none;
    cursor: pointer;
}
.bsmall:hover,.bsmall:active {
	background: url("/img/white_btn_sprite.png") no-repeat scroll center bottom transparent !important;
}



h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
#wrapper {
	width: 999px;
	min-width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 70px;
}
#idea {
	float:left;
	margin: 20px 0 0 0;
}
.idea2 {
	float:right !important;
	margin-right: 20px !important;
}

#counter-block {
	float:left;
	margin: 16px 0 0 20px;
}

#phone-block {
	float:left;
	margin: 18px 50px 0 0;
	font-size: 20px;
	float: right;
}


#counter-block-text {
	margin:10px 0px 0 15px; 
	position:relative;
	top:3px;
	font-size:14px;
}
.counter {
	width:15px;
	height:23px;
	background-image: url('/img/counter.jpg');
	color: white;
	text-align:center;
	font-size:14px;
	float:left;
	margin-left:3px;
	padding-top:2px;
}
#enter {
	float:right;
	margin: 20px 50px 0 20px;
}
#registry {
	float:right;
	margin: 12px 0 0 0;
	height:34px;
	/*
	border:none;
	width:127px;
	background: url(/img/registry.png) top center no-repeat;
	color: white;
	text-align:center;
	cursor: pointer;
	text-shadow:0px -1px 0px #3a5200;*/
}
#registry a{
	display: block;
}
#registry:active {
	background: url(/img/registry.png) bottom center no-repeat;
	/*background-color: #000;*/
}
#header-block{ 
	float: right;
	width: 550px;
	height: 52px;
	background-image: url('/img/header-block-new.png');
	font-size: 12px;
	margin-top: 4px;
}
#header-block img {
	float: left;
}

#header-block #photo {
	height:40px;
	max-width: 40px;
}
#photo {
	margin: 6px 0 0 7px;
}
#user-name {
	margin: 18px 0 0 12px;
	float: left;
}
#balance {	
	margin: 18px 0 0 5px;
	float: left;
}
#fill-account {
	margin: 18px 0 0 8px;
	float: left;
}
#fill-account img{
	margin-right: 10px;
}
#dotline {
	width: 1px;
	height: 21px;
	float: left;
	margin: 17px 0 0 10px;
	background-image: url('/img/dotline.png');
}
#exit {
	float: left;
	margin: 18px 20px 0 8px;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
	margin-top:15px;
}
#promo {
	width:240px !important;
	height:80px;
	float:left;
	/*background-image: url('/img/logo.jpg');*/
	background-repeat: no-repeat;
	padding: 5px 0 0 0 !important;
	cursor: pointer;  
}
img.logo {
	float: left; margin-top: -5px;
}
#block-logo-text { margin-left: 40px; }
.tip {
	background-color: #FDFEE0 !important;
	border: 1px solid #CFDFDF !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#promo-tools {
	font-family : Myriad Pro;
	font-size:20pt;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
}
#promo-text {
	color:#6d6c6c; 
	position:relative;
	top:10px;
}
#block-top-keywords {
	width: 525px;
	height: 100px;
	float:left;
	margin: 0 0 10px 9px;
	background-color: #FDFEE0;
	border: 1px solid #CFDFDF;
	border-radius: 4px 4px 4px 4px;
	position: relative;
	overflow: hidden;
/*	background-image: url(/img/top-word.jpg);*/
}
.block-top-keywords { 
	margin-bottom: 15px !important; padding:5px 10px 8px;
}

.shortDesc {
	width: 600px;
	margin: 0 0 0 9px;
	background-color: #FDFEE0;
	border: 1px solid #CFDFDF;
	border-radius: 4px 4px 4px 4px;
	padding:10px;
}


#floatTip {
	position: absolute; /* Абсолютное позиционирование */
	width: 150px; /* Ширина блока */
	display: none; /* Прячем от показа */
	border: 1px solid #000; /* Параметры рамки */
	padding: 5px; /* Поля вокруг текста */
	font-family: sans-serif; /* Рубленый шрифт */
	font-size: 9pt; /* Размер шрифта */
	color: #333; /* Цвет текста */
	background: #ECF5E4; /* Цвет фона */
}
#top-title {
	font-size:18px;
	width:420px;
	margin: 0 0 7px 20px;
	font-family: Georgia;
}
#top-keywords {
	float:left;
	margin: 10px 0 0 20px;
	font-family: Arial;
	font-size:12px;
	color: #6d6c6c;
}
#top-positions {
	float:left;
	font-size:12px;
	margin: 10px 0 0 30px;
	color: #6d6c6c;
}
#top5 {
	color: #e17f00;
}
#top-cities {
	float:right;
	font-size:12px;
	margin: 10px 10px 0 0;
	color: #6d6c6c;
}
#promo-desc {
	width: 186px;
	float: right;
	font-size:12px;
}
#dowload-pdf {
	margin:10px 0 0 0;
	font-size:12px;
}
#form {
    border: 1px solid #CFDFDF;
    border-radius: 10px 10px 10px 10px;
    margin: 10px 0;
    width: 1000px;
    background-image: url("/img/form.png");
}
#form-title {
	font-size:24px;
	font-family: Georgia;
	margin: 10px 0 0 50px;
	padding-top:30px;
}
#name-site {
	color:#999;
	width: 264px;
	height: 25px;
	border: 0;
	/*background-image: url(/img/inputtext.png);*/
}
#help-adres {
	width: 345px;
	height: 94px;
	background-image: url(/img/input-info.png);
	position: relative;
	#top: -300px;
	#left: 500px;
	font-size: 12px;
	padding: 15px 10px 0 25px;
	margin-left: 20px;
	line-height: 15px;
}
#textarea-keywords {
	width: 264px;
	height: 94px;
	font-size: 12px;
	border: 0;
	/*background-image: url(/img/textarea.png);*/
}
.td-info {
	color: #6d6c6c;
}
#help-requests {
	width: 345px;
	height: 94px;
	background-image: url(/img/input-info.png);
	position: relative;
	#top: -250px;
	#left: 500px;
	font-size: 12px;
	padding: 15px 10px 0 25px;
	margin-left: 20px;  
	line-height: 15px;
}
#promokod {
	font-size: 12px;
	padding: 10px 0 10px 0;
}
input#start-moving, input[type="submit"], .button-like-submit
{
	min-width: 210px;
}

#iform input[type="submit"] {
	margin-left: 10px;
}

input[type="checkbox"],input[type="radio"]
{
	/*
	width: 10px !important;
	height: 10px !important;*/
	padding-top:0 !important;
	background: white !important;
}

#bottom-block {
	width: 95%;
	min-width: 800px;
	height: 250px;
	/*border: 1px solid black;*/
	margin:50px 0 50px 0;
}

.tit
{
font-size:14px;
padding-left: 5px;
}
.bottom-title {
	font-size: 22px;
	font-family: Georgia;
}
div.bottom-title { display:inline; }
#why-promo{
	width: 598px;
	float: left;
	/*border: 1px solid blue;*/
}
#last-in-blog {
	width: 330px;
	float: right;
}
.bottom-text {
	color: #6d6c6c;
	font-size: 12px;
	line-height: 15px;
}
.bottom-blue {
	color: blue;
}
.bottom-blog-post {
	width:300px;
	margin-top:10px;
	line-height: 15px;
	font-size: 13px;
}
.bottom-post-date {
	color: #a9a9a9;
	font-size:10px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: url("/img/footer-fon.jpg") repeat scroll 0 0 transparent;
    border-top: 1px solid #ADADAD;
    clear: both;
    height: 75px;
    margin: -100px 0 0;
    padding: 25px 0 0;
    position: relative;
}
#footer-frapper {
	width: 990px;
	margin:0 auto;
}
#footer-block {
	width: 100%;
	margin:10px auto;
	padding-top:30px;
}
#nav{list-style:none}

#nav li{
	float:left;
	padding:.2em 1em;
	border-left:1px dotted #000;
	font-size: 12px;
}
#nav{
	overflow:hidden;
	width:100%;
}
#nav li{
	margin-left:-1px;
}
#footer-icons {
	float: right;
	margin-top:5px;
	margin-right:30px;
}
#footer-icons a{
	margin-left: 10px;
	text-align: right;
}
#spinner{display:none;position:fixed;right:47%;top:50%;/*z-index:1001*/ z-index:999999;}
.form-error{BORDER: red 1px solid !important ;} 
.form-error-bg {BORDER: red 1px solid !important; background-color: #FCEFEF; }
.tip-block-yellow {
	background:url(/img/ico_tip.gif) 9px 7px no-repeat #FFFEE4; 
	border:1px solid #E5E5E5; 
	border-radius: 6px;
    width:100%;
    margin-bottom: 10px;
}

.tip-block-yellow .message{
    font-size:13px;
    line-height: 1.3; 
    padding:11px 25px 11px 30px; 
}

.hintcloser{
padding-top:10px;
vertical-align: top;
width:20px;
}

.red {
    background:url(/img/ico_stop2.gif) 9px 7px no-repeat #FFDCDC;
}
.red_bg { background-image: url(/img/input-info-red.png) !important; }

.popup{
	color:#505050;
	text-align:center;
}

.popup h3, #regform h3{
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}
#regform h3 { text-align: center;}
.modal table.red { margin:1%; width:98% }

.popup input[type=text],
.popup input[type=password]{
	width:170px;
	/*
	height:34px;
	border-radius:3px;
	border:1px solid #CCC;*/
	margin-top:7px;
	margin-bottom:7px;
	padding-left:10px;
}

.popup input[type=submit]{
	height:34px;
	margin: 12px 0 0 0;
	width:auto;
	min-width: 186px;
	/*border:none;
	background: url(/img/registry.png) top center no-repeat;
	color: white;
	text-align:center;
	cursor: pointer;
	text-shadow:0px -1px 0px #3a5200;	
	padding: 0;
    font-size: 13px;*/
}

.popup .btn { width:170px; }


.under
{
text-decoration: underline;
}

.epops{
	width: 300px;
	z-index:100;
	position: fixed;
    right: 40%;
    top: 40%;
	font-size: 13px;
	padding: 7px 15px 15px 27px;
	border: 1px solid #FC9292;  
	-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);
}
.popup{
	width: 241px;
	min-height: 350px;
	z-index:1000;
	
	position: fixed;
    right: 40%;
    top: 20%;
		
#    left:50%;
#    top:50%;
#    margin-left:-170px;
#    margin-top:-192px;
    
   	background-color: #FDFEE0;
#	position: absolute;
	

    
	#background: url(/img/create-user-fon.png) no-repeat;
  #	position: absolute;
	font-size: 12px;
	padding: 15px; 
	line-height: 15px;
}



.popup2{
	width: 400px;
	height: 300px;
	z-index:100;
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-150px;
	background-color: #FDFEE0;
	position: absolute;
	border: 1px solid gray;

	font-size: 12px;
	padding: 15px;
	line-height: 15px;
}

.popup2 h1{
margin-bottom: 20px;
}

.closebut{
position:relative;
float:right;
right: -7px;
top: -5px;
}

.selected_item {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #000000;
    padding: 3px;
}

.report_table {
    margin-left: 30px;
    margin-top: 10px;
}

.pops{
	width: 400px;
	height: 300px;
	z-index:100;
	background-color: #FDFEE0;
	position: absolute;
	border: 1px solid gray;
	font-size: 12px;
	padding: 15px;
	line-height: 15px;
}

.pops, .popup, .popup2 {
	border: 1px solid #C6D5D5;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);
	
}
.b-form-radio_size_m .b-form-radio__button {
    font-size: 13px;
}
.b-form-radio__button_side_left {
    border-bottom-left-radius: 4px;
    border-left: 1px solid rgba(0, 0, 0, 0.28)  !important;
    border-top-left-radius: 4px;
}
.b-form-radio__button {
    -moz-user-select: none;
    border-color: #D5D5D5 transparent #999999;
    border-style: solid none;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.b-form-radio__button_side_left .b-form-radio__inner:before {
    display: none;
}
.b-form-radio__inner:before {
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.16) 0pt, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0 transparent;
    bottom: -1px;
    content: "";
    font: 0pt/0 a;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: -1px;
    width: 1px;
    z-index: 4;
}
.b-form-radio_size_m .b-form-radio__inner {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.9) 10%, rgba(193, 193, 193, 0.66) 92%, rgba(168, 168, 168, 0.66) 100%) repeat scroll 0 0 transparent;
}
.b-form-radio__button_side_left .b-form-radio__inner .b-form-radio__button_side_left .b-form-radio__inner .b-form-radio__content {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.b-form-radio__inner, x:-moz-any-link {
    display: inline-block;
}
.b-form-radio__inner {
    display: block;
    position: relative;
}
.b-form-radio__button_side_left .b-form-radio__inner .b-form-radio__button_side_left .b-form-radio__inner .b-form-radio__content {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.b-form-radio__content, .b-form-radio__text {
    display: inline-block;
}

.b-form-radio__radio {
    left: -10000px !important;
    position: absolute !important;
}
.b-stat-period input .b-stat-period button {
    vertical-align: middle;
}

.b-form-radio__content, .b-form-radio__text {
    display: inline-block;
}
.b-form-radio {
    color: #000000;
    display: inline-table;
    vertical-align: middle;
    white-space: nowrap;
}

.b-form-radio__text {
    line-height: 100%;
    padding: 0.21em 0.3em 0.37em 0.1em;
}

.i-ua_js_yes, .b-form-radio__text {
    padding: 0.23em 0.95em 0.31em;
}

.b-form-radio__content, .b-form-radio__text {
    display: inline-block;
}

.b-form-radio__button_side_right {
    border-bottom-right-radius: 4px;
    border-right: 1px solid #B8B8B8;
    border-top-right-radius: 4px;
}

.b-form-radio__button_checked_yes:after {
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.16) 0pt, rgba(0, 0, 0, 0.4) 100%) repeat scroll 0 0 transparent;
    bottom: -1px;
    left: 100%;
    margin-left: -1px;
    opacity: 0.5;
    width: 1px;
    z-index: 1;
}
.b-form-radio__button_checked_yes:after, .b-form-radio__button_checked_yes .b-form-radio__inner:after, .b-form-radio__button_checked_yes .b-form-radio__content:before, .b-form-radio__button_checked_yes .b-form-radio__content:after {
    content: "";
    font: 0pt/0 a;
    left: 0;
    position: absolute;
    top: 0;
}

body .b-form-radio__button_checked_yes .b-form-radio__inner .b-form-radio__content {
    background: -moz-linear-gradient(center top , #F5E39E 0pt, #FFEFB2 42%, #FFF3C8 75%, #FFF5CF 100%) repeat scroll 0 0 transparent;
}
.soc p {
    color: #636363;
    font-size: 11px;
    margin-bottom: 10px;
    padding-left: 5px;
    text-shadow: 0 1px #F7F7F7;
}

.center {
    margin: 0 auto;
    position: relative;
    width: 870px;
}

.soc {
    float: right;
    margin:3px 0 0 13px;
}
.copyright {
    color: #6D6C6C;
    float: left;
    font-family: Georgia,serif;
    font-size: 12px;
    line-height: 20px;
}
.bottom_nav {
    float: left;
}

.bottom_nav ul li:first-child {
    border: medium none;
}
.bottom_nav ul li {
    border-left: 1px dotted #919191;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
.soc {float: left; margin: 3px 0 0 3px; /*display: none;*/ }
.soc p {font-size: 11px; color: #636363; text-shadow: 0 1px #f7f7f7; margin-bottom: 10px; padding-left: 5px}
.soc ul li {float: left; margin-left: 8px}
.soc ul li a {background: url(/images/soc.png) no-repeat 0 0; display: block; width:28px; height: 27px;}
.soc ul li a.soc1 {background-position: 0 0}
.soc ul li a.soc1:hover {background-position: 0 -27px}
.soc ul li a.soc2 {background-position: 0 -54px}
.soc ul li a.soc2:hover {background-position: 0 -81px}
.soc ul li a.soc3 {background-position: 0 -135px}
.soc ul li a.soc3:hover {background-position: 0 -108px}
.soc ul li a.soc4 {background-position: 0 -162px}
.soc ul li a.soc4:hover {background-position: 0 -189px}
.soc ul li a.soc5 {background-position: 0 -216px}
.soc ul li a.soc5:hover {background-position: 0 -243px}
.soc ul li a:hover {opacity: 0.9; filter:alpha(opacity=90); }
#middle-foot { margin: 0 130px 0 262px; }

.video {background: url(/images/bg.png) repeat 0 0; border: 1px solid #c6d5d5; overflow: hidden; padding: 20px 40px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.video_info {width: 320px; float: right; text-shadow: 0 1px #fafafa;}
.video_info p {font-size: 14px; margin-bottom: 42px; line-height: 22px}
.video_info h2 {padding-top: 5px}
.video_box {width:407px; height: 237px; position: relative; background: #fff; padding: 3px; border: 1px solid #acacac; box-shadow: 0 2px 2px #afafaf; -moz-box-shadow: 0 2px 2px #afafaf; -webkit-box-shadow: 0 2px 2px #afafaf;}
.btn_big {
	/*
	background: url(/images/btn_big.png) repeat-x 0 0; 
	border: 1px solid #729e04; 
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;  
	height: 58px; 
	text-shadow: 0 1px #6a990e; 
	color: #f0ffca; 
	text-decoration: none;
	display: inline-block; 
	*/
	font-size: 18px; 
	line-height: 58px; 
	padding: 0 35px; 
}

.smallinput{
	width:30px;
	height:24px;
	border-radius:3px;
	border:1px solid #CCC;
	margin-top:7px;
	margin-bottom:7px;
	padding-left:10px;
	background:none;
}
.table_fix tr.hover td {background:#F3F3F3;}

#y-region {
    /*background-image: url("/img/inputtext.png");*/
    border: 0 none;
    width: 264px;
	 height: 25px;
}

#faddproject .help-block, #faddproject2 .help-block {
	width: 345px;
	height: 94px;
	background-image: url(/img/input-info.png);
	font-size: 12px;
	padding: 15px 10px 0 25px;
	margin-left: 20px;  
	line-height: 15px;
}
#search_finance_tab input {
	width: 120px;
	
	
}
/*
#search_finance_tab input[type="submit"], #custom_date_but {
	text-shadow:none;
	color:#fff;
	background:#699A03;
	padding:0 0 21px 0;
	width:128px;
}
#custom_date_but { height:32px;
padding:0;
width:127px;

}
#custom_date_but.search_b {
	background-position: 0 90% !important;
}
#custom_date_but.search_b:active {
	background-position: 0 190px !important;
}*/
#custom_date_but {width:70px !important; min-width: 70px;}
#search_finance_tab td {
padding:0 4px;
}

#search_finance_tab {
margin-bottom:10px;
}
.error_input { color:red; font-weight:bold } 
a.sublink { font-size:90%; color:#09f; }
a.sublink.selected_item,#cli7.selected_item { color:#000; }

#date_or_interv { margin-left: 5px; }
#custom_stat_container { /*display:none;*/ }
#cli7 { color: #2162F7; }
.payment_methods {
	margin-top: 30px;
}
.payment-methods img {
	vertical-align: middle;
}
.payment-methods img:not(:first-child),
.payment-methods a {
	margin-left: 18px;
}
.payment-methods {
	margin: 0 !important; 
	height:110px !important;
}
.payment-methods-imgs {
	margin-top: 30px;
}

#add_email input {
	margin:5px 0;
}
#fprofile input[type="text"] {
	padding:0 5px;
	width:254px;
}
#tel_info div {
	margin-left:10px;
}
#tel_input_container #custom_date_but {
	margin-left:5px;
}
span.italic-text {
	font-style: italic;
}
span.line-through-text {
	text-decoration:line-through;
}
#pay_method_table {
	width:100%;
	font-size:110%;
	line-height:25px;
}
#regions-div span, #regions-div a {
	font-size: 14px;
}
#regions-div b { font-size: 13px; }
.regions-table-div input,#t_addgrops input[type='text'] { background-image:none; border:1px solid #C0D0D0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:0 5px; }
/* for autocomplete */
	.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results {
	z-index: 999999;
	border:1px solid #CFDFDF;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : url('/img/autocomplete_indicator.gif') center center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/* eof for autocomplete */
.red_back {background-color: #C53C36 !important;}
.green_back {background-color: #54A954 !important;}

/* tabs styles */
.tabs {
    background: url("../img/tabs/bg.gif") repeat-x scroll center bottom #DAE0D2;
	float: left;
    line-height: normal;
	width: 100%;
}
.tabs ul {
    list-style: none outside none;
    margin: 0;
   /* padding: 10px 10px 0;*/
}
.tabs li {
    background: url("../img/tabs/left.gif") no-repeat scroll left top transparent;
    float: left;
    margin: 0;
    padding: 0 0 0 9px;
}
.tabs a {
    background: url("../img/tabs/right.gif") no-repeat scroll right top transparent;
    color: #888;
    display: block;
    float: left;
    font-weight: bold;
	font-size:14px;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
}
.tabs a {
    float: none;
}
.tabs a:hover {
    color: #333333;
}

.tabs li.disabled a:hover {
	color: #888;
}

.tabs .current {
    background-image: url("../img/tabs/left_on.gif");
}
.tabs .current a {
    background-image: url("../img/tabs/right_on.gif");
    color: #333333;
    /*padding-bottom: 5px;*/
}
/* eof tabs styles */
.region_label { font-size:15px;}
#add_analytics_fr table td { padding:10px; }
#fadvicesedit td {padding: 10px;}
#reformal_tab { top:25% !important; margin-top:-100px !important;}

/* Кнопка наверх */
/*
Back to top button 
*/
#back-top {	position: fixed;	bottom: 20px;	right:20px;}
#back-top a {
	width: 50px;
	height: 25px;
	display: block;
	background: transparent url("../img/up-arrow.png") no-repeat top center;
	
}
#back-top a:hover {	background: transparent url("../img/up-arrow.png") no-repeat bottom center; }
/* arrow icon (span tag) */

/* eof Кнопка наверх */
.blue_txt {color:#2162F7 !important;}
.red_txt, .red_txt a {color:#dd0000 !important;}
.green_txt {color:green !important;}
.yellow_txt {color:#C97800 !important;}
.black_txt {color:#000 !important; }
.gray_txt {color:#777 !important;}
.bold_txt { font-weight: bold !important}
#spinner, #regform, #restoreform, #vk_div_rep,#fb_div_rep,#tw_div_rep,#mailform {	display: none; }
#regform { width:570px; }
#hide_advice_img { margin-top:2px;margin-left:5px; float:right;cursor:pointer; }
.proj_favicon { width:15px; height:16px; }
.hidden { display: none; visibility: hidden; }
#next_advice_link { position:absolute; margin-right:5px; bottom:3px; right:0; }
.block-top-keywords-advice { margin-bottom: 15px; padding:5px 10px 8px; height:122px !important; }
.ad-popover { display: block !important; width:100% !important; }
#reject_container textarea { width:515px; }
#settings-img { float:left; margin-right:4px }
#enter { float: right;margin-right:20px; }
#loginform { display:none; right:43%; }
#dowload-pdf span { font-size: 10px; margin-left: 10px; }
.clear-both  {clear: both;}
.partners-ul li { margin-left:10px; }
.info-block { margin-bottom:20px; }

#faddproject input { padding: 0 4px !important; width:256px !important; }
#faddproject textarea { padding: 4px !important; width:256px !important; height:86px !important; }
#fancybox-img:hover { cursor: pointer !important;}

#settingsMinusWordsOpen, #settingsFastLinksOpen, #settingsRegionOpen, #settingsTimeOpen, .popover, .yell_bg { background-color:#FDFEE0; }

.tabbable li a, .nav-pills li a { text-decoration: none; }


.text-center { text-align:center !important; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	box-shadow: 7px 0 6px -5px #ccc;
}


/* After bootstrap */
h3.h3-hd { text-align: center; margin-bottom: 5px; }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input 
{
	border:1px solid #CFDFDF !important;
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus
{
	border-color:#D6E6E6 !important;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red;
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red; 
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #CFDFDF;
	/* rgba(207,223,223,0.6); #D1D1FF*/
}
.alert-success { background-color:#EBF7CD }
table { border-collapse: separate !important;}
#t_addgrops input[type="text"] { height:34px; margin: 5px 0 !important;}
#t_addgrops label { display: inline;}
legend.context-legend { margin: 13px 0 10px 28px; border:none !important; }
#keywords-block > div { margin-left: 28px; }
.proj-selector { margin:15px 15px 0 0; }


/* style from .btn */
/*
input[type="submit"], input[type="button"] {
	 display: inline-block;
  
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
*/
.btn-success {
  color: #ffffff !important;
  background-image: -moz-linear-gradient(top, #98c930, #7aa70d) !important;
  background-image: -ms-linear-gradient(top, #98c930, #7aa70d) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#98c930), to(#7aa70d)) !important;
  background-image: -webkit-linear-gradient(top, #98c930, #7aa70d) !important;
  background-image: -o-linear-gradient(top, #98c930, #7aa70d) !important;
  background-image: linear-gradient(top, #98c930, #7aa70d) !important;
  
  border-color: #7BA80E !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #7aa70d !important;
}
.label-success, .badge-success { background-color: #7aa70d; }
legend.legend-center { text-align: center; }
.text-upper { text-transform: uppercase;}
#check-settings-block { margin-top:10px; }
#check-settings-block label { padding-right:8px; }
#checkform-cont { padding:0 41px; }
#fcheckform input.input-xxlarge { width: 630px; height:34px;font-size:18px;padding-left:10px;padding-right: 10px; }


#side-nav .active a {
	color:#fff;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	background: #7aa70d; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #7aa70d 0%, #BCDD75 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#7aa70d), color-stop(100%,#BCDD75)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #7aa70d 0%,#BCDD75 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #7aa70d 0%,#BCDD75 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #7aa70d 0%,#BCDD75 100%); /* IE10+ */
	background: linear-gradient(45deg,  #7aa70d 0%,#BCDD75 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aa70d', endColorstr='#BCDD75',GradientType=1 );
	font-weight: bold;
	min-width: 140px;
}
#side-nav a { text-decoration: none; }
.loading_info { background: url('../img/spinner3-25.gif') no-repeat; padding-left: 30px; font-size: 12px; padding-top: 3px; line-height:23px;}
#num-err-html { display:none; }
#check_report_content .report_item { min-height: 150px; }
.ext_link_a { padding-left:10px }
#tecerrors-links-all .accordion-heading .accordion-toggle { display: inline-block; }
.thead_header { background: url("../img/thead.png") repeat-x !important; }
th.table_th { padding-left:14px !important }
#check_info_cont { font-size:13px;padding:20px; }
#check_info_cont #url_block { margin: 0px auto; padding: 8px; font-weight: bold }
#check_info_cont #url_block input { width: 730px; background-color:#F5F5F5;text-align:center; }

#big_reg_btn { font-size:30px;padding:15px 22px; }
#serv_list { padding: 10px 15px; margin: 12px 0px; width: 728px; }
#serv_list ul li {padding:3px 0;font-weight:bold; }
#check_report .internal_err { font-weight: bold; }
.success_step { margin: 8px 0 }
a.btn { text-decoration: none; }
.btn-200 { font-size:18px; height:40px; min-width:185px;}
/*table.table tr:nth-child(odd) {
    background: #F8FBFB; 
   } */
	.vk_big, .fb_big, .tw_big { width: 32px; height: 32px; }
.vk_big { background: url('../img/vk_b.png') no-repeat; }
.fb_big { background: url('../img/fb_b.png') no-repeat; }
.tw_big { background: url('../img/tw_b.png') no-repeat; }
#social_icon_div_groups_auth { width:142px; margin:0 auto; }
#social_icon_div_groups_auth div { margin-right: 15px; }
#check_report_content { width:790px; margin-left: 0; margin-bottom: 10px}
div.report_wrap { margin-bottom:20px; border:1px solid #DDD; padding:0 10px; -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }
#check_report #side-nav { width:180px; margin-right: 0; }
#check_report h2 { padding: 10px 0; text-align: center; margin-top:15px; }
#check_report .row { margin-left: 0; }
#check_report #speller-report { margin-bottom: 10px;}
#user-name-link { padding: 1px 0 1px 20px; background: url(../img/settings.png) no-repeat; }
table.table-hover { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
h3 { font-size: 18px; }
#lessons_cont a { text-decoration: none; }
input, textarea, .uneditable-input { width: auto}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
	margin-bottom: 0;
}
.actions_right .btn { margin-top:10px; }
.actions_right .btn i { margin-top:3px; font-size: 14px !important }
.epops .closebut { top:0 }
.icon-1_4x { font-size: 1.4em }
#secondary-filter { padding-left: 0; padding-right: 0; }
#secondary-filter > li > a { padding-left: 10px; padding-right: 10px; }
#availability-content td.mistake-td { min-width: 150px; }
#speed-tabs .popup { display: none;}
#search_finance_tab select { width: auto;}
legend.sublegend { font-size: 18px; }
#popup_text h3 { line-height: 1.3em; }

/*#regform { width:500px !important; top:7%;right:30% }*/
#serv_list li { text-align: left; color:#468847; }
#serv_list { width:auto; }
/*#regform input { display:block; margin-left:auto; margin-right:auto;}
#regform input[type="text"], #regform input[type="password"] { width:250px; }
#regform input[type="submit"] { min-width: 267px; margin-left:115px !important; }
#regform .icon-ok { margin-right: 5px; }*/
.center-text { text-align: center;}
#interv_span { font-size:15px;font-weight:bold }
.metatag-tbl td.mistake-td { width:95% }
.metatag-tbl td.mistake-td a { font-size:11px; margin-left:5px; }
.metatag-tbl td.mistake-td div.inner_urls { marfin-left:10px; }
.metatag-tbl .accordion-heading .accordion-toggle { color:#555;}
.metatag-tbl .table th, .metatag-tbl .table td { padding:3px !important; vertical-align: middle; }
#gwt_range_sel_fr,#gwt_range_sel_to { width:110px; padding:0; font-size: 11px; }
.unhovered { text-decoration:none; }
.created-date { color:#9F9F9F; font-size:10px; margin:5px 0 0 3px; }
.tbl-alert { width: auto; padding: 4px; margin: 0px; cursor: pointer; color:#2162F7; text-decoration: underline;}
.tbl-alert:hover {text-decoration: none;}
.tog-accord {width:122px}
.block { display: block; }
.modal-open { overflow: auto !important; }
.in_work { color:#888 !important; background-color: #f1f1f1 !important; }
.curs_pointer { cursor: pointer !important; }
.icon-question-sign { color:#C09853; }
#gwt_addproject_container { width:590px }
.hideinput_blk { width:300px;height:30px;position:relative;top:-30px;margin-bottom:-30px; display: block; z-index:9999; background:transparent; }
.cur-default { cursor: default; }
.google-visualization-controls-stringfilter, #filt_keywd,.google-visualization-controls-stringfilter, .filt_keywd { display: inline; }

.landing-content h1,.landing-content h2, .landing-content h3 { text-align: center; color:#555; }
.landing-content .myCarousel { width: 642px; height: 382px; }
.landing-content #serv_list { height: 328px; width: 310px; margin:0; height: 360px; }
.landing-content #serv_list ul li { padding:7px 0; }
.landing-content .rewievs { padding: 15px 0 25px; }
.landing-content .rewievs .popover { display: block; position: relative; margin:12px 25px; z-index:999 }
.landing-content .rewievs .popover-content { height: 130px;}
.landing-content #myCarousel { background: none; margin:0;padding:0; width: 640;height: 380px; }
.l-quot { font-size:1.6em;font-family:'times new roman'; font-weight:bold }
.landing-content blockquote { font-style: italic; font-size: 13px;}
.landing-content .popover-title { text-align: center; font-weight: bold;}
.landing-content .well { border: 2px solid #e3e3e3; box-shadow:none;}
.landing-content #myCarousel .item img { width: 640px; height: 380px;  }
.landing-content #myCarouselReview { margin-bottom: 0; }
.landing-content #myCarouselReview .item { padding: 0 58px;}
.landing-content #myCarouselReview .popover { margin:12px 7px; }
.landing-content .carousel-control { top:50% }
.clear-right { clear:right; }
.upd-label { margin:-35px 20px 0 0; }
.google-visualization-table-table td { word-wrap:break-word; }
.border-t-no { border-top:none !important }
.table-no-bot-marg { margin-bottom:0px; }
.sub-level { padding-left:30px !important; }
#total_report-content ul li { list-style-type: none; }
