﻿/* CSS Document */
/*模版样式
制作人：郭勇
QQ：315799281
制作日期：2010-4-27
请支持原创
*/

/*分页样式*/
.txt_red{
color:red;}

.txt_pagelist1, .txt_pagelist{
text-align:center;
font-size:14px;
position:relative;
left:50%;
float:left;}

.txt_pagelist1 a, .txt_pagelist a{
text-decoration:none;
margin:2px;
color:#333;
padding:0px 10px;
background:#ccc;
text-decoration:none;
white-space:nowrap;
float:left;
position:relative;
left:-50%;
overflow:hidden;
height:26px; line-height:26px; display:block;
border-radius:2px;
font-size:14px;
}

#cur_pagelist{
background:#FF8000;
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;
background:#ddd;
position:relative;
font-size:12px;
}

#txt_First,#txt_Pre,#txt_Next,#txt_Last{
text-decoration:none;
position:relative;
font-size:12px;
/*
margin:0px;
text-decoration:underline;
border:none;*/}

.pagelist{clear:both; margin-top:20px;}
