div.article h3{color:#45BBEB}
div.snailtrail{color: #45BBEB}
div.article em{font-style:normal;color:#45BBEB;}
div.article h4{
	color:#45BBEB;
	font-size:12px;
}
#main_footer ul{list-style-image:url(/images/template/bullet_bl.gif);}
.domainListContainer{
	float:left;
	clear:both;	
	width:666px;	
	padding:0px 10px;
	text-align:center;
	margin:10px 0px 20px 0px;
}

.domainList{
	display:inline-table;
}

.domainCol{
	width:90px;
	float:left;
	margin:0;
	padding:0;
	border-right: 1px dotted #656565;
	text-align: left;
}

.domainColEnd{
	border: none;
}

.domainCol ul{
	list-style:none;
	margin:0;
	padding:0;
}

.domainCol li{
	font-size:12px;
	color:#45BBEB;
	margin:0;
	padding:0;
	margin-left:20px;
}

.whois_form{
	display:block;
	float:left;
	clear:both;
	width:666px;
	margin:10px 0px 10px 0px;
	line-height:20px;
	vertical-align:middle;
	padding:10px;
	background-color:#000;
}

.whois_form input, .whois_form select{
	float:left;
	margin-right:5px;
}

.whois_info{
	display:block;
	float:left;
	clear:both;
	width:666px;
}



/* search results styles  */

#whois_results, #whois_clear {
	display:none;
}

#whois_results.show {
	width:666px;
	display:block;	
	float:left;
	clear:both;
	margin:10px 0px 10px 0px;
	border-collapse:collapse;
	background-color: #000;
}	

#whois_results .row{
	display:block;	
	border-bottom:1px dotted #342D1D;
	float:left;
	clear:both;
	width:666px;	
	color:#B4A374;

}

#whois_results .hi{
	background-color: #000000;
	color:#ffffff;
}

#whois_results .name, #whois_results .action, #whois_results .output{	
	display:block;
	float:left;
	height:50px;
	padding:5px 0px 0px 10px;
}


#whois_results .name{
	width:300px;
	border-right:1px dotted #342D1D;
}

#whois_results .action{
	width:100px;
	border-right:1px dotted #342D1D;
}
#whois_results .output{	
	width:220px;
}

#whois_results .output .details{
	display:none;
}

#whois_results .header{
	height:25px;
	font-size:12px;
	padding:5px 0px 0px 10px;
}
#whois_results .output a{
	font-size:11px;
	display:block;
	margin-bottom:10px;
}

#whois_results .output img{
	margin: 17px auto;
}

#whois_results .results{
	display:none;
	visibility:hidden;
}

#whois_results .detailslink{
	cursor:pointer;
}


/* SmoodalBox styles */

#sbBox{
	-moz-border-radius:		15px;
	-webkit-border-radius:	15px;
}

#sbContent{
	display:block;
	margin:5px;
	float:left;
	clear:both;	
	padding:5px;
	font-size:11px;
	height:95%;
	color:#333333;
	background-color:#fff;	
	height:95%;
	width:95%;	
}

#sbContent pre{
	font-family: "Bitstream Vera Sans Mono", "Lucida Sans Typewriter Regular", "Courier New", monospace;
	display:block;
	width:95%;
	height:95%;
	font-size:11px;
}

/* input validation */

.badSearchDomain{
	color:red;
}
