#quick_search_result {
	text-align: left;
	z-index: 10; 
	font-size: 12px;
	display: none;
	height: 100%;
	left: -5px;
	top: auto;
        background: url(images/shadow_vertical.png) repeat-y center;
}

#sidebar #quick_search_result {
	text-align: left;
	z-index: 10; 
	font-size: 12px;
	display: none;
	height: 100%;
	left: -5px;
	top: auto;
        background: url(images/shadow_vertical.png) repeat-y center;
}

#quick_search_result ul {
	list-style: none;
	margin: 0;
	padding: 0;
        background: url(images/shadow_horizontal.png) repeat-x bottom;
        padding-bottom: 5px;
}

#quick_search_result ul li {
	margin: 0;
	padding: 0;
	background-color: #fff;
        background: url(images/shadow_vertical.png) center;
}

#sidebar #quick_search_result ul li:before {
	content: "";
}

#sidebar #quick_search_result ul {
	margin: 0;
	padding: 0;
}

#sidebar #quick_search_result ul li {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#quick_search_result ul li a strong {
	color: #333;
}

#quick_search_result ul li a span {
	font-size: 11px;
}

#quick_search_result ul li a span.search_ajax_red{
    color: #EC3237;
    font-size: 12px;
}

#quick_search_result ul li a:link, #quick_search_result ul li a:active, #quick_search_result ul li a:visited {
	display: block;
	padding: 10px 14px;
	color: #333;
	text-decoration: none;
}

#quick_search_result ul li a:hover, #quick_search_result ul li a:hover strong {
	background: url(images/shadow_vertical_active.png) repeat-y center;
	color: #ffffff;
	text-decoration: none;
}

#quick_search_result ul li.quick_search_type {
	padding: 3px 9px;
	font-weight: bold;
        margin: 0px 5px;
}

#sidebar #quick_search_result ul li.quick_search_type {
	padding: 3px 10px;
	font-weight: bold;
}

.quick_search_loading {
	background: url(images/loading.gif) no-repeat right center;
}

.search_entry_ajax {
        border: 0px; /* Für Firefox und Opera */
        border-top: 1px solid #DCDBD6;
        border-bottom: transparent;
        margin: 0px;
        display: block;
        width: 90%;
        text-align: center;
        margin-left: 9px;
        height: 1px;
}

/* -------- CSS-Schatten --------- */


/*
#quick_search_result .shadow2,
#quick_search_result .shadow3,
#quick_search_result ul {
    position: relative;
    left: -1px;
    top: -1px;
}

#quick_search_result .shadow1 {
    background: #F1F0F1;
    height: 100%;
}

#quick_search_result .shadow2 {
    background: #DBDADB;
    height: 100%;
}

#quick_search_result .shadow3 {
    background: #B8B6B8;
    height: 100%;
}

#quick_search_result ul {
    background: #ffffff;
    border: 1px solid #848284;
}

*/

/* -------- Webtoolkit Clearfix --------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.thumbnail_search{
    float:left;
    margin-right:10px;
    padding: 0;
}
