﻿.search-results-filters li
{
    margin-left: 35px;
    margin-bottom: 2px;
    list-style: circle;
    font-size: 1.2em;
    width: 500px;
}
.search-results-filters li .header-sub-list
{
    font-size: 0.85em;
    float: left;
    margin-top: 5px;
    margin-left: 40px;
    width: 200px;
}
.search-results-filters span
{
    font-size: 1.05em;
    color: navy;
}
.sresult-header1 span
{
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
}
.sresult-header2
{
    background-color: #FFFFFF;
    border: none;
    margin-left: 2px;
    margin-top: 1px;
    margin-bottom: 0px;
}
.sresult-name
{
    font-size: 14px;
}
.favorite-star
{
    margin-top: 2px;
    background-image: url(/Content/images/rate_off_18x18.png);
    float: right;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 3px;
}
.applied-to-label {
    float: right;
    margin-right: 6px;
    margin-top: 3px;
    font-weight: bold;
    color: #188035;
}

.sresult-header1 .leftside
{
    float: left;
}

.sresult-header1 .rightside
{
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #188035;
}

.sresult-header1 .clearboth
{
    clear: both;
}

.sresult-actions-container
{
    position: absolute;
    top: auto;
    bottom: 5px;
}

.sresult-body
{
    padding: 6px;
}

.sresult-body .label
{
    color: #777;
}

.sresult-body .summary
{
    border-bottom: 1px dotted #AAA;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.sresult-body .summary .label
{
    font-size: 14px;
}