@charset "utf-8";

div#content div.text {
	height: auto;
	margin: 10px 160px 0 60px;
	font-size: 1.1em;
	overflow: auto;
}

div#content div.text address {
	margin: 10px 0;
	line-height: 1.5em;
}


div.region {
	display: none;
}


div#regions {
	float: right;
	width: 200px;
	margin: 40px 0 0 0;
}

div#regions strong {
	display: block;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #1f8f34;
}

div#regions ul li {
	list-style: none;
	display: block;
	clear: left;
	padding: 7px 0;
}

div#regions ul li a {
	display: block;
	float: left;
	padding: 1px 4px;
	text-decoration: none;
	color: #178c2c;
	border-bottom: 1px dashed #178c2c;
}

div#regions ul li a:hover {
	color: #a6ce37;
	border-bottom: 1px dashed #a6ce37;
}


div#regions ul li.selected a {
	background: #a6ce37;
	color: #fff;
	border: none;
}