/* @#VERSION#@ Lift-World Ajax Styles V1.2.0 - 06.09.2008 16:42:28 @#VERSION#@ */

/***************************************************************
 *  Inhaltverzeichnis                                          *
 * -------------------                                         *
 *                                                             *
 *  Volltextsuche                                              *
 *                                                             *
 ***************************************************************/

/* Volltextsuche */
.ac_results {
	padding:             0px;
	border:              1px solid #1B4575;
	background-color:    #FFFFFF;
	overflow:            hidden;
	z-index:             999;
}

.ac_results ul {
	width:               100%;
	list-style-position: outside;
	list-style:          none;
	padding:             0;
	margin:              0;
}

.ac_results li {
	margin:              0px;
	padding:             2px 5px;
	cursor:              default;
	display:             block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
        font-family:         'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:           12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height:         16px;
	overflow:            hidden;
}

.ac_loading {
	background:          #FFFFFF url('images/loading.gif') right center no-repeat;
}

.ac_odd {
	background-color:    #eee;
}

.ac_over {
	background-color:    #1B4575;
	color:               #FFFFFF;
}




/* Test Comboselect */




fieldset.comboselect {
	border: 0;
	display: block;
	float: left;
	width: 400px;
	margin-bottom: 10px;
	padding: 0;
}

fieldset.comboselect * {
	display: block;
	float: left;
	width: 40%;
}

fieldset.comboselect select {
	height: 100px;
}

fieldset.comboselect fieldset {
	border: 0;
	width: 10%;
	height: 100px;
	padding: 10px;
	padding-top: 25px;
}

fieldset.comboselect fieldset input {
	width: 100%;
	clear: left;
	margin: 5px 0;
}

fieldset.comboselect select option {
	width: 100% !important;
	border: 0;
	border-bottom: 1px dotted #959DB7;
}
