﻿/* 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:#333;
padding:0px 7px;
background:#ccc;
text-decoration:none;
white-space:nowrap;
float:left;
position:relative;
left:-50%;
overflow:hidden;
height:23px; line-height:23px; display:block;
}

.txt_pagelist1 a:hover{
margin:5px;
background:#666;
color:#fff;
border:solid 1px #999
}

#cur_pagelist{
background:#800000;
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;
position:relative;
}

#txt_First,#txt_Pre,#txt_Next,#txt_Last{
text-decoration:none;
position:relative;
/*
margin:0px;
text-decoration:underline;
border:none;*/}

.pagelist{clear:both; margin-top:20px;}
