
.highlight {
    background: #ff0 none repeat scroll 0 0;
    font-weight: bold;
}
.zoom_match {
    font-size: 100%;
}
.zoom_results_per_page {
    font-size: 100%;
}
.searchform {
    margin-left: 8px;
    padding: 0 6px 0 14px;
    width: 360px;
}
input.zoom_button {
}
input.zoom_searchbox {
    width: 260px;
}
.searchheading {
    
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.summary {
    color: #6A0041;
    
    font-size: 100% !important;
    margin-bottom: 1em;
    text-align: center;
}
.result_pagescount {
    font-size: 100%;
	display: none;
}
.result_pages {
    
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 2em;
    text-align: center;
}
.result_block {
    background-color: #f2f2f2;
    border: thin solid #cccccc;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 4px 4px;
}
.result_altblock {
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 4px 4px;
}
.result_title {
    
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    text-decoration: none;
}
.context {
    color: #222222;
    
    font-size: 1.2em;
}
.description {
    color: #cc6600;
    font-size: 100%;
}
.infoline {
    color: #aaaaaa;
    font-size: 90%;
    font-style: italic;
    margin-top: 2px;
    text-align: right;
}
.suggestion {
    font-size: 100%;
}
.results {
    font-size: 100%;
}
.category {
    color: #999999;
}
.sorting {
    text-align: right;
}
.zoom_searchform {
    font-size: 90%;
}
.zoom_categories {
    font-size: 80%;
}
.zoom_categories ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.zoom_categories li {
    display: inline;
    list-style-type: none;
    margin-left: 15px;
}
.cat_summary ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.cat_summary li {
    display: inline;
    list-style-type: none;
    margin-left: 15px;
}
.result_image {
    display: block;
    float: left;
}
.result_image img {
    border: 0 none !important;
    margin: 0 15px 50px 5px !important;
    width: auto !important;
}
.searchtime {
    font-size: 80%;
}
.recommended {
    background: #dfffbf none repeat scroll 0 0;
    border-bottom: 1px dotted #808080;
    border-top: 1px dotted #808080;
    margin-bottom: 15px;
    margin-top: 15px;
}
.recommended_heading {
    float: right;
    font-weight: bold;
}
.recommend_block {
    clear: left;
    margin-bottom: 15px;
    margin-top: 15px;
}
.recommend_title {
    font-size: 100%;
}
.recommend_description {
    color: #008000;
    font-size: 100%;
}
.recommend_infoline {
    color: #808080;
    font-size: 80%;
    font-style: normal;
}
.recommend_image {
    display: block;
    float: left;
}
.recommend_image img {
    border: 0 none;
    margin: 10px;
    width: 80px;
}
.searchNumber {
    background-color: #aaa;
    border: thin solid #6f0000;
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 2px;
    padding: 0 0.5em;
    text-align: center;
    text-decoration: none;
}
.searchNumber:hover {
    background-color: #6f0000;
    color: #fff;
}
.result_pages > a {
	border:1px solid #6A0041;
    border-radius: 5px;
    padding: 3px 10px;
}
.result_pages > a:hover {
	border:1px solid #6A0041;
	background: #6A0041;
    border-radius: 5px;
    padding: 3px 10px;
	color:#FFF;
}
