﻿/*repeater 分页样式*/
#LB_Navgetion
{
}
/*样式位置*/
.RepeaterNumberPanel
{

}
/*当前选中*/
.RepeaterNumberList_Now
{
        display: inline-block;
    line-height: 23px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
color: #E3A220;
}
/*页码*/
.RepeaterNumberList
{
    display: inline-block;
    line-height: 23px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    color: #999;
}
.RepeaterNumberList a span
{ 
    display:block; width:28px; height:28px; background:#fff; border:1px solid #ddd; text-align:center; line-height:28px;
}
/*鼠标滑过*/
.RepeaterNumberList :hover 
{

}
/*上、下一页*/
.RepeaterNumberList_Page
{
display: inline-block;
    padding: 0 10px;
    color: #999;
}
.RepeaterNumberList_Page1{
        width: 52px;
    height: 37px;
    background: #E3A220;
    line-height: 37px;
    color: #fff;
}
.RepeaterNumberList_Page1:hover
{
	 width: 52px;
    height: 37px;
    background: #E3A220;
    line-height: 37px;
    color: #fff;
}
/*第几页*/
.RepeaterList {
     height: 34px;
     margin-left:10px;
     vertical-align:top;

}
