html {margin: 0px;padding:0px;}
body {
	background: #0c0c0c url('images/bg.png') repeat-x;
	margin: 0 0 30px 0;
	min-width: 900px;
	font-family: "Trebuchet MS", Arial;
	padding:0px;
}

#header {
	height: 66px;
	position: relative;
}

#searchbar {
	width: 790px;
	height: 48px;
	background: url('images/header.png');
	position: absolute;
	left: 12px;
	top: 9px;
	margin: 0;
}

#query,
#domains {
	width: 200px;
	height: 24px;
	position: absolute;
	left: 246px;
	top: 15px;
	padding: 3px 5px;
	font-size: 18px;
	color: #000;
	background: #999;
	border: 0;
}

#domains {
	left: 476px;
}

#logo {
	width: 214px;
	height: 38px;
	position: absolute;
	left: 2px;
	top: 5px;
}

#logo span {
	display: none;
}

#submit {
	width: 86px;
	height: 32px;
	position: absolute;
	left: 702px;
	top: 14px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#subheader {
	height: 100px;
	position: relative;
	margin: 0 30px;
	z-index:5;
}

#sh-left {
	width: 42px;
	height: 100px;
	background: url('images/resultbar-caps.png');
	position: absolute;
}

#sh-right {
	width: 42px;
	height: 100px;
	background: url('images/resultbar-caps.png') right;
	position: absolute;
	right: 0px;
	z-index:6;
}

#sh-center {
	width: 100%;
	height: 100px;
	position: absolute;
	z-index:6;
}

#sh-center-inner {
	height: 100px;
	margin: 0 42px;
	background: url('images/resultbar-bg.png') repeat-x;
}

.sh-col-left,
.sh-col-center,
.sh-col-right {
	width: 32%;
	height: 56px;
	float: left;
	padding-top: 44px;
	z-index:7;
}

.sh-col-left,
.sh-col-center {
	width: 33%;
	background: url('images/resultbar-sep.png') right no-repeat;
}

.sh-col-center {
	width: 34%;
}

#yahoo,
#google,
#live {
	height: 41px;
	display: block;
	margin: 0 auto;
}

#yahoo {
	width: 158px;
	background: url('images/yahoo.png');
}

#google {
	width: 121px;
	background: url('images/google.png');
}
	
#live {
	width: 39px;
	background: url('images/live.png');
}

#results {
	position: relative;
	top: -6px;
	margin: 0 72px;
	z-index: 100;
}

.rs-col-left,
.rs-col-center,
.rs-col-right {
	width: 33%;
	float: left;
	overflow: hidden;
}

.rs-col-left,
.rs-col-center {
	background: url('images/sep.png') right repeat-y;
}

.rs-col-center {
	width: 34%;
}

#results .l {
	height: 15px;
	margin: 0 10px 0 8px;
	padding: 2px 5px 2px 0;
	border-bottom: 1px solid #222;
	/*white-space: nowrap;*/
	overflow: hidden;
}

#results .l.mine {
	background: url('images/minebg.png') left no-repeat;
}



#results .l span {
	width: 23px;
	text-align: center;
	float: left;
	font-size: 11px;
	margin-right: 5px;
	color: #666;
}

#results .l.mine span {
	color: #ddd;
}


#results .l a {
	display: block;
	color: #888;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	top: -1px;
	height: 17px;
	overflow: hidden;
}

#results .l:hover {
	background-color: #111;
}

#results .l a.mine1,
.mine1 {
	color: #a5ff5c;
	font-weight: bold;
	top: -2px;
}

#results .l a.mine2,
.mine2 {
	color: #9fcaff;
	font-weight: bold;
	top: -2px;
}

#results .l a.mine3,
.mine3 {
	color: #ffffa5;
	font-weight: bold;
	top: -2px;
}

#results .l a.mine4,
.mine4 {
	color: #ffc74f;
	font-weight: bold;
	
}

#results .l a.mine5,
.mine5 {
	color: #ffc4e0;
	font-weight: bold;
}

#footer {
	clear:left;
	position: relative;
	top: 15px;
	margin: 0 100px 0 100px;
	padding-top: 10px;
	font-size: 11px;
	color: #666;
	text-align: center;
}

#footer .rank {
	color: #5D90D0;
	font-size: 20px;
	font-weight: bold;
}


#footer .checkr {
	color: #9AEF55;
	font-size: 20px;
	font-weight: bold;
}

#key {
	position: absolute;
	top: 2px;
	right: 5px;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 11px;
	z-index: 150;
	text-align: right;
}

#homepage {
	margin: 50px 25px;
	color: #999;
}

#homepage p {
	clear: left;
	float: left;
	padding: 8px;
	background: #191919;
	margin-bottom: 10px;
}

.nil {
	color: #999;
	padding: 10px;
}
