﻿.dp_pager
{
    margin-right: 50px;
    margin-top: 15px;
    float: right;
    margin-bottom:15px;
}
.dp_pager li
{
    float: left;
    margin-right: 5px;
}
.dp_pager a
{
    color: #000;
    text-align: center;
    background: #fff4e6;
    border: 1px solid #ebd2b4;
    padding: 2px;
    width: auto;
}
.dp_pager a:hover
{
    background: #02810e;
    border: 1px solid #02810e;
    color: #FFF;
}
.dp_pager a.selected
{
    background: #02810e;
    border: 1px solid #02810e;
    color: #FFF;
}
.dp_pager a.disabled
{
    background: #EFEFEF;
    border: 1px solid #BBB;
    color: #9F9F9F;
    cursor: default;
}
.dp_content li
{
    /*height: 27px;
    line-height: 27px;
    border-bottom: 1px dotted #c4c4c4;
    margin: 0 5px;*/
    height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #686868;
	padding-left: 18px;
	padding-right: 8px;
    list-style-type:none;
}
.dp_content li a
{
    /*color: #4c4b4a;
    display: block;*/
    text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.dp_content li a strong
{
    float: left;
    font-weight: normal;
    margin-left: 0px;
}
.dp_content li a span
{
    float: right;
    margin-right: 15px;
}
