.search_div {
    padding: 30px 30px;
}

.category {
    font-size: smaller;
}

.highlight {
    background: #FFFFFF;
}

.searchheading {
    margin-top: 40px;
    font-weight: bold;
    font-family: "Univers-LightCn", sans-serif !important;
}

.summary {
    font-style: italic;
    margin: 0;
}

.suggestion {

}

.results {

}

.zoom_daterange {
    
}

#zoom_searchbox {
   width: 180px; 
}


#zoom_datefrom {
    width: 180px;
}

#zoom_dateto {
    width: 180px;    
}

.zoom_daterange label {
    margin-right: 20px;
    margin-left: 20px;
}

.category {
    color: #999999;
}

.sorting {
    text-align: right;
    font-family: "Univers-LightCn", sans-serif !important;
}

.sorting b {
    text-align: right;
    font-family: "Univers-LightCn", sans-serif !important;
}

.sorting a {
    text-align: right;
    font-family: "Univers-LightCn", sans-serif !important;
    font-weight: bold;
}

.result_title {
    font-family: "Circular-Bold", sans-serif;
    font-size: larger;
}

.description {

    color: #008000;
}

.context {

}

.infoline {

    font-style: normal;
    color: #808080;
}

.zoom_searchform {
    font-family: "Univers-LightCn", sans-serif;
}

.zoom_results_per_page {

    margin-left: 10px;
}

.zoom_match {
 
    margin-left: 10px;
    font-family: "Univers-LightCn", sans-serif;
}

.zoom_match label {
    margin-right: 10px;
    margin-left: 10px;
}

.zoom_match label input {
    margin-right: 5px;
}

.zoom_categories {
    text-transform: uppercase;
    font-family: "Univers-LightCn", sans-serif;

}

.zoom_categories ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.zoom_categories li {
    display: inline-block;
    margin-left: 15px;
    list-style-type: none;
}

.zoom_categories li input {
    margin-left: 5px;
}

.zoom_categories li label {
    margin-left: 5px;
    font-weight: normal !important;
}

.cat_summary {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Univers-LightCn", sans-serif;
}

.cat_summary ul {
    margin: 20px 0;
}

.cat_summary ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.cat_summary li {
    display: inline;
    margin-left: 15px;
    list-style-type: none;
}

.cat_summary li a {
    font-weight: bolder;
}

input.zoom_button {}

input.zoom_searchbox {
    margin-left: 10px;
}

.result_image {
    float: left;
    display: block;
}

.result_image img {
    margin: 10px;
    width: 80px;
    border: 0px;
}

.result_block {
    margin-top: 50px;
    margin-bottom: 50px;
    clear: left;
}

.result_altblock {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: left;
}

.result_pages {

}

.result_pagescount {

}

.searchtime {
   
}

.recommended {
    background: #DFFFBF;
    border-top: 1px dotted #808080;
    border-bottom: 1px dotted #808080;
    margin-top: 15px;
    margin-bottom: 15px;
}

.recommended_heading {
    float: right;
    font-weight: bold;
}

.recommend_block {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: left;
}

.recommend_title {

}

.recommend_description {
 
    color: #008000;
}

.recommend_infoline {

    font-style: normal;
    color: #808080;
}

.recommend_image {
    float: left;
    display: block;
}

.recommend_image img {
    margin: 10px;
    width: 80px;
    border: 0px;
}

/* the div that holds the date picker calendar */
.dpDiv {
    }


/* the table (within the div) that holds the date picker calendar */
.dpTable {
    font-family: "Circular-Book", sans-serif;
    font-size: 12px;
    text-align: center;
    color: #505050;
    background-color: #D8D8D8;
    border: 1px solid #AAAAAA;
    }


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
    }


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
    }


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
    }


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
    }


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    border: 1px solid #E0E0E0;
    }


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    }


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
    background-color: #A0A0A0;
    border: 1px solid #888888;
    cursor: pointer;
    color: red;
    }


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
    }


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
    }


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
    }


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
    }


/* additional style information for the text that indicates the month and year */
.dpTitleText {
    font-size: 12px;
    color: gray;
    font-weight: bold;
    }


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
    color: 4060ff;
    font-weight: bold;
    }


/* the forward/backward buttons at the top */
.dpButton {
    font-family: "Circular-Book", sans-serif;
    font-size: 10px;
    color: gray;
    background: #EAEAEA;
    font-weight: bold;
    padding: 0px;
    }


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
    font-family: "Circular-Book", sans-serif;
    font-size: 10px;
    color: gray;
    background: #EAEAEA;
    font-weight: bold;
    }