/*
 Style sheet for LiveSearch plugin
 Feel free to modify any/all colors and layouts,
  but preserve the class names and id's
*/

.LSRow small, #searchcontrols small {
	color: #999;
}

#LSHighlight small {
	color: #999;
}

#LSResult {
	position: absolute;
	background: url('LSResult-BG.png') no-repeat left bottom;
	width: 180px;
	min-height: 120px;
	margin: 6px 0 0 -7px;
	font: 12px Helvetica, Arial, Sans-Serif;
	padding: 0 7px 10px 7px;
	z-index: 11000;
	display: block;
}
#LSShadow {
	background: #000;
	}
* html #LSResult {
	background: none;
	margin: 0 0 0 -7px;
}
* html #LSShadow {
	border: 1px solid #000;
	}
#LSResult:hover #LSHighlight {
	cursor: pointer;
}
#LSHighlight, .LSRow:hover {
	cursor: pointer;
}

#LSHighlight a, .LSRow:hover a {
	cursor: pointer;
}

.LSRow {
	text-align: left;
	padding: 0;
	margin: 0;
}
.LSRow a {
	display: block;
	width: 170px;
	height: 32px;
	padding: 10px 5px 2px 5px;
	margin: 0;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.LSRow a:hover {
	color: #c00063;
	background: #000 url('black_hover.png') top repeat-x;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
#LSmore {
	position: relative;
	margin: 10px 0 0 50px;
	padding: 10px 10px 3px 0;
	}
#searchcontrols {
	padding: 6px 3px 0 3px;
	margin: 0;
	width: 170px;
	height: 20px;
}

#searchcontrols .alignright {
  float: right;
  text-align: right;
}
	
#searchcontrols .alignleft {
  float: left;
}

.oddresult {
	z-index: 11001;
	color: #fff;
}
#livesearch {
	border: 0;
	background: none;
	width: 170px;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 7px 0 0 8px;
	font-size: 14px;
	}
#searchBox {
	background: url('suche-bg.png') repeat-x;
	border: 1px solid #262626;
	width: 180px;
	height: 46px;
	margin: -20px 0 34px 0;
	padding: 0;
	}
/* End LiveSearch */