/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
ul.classeul {list-style: none; margin:0; padding:0;}
#enti { position: relative; left:0; width:auto; height:auto; overflow:auto; display:none; text-align:left; max-height: 150px; margin: 3px; }
#enti_waiter { position: relative; left:0; width:64px; height:64px; display:none; background-image:url(/img/loading.gif); background-position:left; background-repeat:no-repeat; }

/* SEARCHRESULTS */
#searchresults { border-width:1px; border-color:#919191; border-style:solid; width:auto; padding:3px; }
#searchresults:hover { background-color:#eee;}



.rws {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}
.clsrch {
    display: table-cell;
	padding: 3px;
}
.clsrchl {
    display: table-cell;
	vertical-align:middle;
	float: left;
	padding: 3px;
}
.clsrchr {
    display: table-cell;
	vertical-align:middle;
	float: right;
	padding: 3px;
}