#search_form{
    background: #f3f3f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
    text-align: left;
    color: #303030;
    font-size: 12px;
}

#search_form *,
.search_results *{
    font-family: "Helvetica", "arial", "sans-serif";
}

#search_form input[type="text"]{
    height: 40px;
    width: 720px;
    border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: inset -1px 2px 5px 0px rgba(223,223,223,1);
    -moz-box-shadow: inset -1px 2px 5px 0px rgba(223,223,223,1);
    box-shadow: inset -1px 2px 5px 0px rgba(223,223,223,1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 40px;
    font-size: 150%;
    color: #000;
}

#search_form input[type="submit"]{
    height: 40px;
    width: 95px;
    border: none;
    background: #fff;
    border-radius: 2px;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #bfbfbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#bfbfbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#bfbfbf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%,#bfbfbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 2px 0px rgba(179, 179, 178, 1);
    -moz-box-shadow:    1px 1px 2px 0px rgba(179, 179, 178, 1);
    box-shadow:         1px 1px 2px 0px rgba(179, 179, 178, 1);
    color: #636666;
    font-size: 150%;
    text-shadow: 2px 2px 2px rgba(230, 230, 230, 1);
}

#search_form b.advanced_search{
    background: url("../img/new_templates3/icons/open_tools_btn.png") right center no-repeat;
    padding-right: 16px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

#search_form b.advanced_search.opened{
    background: url("../img/new_templates3/icons/hide_tools_btn.png") right center no-repeat;
}

#search_form b.advanced_search span{
    border-bottom: 1px dotted #bebebd;
}

#search_tools{
    overflow: hidden;
    margin-top: 15px;
    display: none;
}

#search_tools div{
    width: 350px;
    float: left;
}

#search_tools div b{
    margin: 0 20px 0 5px;
}

.search_results{
    margin-top: 30px;
    font-size: 12px;
}

.search_results div#menu_tabs{
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
    float: left;
    margin-bottom: 25px;
}

.search_results div#menu_tabs div{
    float: left;
    background: #f3f3f2;
    color: #9b9b9a;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    font-weight: bold;
    border-top: 3px solid #fff;
    margin-right: 2px;
    font-size: 130%;
    cursor: pointer;
}

.search_results div#menu_tabs div.active_tab{
    border-color: #adcfa5;
    color: #000;
}

.sort_tools{
    float: right;
    font-size: 125%;
    color: #000;
}

.sort_tools select{
    height: 25px;
    border: 1px solid #eaeaea;
    margin-top: -2px;
}

p.results_count{
    color: #8a8a8a;
    font-size: 125%;
    margin: 0 0 30px 0 !important;
}

.main_results_container .sphinx_result{
    color: #808080;
    font-size: 120%;
}

.main_results_container .sphinx_title{
    font-weight: normal;
    font-size: 125%;
    margin-bottom: 15px;
    color: #67885e;
}

.main_results_container .sphinx_description{
    margin-bottom: 10px;
}

.main_results_container .sphinx_additional{
    overflow: hidden;
}

.main_results_container .sphinx_additional div{
    float: left;
}

.result_tab{
    display: none;
}

p#no_result_text{
    color: #8a8a8a;
    font-size: 125%;
    display: none;
}