.InnerSearchResults{
    position:relative;
    margin-left: 37px;
    width:870px;
}
.InnerSearchResults ul{
    list-style:none;

}
.InnerSearchResults li{
    margin-top: 13px;
    border-bottom: #84B5DB solid 1px;
    padding-bottom: 4px;
    color: #7D7D7D;
}
.InnerSearchResults a{
    margin-left:7px;
    color: #7D7D7D;
}
.InnerSearchResults span{
    float:right;
}
.InnerSearchResults .arrow-right{
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #0E6EB8;
    font-size: 0px;
    line-height: 0px;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}
.InnerSearchResults .Paging{
    width: 289px;
    height: 31px;
    margin: auto;
}