body {
	margin: 0 0 10px 0;
	background: #cedbdd url(/images/page_bg.png) top left repeat-x;
	font-family: Arial;
	font-size: 12px;
}

a, a:visited {
	color: #0e1f35;
}

a:hover {
	text-decoration: none;
}

a.external {
	background: url(/images/external_link.png) top right no-repeat;
	padding-right: 13px;
}

a.internal_favicon, a.external_favicon {
	background: url(/images/favicons.png) left center no-repeat;
	padding-left: 18px;
}

img {
	border-style: none;
}

h1 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	color: #fff;
	background-color: #417781;
}

#page {
	width: 1068px;
	margin: 0 auto;
}

#header {
	height: 100px;
}

#logo {
	float: left;
	width: 510px;
	padding-left: 20px;
}

#search {
	float: right;
	width: 450px;
	text-align: right;
	margin-top: 40px;
}

	#search div {
		text-align: left;
		color: #fff;
		padding-left: 30px;
	}

	#search input {
		width: 300px;
		font-size: 20px;
		font-weight: bold;
	}

	#search button {
		font-size: 20px;
		font-weight: bold;
	}

#content {
	background-color: #fff;
	float: left;
	width: 728px;
	border: 2px solid #000;
	padding: 10px;
	min-height: 600px;
}

.stats {
	margin: 10px 0;
	clear: both;
	width: 728px;
}

	.stats h2 {
		margin: 0;
		background: #c8e3e8 url(/images/header_grad.png) repeat-x;
		padding: 3px 10px;
		width: 310px;
		font-size: 16px;
		text-align: center;
		border: 1px solid #999;
		border-bottom-style: none;
		color: #fff;
	}
	
	.stats .header {
		float: left;
		width: 159px;
		padding: 5px 15px;
		border-left: 1px solid #999;
	}
	
	.stats .data {
		float: left;
		width: 497px;
		padding: 5px 15px;
		border-right: 1px solid #999;
	}
	
	.stats .website {
		float: left;
		width: 300px;
		padding: 5px 15px;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
		font-size: 18px;
	}
	
	.stats .rank {
		float: left;
		width: 59px;
		padding: 5px 15px;
		border-left: 1px solid #999;
		font-size: 18px;
	}
	
	.stats .row1 div {
		background-color: #f2f2f2;
		border-bottom: 1px solid #999;
	}
	
	.stats .row2 div {
		/*background-color: #cfc;*/
		background: #cedbdd;
		border-bottom: 1px solid #999;
	}
	
	.stats .row1, .stats .row2 {
		clear: both;
	}
	
	.stats .first div {
		border-top: 1px solid #999;
	}
	
	.stats .row1:hover div, .stats .row2:hover div {
		background: #f9d27e;
	}

#sidebar {
	float: left;
	width: 300px;
	margin: 10px 0 10px 10px;
}

.sitelist {
	clear: both;
	width: 300px;
	margin-bottom: 10px;
}

	.sitelist h2 {
		margin: 0;
		background-color: #c8e3e8;
		padding: 2px 5px;
		width: 150px;
		font-size: 14px;
		text-align: center;
		border: 1px solid #999;
		border-bottom-style: none;
	}
	
	.sitelist .row {
		font-size: 10px;
		background-color: #f2f2f2;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
	}
	
	.sitelist .first {
		border-top: 1px solid #999;
	}
	
	.sitelist .website {
		padding: 2px 0 2px 5px;
	}
	
	.sitelist .rank {
		padding: 2px 5px 2px 0;
		text-align: right;
		margin-top: -17px;
	}
	
	.sitelist .row:hover div {
		background-color: #f9d27e;
	}

a.tag, a.tag:visited {
	text-decoration: none;
	background-color: #c8e3e8;/*#cfc;*/
	color: #000;
	padding: 2px 5px;
	font-size: 10px;
	margin-right: 2px;
	line-height: 20px;
	white-space: nowrap;
}

a.tag:hover {
	background-color: #f9d27e;
}

.site_listing {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #cfc;
	border: 1px solid #999;
	clear: both;
}

.site_listing:hover {
	background-color: #f9d27e;
}

.site_listing .sl_thumb {
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
}

.site_listing .sl_website {
	font-size: 16px;
	font-weight: bold;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0 0 0;
}

.clear {
	clear: both;
}

.site_list {
	border-collapse: collapse;
	width: 100%;
}

.site_list tr:hover {
	background-color: #f9d27e;
}

.site_list_pages {
	margin-top: 50px;
	font-size: 8px;
	text-align: center;
}

.ad {
	margin-top: 5px;
}

	.ad:first-child {
		margin-top: 0;
	}

	.ad .title a, .ad .title a:visited {
		font-size: 18px;
		color: #f00; /* #036 */
	}

	.ad .text a, .ad .text a:visited {
		font-size: 14px;
		color: #000;
		text-decoration: none;
	}