@CHARSET "UTF-8";

body
{
	padding: 50px 100px;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
}

h1
{
	margin: 0 0 50px;
}

p
{
	margin: 0 0 7px;
	line-height: 150%;
}

a:link, a:active, a:visited
{
	color: #333;
}

a:hover
{
	text-decoration: none;
}

#sidebar
{
	float: left;
	width: 200px;
}

#content
{
	margin: 0 0 0 250px;
}

.adsense-728x15,
.adsense-468x15
{
	margin: 15px 0 0;
	padding: 6px 0 3px;
	background: #ddd;
}

form label
{
	color: #999;
}

#domainname
{
	width: 98%;
	padding: 5px;
	border: 1px solid #ddd;
	color: #666;
	font: 18px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#domainname:focus
{
	border: 1px solid #999;
}

#domainname.load
{
	background-image: url(/images/icons/load.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.page-permalink
{
	margin: 15px 0 0;
}

.page-permalink a
{
	padding: 0 0 0 21px;
	background: url(/images/icons/link.png) no-repeat left center;
}

#domain-list
{
	width: 100%;
	margin: 10px 0;
}

#domain-list th
{
	padding: 5px;
	text-align: left;
}

#domain-list td
{
	padding: 5px 5px 5px 26px;
	border-top: 2px solid #fff;
	background-color: #dedede;
	background-position: 5px center;
 	background-repeat: no-repeat;
	line-height: 16px;
	vertical-align: middle;
}

#domain-list .alt td
{
	background-color: #efefef;
}

#domain-list tbody .domainname a:link,
#domain-list tbody .domainname a:active,
#domain-list tbody .domainname a:visited
{
	color: #666;
	font-weight: bold;
}

#domain-list tbody .domainname a:hover
{
	color: #333;
}

#domain-list tbody .domainname.status-available
{
	background-image: url(/images/icons/available.png);
	color: #1e7a1b;
}

#domain-list tbody .domainname.status-registered
{
	background-image: url(/images/icons/registered.png);
}

#domain-list tbody .domainname.status-registered a:link,
#domain-list tbody .domainname.status-registered a:active,
#domain-list tbody .domainname.status-registered a:visited
{
	color: #ce5d4c;
}

#domain-list tbody .domainname.status-unkown
{
	background-image: url(/images/icons/unkown.png);
}

#domain-list tbody .domainname .status-message
{
	color: #999;
}

#domain-list tbody .owner
{
	color: #999;
}

#domain-list tbody .owner strong
{
	color: #777;
}

#domain-list tbody .options
{
	text-align: right;
}

#domain-list tbody .options .show-whois
{
	padding-left: 21px;
	background: url(/images/icons/report.png) no-repeat left center;
	line-height: 16px;
}

#domain-list tbody .options .show-buy
{
	margin-left: 5px;
	padding-left: 21px;
	background: url(/images/icons/basket.png) no-repeat left center;
	line-height: 16px;
}

#domain-list tbody .options .show-permalink
{
	margin-left: 5px;
	padding-left: 21px;
	background: url(/images/icons/link.png) no-repeat left center;
	line-height: 16px;
}

#domain-list thead .domainname
{
	width: 70%;
}

#domain-list thead .options
{
	width: 30%;
}

.whois-result
{
	margin: 15px 0;
}

h2.whois-stats
{
	margin: 15px 0 0;
	padding: 0 0 0 21px;
	background: url(/images/icons/chart_pie.png) no-repeat left center;
	color: #666;
	line-height: 16px;
}

#whois-stats
{
	font-size: 16px;
	line-height: 170%;
}

#whois-stats strong
{
	display: block;
	float: left;
	width: 30%;
}

#whois-stats .small
{
	font-size: 13px;
}

#footer
{
	margin: 50px 0 0;
	color: #999;
	font-size: 10px;
	text-align: center;
}

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

a:hover
{
	color: #999;
}

.tld-list
{
	color: #666;
}

#sidebar .satellite
{
	margin: 20px 0;
	padding: 0 0 0 40px;
	background-position: left center;
	background-repeat: no-repeat;
}

#sidebar .satellite.ninja
{
	background-image: url(/images/bigicon-ninja.png);
}

#sidebar .satellite.pirate
{
	background-image: url(/images/bigicon-pirate.png);
}

.cl { clear: left; }