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