/* CSS Document */
/*模版样式
制作人：郭勇
QQ：315799281
制作日期：2010-4-27
请支持原创
*/

/*分页样式*/
.txt_red{
color:red;}

.txt_pagelist{
text-align:center;
font-size:12px;
position:relative;
left:50%;
float:left;}

.txt_pagelist1{
color:#707070;
font-size:12px;
text-align:center;
padding-top:20px;
padding-bottom:15px;
}

.txt_pagelist a{
text-decoration:none;
margin:2px;
color:#19446F;
padding:0px 10px;
height:32px;
line-height:32px;
background:#EBEDF6;
border:solid 1px #DCDDE2;
text-decoration:none;
white-space:nowrap;
display:block;
float:left;
overflow:hidden;
position:relative; 
left:-50%;
font-size:16px;
}

.txt_pagelist1 a:hover{
margin:5px;
background:#666;
color:#fff;
}

#cur_pagelist{
background:#D6241F;
color:#fff;
}

#txt_First1,#txt_Pre1,#txt_Next1,#txt_Last1{
/*
padding:0px 5px;
margin:0px;
text-decoration:none;
border:none;*/
text-decoration:none;
color:#fff;
font-weight:normal;
font-size:12px;
background:#ddd;
width:45px;
text-indent:-99px;
overflow:hidden;
padding:0px;
line-height:0;
font-size:0;
}

#txt_First, #txt_Pre,#txt_Next,#txt_Last{
text-decoration:none;
width:47px;
overflow:hidden;
padding:0px;
line-height:0;
font-size:0;
/*
margin:0px;
text-decoration:underline;
border:none;*/}

#txt_Pre, #txt_Pre1{background:url(../images/list_09.gif) -1px -1px no-repeat;}
#txt_Next, #txt_Next1{background:url(../images/list_09.gif) right no-repeat;}

.pagelist{clear:both;}
