@charset "windows-1251";
/* CSS Document */

body {
	font: 14px/1.5 Tahoma;
	color: #333;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight:normal;
	margin-top: 0;
}
 h1 {
	color: #336699;
	font-size: 26px;
	font-family: Arial;
 }
 h2 {
	 color:#333;
 	 font-size:22px;
 }
  h3 {
	 color:#666666;
 	 font-size:18px;
 	 line-height: 15px;
 	 margin-bottom: 15px;
 }
a img {
	border: none;
}
a:link,a:visited {
	color: #336699;
	text-decoration: underline;
}
/*a:visited {
	color: #6321B5;
	text-decoration: underline;
}*/
a:hover, a:active, a:focus {
	text-decoration: none;
}

.phones {
	font-family:Arial;
	font-size:20px;
	color:#333333;
}
.phones .phones_codes {
	font-size: 14px;
	color:#333333;
}

.content table td {
	border: #fff 1px solid;
	padding:9px;

}
.content table tr:nth-child(odd) td {
	background:#e8e8e8;
}

.content table {
	border: #C5C2C2 1px solid !important;
}
.content table[border="0"], .content table[border="0"] td {
	border: none !important;
	background:none !important;
}

.content ul, .content ol {
	padding: 0 15px 15px 15px;
}
.blue {
	color: #1d79a9;
}
a.blue, a[title="Заказать"] {
	background:#1d79a9;
	color:#fff;
	padding:8px 15px;
	text-align:center;
	display:inline-block;
	font-size:13px;
	-webkit-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
button.blue {
	background:#1d79a9  !important;
	color:#fff  !important;
	padding:8px 15px  !important;
	text-align:center  !important;
	display:inline-block  !important;
	font-size:13px  !important;
	-webkit-transition: background-color 200ms linear  !important;
	transition: background-color 200ms linear  !important;
}

a.blue:hover {
	background:#0D6AE4;
}


ul, ol, dl {
	/*padding: 0;*/
	margin: 0;
}

.zaya {
	display: inline-block;
	width: 118px;
	height: 46px;
	background: url(/images/zayavka_03.png) 0 0 no-repeat;
	position: relative;
	z-index: 10;
	top: 6px;
}
.zaya:hover {
	background: url(/images/zayavka_hover_03.png) 0 0 no-repeat;
}
.zaya.act {
	background: url(/images/zayavka_act_03.png) 0 0 no-repeat;
}