
/* Elements */

#searchresult h1 {
	font-family: arial, helvetica, sans-serif;
	afont-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 2px;
	margin-bottom: 0;
	padding-left: 3px;
	color: #ffffff;
	background: url(/gfx/horizontal_bar.gif) repeat-y 0 0;
}

#searchresult h3 {
	margin-bottom: 2px;
	text-align: right;
	font-weight: normal;
}

#searchresult div.oversigt {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#searchresult div.oversigt img {
	vertical-align: text-bottom;
}

dl.results {
	margin-bottom: 10px;
}

dl.results dt a, dl.results dd {
	margin-left: 110px;
}

dl.results dt a {
	display: block;
}


dl.results dt {
	clear: both;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.2em;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
	position: relative;
}

dl.results dt.first {
	border-top: none;
}

dl.results dt.comment a {
	background: url(/gfx/comment.gif) no-repeat 0 center;
	margin-left: 110px;
	padding-left: 20px;
}

dl.results dd {
	padding-bottom: 5px;
	line-height: 1.6em;
	height: auto !important;
	height: 3em;
	min-height: 3em;
}

.rating {
	width: 100px;
 	position: absolute;
	left: 0;
	font-size: 80%;
	font-weight: normal;
}

.rating .bar {
	width: 100px;
	height: 10px;
	overflow: hidden;
	background-color: #eeeeee;
	background-image: url(/gfx/bar.gif);
	background-repeat: no-repeat;
}

tt {
	font-family: "Courier New", Courier, monospace;
	color: #CC0000;
	white-space: nowrap;
}
