.adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474746;
	padding: 30px 7px 5px 10px;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #474746;
	font-weight: bold;
	padding: 5px 7px 10px 10px;
}
.phone_prefix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474746;
	font-weight: bold;
}
.city {
	position: absolute;
	top: -5px;
	left: -5px;
	height: 28px;
}
.city_name {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/adress_city_bg.gif) repeat-x top center;
	height: 24px;
	// height: 28px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 2px 14px 0px 10px;
}
.city_left_border {
	width: 5px;
	background: url(images/adress_city1.gif) no-repeat top left;
	height: 28px;
}
.city_right_border {
	width: 1px;
	background: url(images/adress_city2.gif) no-repeat top right;
	height: 28px;
}
.one_city {
	position: relative;
	background-color: #fff;
	border: 1px #d5d0bc solid;
	border-top: 0px;
	border-left: 0px;
}
.adress_table {
	border: 1px #d5d0bc solid;
	border-bottom: 0px;
	border-right: 0px;
	border-collapse: collapse;
	margin-top: 10px;
}
.adress_caption {
	font-family: Tahoma;
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-top: 15px;
}
.left_all_adress {
	text-align: right;
	border-right: 1px #d5d0bc solid;
	border-bottom: 1px #d5d0bc solid;
	background-color: #fff;
	padding: 3px 5px;
}
.left_all_adress a {
	font-size: 12px;
	color: #00408e;
}
.left_all_adress a:hover {
	text-decoration: none;
}