.select-region000 {
		position:absolute;
		top:0px;
		left:390px;
		color: #555;		
		font-size: 11px;
/*		border: 0px dashed #488ebe;*/
		padding:11px;
/*		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;*/
}
.select-region000 a{
		text-decoration: underline;
		color: #000;	
}
.region-nav{
		left: -292px !important;
}

.region {
		margin-right:5px;
		padding-left:15px;
		background: url(/_img/place3.png) no-repeat;
}
a.region {
		text-decoration: underline;
	    color: #0088ca;
}


/*************************/

.reg-list{
	padding: 10px 30px;
}
.reg-list ul{
	float: left;
}
.reg-list ul {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		font-weight: 300;
		font-size: 12px;
		line-height: 10px;
}
.reg-list li {
		margin: 13px 22px 9px 15px;
		padding: 0;
		position: relative;
}
.reg-list li:before {
		display: none;
}
.reg-list li:first-child {
		margin-top: 0;
}
.reg-list li.mark a{
		color: #000;
		font-weight: bold;
}
.reg-list a:hover {
		color: #000;
		text-decoration: underline;
}
.reg-list a:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
		background: url(/_img/place3.png) no-repeat;
		width: 13px;
		height: 17px;
		margin: 0 0 0 -25px;
}
.reg-list a:hover:before {
		opacity: 1;
}
