@import 'reset.css';
@import 'h-f.css';
@import 'content.css';
@import 'jquery.ui.stars.css';

BODY {
	background: #fff;
	color:#666872;
	font:12px/1.3 Tahoma,sans-serif;
	}
	
A {color:#08B224;}
A:hover {
	color:#7225A2;
	text-decoration:none;
	}

@font-face {
	font-family:'Meta';
	src:url('/i/MetaMediumCyrLF-Roman.eot');
	src:local('/i/MetaMediumCyrLF-Roman Regular'), local('/i/MetaMediumCyrLF-Roman'), url('/i/MetaMediumCyrLF-Roman.otf') format('opentype');
	}
	
.ico {
	position:absolute;
	background:url(/i/ico/icons.png) no-repeat;
	border:none;
	font-size:0;
	}
	
/* Chooseregion
---------------------------------------- */
#content .chooseregion h2 {
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 10px 0;
}

#content .chooseregion div.region-group {
	padding: 30px  0 0;
}

#content .chooseregion div.region-group ul {
	margin: 0;
	font-size: 13px;
}
#content .chooseregion div.region-group ul li {
	margin: 0 0 8px 0;
}
#content .chooseregion div.region-group a {
	color: #444;
}

