@font-face {
	font-family: DejaVu;
	src:url("/fonts/DejaVuSerifCondensed-Bold.eot?") format("eot"),url("/fonts/DejaVuSerifCondensed-Bold.woff") format("woff"),url("/fonts/DejaVuSerifCondensed-Bold.ttf") format("truetype"),url("/fonts/DejaVuSerifCondensed-Bold.svg#DejaVuSerifCondensed-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

strong {font-weight: bold;}



img.bg_strip {
	display: block;
	position: absolute;
	top: 0;
	left: -80px;
	width: 17px;
	height: 100%;

}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

a {
	color: #1683ac;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#header {
	height: 80px;
	padding: 0;
	position: relative;
}

#header #header_left {
	width: 200px;
	position: absolute;
	top: 40px;
	left: 0;
}

#header .phone {
	background: url(/img/phone.png) 0 6px no-repeat;
	width: 18px;
	height: 18px;
	padding-left: 23px;
	font-size: 24px;
	font-weight: bold;
}

#header .time {	
	width: 18px;
	height: 18px;	
	font-size: 18px;
  padding-left: 4px;
	font-weight: bold;
  color: #a0a0a0;
}

#header #header_left a.recall {
	text-decoration: none;
	border-bottom: 1px dotted #1683ac;
}

#header #header_left a.recall:hover {
	text-decoration: none;
	border-bottom: none;
}

#header #header_center {
	width: 110px;
	position: absolute;
	top: 47px;
	left: 400px;
}

#header #header_center ul {
	list-style: none;
}

#header #header_center ul li {
	float: left;
	margin-right: 7px;
}

#header #header_center ul li.active {
	background: url(/img/lang_bg.png) 0 0 no-repeat;
	width: 30px;
	height: 21px;
	text-align: center;
}

#header #header_center ul li.active a {
	color: #d6cdc7;
	text-decoration: none;
	cursor: default;
}

#header #header_right {
	width: 160px;
	position: absolute;
	top: 47px;
	left: 600px;
}

#header #header_right .cart {
	background: url(/img/cart.png) 0 0 no-repeat;
	width: 17px;
	height: 14px;
	padding-left: 22px;
}

h1 {
	display: block;
	padding: 0px 0 70px;
  margin-bottom: 0px;
	font-family: DejaVu;
	font-size: 60px;  
  background: url('/img/vagonka.jpg') no-repeat 190px -10px;
}

h1 a {
  color: #000;
  text-decoration: none;
}

h1 .add {
  font-size:30px;
  color:#000;
  position:relative;
  top: 0px;
  padding:0 0 0 70px;

}

h2 {
	display: block;	
  margin-bottom: 10px;
	font-size: 20px;    
  font-weight: bold;
}

h3 {
	display: block;	
  margin-top: 20px;
	font-size: 16px;    
  font-weight: bold;
  color: #ac1616;
}

#page #sidebar {
	float: left;
  margin: 0 30px 30px 0;
}

#page #sidebar ul {
	list-style: none;
	padding: 0;
}

#page #sidebar ul li {
	margin: 7px 0;
}

#page #sidebar ul > li a {
	color: #000;
}

#page #sidebar ul > li.active a {
	color: #78716c;
	text-decoration: none;
	cursor: default;
}

#page #sidebar ul > li li {
	margin-left: 15px;
}

#page #sidebar ul > li li a {
	color: #1683ac;
}

#page #content {
	float: right;
  width: 650px;
	padding-top: 5px;
  padding-right: 150px;
}

.item {
	float: left;
	width: 300px;
	margin-right: 15px;
}

#page #content .item a {
	display: block;
	margin: 5px 0 5px 35px;
}

#page #content .item a .img {
margin:0;
}

#page #content .item span {
	display: block;
	margin: 0 0 15px 35px;
	font-weight: bold;
}

#page #content .item p {
	margin-left: 35px;
	font-size: 13px;
	line-height: 18px;
}


#page #cart_content {
	float: right;
	margin-top: -30px;
	margin-right: 200px;
}

#page #cart_content form {
	margin-right: 67px;
}

#page #cart_content form label, #page #cart_content form p {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

#page #cart_content form input[type=text] {
	display: block;
	width: 390px;
	height: 10px;
	margin-bottom: 25px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #e2e9ef;
	border-radius: 1px;
	box-shadow: 0 -1px 0 #aaadb2;
}

#page #cart_content form textarea {
	width: 445px;
	height: 70px;
	padding: 5px;
	margin-bottom: 25px;
	border: 1px solid #e2e9ef;
	border-radius: 1px;
	box-shadow: 0 -1px 0 #aaadb2;
}

#page #cart_content form .checkbox {
	float: left;
	position: relative;
	width: 105px;
	height: 60px;
}

#page #cart_content form .checkbox label {
	text-align: center;
}

#page #cart_content form .checkbox input[type=checkbox] {
	position: absolute;
	bottom: 0;
	left: 50px;
}

#page #cart_content form #form_submit {
	background: url(/img/form_shadow.png) 0 center no-repeat;
	width: 496px;
	height: 27px;
	margin-top: 40px;
	border-top: 1px solid #cacaca;
	padding-top: 20px;
}

#page #cart_content form #form_submit input[type=submit] {
	display: block;
	margin: 0 auto;
	background: url(/img/form_submit.png) 0 0 no-repeat;
	width: 85px;
	height: 35px;
	padding-top: 4px;
	border: none;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#page #cart_content table#cart {
	width: 565px;
}

#page #cart_content table#cart th {
	padding-bottom: 10px;
	font-size: 12px;
}

#page #cart_content table#cart thead tr.big th {
	font-size: 14px;
	font-weight: bold;
}

#page #cart_content table#cart td {
	padding: 15px 0;
	vertical-align: middle;
}

#page #cart_content table#cart td img {
	float: left;
	padding-right: 10px;
}

#page #cart_content table#cart tbody tr {
	border-top: 1px solid #cacaca;
}

#page #cart_content .table_shadow {
	background: url(/img/table_shadow.png) center -1px no-repeat transparent;
	width: 565px;
	padding: 15px 0;
	border-top: 1px solid #cacaca;
}

#page #cart_content table#cart tbody tr.no_border {
	border-top: none;
}

#page #cart_content table#cart tbody td input[type=text] {
	width: 40px;
	height: 10px;
	padding: 5px;
}

#page #cart_content table#cart tbody td a.cart_close {
	display: block;
	background: url(/img/cart_close.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
}

#page #cart_content .table_shadow span.delivery {
	display: block;
	float: left;
	margin-top: 19px;
	margin-right: 20px;
}

#page #cart_content .table_shadow .total {
	display: block;
	float: left;
}

#page #cart_content .table_shadow .delivery_links {
	float: left;
	width: 320px;
}

#page #cart_content .table_shadow .price {
	display: block;
	float: right;
	margin-top: 19px;
	margin-right: 90px;
}

#page #cart_content .table_shadow a.delivery {
	margin-right: 25px;
	text-decoration: none;
	border-bottom: 1px dotted #1683ac;
	line-height: 28px;
}

#page #cart_content .table_shadow a.delivery.active {
	background: #edece6;
	border-radius: 15px;
	padding: 5px 10px;
	border-bottom: none;
	cursor: default;
}

#page #cart_content .table_shadow a.delivery.last {
	margin-left: 10px;
}

#page #cart_content .table_shadow a.delivery:hover {
	text-decoration: none;
	border-bottom: none;
}

#page #cart_content .table_shadow .sum {
	display: block;
	margin-right: 70px;
	font-size: 16px;
	font-weight: bold;
}

#page #cart_content .table_shadow input[type=submit] {
	display: block;
	margin: 30px 0 0 15px;
	background: url(/img/form_submit.png) 0 0 no-repeat;
	width: 85px;
	height: 35px;
	padding-top: 4px;
	border: none;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#page #cart_content .table_shadow .table_right {
	float: right;
}

#page #cart_content table.cart_price {
	width: 600px;
	margin-bottom: 30px;
  margin-top: 10px; 
}

#page #cart_content table.cart_price th {
	padding-bottom: 10px;
  padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#page #cart_content table.cart_price td {
	padding: 15px 0;
	vertical-align: middle;
}

#page #cart_content table.cart_price tr {
	border-bottom: 1px solid #cacaca;
}


#page .info {
  width: 800px;
}

#page .info img {
  padding: 10px;
}

#page .info ul {      
    margin:0 0 0 20px;
    padding:0;
    list-style: square;     
}
#page .info  li {
    padding:0;
    margin:4px;
        
}

#page .info p {
  margin-top:  10px;
  text-align: justify;
}

#page #cart_content .info {
	width: 600px;
	margin-right: 0px;
	margin-bottom: 65px;
}

#page #cart_content .info p {
	width: 600px;
	margin-top: 10px;
}


#form_modal {
	background: #fff;
	box-shadow: 0 0 10px #666;
	width: 410px;
	height: 204px;
	position: absolute;
	top: 50%;
	margin-top: -102px;
	left: 50%;
	margin-left: -205px;
	z-index: 9999;
}

#form_modal a.modal_close {
	display: block;
	float: right;
	background: url(/img/modal_close.png) 0 0 no-repeat;
	width: 8px;
	height: 8px;
	margin: 10px 10px 0 0;
}

#form_modal .modal_elements {
	float: left;
	position: relative;
}

#form_modal .modal_elements .form_title {
	position: absolute;
	width: 190px;
	top: 30px;
	left: 30px;
	font-weight: bold;
	line-height: 18px;
}

#form_modal .modal_elements img {
	position: absolute;
	top: 80px;
	left: 30px;
}

#form_modal .modal_elements input[type=text] {
	display: block;
	width: 35px;
	height: 10px;
	padding: 5px;
	position: absolute;
	top: 95px;
	left: 110px;
}

#form_modal .modal_elements label {
	position: absolute;
	top: 95px;
	left: 165px;
}

#form_modal .modal_elements .price {
	position: absolute;
	width: 80px;
	top: 100px;
	left: 225px;
}

#form_modal .modal_elements input[type=submit] {
	display: block;
	position: absolute;
	top: 150px;
	left: 215px;
	background: url(/img/form_submit.png) 0 0 no-repeat;
	width: 85px;
	height: 35px;
	padding-top: 4px;
	border: none;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#footer {
	margin-top: 113px;
	position: relative;
	height: 100px;
}

#footer #copyright {
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 12px;
	color: #999;
}

#footer #copyright a {
	color: #999;
}

#footer #footer_menu {
	position: absolute;
	top: 0;
	left: 245px;
	font-size: 12px;
}

#footer #footer_menu ul li, #footer #footer_right ul li, #footer #footer_info ul li {
	margin: 8px 0;
}

#footer #footer_menu a, #footer #footer_right a, #footer #footer_info a {
	color: #000;
}

#footer #footer_info {
	position: absolute;
	top: 2px;
	left: 380px;
  width: 300px;
}

#footer #footer_right {
	position: absolute;
	top: 0px;
	left: 600px;
  font-size: 12px;
}

#footer #footer_info a {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #000;
}

#footer #footer_info span {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	color: #000;
}

.annotation {
  margin-top: -25px;
  float: right;
  font-size: 11px;
  color: #636363;
  margin-right: 10px;
}

.sort {   
  padding: 2px; 
  color: #fff;  
}

.red {
  color: #ac1616;
  font-weight: bold;
}

.small {
  font-size: 11px;
}

.blue {
  color: #1683ac;
  font-weight: bold;
}

.grey {
  color: #666
}

ul.cities li {
  float:left;
  width: 180px;
}

ul.cities li:nth-child(3n+1) {
  clear:both;
}
}

.data {
  float: right;
  text-align:right;
  clear:both;
}

div.delivery {
  font-size:14px;
  padding-top: 10px;
}

div.delivery a {
  color: #ac1616;
  text-decoration: none;
  font-weight: bold;
}

div.delivery img {
  float: left;
  margin: 3px 10px 20px 0;  
}

div.quote {
	display: block; 
  float: left;
  width: 280px;
  min-height: 120px;
  margin-top:10px;
	margin-right: 20px;
	background: url(/img/quote.png) 0 4px no-repeat;
	padding-left: 20px;
}

div.quote p {
	font-size: 14px;
  width: 280px;
  text-align: left;
}

div.note {
  border: 1px #676767 dashed;
  display: block;
  margin: 10px;
  padding: 10px;
  color: #676767;
}

p.gallery {text-align: left;}

.l20 {padding: 0 20px;}

.top {
  width:100%;
  position:absolute;
  z-index:10;
  height:28px;
  padding-top:5px;
  background:#ac1616;
  color:white;  
  font-weight:bold;
}


.block-cifry {
  width: 180px;
  display: inline-block;
  vertical-align: top;
margin:left;
font-weight: bold;
text-align:center;
}

.block-cifry h4 {
  font-size: 45px;
}