body
{
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
	font-weight: normal;
}

a
{
    color: #003c64;
}

.predictive_results li
{
    color: #000;
}

.search_form
{
    background-color: #c3c3c3;
    color: white;
}

.search_form a:hover
{
    background-color: transparent;
}

.search_form label
{
    font-weight: 800;
}

input, select
{
    color: #666;
}

button
{
    background-color: #006AAB;
    font-weight: 800;
}

.listing_categories .bullet_replace.tick {
    background-color: #006AAB;
}

.listing_categories li b {
    color: #006AAB;
}

h1
{
    font-weight: 800;
}

#searchresult_wrapper h1, h2
{
    color: #006AAB;
    font-weight: 800;
}

.search_form a
{
    color: white !important;
    text-decoration: none;
}

.search_form input[type="submit"]
{
    background-color: #006AAB;
    color: white;
    font-weight: 800;
}
button:hover, .search_form input[type="submit"]:hover
{
    background-color: white;
    color: #006AAB;
}

button:hover
{
    color: white;
    background-color: #004b88;
}

#search_listing #print i::before
{
    color: #006AAB;
}

.search_result a
{
    color: #006AAB;
}

.search_result h3
{
    color: #006AAB;
    font-weight: 800;
}

.search_result h3 a
{
    font-weight: 800;
}

.lighter
 {
     color: #333;
 }

 #load-more-button
 {
     background: #006AAB;
     color: white;
     font-weight: bold;
 }
 #load-more-button:hover
 {
     background: #004b88;
 }

/** NEW **/
.search_form {
    color: black;
    border: 2px solid #000;
    color: black;
}

.searchbox_tab.search_type {
    background-color: #006AAB;
}

.searchbox_tab.search_name {
    background-color: #c3c3c3;
}
