body
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.predictive_results li
{
    color: #000;
}

a
{
    color: #a5027d;
    transition: 0.3s all;
}

a:hover
{
    color: #000;
}


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

input, select
{
    color: #666;
}

button
{
    background-color: rgb(76, 43, 94);
}

.listing_categories .bullet_replace.tick {
    background-color: rgb(76, 43, 94);
}


.listing_categories li b {
    color: rgb(76, 43, 94);
}

button:hover
{
    background-color: #006AAB;
}

#searchresult_wrapper h1, h2
{
    color: #422653;
}

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

.search_form input[type="submit"]
{
    background-color: #C0D742;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}
button:hover, .search_form input[type="submit"]:hover
{
    background-color: #9f218b;
}

#search_listing #print i::before
{
    color: #C0D742;
}


.search_result h3
{
    color: #422653;
}

.search_result a
{
    text-decoration: underline;
}

.search_result h3 a
{
    font-weight: bold;
    color: #422653;
    text-decoration: none;
}

.lighter
 {
     color: #333;
 }

 #trading_standards_logo
 {
    float: right;
    width: 33%;
    max-width: 150px;
    height: auto;
    display: block;
    margin: 15px;
}

.search_header
{
    border-bottom: 1px solid #422653;
}

#load-more-button
{
    background: rgb(76, 43, 94);
    color: white;
}
#load-more-button:hover
{
    background: #9f218b;
}

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

.searchbox_tab.search_type {
    background-color: #422653;
}

.searchbox_tab.search_name {
    background-color: #774d7d;
}

#searchresult_activities .activities_list p span {
    color: #a5027d;
}