/***************************************************
			      Сброс стилей
**************************************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, 
p, ol, ul, li, form, label, legend, caption, aside, 
details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    border: 		0;
    margin: 		0;
	padding: 		0;
	font-weight: 	inherit;
	font-style: 	inherit;
	font-size: 		100%;
	font-family: 	inherit;
	outline: 		0;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {
	border:none
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block
}

/***************************************************
		      	Глобальные стили
**************************************************/

@font-face {
	font-family: "Tahoma";
	src: url(tahoma.ttf);
}

body {
	background-image: url("../images/bg.jpg");
	font-family: "Tahoma";
}

#main-sh {
	width: 1040px;
	margin: 15px auto;
	background-image: url("../images/sh_top_left.png"), url("../images/sh_top_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	min-height: 500px;
}

#fix {
	position: absolute;
	margin-top: -5px;
	margin-left: 7px;
	border: 1px solid #E6E6E6;
	border-bottom: 1px solid #CFCFCF;
	height: auto;
	background-color: #FFF;
	width: 1024px;
	
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}

#header {
	height: 78px;
	padding-top: 20px;
	padding-left: 15px;
}

#home-mail-map {
	width: 125px;
	height: 25px;
	margin-left: 840px;
	margin-top: -88px;
	
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;

	background: -moz-linear-gradient(#3347B8, #3754F8);
	background: -webkit-linear-gradient(#3347B8, #3754F8);
	background: -o-linear-gradient(#3347B8, #3754F8);
	background: -ms-linear-gradient(#3347B8, #3754F8);
	background: linear-gradient(#3347B8, #3754F8);
}

#home-mail-map img {
	padding-top: 3px;
	padding-left: 16px;
}

#phone {
    float: left;
    margin-left: 530px;
    margin-top: 0;
    width: 250px;
}

#phone img {
    float: left;
    height: auto;
    margin-top: 4px;
    padding-right: 6px;
    width: 16px;
    
}

#phone span {
    color: #3347B8;
    display: block;
    font-family: "Tahoma";
    font-size: 18px;
    margin-top: -14px;
}

.phone-code {
	color: #B1B1B1;
	font-weight: normal;
}

#clients-enter {
	margin-left: 790px;
	margin-top: 15px;
	height: 35px;
}

#clients-enter img {
	float: left;
	padding-right: 2px;
}

#clients-enter a {
	display: block;
	font-family: "Tahoma";
	padding-top: 5px;
	color: #3347B8;
}

/*
	ВЕРХНЕЕ МЕНЮ......
*/

#nav {
	height: 40px;
	margin-left: 6px;
	width: 1010px;
	border: 1px solid #E2E2E2;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;

	background: -moz-linear-gradient(#FCFDFD, #E7E9EB);
	background: -webkit-linear-gradient(#FCFDFD, #E7E9EB);
	background: -o-linear-gradient(#FCFDFD, #E7E9EB);
	background: -ms-linear-gradient(#FCFDFD, #E7E9EB);
	background: linear-gradient(#FCFDFD, #E7E9EB);
}

#nav ul ul {
	display: none;
}

#nav li ul {
	position: absolute;
	background: #E7E9EB;
	margin-left: -13px;
	margin-top: 12px;

	background: -moz-linear-gradient(#FCFDFD, #E7E9EB);
	background: -webkit-linear-gradient(#FCFDFD, #E7E9EB);
	background: -o-linear-gradient(#FCFDFD, #E7E9EB);
	background: -ms-linear-gradient(#FCFDFD, #E7E9EB);
	background: linear-gradient(#FCFDFD, #E7E9EB);

	border: 1px solid #E2E2E2;
	border-top: none !important;

	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	-ms-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;

	z-index: 150;
}

#nav li ul > li {
	margin: 15px;
}

#topmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topmenu > li {
	color: #353535;
	float: left;
	height: 33px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	border-right: 1px groove #D2D2D2;
}

#topmenu > li:hover {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;

	background: -moz-linear-gradient(#E7E9EB, #FCFDFD);
	background: -webkit-linear-gradient(#E7E9EB, #FCFDFD);
	background: -o-linear-gradient(#E7E9EB, #FCFDFD);
	background: -ms-linear-gradient(#E7E9EB, #FCFDFD);
	background: linear-gradient(#E7E9EB, #FCFDFD);
	cursor:pointer;
}

#topmenu li > a { 
	color: #353535;
	text-decoration: none;
	font-size: 16px;
	font-family: "Tahoma";
	cursor: pointer;
}

#topmenu li a:hover {
	color: #3347B8;
}

/***************************************************
				ПОИСК
***************************************************/	
#searchForm {
	width: 280px;
	float: right;
	height: 30px;
	margin-right: 10px;
	background: transparent;
	text-align: right;
	margin-top: 1px;
}

#search {
}

#search input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #fcfcfc;
    
    border: 1px solid #d1d1d1;
    font: 12px "Tahoma";
    color: #585858;
   	width: 150px;
	padding: 6px 15px 6px 35px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    
    -webkit-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -o-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -ms-text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}

#bread-crumbs {
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 7px;
	margin-top: 5px;
	width: 1005px;
	color: #3347B8;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;

	border-radius: 7px;
	background: #F5F5F5;
}

#bread-crumbs a {
	font-size: 14px;
	text-decoration: none;
	color: #3347B8;
}

#bread-crumbs a:hover {
	text-decoration: underline;
}

.current {
	font-weight: bold;
	text-decoration: none !important;
}

/*
	Рекламный слайдер
*/

#ads {
	border: 1px solid #DEDEDE;
	height: 308px;
	width: 1007px;
	margin-left: 7px;
	margin-top: 15px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}

.slider {
	width: 1007px;
	height:308px;
	position:relative;
	padding-bottom:26px;
	background:url(../images/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
	width:1007px;
	height:308px;
	clear:both;
	position:relative;
	overflow:hidden;
}

.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:150;
	background-image:url(../images/prev_next.png);
	width:42px;
	height:42px;
	position:absolute;
	top:50%;
	margin-top:-34px;
}

.prev {
	background-position:0 0;
	left:15px;
}

.prev:hover {
	background-position:0 -44px;
}

.next {
	right:15px;
	background-position:-44px 0;
}

.next:hover {
	background-position:-44px -44px;
}

.sliderContent .item {
	position:absolute;
	width:1007px;
	height:308px;
	background:#fff;
}

.item p {
	padding-left: 20px;
	padding-right: 20px;
}

.item h1 {
	padding-left: 20px;
	padding-right: 20px;
}

.sliderBullets {
	position:absolute;
	bottom:0;
	left:50%;
	z-index:1;
	margin-left:-45px;
}

.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:11px;
	background:url(../images/bullets.png) no-repeat;
}

.sliderBullets .active {
	background-position:0 -11px;
}

.sliderContent a {
	outline:none;
}

/*
	Рекламный слайдер
*/

#content {
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #DEDEDE;
	width: 742px;
	min-height: 500px;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	
	float: left;
	color: #353535;
	font-size: 14px;

	background: -moz-linear-gradient(top, #F5F5F5, #FFFFFF);
	background: -webkit-linear-gradient(top, #F5F5F5, #FFFFFF);
	background: -o-linear-gradient(top, #F5F5F5, #FFFFFF);
	background: -ms-linear-gradient(top, #F5F5F5, #FFFFFF);
	background: linear-gradient(top, #F5F5F5, #FFFFFF);
}

#content h1 {
	color: #3347B8;
	font-size: 17px !important;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content .dop-name {
    margin-top: -5px;
    color: #CB505D;
}
#content p {
	margin: 0px 15px 15px;
	font-size: 14px;
}

#content ol {
	list-style: decimal inside;
	margin: 15px;
}

#content a {
	text-decoration: none;
	color: #3347B8;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style: disc inside;
	margin: 15px;
}

#content table {
	margin: 15px 0 15px 15px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	width: 712px;
	font-size: 13px;
}

#content th, td {
	padding: 5px;
	border: 1px solid #cccccc;
}

#content .td-center {
	text-align: center;
}

#content .td-title {
	width: 40%;
	text-align: left;
	padding-left: 10px;
}

#content tr:nth-child(odd) {
	background: #E2E2E2;
}

#content img {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #DEDEDE;
}

/*
	Стили для страницы точек продажи
*/
#addresses {
	-webkit-column-width: 150px;
  	-moz-column-width: 150px;
  	column-width: 150px;
  	-webkit-column-count: 5;
  	-moz-column-count: 5;
  	column-count: 5;
  	-webkit-column-gap: 30px;
  	-moz-column-gap: 30px;
  	column-gap: 30px;
  	column-rule: 1px solid #ccc;

  	border: 1px solid #DEDEDE;
  	padding-left: 5px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	margin-left: 15px;
  	width: 707px;
  	height: auto;
  	margin-top: 20px;
  	top: 10px;
  	overflow: none;
}

#addresses h4 {
  	font-weight: bold;
  	font-size: 13px;
  	margin: 0;
  	padding: 0;
    opacity: .9;
    color: #3347B8
}

#addresses a {
  	font-size: 12px;
  	color: #333;
  	text-decoration: none;
  	display: block;
  	width: 100%;
  	padding: 2px 5px 2px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
  	border-radius: 3px;
}

#addresses a:hover {
  	background-color: #3347B8;
  	color: #FFF;
}

#addresses .active-address {
  	background-color: #3347B8;
  	font-weight: bold;
  	color: #FFF;
}

#addresses ul {
  	list-style: none;
  	margin-left: 0;
  	padding: 0;
}

#map_canvas {
    margin-left: 15px;
    height: 400px;
    width: 712px;
    top: 15px;
    margin-top: 0px;
    margin-bottom: 30px;
    border: 1px solid #DEDEDE;
}
/*
	Стили для страницы точек продажи
*/

#banner-right {
	margin-top: 5px;
	margin-left: 755px;
	border: 1px solid #DEDEDE;
	width: 260px;
	min-height: 300px;

	text-align: center;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}

#vk_groups {
	margin-left: 5px !important;
}

#social-block {
	position: relative;
	margin-left: 750px;
	margin-top: 5px;
	overflow: hidden !important;
}

.uiList li {
	margin-right: 9px !important;
}

#banner-right img {
	border-radius: 7px;
	border: 1px solid #DEDEDE;
}

#holder-content {
	width: 1010px;
	padding-left: 1px;
}

#section-1, #section-2, #section-3 {
    background: #EFEFEF;
    border: 1px solid #EAEAEA;
	width: 316px;
	float: left;
	margin-left: 5px;
	min-height: 430px;
	margin-top: -10px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;

	background: -moz-linear-gradient(#EFEFEF, #FFFFFF);
	background: -webkit-linear-gradient(#EFEFEF, #FFFFFF);
	background: -o-linear-gradient(#EFEFEF, #FFFFFF);
	background: -ms-linear-gradient(#EFEFEF, #FFFFFF);
	background: linear-gradient(#EFEFEF, #FFFFFF);
}

#shadow-section-1, #shadow-section-2, #shadow-section-3 {
	background-image: url("../images/sh_top_left.png"), url("../images/sh_top_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;

	
	margin-left: 8px;
	margin-top: 60px;
	padding-right: 12px;
	width: 316px;

	float: left;
}

#holder-content-reflection {
	width: 1010px;
	padding-left: 1px;
}

#holder-content-reflection > div {
	background-image: url("../images/btm_reflection.png");
	width: 318px;
	height: 32px;
	float: left;
	margin-top: -1px;
}

#reflection-1 {
	margin-left: 14px;
}

#reflection-2 {
	margin-left: 17px;
}

#reflection-3 {
	margin-left: 18px;
}

#news {
	width: 295px;
	height: 45px;
	overflow: hidden;
	border-bottom: 1px dashed #D8D8D8;
	margin-left: 10px;
	margin-top: 25px;
	padding-bottom: 25px;
	color: #353535;
	background: url("../images/new.png") no-repeat;
}

#news h3 {
	color: #3347B8;
	margin-left: 55px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Tahoma";
}

.news-title {
	margin-left: 55px;
	margin-bottom: 20px;
}

.news-title a {
	margin-top: 5px !important;
	color: #353535;
	text-decoration: none;
}

.news-title a:hover {
	text-decoration: underline;
	color: #3347B8;
}

#news p {
	font-size: 12px;
}

.news-container { width: 712px; margin: 15px; border-bottom: 1px dashed #CCC; padding-bottom: 5px; }
.news-container p { margin: 0 !important; }
.new-title { height: 20px; width: 100%; font-size: 15px; color: #4E5EB4; text-decoration: none; font-weight: bold; }
.new-title:hover { text-decoration: underline; }
.news-date { margin: 5px 0; color: #888; font-size: 12px; height: 15px; width: 150px; }
.news-content { /*height: 37px;*/ font-size: 13px; width: 100%; overflow: hidden; }
.news-social-networks { width: 100%; margin: 10px 0 !important; }
.news-social-networks table { width:100% !important; margin: 0 !important;	border:none !important;	background: transparent !important;	padding: 0 !important;}
.news-social-networks tr {	border:none !important;	padding:0 !important;	background: transparent !important;}
.news-social-networks td {	border:none !important; padding: 0 !important;}
.vk-like {	width: 115px !important; }

.news-readmore { width: 100%; text-align: left; margin-top:5px; color: #4E5EB4; font-size: 12px; }

.event-container { width: 712px; margin: 15px; border-bottom: 1px dashed #CCC; padding-bottom: 5px; clear:both;}
.event-container p { margin: 0 !important; }
.event-title { height: 20px; width: 100%; font-size: 15px; color: #4E5EB4; text-decoration: none; font-weight: bold; }
.event-title:hover { text-decoration: underline; }
.event-date { margin: 5px 0; color: #888; font-size: 12px; height: 15px; width: 150px; }
.event-content { height: 37px; font-size: 13px; width: 100%; overflow: hidden; }
.event-social-networks { width: 100%; margin: 10px 0 !important; }
.event-social-networks table { width:100% !important; margin: 0 !important;	border:none !important;	background: transparent !important;	padding: 0 !important;}
.event-social-networks tr {	border:none !important;	padding:0 !important;	background: transparent !important;}
.event-social-networks td {	border:none !important; padding: 0 !important;}
.vk-like {	width: 115px !important; }

.event-readmore { width: 100%; text-align: left; margin-top:5px; color: #4E5EB4; font-size: 12px; }


.paginate 								{ font-family: "Tahoma"; font-size: 12px; padding: 3px; margin: 3px 3px 15px 3px; text-align:center; }
.paginate a 							{ padding:2px 5px 2px 5px; margin:2px; border:1px solid #999; text-decoration:none; color: #666; border-radius: 5px; }
.paginate a:hover, .paginate a:active 	{ border: 1px solid #999; color: #000; }
.paginate span.current 					{ margin: 2px; padding: 2px 5px 2px 5px; border: 1px solid #4E5EB4; font-weight: bold; background-color: #4E5EB4; color: #FFF; border-radius: 5px; }
.paginate span.disabled 				{ padding:2px 5px 2px 5px; margin:2px; border:1px solid #eee; color:#DDD; }

.read-more-news 						{ margin-left: 15px; color: #3347B8 !important; font-size: 14px; text-decoration: none; }

#holder-content ul {
	list-style-image: url("../images/marker_big.png");
	margin-top: 35px;
	margin-left: 40px;
}

#holder-content a {
	color: #353535;
	text-decoration: none;
	display: block;
	margin-top: 15px;
}

#holder-content a:hover {
	color: #3347B8;
	text-decoration: underline;
}

#holder-content h2 {
	color: #3347B8;
	font-size: 21px;
	margin-top: 30px;
	font-family: "Tahoma";
}

#holder-content img {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	float: left;
}

#banners {
	width: 1010px;
	padding-left: 1px;
	padding-bottom: 40px;
}

#banners > div {
	width: 318px;
	float: left;
	margin-left: 15px;
	min-height: 85px;
	margin-top: 15px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;

	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

#banners-details {
	width: 1010px;
	padding-left: 1px;
	padding-bottom: 40px;
}

#banners-details > div {
	width: 318px;
	float: left;
	margin-left: 17px;
	min-height: 85px;
	margin-top: 5px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;

	color: #FFF;
	font-weight: bold;
	font-size: 18px;	
}

#banner-1 { }
#banner-2 { }
#banner-3 { }

.ban-text {
	margin: 10px;
}

#spacer {
	clear: both;
	height: 40px;
}

#clients {
	width: 1024px;
	height: 75px;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
}

.our-clients {
	color: #3347B8;
	font-size: 14px;
	margin-left: 18px;
	text-align: left;
}

#clients > img {
	height: 75px;
	width: auto;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

#footer {
	margin-top: 40px;
	width: 1024px;
	border: 1px solid #CFCFCF;
	margin-left: -1px;
	min-height: 220px;

	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;

        background: #EFEFEF;
	background: -moz-linear-gradient(#EFEFEF, #B6B6B6);
	background: -webkit-linear-gradient(#EFEFEF, #B6B6B6);
	background: -o-linear-gradient(#EFEFEF, #B6B6B6);
	background: -ms-linear-gradient(#EFEFEF, #B6B6B6);
	background: linear-gradient(#EFEFEF, #B6B6B6);
}

#footer > div {
	width: 205px;
	height: 140px;
	
	float: left;
	padding-left: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-right: 1px solid #A9A9A9;
	color: #535353;
}

.footer-support {
	border-right-style: none !important;
	width: 300px !important;
}

#footer h2 {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

#footer ul {
	list-style-image: url("../images/marker_small.png");
	margin-left: 20px;
}

#footer a {
	color: #535353;
	font-size: 14px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 14px;
	line-height: 19px;
}

#social-networks {
	margin-top: 15px;
}

#social-networks img {
	height: auto;
	width: 32px;
	margin-right: 5px;
}

.site-map 			{ font-size: 14px; color: #353535; }
.site-map h1 		{ color: #3347B8; font-size: 20px; font-weight: 700; margin: 15px !important; }
.site-map a 		{ color: #353535; text-decoration: none; }
.site-map a:hover 	{ text-decoration: underline; }
.site-map ul 		{ list-style-image: url("../images/marker_small.png") !important; }

.search-result h1 				{ color: #353535 !important; font-size: 20px; font-weight: 700; margin: 15px !important; }
.search-result h3 				{ color: #3347B8; margin: 15px 0 0 15px; font-size: 16px; font-weight: bold; }
.search-result .readmore 		{ margin-left: 15px; color: #3347B8; font-size: 14px; text-decoration: none; }
.search-result .readmore:hover 	{ text-decoration: underline; }

.partners {
	margin: 0 0 30px 0 !important;
}

.partners p {
	font-size: 14px !important;
}

.partners ul {
	font-size: 14px !important;
}

.partners a {
	color: #3347B8;
	text-decoration: none !important;
}

.partners a:hover {
	text-decoration: underline !important;
}

.partners img {
	float: left !important;
	display: block !important;
	margin-right: 10px !important;
	margin-left: 15px !important;
}

.img-pdf {
	margin: 0 0 0 15px !important;
	border: none !important;
}
.span-pdf {
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	top: -5px;
}

.billing-enter {
	display: none;
	width: 170px;
	font-size: 12px;
	position: absolute;
	top: 62px;
	left: 803px;
	background: -moz-linear-gradient(#EFEFEF, #FFFFFF);
	background: -webkit-linear-gradient(#EFEFEF, #FFFFFF);
	background: -o-linear-gradient(#EFEFEF, #FFFFFF);
	background: -ms-linear-gradient(#EFEFEF, #FFFFFF);
	background: linear-gradient(#EFEFEF, #FFFFFF);
	border: 1px solid #E2E2E2;
	border-radius: 7px;

	padding-left: 5px; 
	z-index: 998;
}

.billing-enter input[type="text"], input[type="password"] {
	width: 158px;
	color: #535353;
	padding: 2px 2px; 
	background: #FCFCFC;
	border: 1px solid #D1D1D1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.149) inset;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.149) inset;
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.149) inset;
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.149) inset;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.149) inset;
	-moz-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.102);
	-webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.102);
	-o-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.102);
	-ms-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.102);
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.102);
}

.billing-enter input[type="text"]:focus, input[type="password"]:focus {
	-moz-box-shadow: #0066FF 0px 0px 5px 0px;
	-webkit-box-shadow: #0066FF 0px 0px 5px 0px;
	-o-box-shadow: #0066FF 0px 0px 5px 0px;
	-ms-box-shadow: #0066FF 0px 0px 5px 0px;
	box-shadow: #0066FF 0px 0px 5px 0px;
	z-index: 1;
}

.billing-enter input[type="submit"] {
	background: #EFEFEF;
	background: -moz-linear-gradient(#EFEFEF, #B6B6B6);
	background: -webkit-linear-gradient(#EFEFEF, #B6B6B6);
	background: -o-linear-gradient(#EFEFEF, #B6B6B6);
	background: -ms-linear-gradient(#EFEFEF, #B6B6B6);
	background: linear-gradient(#EFEFEF, #B6B6B6);
	border: 1px solid #CFCFCF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #424242;
	height: 25px;
	width: 164px;
}

.login-row {
	margin-bottom: 5px;
}

/*
	TABS FOR TARIFFS
*/

#wrapper div {
    display:none;
}

#wrapper {
	margin: 10px 0 0 10px;
}

#wrapper a {
    border-top: 1px solid #E1E1E1;
    border-left:  1px solid #E1E1E1;
    border-right:  1px solid #E1E1E1;
    
    background: #E1E1E1;/*#FCFDFD;*/
    /*background: -moz-linear-gradient(#FCFDFD, #E7E9EB);
    background: -webkit-linear-gradient(#FCFDFD, #E7E9EB);
    background: -o-linear-gradient(#FCFDFD, #E7E9EB);
    background: -ms-linear-gradient(#FCFDFD, #E7E9EB);
    background: linear-gradient(#FCFDFD, #E7E9EB);*/
    
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    
    display: inline-block;
    padding: 5px;
	
    margin-right: 5px;
}

#wrapper a.active {
    
    cursor: default;
    text-decoration: none;
    
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;

    color: #313263;
    background: #9CA9E2;
    background: -moz-linear-gradient(#9CA9E2, #8495DF);
    background: -webkit-linear-gradient(#9CA9E2, #8495DF);
    background: -o-linear-gradient(#9CA9E2, #8495DF);
    background: -ms-linear-gradient(#9CA9E2, #8495DF);
    background: linear-gradient(#9CA9E2, #8495DF);
}

#wrapper div.active {
    display:block;
    width:100%;
}

#wrapper-link {
    border-bottom: 1px solid #CCC;
    display: block;
    padding-top: 15px;
}

#wrapper table {
    width: 703px !important;
}

.sso {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}

.ssh {
    background: none !important;
    border: none !important;
}

.tt-dropdown-menu                 { background-color: #fff; border: 1px solid #CFCFCF; width: 150px; }
.tt-dropdown-menu p               { text-align: left; font-family: "Tahoma", Arial, Verdana; font-size: 12px; margin: 2px; }
.tt-suggestion.tt-is-under-cursor { background-color: #677AE3; color: #FFF; }

#showMap {
    background: #E9E9E9;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    color: #3347B8;
    cursor: pointer;
    height: 25px;
    padding: 0;
    width: 155px;
}
#showMap img {
    vertical-align: middle;
}

#yandexMap {
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    position: fixed; 
    top: -5000px;
    left: 50%;
    margin-left:-270px;
    padding: 20px;
    background: #FFF;
    z-index: 2000;
}
#yandexMap .address {
    margin-bottom: 10px;
}
#yandexMap .address > input[type="text"] {
    box-shadow: none;
    font-size: 13px;
    height: 30px;
    padding: 2px 10px;
    width: 147px;
}
#yandexMap .address > input[name="number"] {
    width: 40px;
}
#yandexMap .address > input[type="button"] {
    background: #E9E9E9;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    height: 36px;
    margin-left:0px;
    padding: 0px;
    width:86px;
}
#yandexMap .description {
    margin-bottom: 10px;
    width: 502px;
}
#yandexMap .description h5 {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#yandexMap .description p {
    color: #545454;
    font-size: 12px;
}
#yandexMap .coordinates {
    border: 0px;
    border-collapse: collapse;
    width: 502px;
}
#yandexMap .coordinates tr:nth-child(1) {
    vertical-align: bottom;
}
#yandexMap .coordinates tr:nth-child(2n) {
    vertical-align: top;
}
#yandexMap .coordinates  td {
    border: none;
    font-size: 12px;
    padding: 2px 0px;
    width: 125px;
}
#yandexMap .coordinates  td.right {
    color:#428BCA;
    font-weight: bold;
    text-align:right;
    font-weight:bold;
    width: 181px;
}
#yandexMap .coordinates td.middle {
    color:#8C8C8C;
    padding-left: 5px;
    text-align:left;
    width: 181px;
}
#yandexMap .coordinates  td.left {
    text-align: right;
    width: 120px;
}
#yandexMap .coordinates  td.left button {
    border: none;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    height: 27px;
    text-align: center;
    width: 100%;
}
#yandexMap .coordinates  td.left button.complete {
    background: #5CB85C;
}
#yandexMap .coordinates  td.left button.cancel {
    background: #D9534F;
}
#mapCanvas {
    border: 1px solid #D1D1D1;
    height: 350px;
    margin-bottom: 10px;
    width: 500px;
}
#coord {
    display: none;
    font-size: 11px;
    color: #3347B8;
}
.order-tmp, .hot-line-tmp {
    display: block;
    position: fixed;
    right: 0; 
    width: 35px;
    cursor: pointer;
}
.hot-line-tmp {
    height: 162px; 
    top: 292px;
    background: url("../images/hotline.png") no-repeat;
}
.order-tmp {
    height: 250px;
    top: 40px;
    background: url("../images/order.png") no-repeat;
} 
