body{
	background-color: #4b3827;
}

#outerWrapper{
	background-color: #fff;
}
	.innerWrapper{
		width: 960px;
		margin: 0 auto;
		
	}
	#header{
		height: 140px;
		/*background: url('../images/sprite.png') no-repeat 0 -140px;*/
		background-image: url(/images/back_top.jpg);
		background-repeat: repeat-x;
		background-position:  top left;
	}
		#header .innerWrapper{position: relative;}
			#navigation{
				float: right;
			}
			#logo{
				width: 195px; 
				height: 82px;
				padding-top: 18px;
				padding-left: 30px;
				float: left;
				background-color: #FFF;
				margin-left: 0px;

			}
			#logo a{
				width: 133px;
				height: 57px;
				background: transparent url('../images/sprite.png') no-repeat 0 -177px;
				margin-left: 0px;
				display: block;
				text-indent: -999em;
			}
			
		#searchdomain{
			
			width: 380px;
			position: relative;
			float: right;
			margin-top: 44px;
			margin-right: 355px;
		}
		
		#searchdomain input{
			margin: 0;
			padding: 0;
			float: left;
			width: 335px;
			height: 38px;
			line-height: 38px;
			border-left: 1px solid #0b8fcd;
			border-top: 1px solid #0b8fcd;
			border-bottom: 1px solid #0b8fcd;
			color: #0b8fcd;
			font-family: Georgia;
			font-size: 17px;
			padding-left: 10px;
		}
		
		#searchdomain input.submit{
			margin: 0;
			padding: 0;
			width: 30px;
			height: 38px;
			border-left: 0;
			border-top: 1px solid #0b8fcd;
			border-bottom: 1px solid #0b8fcd;
			border-right: 1px solid #0b8fcd;
		}
		

	#targets{
		height: 185px;
	}
	#content{
		background: #fff;
	}
		#sidebar{
			width: 0px;
			float: right;
		}
		#mainBlock{
			width: 960px;
			float: left;
		}
		
	#subfooter{
		height: 113px;
	}
		
	#footer{
		background-image: url(/images/back_footer.jpg);
		background-repeat: repeat-x;
		background-position:  top left;
		height: 172px;
	}


/* typography ------------------------------------- */

h1, h2, h3, h4{
	margin: 0 0 8px;
	font-family: Georgia;
	font-weight: normal;
	color: #4b3827;
}
h1 a, h2 a, h3 a, h4 a{text-decoration: none;}

h1{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 24px;
	margin-left: -20px;
	background: #4b3827;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	
}

body.tool h1 {
	font-family: Georgia;
	color: #505455;
	font-size: 24px;
	margin-bottom: 15px;
	background: none;
}

h1.login{
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	color: #4b3827;
	
}

h2{
	font-size: 14px;
	color: #0082b4;
	font-family: Arial;
	font-weight: bold;
}

#home h2{
	font-weight: normal;
}

h2.verhuizen{
	margin-top: 15px;
}

	h2 a{color:#0082b4;}

h3{
	color: #505455;
	font-size: 18px;
}
	h3 a{color: #505455;}



h4{
	font-size: 12px;
	color: #002735;
	text-transform: uppercase;
}
	h4 a{color: #3b3b3b;}

p, li{
	color: #595959;
	line-height: 20px;
	font-size: 13px;
}

p.hint{
	font-size: 11px;
	margin-top: 15px;
}

td{
	vertical-align: top;
	line-height: 22px;
}


	
/* navigation ------------------------------------- */


#navigation ul{
	list-style: none;
	margin: 20px 0 0 0;
	float: right;
}
	#navigation ul li{
		float: left;
		font-size: 15px;
		
		border-left: 1px solid #85c7e6;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#navigation ul li.li_0_0{
		border: 0;
	}
	
	#navigation ul li.last{
		padding-right: 0px;
	}
	
		#navigation ul li a{
			color: #85c7e6;
			text-decoration: none;
			display: block;
			font-weight: normal;
			text-transform: uppercase;
			font-size: 12px;
		}
		#navigation ul li.active a,
		#navigation ul li a:hover{
			color: #fff;
		}

#breadcrumb{
	margin: 0;
	padding: 15px 20px;
	list-style: none;

}
	#breadcrumb li{
		float: left;
		color: #585155;
		margin-right: 5px;
	}
		#breadcrumb li a{
			text-decoration: none;
			color: #0c0b0c;
		}
		#breadcrumb li a:hover{
			text-decoration: underline;
			color: #0c0b0c;
		}
			#breadcrumb li span{
				color: #d9121b;
			}
#footerMenu{padding: 25px 75px;}
	#footerMenu ul{list-style: none;margin: 0;}
		#footerMenu ul li{float: left;color: #a2afb4;font-size: 12px;}
		#footerMenu ul li#repro{float: right;}
			#footerMenu ul li a{color: #a2afb4; border-left: 1px solid #a2afb4; padding-left: 7px;margin-left: 7px;}
			#footerMenu ul li#repro a{border: 0;margin: 0;padding: 0;}
/* general ------------------------------------------ */

.pageContent{
	background: #fff;
	color: #251a14;
}

.content{
	padding-left: 20px;
	padding-right: 0px;
	width: 510px;
	float: left;
	padding-bottom: 25px;
}

#site #sfeer{
	width: 430px;
	float: right;
	position: relative;
}

#sfeer #overlay{
	width: 100%;
	height: 49px;
	background-color: #4b3827;
	position: absolute;
	top: 0;
	background-color: rgb(75, 56, 39) ; opacity: 0.7;
	filter: alpha(opacity=70);
}


.pageContent p{
	font-size: 13px;
	line-height: 20px;
	color: #251a14;
	margin-bottom: 14px;
	padding-right: 20px;
}

#home .pageContent p{
	padding-right: 0px;
	margin-bottom: 14px;
}


.pageContent table{
	width: 490px;
}

.pageContent table.webhosting td{
	font-size: 11px;	
}

.pageContent td{
	color: #251a14;

}

.pageContent table.webhosting td.highlight{
	background-color: #ccbaa3;
}

.pageContent table.webhosting td{
	background-color: #eee8e1;
}

.pageContent table.webhosting th{
	background-color: #ae926e;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #FFF;
}

.pageContent a{
	text-decoration: none;
	color: #0082b4;
}

.pageContent a:hover{
	text-decoration: underline;
}

.pageContent p.lead{
	font-weight: bold;
}
.pageContent ul{
	margin: 20px 0 20px 0px;
	list-style-position: outside;
	list-style: square;
	
}
	.pageContent ul li{
		margin-bottom: 2px;
		margin-left: 15px;
		padding-left: 5px;
		/*background: transparent url('../images/bg_list_item.png') no-repeat 0 4px;*/
		color: #251a14;
	}

	
#contactInfo{
	background: #fff url('../images/bg_contact_info.gif') no-repeat bottom left;
	padding: 17px 20px;
	color: #0082b4;
}
	#contactInfo p{color: #0082b4;font-size: 11px; text-transform: uppercase;}
#contactForm{
	padding: 20px;
	background: transparent url('../images/bg_stripe.gif') repeat top left;
}

/* home --------------------------------------------- */
#home #content{padding: 20px 0 00px 0;}
	
	
#home #content_left{
	width: 470px;
	float: left;
	
}	

	#home #content_left h2{
		font-family: Georgia;
		color: #4b3827;
		font-size: 22px;
	}

	#home #content_left .services{
		width: 430px;
		height: 130px;
		background: transparent url('../images/sprite.png') no-repeat 0 0px;
		margin-bottom: 20px;
		padding: 20px;
	}
	
		#home #content_left .services .service{
			width: 200px;
			float: left;
			margin-right: 30px;
		}
		
		#home #content_left .services .right{
			margin-right: 0px;
		}
		
		#home #content_left .services .service p.intro{
			font-size: 11px;
			display: block;
			height: 60px;
		}
		
		#home #content_left .services .service p a{
			width: 119px;
			height: 30px;
			background: transparent url('../images/sprite.png') no-repeat -165px -178px;
			margin-left: 0px;
			display: block;
			text-indent: -999em;
		}
		
		#home #content_left .services .service p a:hover{
			width: 119px;
			height: 30px;
			background: transparent url('../images/sprite.png') no-repeat -165px -209px;
			margin-left: 0px;
			display: block;
			text-indent: -999em;
		}
	

	#home #content_right{
		width: 470px;
		float: right;
	}	
	
	#home #content_right h2{
		font-family: Georgia;
		color: #083d56;
		font-size: 22px;
	}
	
		#home #content_right h2 a{
			color: #083d56;	
			text-decoration: none;
		}
		
		#home #content_right h2 a:hover{
			text-decoration: underline;
		}

	#home #content_right .news{
		width: 430px;
		height: 130px;
		background: transparent url('../images/sprite.png') no-repeat -478px -0px;
		margin-bottom: 20px;
		padding: 20px;
	}
	
		#home #content_right .news ul{
			margin: 0;
			padding: 0;
			margin-left: -5px;
		}
		
			#home #content_right .news ul li{ 
				padding: 0;
				margin: 0;
				border-bottom: 1px solid #a6cbdd;
				list-style: none;
			}
			
			#home #content_right .news ul li a{ 
				text-decoration: none;
				padding-top: 4px;
				padding-bottom: 3px;
				display: block;
				padding-left: 5px;
			}
			
			#home #content_right .news ul li a:hover{ 
				background-color: #fff;
			}
			
			#home #content_right .news ul li a .date{ 
				color: #5b93ad;
				width: 100px;
				display: block;
				float: left;
				cursor: pointer;
			}
			
			#home #content_right .news ul li a .title{ 
				color: #076895;
				font-weight: bold;
				width: 245px;
				display: block;
				float: left;
				cursor: pointer;
			}
			
			#home #content_right .news ul li a .ico{
				display: block;
				background: transparent url('../images/sprite.png') no-repeat -143px -199px;
				float: left;
				width: 6px;
				height: 6px;
				margin-top: 6px;
				margin-right: 5px;
				visibility: hidden;
			}
			
			#home #content_right .news ul li a:hover .ico{
				visibility: visible;
			}
			
			#home #content_right .news ul li a .readmore{ 
				color: #012a3e;
				font-weight: bold;
				font-size: 12px;
				/*background: transparent url('../images/sprite.png') no-repeat -143px -199px;*/
				display: block;
				visibility: hidden;
				cursor: pointer;
				
			}
			
			#home #content_right .news ul li a:hover .readmore{ 
				visibility: visible;
			}

			#home #content_right .news p.all_news{
				margin-top: 10px;
			}
			
			#home #content_right .news p.all_news a{
				color: #012a3e;
				font-weight: bold;
				font-size: 11px;
				text-decoration: none;
			}
			
			#home #content_right .news p.all_news a:hover{
				text-decoration: underline;
			}
			
			#home #content_right .news p.all_news .ico{
				display: block;
				background: transparent url('../images/sprite.png') no-repeat -143px -199px;
				float: left;
				width: 6px;
				height: 6px;
				margin-top: 7px;
				margin-right: 5px;
			}
			
			
	#home #content_right .twitter{
		width: 430px;
		height: 130px;
		background: transparent url('../images/sprite.png') no-repeat -478px 0px;
		margin-bottom: 20px;
		padding: 20px;
	}
	
	.tweet_list {margin: 0; list-style: none;}

	.pageContent .newsList{
		
	}
	
		.pageContent .newsList ul{
			margin: 0;
			padding: 0;
			margin-left: -5px;
			padding-right: 20px;
		}
		
			.pageContent .newsList ul li{ 
				padding: 0;
				margin: 0;
				border-bottom: 1px solid #a6cbdd;
				list-style: none;
			}

			.pageContent .newsList ul li a{ 
				text-decoration: none;
				padding-top: 4px;
				padding-bottom: 3px;
				display: block;
				padding-left: 5px;
			}
		
			.pageContent .newsList ul li a:hover{ 
				background-color: #fff;
			}
			
			.pageContent .newsList ul li a .date{ 
				color: #5b93ad;
				width: 120px;
				display: block;
				float: left;
				cursor: pointer;
			}
			
			.pageContent .newsList ul li a .title{ 
				color: #076895;
				font-weight: bold;
				width: 275px;
				display: block;
				float: left;
				cursor: pointer;
			}
							
			.pageContent .newsList ul li a .ico{
				display: block;
				background: transparent url('../images/sprite.png') no-repeat -143px -199px;
				float: left;
				width: 6px;
				height: 6px;
				margin-top: 6px;
				margin-right: 5px;
				visibility: hidden;
			}
			
			.pageContent .newsList ul li a:hover .ico{
				visibility: visible;
			}
			
			.pageContent .newsList ul li a .readmore{ 
				color: #012a3e;
				font-weight: bold;
				font-size: 12px;
				display: block;
				visibility: hidden;
				cursor: pointer;
				
			}
			
			.pageContent .newsList ul li a:hover .readmore{ 
				visibility: visible;
			}
			
	
	.pageContent #twitterList .tweet_list{
		margin: 0;
		padding: 0;
	}
	
	.pageContent #twitterList .tweet_list li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
			.tweet_list li{
				margin: 0;
			    margin-bottom: 10px;
			    padding-bottom: 10px;
				min-height: 55px;
				font-size: 11px;
				color: #474747;
				line-height: 14px;
			}
			#twitterList .tweet_list li{
				color: #444444;
				font-size: 12px;
				line-height: 18px;
			}
			.tweet_list li a{color: #474747;}
				#twitterList .tweet_list li a{
					color: #a69999;
					text-decoration: none;
					
				}
				
				#twitterList .tweet_list li a:hover{
					color:#444444;
				}
				
				.tweet_list li .tweet_user,
				.tweet_list li .tweet_time{
					font-weight: bold;
					display: block;
					line-height: 14px;
				}
				
				.tweet_list li .tweet_user{
					padding-top: 2px;
					margin-bottom: 3px;
				}
				
				#twitterList .tweet_list li .tweet_user{
					color:#444444;
				}
				
				.tweet_list li .tweet_text{
					
				}
				.tweet_list li .tweet_time{
					text-align: right;
					
				}
				
				#twitterList .tweet_list li .tweet_time a{
					color:#a69999;
				}
				
				.tweet_list li .tweet_avatar{
					width: 45px;
					height: 45px;
					float: left;
					margin:4px 6px 0 0;
				}
				
				#home #content_right .twitter p.all_news{
				}
				
				#home #content_right .twitter p.all_news a{
					color: #012a3e;
					font-weight: bold;
					font-size: 11px;
					text-decoration: none;
				}
				
				#home #content_right .twitter p.all_news a:hover{
					text-decoration: underline;
				}
				
				#home #content_right .twitter p.all_news .ico{
					display: block;
					background: transparent url('../images/sprite.png') no-repeat -143px -199px;
					float: left;
					width: 6px;
					height: 6px;
					margin-top: 7px;
					margin-right: 5px;
				}
				
	.addthis_toolbox{
		position: absolute;
		right: 0;
		top: 105px;
	}

#subfooter #login{
	float: left;
	
}	

#subfooter #login h1{
	font-family: Georgia;
	color: #4b3827;
	font-size: 22px;	
	
	margin-left: 20px;
}

	#subfooter #login #controldomain{	
		
		padding-left: 20px;
	}
	
		#subfooter #login #controldomain input{	
			border: 1px solid #af937a;	
			margin-top: 0;
			margin: 0;
			padding: 0;
			float: left;
			width: 300px;
			height: 40px;
			line-height: 40px;
			color: #af937a;
			font-size: 14px;
			padding-left: 10px;
		}
		
		#subfooter #login #controldomain input.submit{	
			margin: 0;
			padding: 0;
			width: 124px;
			height: 40px;
			margin-left: 12px;
		}
	
#subfooter #logos{
	float: right;
	margin-top: 25px;
}	

	#subfooter #logos ul{
		list-style: none;
	}

	#subfooter #logos ul li{
		float: left;
		margin-left: 15px;
	}
	
	#subfooter #logos ul li a.logo_1{
		width: 78px;
		height: 42px;
		background: transparent url('../images/sprite.png') no-repeat -305px -178px;
		margin-left: 0px;
		display: block;
		text-indent: -999em;		
	}
	
	#subfooter #logos ul li a.logo_2{
		width: 76px;
		height: 42px;
		background: transparent url('../images/sprite.png') no-repeat -389px -178px;
		margin-left: 0px;
		display: block;
		text-indent: -999em;		
	}
	
	#subfooter #logos ul li a.logo_3{
		width: 43px;
		height: 44px;
		background: transparent url('../images/sprite.png') no-repeat -389px -237px;
		margin-left: 0px;
		display: block;
		text-indent: -999em;		
	}
	
#footer .iso{
	position: absolute;
	/*right: 150px;*/
	right: 0px;
	padding-top: 4px;	
}

#footer #chat{
	position: absolute;
	right: 0;
	padding-top: 10px;	
}

	
#footer #addressbar{
	margin-left: 20px;	
	padding-top: 10px;	
	padding-bottom: 10px;	
	border-bottom: 1px solid #a0968d;
	float: left;
	width: 940px;
	position: relative;
}

	#footer #addressbar .address{
		float: left;
		margin-right: 40px;
	}
	
	#footer #addressbar .address ul{
	}
	
	#footer #addressbar .address ul li{
		list-style: none;
		color: #a0968d;
		font-size: 12px;
		margin-bottom: 3px;
	}
	
	#footer #addressbar .address ul li a{ 
		color: #a0968d;
		text-decoration: none;
	}
	
	#footer #addressbar .address ul li a:hover{ 
		color: #fff;
	}
	
#footer #footermenu{
	clear: both;
	float: left;
	width: 100%;
	
}

	#footer #footermenu ul{
		padding: 0;
			float: right;
	}
	
	#footer #footermenu ul li{
		float: left;
		color: #FFF;
		list-style: none;
		border-left: 1px solid #1395ca;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 11px;
	}
	
	#footer #footermenu ul li.li_0_0{
		border: 0;
	}
	
	#footer #footermenu ul li.last{
		padding-right: 0px;
	}
	
	#footer #footermenu ul li a{
		color: #fff;
		text-decoration: none;
	}
	
	#footer #footermenu ul li a:hover{
		text-decoration: underline;
	}
	
/* info pages ------------------------------------- */


/* forms ------------------------------------------ */
form{}

	/* ---- orderform ---- */

	.orderform label { display: block; clear: both; }
	.orderform input[type="text"], .orderform select {
		border: 1px solid #C9B4A6;
		padding: 3px;
		margin-bottom: 2px;
		margin-right: 4px;
		font-family: Georgia, serif;
		font-size: 14px;
		color: #532C16;
	}
	.orderform .bigbut { display: block; clear: both; }
	/*.orderform input[type="submit"] { 
		background-color: #0082b4;
		border: 1px solid #0082b4;
		color: #FFF;
		display: block; 
		clear: both;
		margin-top: 20px;
	}*/

	.orderform label { margin: 5px 0; font-size: 12px; }

	.orderform .small { width: 30px; }
	.orderform .medium { width: 200px; }
	.orderform .large { width: 300px; }

	/* ---- domaintool ---- */

	


	/* ---- rest ---- */

	input#submitButton{float: right;}

	.formgen {
	    list-style: none outside none;
	    margin: 0;
	}
	.pageContent .formgen li {
		margin: 0;    
		margin-bottom: 8px;
		background: none;
		padding: 0;
		list-style: none;
		
	}
	form input[type="text"], form textarea {
	    border: 0;
		padding: 2px;
		margin-bottom: 2px;
		width: 150px;
	}
	
	.formgen textarea{
		height: 80px;
	}
	
	
	
	.formgen .medium {
	    width: 350px;
	}
	.formgen .small {
	    width: 60px;
	}
	.formgen .large {
	    width: 328px;
	}
	.formgen textarea.large {
	    height: 80px;
	    width: 328px;
	}
	.formgen select.medium{
	    width: 355px;
	}
	.formgen #postcode, .formgen #straatnaam {
	    margin-right: 10px;
	}
	.formgen label {
	    display: block;
	    margin-bottom: 3px;
	}
	
	.formgen label.group {
		font-size: 14px;
		color: #0082b4;
		font-family: Arial;
		font-weight: bold;
		margin-top: 30px;
	}
	
	.formgen input[type="text"], .formgen textarea {
	    border: 1px solid #DEDEDE;
	}
	.submit {
		background-color: #0082b4;
		border: 1px solid #0082b4;
		color: #FFF;
	}
	.errors, .pageContent .errors {
	    background: none repeat scroll 0 0 #FDF0DF;
	    border: 1px solid #F7941E;
	    list-style: disc outside none;
	    margin:0 0 20px 0;
	    padding: 10px 10px 2px 25px;
	    width: 450px;
	}
	.errors li, .pageContent .errors li {
	    color: #F7941E;
	    font-weight: bold;
	    margin: 0 0 8px;
		background: none;
		padding: 0;
	}
	.errors li ul, .pageContent .errors li ul {
	    list-style: none outside none;
	    margin: 0;
	    padding: 0;
	}
	.errors li ul li, .pageContent .errors li ul li {
	    color: #856E4C;
	    font-weight: normal;
	}




/* tool ----------------------------------------------------- */

.delbut {
	padding: 0;
	width: 20px;
	height: 20px;
	background: #eaeaea url('/images/x.png') 50% 50% no-repeat;
	border: solid #eee 1px;
	/*text-align: center;*/
	text-indent: -999em;
	position: relative;
}


.delbut:hover { color: #aaa;}


.but {
	cursor: pointer;
	display: inline;
	text-decoration: none;
	padding: 2px 2px;
	font-size: 12px;
	border: 0;
	background: #53B0DC;
	color: #fff;
	font-family: Arial;
	border: solid 1px #28d;
}
.but:hover { border: solid 1px #fff; }
.bigbut { margin: 12px 15px 0 0; padding: 7px 10px; font-size: 15px; }

.coldel {
	text-align: center;
}

#naw {
	width: 400px;
	float: left;
}

#order {
	width: 400px;
	margin-right: 50px;
	float: right;
}

	#order dl { 
		color: #9f9e98;
		font-family: Georgia;
		width: 100%;
		padding: 20px;
	}

		#order dt {
			margin: 0; padding: 0; 
			display: block; 
			float: left;
			clear: left;
			width: 250px;
			margin-bottom: 5px;
		}
		#order dt.domain, dt {
			font-weight: bold;
		}		
		#order dt.hosting, dt {
			font-weight: normal;
		}
		#order dt.tprice {
			margin-top: 15px;
			padding-top: 5px;
			font-weight: bold;
		}

		#order dd {
			clear: right;
			width: 60px;
			margin:0; padding: 0;
			display: block;
			float: right;
			margin-bottom: 5px;
			text-align: right;
		}
		#order dd.tprice {
			border-top: solid 1px #9f9e98;
			padding-top: 5px;
			margin-top: 15px;
		}


.pricelist {
	width: 664px;
	background: #fff;
	border: 1px solid #C9B4A6;
	margin: 10px 0 0;
	font-family: Georgia;
	color: #9f9e98;
	padding: 8px 12px;
}
.pricelist span { 
	/* width: 150px; display: inline-block; */ 
	font-weight: bold; 
	margin-right: 10px; 
}

.tool #mainBlock{margin: -20px 0 40px 0;}
#tabs{
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 2;

}
	#tabs li{
		float: left;
	}
		#tabs li a{
			display: block;
			color: #0b8fcd;
			font-size: 18px;
			font-family: Georgia;
			border: 1px solid #C1DFEC;
			border-width: 1px 1px 0 1px;
			border-radius: 20px 20px 0 0;
			padding: 15px 20px;
			background: #F0F9FD;
			text-decoration: none;
			width: 206px;
			height: 20px;
			text-align: center;
			text-transform: uppercase;
			margin-right: -10px;
			position: relative;
		}
		#tabs li a.first{z-index: 3;}
		#tabs li a.middle{z-index: 2;}
		#tabs li a.last{z-index: 1;}
		#tabs li.ui-state-active a{
			background: #fff;
			color: #532C16;
			border-color: #C9B4A6;
			z-index: 5;
			padding-bottom: 16px;
			margin-bottom: -1px;

		}
.tab{
	border: 1px solid #C9B4A6;
	padding: 35px;
	min-height: 200px;
	position: relative;
	z-index: 1;
	background: transparent url('../images/bg_tool_tab.gif') repeat-x bottom left;
}
.ui-tabs-hide{
	display: none;
}
	.tab #searchdomain{
			width: auto;
			float: none;
			margin-top: 0;
			margin-right: 0;
		}
		
		.tab #searchdomain input{
			width: 485px;
			line-height: 38px;
			border-left: 1px solid #C9B4A6;
			border-top: 1px solid #C9B4A6;
			border-bottom: 1px solid #C9B4A6;
			color: #532C16;
			font-family: Georgia;

		}
		
		.tab #searchdomain input.submit{
			width: 145px;
			height: 40px;
			border:0;
			background: none;
		}
	.tab .results{
		background: #fff;
		border: 1px solid #C9B4A6;
		margin: 20px 0 0;
		width: 690px;
	}
		.tab .results td{
			border-bottom: 1px solid #F5EAE1;
			font-size: 13px;
			font-family: Georgia;
			color: #9f9e98;
			padding: 8px 12px;
		}
		.results tr:hover td{
			background: #F8F7F4;
		}
		.results .last td{border: 0;}
			.results td a{
				color: #0b8fcd;
				text-decoration: none;
				display: block;
			}
		.tab .results .title{
			width: 220px;
		}
		.tab .results .order{
			width: 110px;
		}
			/*.results td .but{
				background: transparent url('../images/but.gif') no-repeat top left;
				display: block;
				width: 110px;
				height: 22px;
				color: #fff;
				font-family: Arial;
				text-align: center;
				border: 0;
			}
			*/