@charset "utf-8";
@import "01_list/style.css";
@import "02_detail/style.css";
@import "03_thickbox/style.css";
@import "04_gallery/style.css";
@import "05_message/style.css";
@import "06_hr/style.css";
@import "07_etcform/style.css";
@import "08_sitemap/style.css";
.clear{ clear:both; margin:0; padding:0; height:0; overflow:hidden;}

/*按钮*/
#button {
	width: 100px;
	height: 25px; line-height:25px;
	font-weight: bold;
	color: #000; cursor:pointer;
	background: url(bt_bj.gif) no-repeat;
	text-align: center;
	border: none;
}

/*长文章分页*/
#page_break {} 
#page_break .collapse {display: none;} 
#page_break .num {padding: 10px 0;text-align: center;} 
#page_break .num li{
	display: inline; margin: 0 2px;padding: 3px 5px;border:1px solid #abcee4; 
	background-color: #fff;color: #369;text-align: center;cursor: pointer;overflow: hidden;
} 
#page_break .num li.on{background-color: #369;color: #fff;font-weight: bold;} 

/* 通用分页 */
.list_page{ width:100%; }
.pagesblock{
	height:30px; margin:0 auto; text-align:center; 
	color:#000; line-height:30px;
}
.pagesblock td{ border:0px; }
.pages {
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.pages a{
	display:inline; font-family:宋体; font-size:12px; padding:3px;
}
.pages a:link,.pages a:visited,.pages a:active {
	color: #000;
	background: #FFFFFF;
	border: #666666 1px solid;
	text-decoration: none;
}
.pages a:hover {
	background: #FFFFFF;
	border: #666666 1px solid;
	color: #FF6600;
	text-decoration: none;
}
.pages select{
	font-size:9px; height:20px;
}
