
.content .results-summary
{
    background-color: #FFF;
    overflow: hidden;
    width: 100%;
}

.content #results-title
{
    background: url(../../images/dash-horiz.gif) repeat-x bottom;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.content #results-title a 
{
    margin:2px 0;
    padding:8px 18px;
    display: block;
    width:  116px;
    float: right;   
}
.content #results-explanation p
{
    color: #E67525;
    margin-left: 20px;
    font-weight: bold;
    overflow: hidden;
    width: 90%;
}

.content #results-title h2 span
{
    color: #E67525;
    display: inline;
    font-size: 1em;
    font-weight: bold;
}

.content .results-summary h2
{
    color: #333;
    float: left;
    font-size: 1.2em;
    font-weight: normal;
    width: 750px;
}

.content .results-summary h2 a:link, .content .results-summary h2 a:visited
{
    color: #E67525;
    font-weight: bold;
}

.content .results-summary h2 a:hover
{
    text-decoration: underline;
}

.content .results-summary p.print
{
    float: right;
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-bottom: 25px;
    text-align: right;
    width: 40%;
}

.content .results-summary p.print a:link, .content .results-summary p.print a:visited
{
    background: url( '../../images/icon-print-modal.gif' ) no-repeat right;
    display: block;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-top: 10px;
}

.content ul.pagination
{
    float: right;
    overflow: hidden;
    margin-right: 10px;
}

.content .results ul.pagination
{
    margin: 0;
}

.content ul.pagination li
{
    border-left: 1px solid #333;
    color: #000;
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 0 5px;
}

.content ul.pagination li a:link, .content ul.pagination li a:visited
{
    color: #333;
    text-decoration: underline;
}

.content ul.pagination li.first, .content ul.pagination li.first a
{
    border: 0 none !important;
}

.content .results-summary form
{
    /*margin-bottom			: 20px;*/
    overflow: hidden; /*padding-left			: 20px;*/
    width: 100%;
}

.content .results-summary fieldset
{
    float: left;
    margin-left: 20px;
    width: 50%;
}

.content .results-summary fieldset label
{
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 2em;
}

.content .results-summary fieldset .chartered, .content .results-summary fieldset .limits, .content .results-summary fieldset select.page-size
{
    clear: left;
    float: left;
    margin-top: 0.2em;
    margin-right: 5px;
}

.content .results-summary fieldset select.page-size
{
    clear: none;
    width: 50px;
}

.content .results-summary fieldset select
{
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.content .results-summary fieldset input.filter-submit
{
    float: left;
}

.content .results-summary .submit
{
    float: right;
}

.content .results
{
    background-color: #FFF;
    clear: both;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 8px;
    width: 914px;
}

.content #results-header
{
    background: url(../../images/bkg-results-header-top.gif) no-repeat top;
    margin: 0 0 10px 0;
    padding-top: 5px;
}


.content #results-header ul
{
    background: url(../../images/bkg-results-header-bottom.gif) no-repeat bottom;
    overflow: hidden;
    padding: 5px 0 7px 0;
    width: 915px;
}

.content #results-header li
{
    float: left;
    font-weight: bold;
    line-height: 1.8em;
}

.content #results-header li.name
{
    border-right: 1px solid #FFF;
    padding-left: 10px;
    width: 210px;
}

.content #results-header li.place
{
    border-right: 1px solid #FFF;
    padding-left: 10px;
    width: 340px;
}

.content #results-header li.qualification
{
    padding-left: 10px;
}

.content #results-header li a img
{
    vertical-align: middle;
}

.content #results-header li span
{
    padding-left: 20px;
    font-size: 0.9em;
    font-weight: normal;
}

.content .search-results
{
    background: transparent url(../../images/bkg-results-closed-bottom.gif) repeat-y left bottom;
    clear: both;
    min-height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 915px;
}

.content .open
{
    background: transparent url(../../images/bkg-results-open-bottom.gif) no-repeat left bottom;
}

.content .open ul
{
    background: transparent url(../../images/bkg-results-open-top.gif) no-repeat left top !important;
}

.content .open li.name
{
    color: #FFF;
    font-weight: normal;
    width: 210px;
}

.content .search-results ul
{
    background: transparent url(../../images/bkg-results-closed-top.gif) no-repeat left top;
    overflow: hidden;
    padding-top: 9px;
    width: 100%;
}

.content .search-results div, .content .results-details div, .content .search-results li
{
    float: left;
    font-size: 0.9em;
}


.content .search-results li.name
{
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2em;
    padding-left: 10px;
    width: 210px;
}

.content .search-results li.distance
{
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    line-height: 2em;
    padding-left: 10px;
    width: 340px;
}

.content .search-results li.qualifications
{
    margin-top: -5px;
    padding-left: 10px;
    width: auto !important;
}

.content .search-results li.qualifications img
{
    vertical-align: middle;
}

.content .search-results li.toggle:hover, .content .search-results.open li.toggle:hover
{
    cursor: pointer;
}

.content .search-results li.toggle a:link, .content .search-results.open li.toggle a:visited
{
    text-decoration: none;
}

.content .search-results li.toggle
{
    background: url(../../images/btn-open-details.png) no-repeat center;
    float: right;
    font-size: 0.85em;
    padding: 10px 0px 10px 15px;
    width: 116px;
}

.content .search-results.open li.toggle
{
    background: url(../../images/btn-close-details.png) no-repeat center;
    padding: 8px 0px 12px 15px;
}

.content .search-results li.toggle a:link, .content .search-results li.toggle a:visited
{
    color: #333;
}

.content .qualifications li
{
    padding: 0 10px;
}

.content .results-details
{
    background: transparent url(../../images/bkg-results-details-bottom.jpg) no-repeat bottom;
    clear: both;
    margin: 5px 0;
    overflow: hidden;
    width: 100%;
}

.content .results-details div.inner
{
    overflow: hidden;
    padding: 7px 0px 10px 10px;
    width: 904px;
}

.content .results-details div.inner a:link, .content .results-details div.inner a:visited
{
    text-decoration: underline;
}

.content .results-details .inner .snapshot
{
    float: left;
    text-align: center;
    width: 210px;
    min-height: 200px;
}

.content .results-details .inner .snapshot img
{
    padding: 20px 0;
}

.content .results-details .inner .snapshot a
{
    display: block;
    margin: 53px 0 46px 0;
}

.content .results-details .inner .snapshot a img
{
}

.content .results-details .inner .contacts
{
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    float: left;
    font-size: 0.9em;
    padding-left: 10px;
    width: 340px;
}

.content .results-details .inner .description
{
    float: left;
    font-size: 0.9em;
    padding-left: 11px;
    width: 320px;
}

.content .results-details .inner .more
{
    background: #EBEBEB;
    border: 1px solid #999;
    padding-top: 7px;
    margin-top: 10px;
    width: 687px;
}

.content .results-details .inner .more .inner
{
    font-size: 1.15em;
    padding: 0 10px 10px 10px;
    width: 667px;
}

.content .results-details .inner .full-address
{
    float: left;
    font-size: 0.85em;
    width: 340px;
}

.content .results-details .inner .full-address li.address-map
{
    margin-top: 6em;
}

.content .results-details .inner .stats
{
    border-left: 1px solid #333;
    float: left;
    font-weight: bold;
    padding-left: 10px;
    width: auto;
}

.content .results-details .inner .stats table
{
    font-weight: normal;
    width: 315px;
}

.content .results-details .inner .stats tr
{
}

.content .results-details .inner .stats td
{
    width: 1em;
    width: 150px;
}

.content .results-details .inner .stats td.bar
{
    background-color: #FFF;
    width: 15em;
    width: 155px;
}

.content .results-details .inner .stats tr div
{
    border: 1px solid #999;
    height: 12px;
    width: 100px;
}

.content .results-details .inner .stats tr.general div
{
    background-color: #FF6600;
}

.content .results-details .inner .stats tr.investments div
{
    background-color: #993366;
}

.content .results-details .inner .stats tr.retirement div
{
    background-color: #FFCC33;
}

.content .results-details .inner .stats tr.mortgages div
{
    background-color: #006666;
}

.content .results-details .inner .stats tr.protection div
{
    background-color: #333399;
}

.content .results-details .inner .stats tr.health div
{
    background-color: #669900;
}

.email-adviser {
    font-size: 1.1em;
    padding: 5px 0 12px 0;
    font-weight: bold;
    color: white !important;
    background: url(../../images/bkg-email-this-advisor.png) no-repeat left top;
    text-indent: -24px;
}

.new-search {
    padding: 8px 18px 8px 18px;
    background: url("../../images/btn-new-search-bg.png") no-repeat left top;
}

.sortlink {
  padding-right: 29px;
  background: url(../../images/btn-sort-orange-bg-right.gif) no-repeat right;
}

.sorted .sortlink {
  background: url(../../images/btn-sort-orange-bg.gif) no-repeat right;
}

.sortlink:hover {
    text-decoration: none !important;
}