.content {
	display: block;
}
.content .article {
    margin: 0 50px;
}
#right h3 {
	font: bold 14px/18px Arial;
	color: #000000;
	margin: 15px 0 5px;
}
.block {
	padding-bottom: 20px;
}
.domain-group li {
	height: 25px;
    line-height: 25px;
}
#map {
	width: 99%;
	border: 2px solid #000;
	height: 400px;
}
#left {
	float: left;
	width: 50%;
}
#right {
	width: 40%;
	float: right;
}
.clear {
	clear: both;
	height: 20px;
	font-size: 0;
	overflow: hidden;
}
#langs {
	float: left;
	font-size: 12px;
	padding-top: 20px;
	color: #000000;
	position: relative;
	z-index: 1;
}
#langs div {
	width: 142px;
	background-color: #ffffff;
}
#langs ul {
	position: absolute;
	padding: 0;
	list-style: none;
	overflow: auto;
	display: none;
	width: 244px;
	margin-left: -104px;
	background-color: #ffffff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border: 1px solid #000000;
	margin-top: -1px;
}
#langs li {
	padding: 0;
	line-height: 15px;
	float: left;
}
#langs .active {
	background: url(../img/arrow.png) 8px center no-repeat;
	font-weight: bold;
	color: #db0602;
	padding-left: 25px;
	padding-right: 8px;
	margin: 0;
	-width: 117px;
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000000;
	z-index: 99;
	position: relative;
	text-align: right;
}
#langs .pushed {
	border-bottom: 1px solid #ffffff;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;	
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
#langs li:first-child a {
	border-top: 1px solid #ffffff;
}
#langs a {
	display: block;
	padding: 3px 4px;
	margin: 0 4px;
	width: 106px;
	border-top: 1px solid #ebebeb;
	text-decoration: none;
	line-height: 15px;
	outline: 0;
}
#langs img {
	float: right;
	padding-top: 2px;
	padding-left: 5px;
	border: 0;
}