body {
	
}




.epoq_header {	
	color: #364D6D !important;
	padding-top:10px;
}

.epoq_filterresult {	
	background-position:left center !important;
	background-repeat:no-repeat !important;	
	margin-top:5px;
	
	
	
	width:170px;
}

#epoq_search {
	
	width:670px;
	
}

#epoq_filterresult {
	width: 200px;
	margin-top:-20px;
	margin-bottom:10px;
	float: left;
}

#epoq_filterHeader {
	display: none;
}

.epoq_filterchart {
	/*display: none;*/
	height: 7px;
	width: 10%;
}

#epoq_currentSearch 
{
	width: 670px;
	float: left;
	font-size: small;	
	font-family: sans-serif;
	color:#364D6D;
	padding-top:30px;
}

#epoq_searchresult {
	color:#364D6D !important;	
	width:670px;
	float: left;
	font-family: sans-serif;
	font-size: small;
}

#epoq_searchstats {
	/*border: 1px solid #2D2D2D;*/
	
	width:670px;
}

#epoq_activefilters {	
	/*border: 1px solid #2D2D2D;*/
	
	width:670px;
}
	
#epoq_filters {
	padding-left:10px;
	width:180px;
	margin-top:30px;
	color: #364D6D !important;	
	font-size: 11px;
}

.epoq_singlefilter {
	width:200px;	
}

.epoq_filter_value {
	width: 60%;
	height:20px;
}


.epoq_sliderLabelLeft {
	width: 40%;
}

#epoq_resultstats {
	margin: 2px 0px;
}

.epoq_activefilters {     
	margin-top: 10px;
}

.epoq_activeFilterList {
	color:#2D2D2D;	
}

#epoq_resultandnav {
	margin: 10px 0px;
}

.epoq_navigate {
	
	border-bottom:0px solid #364D6D;  
    padding: 10px 0px;
   
    color: #364D6D;
    width:670px;
}

.epoq_resultsize {
	width: 160px;	
}

.epoq_changepage   {	
	width: 170px;	
}


.epoq_sort {
	width: 340px;	
}

.epoq_sort_up {
	width:25px;
}

.epoq_sort_down {
	padding-right: 25px;
}

.epoq_activeFilter:HOVER {
	cursor: pointer;
	color: #364D6D;		
}

.epoq_navigate .epoq_active {
	color: #364D6D;
	background-color: #EEEEFF;
}

.epoq_navigate ul li:HOVER {
	cursor: pointer;
	color: #364D6D;
	background: #EEEEFF;
}


/* searchbox */
#epoq_typeahead {		
	height:21px;
	
	padding:0;
	position:relative;
	/* Das hat Mico rausgenommen
  width:355px;
  */
	margin-bottom: 2px;	
}


#epoq_typeaheadbox {
	background-color:#FAEADE !important;
	border:1px solid #BABABA;
	margin-top:10px;
	margin-left:2px;
	margin-bottom: 0px;
	position:relative;	
	float:left;
	height:17px;
	width:70px;
	 
    }


#epoq_typeahead  input{		
	
	margin-bottom: 5px;	
}
	 




#epoq_submit {

	border:none;
	background-color:transparent;
	color:#2D2D2D;
	cursor:pointer;
	padding-bottom:7px;
	
	height:24px;
	margin-left:5px;
	margin-top:-4px;
	margin-bottom:10px;
	
	text-align:center;
	width:60px;
	background-image:url(../../img/search.gif);
	background-repeat:no-repeat;
}


#epoq_submit
{
	width:130px;
	height:50px;
	padding-top: 8px;
	padding-bottom: 30px;
	padding-left:6.92em;
	padding-right:6.90em;
	margin-top:0px;
	margin-left:-40px;
	font-size:12px;
	background-image: url(suche_hover.gif);
	background-color:transparent;
	border:none;
	cursor:pointer;
	color: #364D6D;
	
}
#epoq_submit:hover
{
	width:130px;
	height:50px;
	padding-top: 8px;
	padding-bottom: 30px;
	padding-left:6.92em;
	padding-right:6.90em;
	margin-top:0px;
	margin-left:-40px;
	font-size:12px;
    background-image: url(suche_hover_hover.gif);
	background-color:transparent;
	border:none; 
	cursor:pointer;
	color: #F00 !important;
	}
	
	
/* searchbox */


/* autocomplete style */
.ac_results p {
	padding:0px;
	margin:0px;	
}

.ac_results ul li{
	float:left;	
}

.ac_epoqsuggrow {
	float:left;
	height:30px;
	width:500px;
}

.ac_epoqsuggcount {
	width:0px;
	height:0px;
	visibility: hidden;
}

.ac_epoqpic {
	float:left;
	height: 80px;
	width: 80px;
	
}

.ac_epoqdesc {
	/*font-size: medium;*/
	/*font-weight: bold;*/
	width:250px;
	height:50px;
	float:left;
	/*border:1px solid black;*/
}

.ac_epoqprice {
	float:left;
	width:150px;
	height:50px;
	text-align: right;
}
/* end autocomplete style */


/* result page style */
#epoq_resultrows {
	font-size: small;
	
	position:relative;
	height: 100%;
	width:700px;

	
}

.epoq_evenrow {
	background-color:transparent !important;
	
}

.epoq_resultrow {
	height:120px;
	width: 615px;
	
	padding: 10px;
	padding-left:20px;
	border:0px #FFF none;
	border-bottom: #999 1px solid;
	margin: 5px;
	background-image:url(../../img/listingbox.gif)
}



.epoq_resultrow:HOVER {
	border:1px #FFF none;
	border-bottom: #999 1px solid;
	

}



.epoq_resultpic {
	
	float:left;
	margin-top:12px;
	margin-left:-4px;
	height:100px;
	width:115px;
	background-image:url(../../img/bg_img.gif)
	/*border: 1px solid #888888;*/	
}

.epoq_title {
	font-weight: bold;
	font-size: 16px;
	color: #364D6D;
	
	height: 60px;
	width: 470px;
	margin-left:130px;
	margin-bottom:-10px;
}

.epoq_board {
	
	width: 100px;
	height: 20px;
	float:left;
	margin-right:10px;
	margin-left:20px;
	display:inline;
}

.epoq_room {
	
	text-align: left;
	width: 150px;
	height: 20px;
	float:left;
	margin-left:30px;
}

.epoq_cat {
	
	text-align: left;
	width: 100px;
	height: 20px;
	margin-left:30px;
	float:left;
}

.epoq_price {
	
	color: red;
	font-weight: bold;
	font-size: 18px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:left;
	
	margin-left:130px;
}


.epoq_prodimg {
	margin-left:10px;
	margin-top:6px;
	width:95px;
	height:70px;
	
	
	
}
.epoq_seperate {
	background-color:#000;
	border:1px  #B6BCDC solid;
	
	
	
	
}

.epoq_priceSpark canvas{
	width:160px !important;
	}



/* end result page style */


