
* {
	border:0;
	padding:0;
	margin:0;
}

html {
	background:#fff;
}

body {
	margin:0 auto;
	width:600px;
	height:300px;
	font-family:Verdana, Tahoma;
}

a#header {
	display:block;
	margin-top:40px;
	height:40px;
	padding:40px 0 30px 140px;
	background:url('../images/domainbyip.gif') no-repeat;
	font-weigth:bold;
	font-size:18px;
	text-decoration:none;
	color:rgb(70,184,229);
}

#menu {
	margin-left:140px;
}

#menu li  {
	display:inline;
}

#menu li .select,
#menu li {
	padding:5px 10px 5px 10px;
	color:#fff;
	margin-right:10px;
	font-weight:bold;
	font-size:14px;
}

#menu li.select {
	background:rgb(70,184,229);
}

#menu li a {
	text-decoration:none;
	color:rgb(246,156,41);
}

#menu li a:hover {
	color:rgb(204,119,0);
	text-decoration:underline;
}

form#search {
	margin:0 0 30px 20px;
}

form#search div {
	position:relative;
	top:37px;
	width:350px;
	height:37px;
	background:url('../images/search.gif') rgb(246,156,41) no-repeat;
}

form#search em {
	position:relative;
	left:2px;
	top:20px;
	font-style:normal;
	font-size:10px;
	color:rgb(70,184,229);
	bottom:12px;
}

form#search .text {
	position:relative;
	color:#fff;
	font-size:16px;
	background:transparent;
	margin:8px 0 0 40px;
	width:300px;
}

form#search .submit {
	position:relative;
	left:361px;
	top:5px;
	background:#fff;
	color:rgb(70,184,229);
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
}

#msg {
	margin:0 0 10px 29px;
	padding:3px 0 10px 34px;
	background:url('../images/error.gif') no-repeat;
	color:#f00;
	font-size:14px;
	width:300px;
}

#recent-queries,
#recent-keywords {
	margin:15px 0 10px 0;
}

#recent-queries em,
#recent-keywords em {
	margin-left:33px;
	font-style:normal;
	font-size:14px;
	color:rgb(70,184,229);
	font-weight:bold;
}

#body #recent-queries em,
#body #recent-keywords em {
	margin-left:0;
}

#keywords {
    list-style:none;
    font-size:12px;
	color:#555555;
}
#keywords-box {
    margin-left:35px;
}

#tags {
	margin-left:33px;
    list-style:none;
    font-size:12px;
	font-weight:normal;
	color:#555;
}
#tags li { display:inline; }
#tags a, #tags a:hover {
    text-decoration:none;
    font-size:12px;
	font-weight:normal;
	color:#555;
}

#recent-queries-list,
#related-sites,
#sites {
	list-style:none;
	margin:5px 0 15px 33px;
	line-height:25px;
	font-size:11px;
	color:rgb(70,184,229);
}

#recent-queries-list a,
#related-sites a,
#sites a {
	text-decoration:none;
	font-size:12px;
	color:rgb(246,156,41);
	font-weight:bold;
	position:relative;
	z-index:24;
}

#sites sup a,
#related-sites sup a {
	text-decoration:none;
	font-size:11px;
	color:rgb(70,184,229);
	font-weight:normal;
	position:relative;
	z-index:24;
}

#sites a.view,
#sites a.view:hover,
#related-sites a.view,
#related-sites a.view:hover {
    text-decoration:none;
}
#sites a.view img,
#related-sites a.view img {
    position:relative;
    left:-2px;
    top:-4px;
}

#recent-queries-list .current {
	text-decoration:none;
	font-size:12px;
	color:rgb(70,184,229);
	font-weight:bold;
	position:relative;
	z-index:24;
}

#recent-queries-list a:hover,
#related-sites a:hover,
#sites a:hover {
	color:rgb(204,119,0);
	text-decoration:underline;
	z-index:25;
}

#sites sup a:hover,
#related-sites sup a:hover {
	text-decoration:none;
	color:rgb(25,104,139);
	z-index:25;
}

#recent-queries-list a span,
#related-sites a span,
#sites a span {
	display: none;
}

#recent-queries-list a:hover span,
#related-sites a:hover span,
#sites a:hover span {
	display:block;
    position:absolute;
    top:2em; left:2em;
	padding:0 8px 0 8px;
	line-height:20px;
	width:auto;
	white-space:nowrap;
	background-color:rgb(70,184,229);
	color:#fff;
    text-align:left;
	font-size:12px;
	font-weight:normal;
	z-index:35;
}

#pages {
	margin-left:33px;
	color:rgb(70,184,229);
	font-size:14px;
	font-weight:bold;
}
#pages div a,
#pages div span {
	font-size:10px;
}

#pages a,
#pages span {
	margin-right:10px;
}

#pages a {
	text-decoration:none;
	color:rgb(246,156,41);
}

#pages a:hover {
	color:rgb(204,119,0);
	text-decoration:underline;
}

#body {
	margin: 0 0 0 33px;
}

#body b {
	position:relative;
	top:5px;
	font-size:14px;
	color:rgb(246,156,41);
}

#body h1 {
	font-size:14px;
	color:rgb(70,184,229);
}

#body h1.big {
	font-size:32px;
    color:#f69c29;
    margin:0 0 20px 0;
}
#body h1.big span { color:rgb(70,184,229); }
#body div.big {
    font-size:14px;
    font-weight:bold;
    margin:20px 0 0 0;
    color:rgb(70,184,229);
}

#body ul {
	list-style:none;
	margin:5px 0 15px 0;
	line-height:16px;
}

#body a {
	text-decoration:none;
	font-size:14px;
	color:rgb(246,156,41);
	text-decoration:none;
	font-weight:bold;
}

#body a:hover {
	color:rgb(204,119,0);
	text-decoration:underline;
}

#body .site,
#body .siteclose,
#body .sitepassive {
	padding:0 0 0 18px;
	background:url('../images/orange-list-open.gif') 0px 4px no-repeat;
	cursor:pointer;
	margin-top:10px;
	clear:left;
	font-size:12px;
	color:#555;
}

#body .sitepassive {
	background:url('../images/orange-list-passive.gif') 0px 4px no-repeat;
	cursor:default;
}

#body .siteclose {
	background:url('../images/orange-list-close.gif') 0px 4px no-repeat;
}

#body #related-sites .site,
#body #related-sites .siteclose,
#body #related-sites .sitepassive {
	background-position:0px 6px;
}

#body .description {
	color:#555;
	font-size:10px;
	margin:10px 5px 5px 0;
	text-align:left;
	width:300px;
}
#body .description span {
	font-size:12px;
    display:block;
}

#body .description a,
#body .description a:hover {
	color:#555;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

#body .siteclose .description {
	display:none;
}

#body .domains-count {
	font-size:11px;
	color:rgb(70,184,229);
}

div#whois-info {
	margin:10px 10px 10px 0px;
	width:500px;
	font-size:12px;
	color:#333;
}

span.title {
	font-size:14px;
	color:rgb(70,184,229);
	font-weight:bold;
}

#jamads {
    margin:5px 0 0 30px;
    font-family:Verdana,sans-serif;
    font-size:11px;
    line-height:14px;
}
#jamads ul {
    list-style:none;
}
#jamads ul li {
    display:inline;
    margin-left:20px;
    white-space:nowrap;
}
#jamads ul li.atitle {
    display:inline;
    margin-left:4px;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}
#jamads a:link, #jamads a:visited, #jamads a:hover, #jamads a:active {
    cursor:pointer;
    font-weight:normal;
    font-size:12px;
    text-decoration:underline;
    color:rgb(246,156,41);
}

#footer {
	display:block;
	width:100px;
	white-space: nowrap;
	padding:40px 0 30px 0;
	clear:left;
	color:rgb(70,184,229);
	font-size:11px;
	text-decoration:none;
}

#twitter-title {
    position:absolute;
    top:227px;
    margin-left:400px;
    color:#46b8e5;
    font-size:10px;
    text-align:right;
    width:300px;
    padding:0 0 19px 0;
    background:url('../images/twitter.gif') no-repeat right bottom;
}
#twitter-title span  {
    display:none;
}
#twitter {
    position:absolute;
    top:279px;
    margin-left:400px;
}
*+html #twitter { top:295px; }
#twitter .nav {
    list-style:none;
    margin:0 0 0 -4px;
}
#twitter .nav li {
    float:left;
}
#twitter .prev a,
#twitter .next a {
    float:left;
    display:block;
    margin-right:4px;
    width:15px;
    height:14px;
    cursor:pointer;
    background:url('../images/nav.gif') no-repeat 0 0;
}
#twitter .next a { background-position:-15px 0; }
#twitter .prev a:hover { background-position:0 -14px; }
#twitter .next a:hover { background-position:-15px -14px; }
#twitter .container {
    width:300px;
    padding-right:10px;
    font-family:Verdana, Arial, Sans-serif;
    font-size:11px;
}
#twitter .profile,
#twitter .profile:hover {
    display:block;
    text-decoration:underline;
    font-size:11px;
    color:#46b8e5;
}
#twitter .text {
    display:block;
    margin-top:1px;
    font-size:11px;
    color:#555555;
    font-family:Verdana, Arial, Sans-serif;
    font-size:11px;
}
#twitter .status {
    display:block;
    margin-top:2px;
}
#twitter .status a,
#twitter .status a:hover {
    display:block;
    color:#f69c29;
    font-weight:normal;
    font-size:10px;
    text-decoration:none;
}
#twitter ol {
    list-style:none;
}
#twitter ol li {
    border-bottom:4px solid #fff;
    display:none;
}
#twitter ol li.active {
    display:block;
}

#recaptcha_area {
    margin:0 0 15px 24px;
}
.captcha {
    margin-top:50px;
}
.captcha form { margin:0 0 30px 20px; }

.captcha form .submit {
    position:absolute;
	top:317px;
    margin-left:341px;
	background:url('../images/ok.gif') no-repeat;
	color:#860400;
	font-weight:bold;
	font-size:16px;
    display:block;
    width:48px;
    height:29px;
    overflow:hidden;
    text-indent:-999em;
	cursor:pointer;
}

.loader {
    height:250px;
    background:url('../images/loader.gif') no-repeat 140px center;
}
.hide, .load-box { display:none; }

.pointers {
    list-style:none;
    margin-top:45px;
    text-align:left;
}
.pointers span {
    font-size:14px;
    color:#46b8e5;
    padding-right:10px;
    font-weight:bold;
}
.pointers li { display:inline; }
.pointers a {
    font-size:12px;
    margin-right:10px;
	text-decoration:none;
	color:rgb(246,156,41);
    font-weight:bold;
}
.pointers a:hover {
	color:rgb(204,119,0);
	text-decoration:underline;
}


