body {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
}

img {
	border: 0;
}

.item {
	width: 220px;
	height: 385px;
	float: left;
	text-align: center;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.item #name {
	font-size: 16px;
}

#logo {
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -120px;
}

#container {
	position: absolute;
	left: 50%;
	top: 180px;
	margin-left: -110px;
}

#content {
	background: #e8e8e8;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 385px;
	float: left;
}

#search {
	position: absolute;
	left: 50%;
	top: 130px;
	margin-left: -153px;
	background: url('search.png') no-repeat;
	width: 306px;
	height: 24px;
	padding: 7px;
	padding-left: 12px;
}

#search #hide {
	width: 235px;
	height: 24px;
	overflow: hidden;
	float: left;
}

#search #button {
	margin-left: 6px;
	margin-top: -2px;
	width: 49px;
	height: 28px;
	float: left;
	border: 0;
	background: transparent;
}

#searchField {
	margin: -2px;
	margin-top: -4px;
	width: 239px;
	font-size: 20px;
	height: 30px;
}

.meter {
	position: absolute;
	margin-top: 10px;
	width: 220px;
	height: 20px;
	background: url('meter.png') no-repeat;
	text-align: center;
}

.meter #fade {
	background: #fff;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	opacity: 0.4;
	z-index: 0;
}

.meter #text {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	margin-top: 2px;
}

a, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #555;
}

#topleftAds {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -400px;
	height: 70px;
	padding: 5px;
	width: 200px;
	font-size: 12px;
	border: 1px solid #affbaf;
	background: #f6fff6;
}

#toprightAds {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: 200px;
	height: 70px;
	padding: 5px;
	width: 200px;
	font-size: 12px;
	border: 1px solid #affbaf;
	background: #f6fff6;
}

#bottomAds {
	position: absolute;
	top: 600px;
	left: 50%;
	margin-left: -235px;
	width: 458px;
	height: 50px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #affbaf;
	background: #f6fff6;
}


#topleftAds strong, #toprightAds strong, #bottomAds strong {
	color: #35C517;
	font-weight: bold;
}

#help {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -150px;
	width: 290px;
	background: #000;
	opacity: 0.8;
	display: none;
	padding: 5px;
	color: #fff;
	border: 1px dashed #fff;
}

#whois {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -300px;
	width: 590px;
	background: #000;
	opacity: 0.8;
	display: none;
	padding: 5px;
	color: #fff;
	border: 1px dashed #fff;
}

#help a, #help a:visited, #help a:active, #whois a, #whois a:visited, #whois a:active {
	color: #fff;
	font-weight: bold;
}

#help a:hover, #whois a:hover {
	color: #333;
}

.loadingMeter {
	width: 0;
	height: 20px;
	background: url('meter.png') no-repeat;
	text-align: center;
}