@charset "utf-8";
table#domainselect td {
	padding: 10px;
}
div#searchcontainer {
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
	padding: 20px;
	font-size: 8.5pt;
	line-height: 14pt;
}

div#whoiscontainer {
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
	padding: 20px;
	line-height: 14pt;
}
.leftmargin10 {
	padding-left: 10px;
}
table#extentions {
	margin-bottom: 20px;
	margin-top: 5px;
}
#searchcontainer h2 {
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}


#searchcontainer h1 {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}
.available {
	font-size: 14pt;
	font-weight: normal;
	color: #0066FF;
}
.unavailable {
	color: #FF0000;
	font-weight: normal;
	font-size: 14pt;
}
div.results ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
div.results {
	margin-bottom: 20px;
}

div.results li {
	background-image: url(../images/common/horzline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
	padding-bottom: 5px;
}

div.results2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color:#999999;
}
div.results2 li {
	background-image: url(../images/common/horzline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
	padding-bottom: 5px;
}

