/* main */
	
	#sxeen_quickfinder
	{
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		height:40px; line-height: 12px;
		padding-top:8px;
	}
	
	#sxeen_quickfinder div
	{
		float: left;
	}
	
	#quickfinder-box
	{
		background-color:#E0E0E0;
		border-bottom:1px solid #000000;
                
	}
	
/*submittors*/

	#sxeen_quickfinder #sxeen_quickfinder_submit
	{
		text-align: right; float: left;
		margin-right:2px;
	}
	
	#sxeen_quickfinder a.sxeen_quickfinder_submit_link
	{
		border: none; float: left; position: relative; display: block;
		background: #231f20;
		color: #ffffff; text-align: center; font-size: 13px;
		width: 40px; height: 16px; padding: 2px; margin-left: 20px;
		font-weight: bold; text-transform: uppercase; line-height: 14px;
                font-family: Arial, sans-serif;
	}
	
	#sxeen_quickfinder a.sxeen_quickfinder_submit_link:hover
	{
		color: #231f20; background: #ffffff;
	}

/*text-input*/

	.quickfinder_form_search{
		clear:both;
		height: 25px;
		margin-left: 4px;
		
	}

/* tag input */
/*nice inputfields faded by jquery for taginputs*/
/*these fill the $_POST input-values */

        #sxeen_quickfinder a.sxeen_quickfinder_tag_ok_link,
        #sxeen_quickfinder a.sxeen_quickfinder_tag_ok_link:hover
        {
                border: none; float: right; position: relative; display: block;
                color: #ffffff; background: none;
                width: 15px; height: 20px; margin-top: 5px;
        }

        div.sxeen_quickfinder_tag
        {
                position: absolute;
                padding: 2px; margin-top: 21px;
                width: 137px;
                background: #231f20;
                color: #ffffff;
                border: 0px solid white;
        }

        input.sxeen_quickfinder_tag_input
        {
                padding: 1px; border: 0px solid white; margin: 2px;
                width: 110px; height: 15px;
                background: #ffffff;
                color: #3c3c3c;
                font-weight: bold; float: left;
                font-size: 11px; text-transform: uppercase;
        }


/* specific */

	/* cats */
	
		select#sxeen_quickfinder_category_select
		{
			background: #231f20;
			color: #fcfcfc;
			border: 0px solid white;
			margin-left: 20px;
			
		}
		
		select#sxeen_quickfinder_category_select option
		{
			line-height: 22px;
			border-bottom: 2px solid #ececec;
		}
		
		select#sxeen_quickfinder_category_select option.row1
		{
			background: #231f20; 
		}
		
		select#sxeen_quickfinder_category_select option.row2
		{
			background: #231f20;
		}
		
		
		
		#sxeen_quickfinder div#sxeen_quickfinder_categories_tag
		{
			/* GROSSER KASTEN UM FELDER MIT SELEKTIERBAREN OPTIONEN */
			background:#231f20; display: block; width: 175px; float: left; border: none; padding: 5px;
			z-index:2;
		}
		
		#sxeen_quickfinder a#sxeen_quickfinder_categories_tag_ok_link
		{
			margin-top: 2px; margin-left: -2px; margin-bottom: 2px; display:block; width: 135px; padding: 3px; 
			height: 15px; background: #231f20; text-align: left; 
		}
		
		#sxeen_quickfinder_city_tag_ok_link_text { 
			height:20px; width: 20px; overflow: visible;
			position:absolute;
			right:3px; }
	
	/* zoom-button */

		#pagin-zoom{
			clear:both;
			margin-top:6px;
			height:18px;
			float:right;
			/*position:relative;*/
			
		}
	
		

		#zoom{
			float:left;
			text-align:right;
		}

/*sort-options*/
		#sort_options{
			margin-top:5px;width: 378px;
                        height: 16px;
		}
			
		.sortcrit a:hover {
		        background-color:#76757e;
		        color:#FFFFFF;
		}
/***
*   EDITED AREA BY John Andert
*/

.sortcrit,.sortcrit a {
     font-family: Arial;
     font-weight: bolder;
     font-size: 10px;
     color:#76757e;
}
.sortcrit a,.sortLinksActive{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
.sortLinksActive{
    background:#000000;
    color:#FFFFFF;
    text-align: center;
    
}



#sxeen_quickfinder_date_DATA,.sxeen_quickf_inactive{
    color:#FFFFFF;
    border: 0;
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    height:15px;
    padding:0px;
    text-align:center;
    width: 260px;
    margin-left: 20px;
}
#sxeen_quickfinder_date_DATA
{
        background:#231F20;
        cursor:pointer;padding-top: 2px;
}
.sxeen_quickf_inactive
{
        background:#76757e;
        color:#FFFFFF;padding-top: 3px;
}

.sxeen_quickf_div_inactive,#sxeen_quickfinder_date{
    margin-left: 40px;
    margin-top: 12px;
    width: 312px;
    height: 15px;
    padding-bottom: 4px;
    background-repeat:no-repeat;
    background-position: right;

}
.sxeen_quickf_div_inactive{
    background-color:#76757e;
}

#sxeen_quickfinder_date{
    background-color:#231F20;
    background-image: url('http://devlapserver/sxeen.com/images/calendar.png');
}

.quickfinder_text_search{
    width: 380px;
    display: block;
    height: 16px;
    font-family:Arial;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #231F20;
    padding-left: 5px;
    color: #76757e;
    margin-left: 10px;
}

/* divs that show the items and onclick-togglers for taginputfields */

.sxeen_quickfinder_input
{
        border: none; float: left; position: relative; display: block;
        background: url(../images/arrow_down_verysmall.gif) center right no-repeat #231f20;
        color: #ffffff; font-size: 13px;
        width: 179px; height: 14px;
        font-weight: bolder;
        cursor: pointer;
        font-weight: bold;
        font-family: arial, helvetica, sans-serif;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
}
#sxeen_quickfinder a.sxeen_quickfinder_category_link
{
        /* EINZELNE FELDER MIT SELEKTIERBAREN OPTIONEN */
        font-family: arial, helvetica, sans-serif;
        text-align: left; margin-left: -2px; margin-bottom: 0px; float: left; width: 172px; padding: 1px;
        /*border-left: 4px solid white; border-right: 4px solid white; border-bottom: 1px solid white;*/
        height: 15px; margin: 1px; font-weight: bolder; font-size: 13px; color: #ffffff;
        background: #231f20; line-height: 14px;
}
#sxeen_quickfinder a.sxeen_quickfinder_category_link:hover
{
        color: #231f20; background: #ffffff;
}

.calendarBox{
    height: 10px;
    margin-bottom: 17px;
}
.quickfinder_search_help{
    float: left;
    height: 15px;
    background-color: white;
    width: 40px;
    margin-left:-1px;margin-right: 20px;
    cursor: pointer;
    font-weight: normal;
    color: #231F20;
}

.quickfinder_helperdiv,.quickfinder_search_help{

    font-family:Arial;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #231F20;
    padding-top: 3px;
    padding-left: 2px;

}

.quickfinder_helperdiv{
    display: none;
    width: 250px;
    height: 140px;
    position: absolute;
    background: white;
    z-index: +2;
    font-weight: normal;
    color: #231F20;
}

.quickfinder_helperdiv li{
    padding: 2px;
}

.quickfinder_search_help:HOVER .quickfinder_helperdiv{
    display: block;
}
