#epoq_search_container  {
    float:left;
}

/* epoq searchinput & typeahead */

/* epoq searchinput */
#epoq_typeahead {
}

#epoq_submit {
}

#epoq_typeaheadbox {
}

/* end epoq search input */

/* autocomplete style */

ul.ui-autocomplete {
    position: absolute;
    background: #FFFFFF;
    z-index:1000 !important;
    list-style-type: none;
    display: block;
    border: 1px solid #422C15;
    padding:1px;
    width: 300px;
    border-radius: 0;
    -moz-border-radius: 0;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

.ui-helper-hidden-accessible {
    display: none;
}

.epoq_sugg_label {
    display: none;
}

.epoq_sugg_head1 {
    padding-left: 5px;
}

.ui-autocomplete .ui-state-hover {
    cursor: pointer;
}

#epoq_suggbox {
    z-index: 1;
}

.epoq_field_match {
    float: right;
}

.epoq_ta_li.ui-menu-item a.epoq_ta_a.ui-state-focus {
    background: #1F85A0;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
}

.epoq_ta_li.ui-menu-item a.epoq_ta_a {
    padding: 1px 5px !important;
    font-size: 12px;
    border: none;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;

}

.epoq_ta_li.ui-menu-item {
    border: none;
    background: #FFFFFF;
    padding: 0;
    float:left;
    width:100%;
}

.epoq_highlight {
}

.epoq_sugg_label2 {
    float: right;
}

.ui-autocomplete.ui-menu {
    z-index:1000 !important;
}

.epoq_ac_close:HOVER {
    cursor: pointer;
}

/* end autocomplete style */

/* end epoq searchinput & typeahead */

/* epoq current search */

#epoq_currentSearch {
    float: left;
    width: 100%;
}

#epoq_search {
    float:left;
    width: 100%;
    font-size: 14px;
}

/* query and number of results */

.epoq_search_term {
    display: inline;
    font-weight: bold;
}

.epoq_search_hits {
    display: inline;
}

/* end query and number of results */

/* do you mean */

#epoq_doYouMean {
    float: left;
    width: 100%;
}

.epoq_doYouMeanLabel {
    display:inline;
    cursor:default;
}

#epoq_doYouMean a {
    cursor: pointer;
}

#epoq_doYouMean a:hover {

}

/* end do you mean */

/* end epoq current search */

/* result page style */

#epoq_searchresult {
    float:left;
    width: 100%;
    border-top-width: 1px;
}

#epoq_resultrows_header .epoq_sortlist, #epoq_resultrows_footer .epoq_sortlist {
    float:right;
    list-style-type:none;
}

#epoq_resultrows_header .epoq_sortlist div, #epoq_resultrows_footer .epoq_sortlist div {
    float: left;
}

#epoq_resultrows_header .epoq_header, #epoq_resultrows_footer .epoq_header {
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.epoq_navigate {
    float:left;
    width: 100%;
    border-bottom-width: 1px;
}

.epoq_navigate .epoq_header {
    float:left;
}

/* epoq sort */

.epoq_sort {
    float:right;
    height: 30px;
}

.epoq_sortlist {
    height: 30px;
    font-size: 20px;
}

.epoq_sortlist div{
    text-align:center;
}

.epoq_sortlist div a{
    color: black;
    text-decoration: none;
}

.epoq_sort_down {
    cursor:pointer;
}

.epoq_sort_down.epoq_active {
    /* background-image: url(sort_desc_active.png) !important; */  /** sprite-ref: mysprite; sprite-alignment: left */
    cursor:default;
}

.epoq_sort_down:HOVER {
    background-image: url(sort_desc_active.png) !important;  /** sprite-ref: mysprite; sprite-alignment: left */
}

.epoq_sort_up {
    cursor:pointer;
}
.epoq_sort_up.epoq_active {
    /* background-image: url(sort_asc_active.png) !important; */  /** sprite-ref: mysprite; sprite-alignment: left */
    cursor:default;
}

.epoq_sort_up:HOVER {
    background-image: url(sort_asc_active.png) !important;  /** sprite-ref: mysprite; sprite-alignment: left */
}
/* end epoq sort */

/* epoq results per page */
.epoq_resultsize {
    float:left;
    display: none;
}

.epoq_resultsizes {
    float: left;
}

.epoq_resultsizes .epoq_limitNo {
    float: left;
    cursor:pointer;
}

.epoq_resultsizes .epoq_limitNo.epoq_active {
    cursor:default;
}

.epoq_resultsizes .epoq_limitNo:HOVER {
    text-decoration:none;
}

.epoq_resultsizes .epoq_limitNo a {
    color: black;
    text-decoration: none;
}
/* end epoq results per page */

/* epoq changepage */
.epoq_changepage {
    float:left;
}

.epoq_resultpages {
    margin: 8px 0;
}

.epoq_resultpages .epoq_pageNo {
    display: inline;
    float: none;
    margin-right: 4px;
}

.epoq_resultpages .epoq_pageNo.epoq_active {
    background-color: #7B7B7B;
}

.epoq_resultpages .epoq_pageNo.epoq_active {
    cursor:default;
}

.epoq_resultpages .epoq_pageNo:HOVER {
}

.epoq_resultpages .epoq_pageNo.more {
    cursor:default;
}

.epoq_resultpages .epoq_pageNo.epoq_page_left {
    text-decoration: none;
}

.epoq_resultpages .epoq_pageNo.epoq_page_right {
    text-decoration: none;
}

.epoq_resultpages .epoq_pageNo a{
    text-decoration: none;
    cursor:pointer;
    background-color: transparent;
    border: 1px solid #C4C4C4;
    margin: 0;
    padding: 0 4px;
    color: #7B7B7B;
}

.epoq_resultpages .epoq_pageNo.epoq_active a{
    color: #FFFFFF;
}
/* end epoq changepage */

/* epoq count */
.epoq_count {
    float:right;
    margin: 8px 0;
}
/* end epoq count */

#epoq_resultrows_header {
    float:right;
    margin-top: 4px;
}

#epoq_resultrows_footer {
    float:left;
    display:none;
}

#epoq_resultrows {
    float:left;
    width: 100%;
}

.no_result {
    font-weight: bold;
}

.epoq_resultpic {
    float: left;
    cursor:pointer;
    min-height: 120px;
    text-align: center;
    width: 200px;
    margin-top: 2px;
}

.epoq_teaser {
    width: 367px;
}
/* end result page style */


/* statistics style */
#epoq_filterresult {
    float:left;
    width: 100%;
    padding-bottom: 10px;
}

#epoq_filterHeader {
    float: left;
    width: 100%;
}

#epoq_filterHeaderLabel {
    float:left;
    cursor:pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top:10px;
    background-image:url('/js_css/epoq/wo/images/driveout.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    width: 100%;
}

#epoq_filterHeaderLabel.epoq_open {
    background-image:url('/js_css/epoq/wo/images/drivein.png');
}

#epoq_filters {
    float:left;
    padding-bottom: 12px;
}

.epoq_filterRow {
    float: left;
    width: 100%;
    margin-top:10px;
}

.epoq_singlefilter {
    float:left;
    width: 31%;
}

.epoq_singlefilter.epoq_filterCol0,
.epoq_singlefilter.epoq_filterCol1 {
    margin-right: 3%;
}

.epoq_singlefilter .epoq_header {
    float:left;
    cursor:default;
    width: 100%;
    font-size: 14px;
    color: #1F85A0;
    font-weight: bold;
    border-color: #cccccc;
    border-bottom-width: 1px;
}

.epoq_filterstat {
    float:left;
}

.epoq_filterList {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.epoq_filterresult {
    float:left;
    width: 100%;
}

.epoq_filterresult a{
    text-decoration: none;
    color: #444444;
}

.epoq_filterchart {
    float: right;
    cursor:default;
    width: 20px;
    height: 5px;
    margin-top:4px;
}

.ui-progressbar-value {
    float:left;
    cursor:default;
    background-color: #1F85A0;
    border: 1px solid #1F85A0;
    background-image: none;
}

.epoq_select {
    float:left;
    background-image:url('/js_css/epoq/wo/images/checkbox_no.png');
    width: 14px;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 16px;
}

.epoq_filter_value {
    float:left;
    cursor:pointer;
    font-size:12px;
}

.epoq_root .epoq_filter_value, .epoq_sliderreset.epoq_root {
    float: right;
    cursor: pointer;
}

.epoq_count_stat {
    cursor:default;
    float: right;
    font-size: 12px;
}

.epoq_extend {
    cursor:pointer;
    font-weight: bold;
}

.epoq_collapse {
    cursor:pointer;
    font-weight: bold;
}

/* filter hierarchy */
.selected .epoq_filterchart, .active .epoq_filterchart, .selected .epoq_count_stat {
    display:none;
}

.selected .epoq_select, .active .epoq_select {
    background-image:url('/js_css/epoq/wo/images/tick_button2.png');
}
/* end filter hierarchy */

/* sliderfilter price */
.epoq_sliderfilter_price {
    float:left;
}

.epoq_priceSpark {
    position:relative;
    float:left;
}

.epoq_sliderContainerLeft {
    float: left;
    width: 50%;
    font-size:10px;
    margin-top:10px;
}

.epoq_sliderContainerLeft div {
    float:left;
}

.epoq_sliderContainerRight {
    float: right;
    width: 50%;
    font-size:10px;
    margin-top:10px;
}

.epoq_sliderContainerRight div {
    float:right;
}

.epoq_sliderRight {
    text-align: right;
}

.epoq_sliderInputs input{
    cursor: pointer;
    border:1px solid #DDDDDD;
    font-size: 11px;
    width: 30px;
}

.epoq_left_slider {
    background-repeat: no-repeat;
    background-image:url('/js_css/epoq/wo/images/sliderhandle-left.png') !important;  /** sprite-ref: mysprite; sprite-alignment: left */
}

.epoq_right_slider {
    background-repeat: no-repeat;
    background-image:url('/js_css/epoq/wo/images/sliderhandle-right.png') !important;  /** sprite-ref: mysprite; sprite-alignment: left */
}

#epoq_priceSlider {
    float:left;
}

.ui-slider .ui-slider-handle {
    float:left;
    cursor:default;
    z-index:2;
}

.ui-slider .ui-state-hover {
    cursor: w-resize;
    border: 0;
}

.epoq_hide {
    display:none;
    float:left;
    clear:right;
}

/* end sliderfilter price */

/* end statistics style */

/* active filters style */

#epoq_activefilters {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
}

.epoq_header .reset {
    float:right;
    color:#444444;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

#epoq_activefilters .epoq_header {
    float:left;
    cursor:default;
}

.epoq_activeFilterList {
}

.epoq_activeFilter {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.epoq_activeFilter .epoq_activeFilterHeader {
    float: left;
}

.epoq_activeFilter .activeValue {
    float: left;
    cursor:pointer;
}

.spacer {
    display:inline;
}

#epoq_removeAllFilters {
    float: left;
}

#epoq_removeAllFilters:HOVER {
    cursor: pointer;
}

/* end active filters style */

.ui-accordion .ui-accordion-content  {
    padding: 0px;
}

/*Colors*/
.epoq_filterresult.epoq_color {
    width:15px;
    height:15px;
    overflow:hidden;
    margin-right:9px;
    font-size:11px;
    color:#696969;
    background:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:1px;
    -moz-border-radius:2px;
}

.epoq_filterresult.epoq_color.active {
    border:1px solid #000000;
}

.epoq_filterresult.epoq_color .epoq_filter_value {
    width:13px;
    height:13px;
    border:1px solid #CCCCCC;
}
/*End of Colors*/

/* CONTENT-SEARCH */
#epoq_contentresult {
    float: left;
    width: 100%;
}

div#epoq_content_service .epoq_content_header {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    font-style: italic;
}

div#epoq_content_service {
    padding: 0px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.epoq_contentsearch_result a:HOVER {
    text-decoration: underline;
}

.epoq_contentsearch_row {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.epoq_contentsearch_left {
    /* 	border: 1px solid green; */
    float: left;
    width: 25%;
    font-size: 14px;
}


.epoq_contentsearch_right {
    /* 	border: 1px solid pink; */
    float: right;
    width: 75%;
    font-size: 12px;
}
/* END: CONTENT SEARCH */

/* loading overlay */
#epoq_loading_overlay
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 50px;
    color: white;
    float: left;
    text-align: center;
    background-image: url('/js_css/epoq/wo/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}

/* BANNER-SEARCH */
#epoq_bannerresult {
    float: left;
    width: 100%;
}

div#epoq_banner_service {
    padding: 0px;
    float: left;
}
.epoq_banner_obj{
    margin-top:5px;
    float:left;
}
div.epoq_banner_obj img{
    max-width: 587px;
}

#contentinner {
    /* remove this */
    /*border: 1px solid black;*/
}

/* expert fields */
.epoq_expertmask {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.epoq_expertlabel {
    float: left;
    width: 85px;
    height: 21px;
    line-height: 21px;
    margin-top: 3px;
    font-size: 14px;
}

.epoq_expertinput {
    float: left;
    margin-left: 10px;
    width: 380px;
    height: 21px;
    font-size: 14px;
}

.epoq_expertsubmit {
    float: right;
    width: auto;
    margin: 0;
}

.epoq_hiddenFilters {
    float: left;
    position: relative;
    width: 100%;
}

.epoq_moreFilterValues {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 3px 3px 3px #666666;
    padding: 5px;
    position: absolute;
    left: -5px;
    top: 5px;
    width: 288px;
    z-index: 1000;
}

.epoq_denkmal .denkmal_frage {
    font-size: 17px;
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 8px;
    float: left;
    color: #444;
    width: 170px;
    font-family: 'Roboto Condensed',Verdana,Helvetica,Arial,sans-serif;
}

.epoq_denkmal .epoq_denkmal_nopic .denkmal_frage {
    width: 100%;
}

.epoq_denkmal .denkmal_bild {
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100px;
}

.epoq_denkmal .denkmal_bild img {
    max-width: 100px;
}

.epoq_denkmal .denkmal_auswahl {
    float: left;
    width: 100%;
}
.epoq_denkmal .denkmal_auswahl .antwort{
    margin-bottom: 2px;
    width: 100%;
    float: left;
}

.epoq_denkmal .denkmal_submit {
    margin-top: 4px;
    float: left;
}

.epoq_denkmal .denkmal_auswahl label{
    margin-left: 3px;
    height: 18px;
}

#expert_submit {
    width: auto;
    margin-top: 0;
}

.epoq_subHeader {
    font-style: italic;
    margin-bottom: 10px;
}

.epoq_spektrum_imagebox {
    margin: 8px;
    float: left;
}

.epoq_spektrum_imagebox img {
    max-width: 70px;
}

.epoq_lexikonentry {
    margin-bottom: 4px;
    line-height: 14px;
    width: 100%;
}

.epoq_lexika_link {
    font-weight: bold;
}

.epoq_specialBox .ti {
    background: url('/pix/lexika/lexika_typ_icons.png');
    width: 11px;
    height: 11px;
    float: left;
    margin: 1px 5px 0 0;
    padding: 0;
}

.epoq_specialBox .ta {
    background-position: 0px -12px;
}

.epoq_specialBox .text, .epoq_specialBox h2 {
    margin-left: 8px;
}

/* product typeahead */
ul.ui-autocomplete.epoq_productTypeahead {
    padding: 4px 236px 4px 4px;
    width: 205px;
}

.epoq_products_menu {
    position: absolute;
    top: 4px;
    left: 214px;
    list-style-type: none;
    margin: 0;
    width: 212px;
    z-index: 100001;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
}

.epoq_ta_li a.ui-state-hover {
    background: #CCCCCC;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
}

.epoq_ta_li a.ui-state-hover .epoq_highlight {
    color: #FFFFFF;
}

.epoq_ta_li_product {
    float: left;
    width: 216px;
    height: 75px;
    margin: 2px;
    border-bottom: 1px solid #DDDDDD;
}

.epoq_ta_li_product a {
    color: #333333;
}

.epoq_ta_li_product img {
    float: left;
    max-width: 70px;
    max-height: 75px;
    margin-right: 5px;
}

.epoq_sug_image {
    float: left;
    width: 70px;
}

.epoq_sug_prod_infos {
    float: left;
    font-size: 11px;
    width: 140px;
}

.epoq_sug_price {
    float: right;
}

.epoq_ta_separator {
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    line-height: 21px;
    background: #CCCCCC;
    color: #FFFFFF;
    text-transform: uppercase;
}
