/* die box, in der sich das whois befindet */
div.whois {
	padding-top:12px;	
}

/* table mit den ergebnissen */
.whois table {
	margin-top:30px;
	width:720px;
	border: 1px dashed #cccccc;	
}

/* zeile der table */
.whois tr {
   text-indent: 10px;  
}

/* spalte "Domain" */
.whois td.tld {
	text-indent: 10px;    
}

/* spalte mit preis */
.whois td.preis {
	width:11px;	
}

/* 
	spalte "Domainstatus" (der name ist etwas irrefuehrend
	 - gilt sowohl fuer verfuegbare wie auch fuer registrierte domains) 
*/
.whois td.available {
	width:45%;
	text-align:right;	
	padding-right: 15px;
}

/* spalte mit dem "Bestellen"-Button */
.whois td.chk {
	width:10px;
}

/* fuer shop: zeile mit "Tipp: 1 Domain ist bereits im Preis inkludiert" */
.included_domain {
	clear:both;	
}

/* wenn der mauszeiger ueber einer table-zeile ist */
.whois tr:hover{}
/* domain ist frei */
.whois .free {color:#336600;background-color:#EBEBEB}
/* link fuer freie domain */
.whois .free a  {color:#336600;}
/* domain ist registriert */
.whois .taken {color:#CC0000; background-color:#F3F3F2;}
/* link zu registrierter domain */
.whois .taken a { color:#CC0000; }
/* ungueltiger domainname */
.whois .notvalid {color:#0f9999;}
/* tld nicht konfiguriert (sollte eigentlich nie vorkommen!!!) */
.whois .notconf {color:#ee0; background-color:#933;}
/* abfrage laeuft noch... */
.whois .notready { color:#ff6666;background-color:#F3F3F2; }


/* umschliesst die radio-buttons sowie den 'domainueberpruefung starten'-button */
#toggle_whois {
	padding-top:5px;
	width:400px;	
	padding-left:38px;
}

#info_btn {
background-color:#FBFAF2;
}
#chk_btn {
background-color:#FBFAF2;
}

/* input-feld fuer die domaene */
#req_domain {
	width:320px;
}

/* domainueberpruefung starten button */
.button_domain_check {
	height:19px;
	padding-right:38px;
}

/* radio-buttons */
input[type='radio'] {height:12px;vertical-align:text-bottom;border:none}
/* text hinter radio-buttons */
.radiotext {vertical-align:text-bottom;padding-right:12px}


