﻿#tabfacetheader ul {
	list-style: none;
	padding: 1em 1em 1em 3em;
	margin: 0;
}
    
#tabfacetheader li {
	float: left;
	margin: 0 0 -2pt -.7em;
    position: relative;
    z-index: 3;
}
    
#tabfacetheader a {
	text-decoration: none;
	display: block;
	border: 2pt solid #79c;
	padding: 0.3em 1em;
	color: black;
	text-align: center;
    -moz-border-radius: 1em 1em 0 0;
    -webkit-border-radius: 1em 1em 0 0;
    background: #eee;
}
	
#tabfacetheader a:hover {
}
	
#tabfacetheader li#selected {
    z-index: 5;
}
	
#tabfacetheader #selected a {
    border-bottom: 2pt solid white;
	position: relative;
    background: white;
}

#tabfacetcontent .ess-searchResult article footer,
#tabfacetcontent .ess-searchResult div.article div.footer
{
    clear: none;
}

#essi-hitcount {
    float: left;
    padding-right: 5px;
}

.ui-widget-content {
    background-image: none;
    border: 0;
    background-color: #b2d7ec;
    margin: 11px -11px 0 !important;
    padding: 0 11px 50px;
    width: 455px!important;
    z-index: 1500;
    -webkit-appearance: none;
    -webkit-border-radius: 0 0 50px 0;
    -moz-border-radius: 0 0 50px 0;
    -ms-border-radius: 0 0 50px 0;
    border-radius: 0 0 50px 0;
}

.ui-widget-content .ui-menu-item {
    border: 0;
    border-bottom: 1px solid #118ec3;
    color: #278fd5;
    font-size: 1.4rem;
    padding: 10px 5px 10px 10px;
}

.ui-widget-content .ui-menu-item:hover, .ui-widget-content .ui-menu-item.ui-state-focus {
    background: #118ec3;
    color: #fff;
}

@media screen and (max-width: 979px) {
    .ui-widget-content {
        width: 400px !important;
        -moz-min-width: 300px;
        -ms-min-width: 300px;
        -o-min-width: 300px;
        -webkit-min-width: 300px;
        min-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .ui-widget-content {
        width: auto !important;
        -moz-min-width: 300px;
        -ms-min-width: 300px;
        -o-min-width: 300px;
        -webkit-min-width: 300px;
        min-width: 300px;
    }
}

div#bars_holder .ui-widget-content {
margin: 0 !important;
padding: 0 !important;
}