.tspresult_sprite {
    background-repeat: no-repeat;
}

.tsp_title {
	font-size: 14px;
	margin-top:40px;
}

.tsp_helptitle {
	font-family: tahoma, verdana;
	font-size:10px;
	color:#666;
}

ul.tsp_entries {
	list-style-type: none;
	margin:0;
	padding:0;
	width:536px;
}

li.tsp_entry_doc {
	float:left;
	margin-right:20px;
	height: 200px;
}

li.tsp_entry_doc a, li.tsp_entry_doc a:visited {
	text-decoration:none;
	display: inline-block;
	position:relative;
	text-align:center;
	font-size:10px;
	color:#333;
	outline:0;
}

.tsp_entry_title {
	display:block;
	width:120px;
	margin-left: -10px;
	margin-top: -5px;
}

#tspresult_overlay_container {
	position: absolute;
	display:none;
	z-index:1000;
}

#tspresult_overlay {
	position:relative;
	width:540px;
	border: 2px solid #a8a290;
	background-color: #f0ede3;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#tspresult_overlay_text {
	margin:15px;
}

	#tspresult_overlay_text h3 {
		font-size: 12px;
		margin:0;
		padding:0;
	}
	
	#tspresult_overlay_text p {
		font-size: 11px;
	}
	
	#tspresult_overlay_text a, #tspresult_overlay_text a:visited  {
		font-size: 11px;
		display:block;
		margin-top:10px;
		color:#000;
		text-align:center;
	}
	
#tspresult_overlay_anker {
	background-position: 0 0;
	width:100%;
	height:20px;
}

#tspresult_overlay_close {
	position:absolute;
	top:10px;
	right:10px;
	background-position: 0 -20px;
	background-color: transparent;
	width:17px;
	height:17px;
	cursor:pointer;
}

#tspresult_overlay_close:hover {
	background-position: -20px -20px;
}

.tspresult_countryicon {
	position:absolute;
	right:15px;
	top:0;
}

