#asearch_form {
    /*
    background: #F5EFEB;
    border: 1px solid #9E7150;   
    */
    overflow: hidden;
    border: 1px solid #DDC4B5;  
    padding: 0 0 10px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    background: #fcfcfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmRkZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #ece0d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ece0d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#ece0d8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#ece0d8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ece0d8',GradientType=0 ); /* IE6-8 */
}
#aasearch_form h1 {
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px;
  
    -moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 0.25);    
    
    border:1px solid #464646;
    border-radius:3px;
    background-color:#38281C;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#644732), to(#38281C));
    background-image:-webkit-linear-gradient(top, #644732, #38281C);
    background-image:-moz-linear-gradient(top, #644732, #38281C);
    background-image:-ms-linear-gradient(top, #644732, #38281C);
    background-image:-o-linear-gradient(top, #644732, #38281C);
    background-image:linear-gradient(top, #644732, #38281C);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#644732, endColorstr=#38281C);
    clear:both;
}
#asearch_form h1 {
    background: #e3d3c7; /* Old browsers */
    -moz-box-shadow:    inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow:         inset 0 0 0 1px rgba(255, 255, 255, 0.25);    
    border-bottom: 1px solid #DDC4B5;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px 10px;
    margin: 0 0 10px;

    background-color:#38281C;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#644732), to(#38281C));
    background-image:-webkit-linear-gradient(top, #644732, #38281C);
    background-image:-moz-linear-gradient(top, #644732, #38281C);
    background-image:-ms-linear-gradient(top, #644732, #38281C);
    background-image:-o-linear-gradient(top, #644732, #38281C);
    background-image:linear-gradient(top, #644732, #38281C);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#644732, endColorstr=#38281C);
    clear:both;
	
	}
#asearch_form fieldset {
    border-width: 0;
}
#asearch_form fieldset.alignleft {
    width: 60%;
}
#asearch_form fieldset.alignright {
    width: 25%;
    margin: 0;
    padding: 0;
}
#asearch_form table.form_container {
    overflow: hidden;
    margin: 0 5px;
}
#asearch_form table.form_container td {
    padding-bottom: 10px !important;
}
fieldset.alignleft .form_container label {
    float: left;
    width: 100px;
    font-weight: 400;
    text-align: right;
    padding-right: 20px;
    color: #9b8372;
    font-size: 13px;    
}

#asearch_form .form_container select {
    background: #fff;
    width: 220px;
    font-size: 13px;
}
fieldset.alignleft .slider-content {
    width: 200px;
    margin-right: 20px;
    float: right;
    margin-top: -17px;
}
fieldset.alignleft .slider-content p {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: -10px;
}
fieldset.alignleft {
    float: left;
}
fieldset.alignleft .half-field,
fieldset.alignleft .bis {
    width: 60px !important;
    margin: 0;
    display: inline;
}
fieldset.alignleft .bis {
    padding: 0 5px;
    font-size: 13px;
}


fieldset.alignleft .slider-content .ui-slider-range {
    background: #644732;
}
fieldset.alignleft .slider-content .ui-slider-handle {
    border: 1px solid #999;
    padding: 0;
    height: 15px;
    top: -3px;
    border-radius: 2px;
}
fieldset.alignright {
margin-top: 5px !important;
}
fieldset.alignright div {
    margin: 0;
}
fieldset.alignright .form_container label {
    float: right;
    width: 120px;
    font-weight: 400;
    padding: 0;
    margin: -2px 0 0 0;
    font-size: 13px;
}
#advsearch_submit {
    margin: 5px 0;
}
.advsearch-pagination {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0;
    color: #999;
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
}

#advsearch-sorting {
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
}
#advsearch-sorting .sortby-inactive {
    background: url('icons/sorting-inactive.png') right -5px no-repeat;
    padding-right: 24px;
}
#advsearch-sorting .sortby-asc {
    background: url('icons/sorting-asc.png') right -5px no-repeat;
    padding-right: 24px;
}
#advsearch-sorting .sortby-dsc {
    background: url('icons/sorting-dsc.png') right -5px no-repeat;
    padding-right: 24px;
}

#advsearch-sorting .alignleft .sortby-asc {
    background: url('icons/sorting-dsc.png') right -5px no-repeat;
    padding-right: 24px;
}
#advsearch-sorting .alignleft .sortby-dsc {
    background: url('icons/sorting-asc.png') right -5px no-repeat;
    padding-right: 24px;
}
#advsearch_result_container {
    float: left;
    width: 100%;
    clear: both;
}
.advsearch_result {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dotted #f0f0f0;
    padding-top: 0;
    margin-top: -5px;
}
.advsearch_result span.result_title {
    float: left;
    width: 90%;
	margin-top: 12px;
    font-size: 14px;
    display: inline-block;
}
.advsearch_result span.result_title a {
    font-weight: normal;
}
.advsearch_result span.result_score {
    float: right;
    width: 7%;
    text-align: right;
    font-size: 14px;
    margin-top: 12px;
    font-weight: bold;
    font-family: sans-serif;
    color: #666;
}
