﻿
/*repeater 分页样式*/
.RepeaterNumberPanel {
    text-align: center;
    margin-bottom: 60px;
}


.RepeaterNumberPanel a:hover{
  color: #ffa800;
border-color: #ffa800;
}

/*当前选中*/
.RepeaterNumberList_Now
{
    display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border: 1px #b9b9b9 solid;
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
   color: #ffa800;
border-color: #ffa800;
}
/*页码*/
.RepeaterNumberList
{
    
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border: 1px #b9b9b9 solid;
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
color: #a7a7a7;
}
/*.RepeaterNumberList a :hover
{ 
  color: #fff;
}
/*鼠标滑过*/
/*.RepeaterNumberList :hover 
{
       background-color: #46a9c9;

}*/

/*上一页*/
.RepeaterNumberList_Page
{
    display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border: 1px #b9b9b9 solid;
margin-left: 2px;
margin-right: 2px;
font-size: 14px;
color: #a7a7a7;
width: 50px;
}
/*/*下一页
.RepeaterNumberList_NextPage {
   font-size: 16px;
font-weight: bold;
font-family: SimSun;
color: #666;
}*/
.RepeaterNumberList_Page:hover
{
	text-decoration: none;
}
/*第几页*/
.RepeaterList {
   

}
