/*
项目：說文解字
作者：谢言付 [ xieyanfu@yahoo.com.cn ]
*/

/* 公共样式
*****************************************************/
* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-size:14px;
	font-family:verdana, arial, sans-serif, "宋体-方正超大字符集";
	color:#333;
}
select, input, textarea { 
	font-size:12px; 
	font-family:verdana, arial, sans-serif, "宋体-方正超大字符集";
	border:1px solid #999;
}
ul, li { list-style:none; }
a {
	color:#005A9C;
	text-decoration:none;
}
a:hover { 
	color:#3980F4;
	text-decoration:underline;
}
a.titleLink {
	color:#fff;
}
a.titleLink:hover {
	color:#003366;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */ 

.txtInput {
	border:1px solid #999;
	background:#fff;
	padding:2px;
	font-size:12px;
}
.btnInput {
	font-size:14px;
	font-weight:bold;
	background:#666;
	border:0;
	color:#fff;
	padding:2px 10px;
}
.btnGb2Big {
	font-size:12px;
	background:#666;
	border:0;
	color:#fff;
	padding:2px 10px;
}

#wrap {
	width:90%;
	margin:0 auto;
	background:url(../img/wrap_bg.gif) repeat-y left center;
	padding:1px 0;
	border-top:8px solid #A5B5BA;
	border-bottom:3px solid #A5B5BA;
}

.searcheTitle {
	font-size:14px;
	background:#EDF4F6;
	padding:5px;
	color:#005A9C;
	border-bottom:3px solid #A5B5BA;
}
#searchForm {
	float:right;
	border:1px solid #A5B5BA;
	border-top:0;
	background:#eee;
	padding-bottom:10px;

}
#searchForm input {
	width:130px;
}
#searchForm p {
	padding:3px 10px;
	margin-top:5px;
}
#searchForm p.focus {
	position:relative;
}
#searchForm p.focus .comment {
	position:absolute;
	top:0;
	left:-140px;
	border:1px solid #F69200;
	background:#FFE0AF;
	text-align:center;
	width:140px;
	color:#F69200;
	display:block;
	padding:3px;
}
#searchForm label {
	width:70px;
	display:block;
	float:left;
	clear:left;
}
#searchForm p .comment {
	display:none;
}
#searchForm p.searchBtn {
	text-align:center;
}
#searchForm p.searchBtn input.btnInput {
	width:60px;
}

#mainContainer {
	margin-right:240px;
	margin-left:100px;
}

#header {
	float:left;
}
#header h1 a {
	display:block;
	height:285px;
	width:90px;
	background:url(../img/logo.gif) no-repeat center 20px;
	border:1px solid #A5B5BA;
	overflow:hidden;
	text-indent:-9999px;
}

.item {
	float:left;
	width:100%;
}
.itemImg {
	float:right;
	width:100px;
	text-align:center;
	padding:5px 0 5px 0;
	border:1px solid #A5B5BA;
}
.itemImg a {
	margin-top:2px;
	display:block;
}
.itemInfo {
	margin-right:108px;
}
.itemInfo .juan {
	font-size:12px;
	background:#eee;
	padding:3px 5px;
}
.itemInfo .zhengwen { 
	padding:10px 0 20px 0; 
	float:left;
}
.itemInfo .zhengwen h3 {
	float:left;
	margin:0 10px 0px 0;
	width:60px;
	height:60px;
	text-align:center;
	color:#005A9C;
	line-height:60px;
	border:1px solid #005A9C;
}
.itemInfo .qie {
	float:left;
	width:100%;
	font-size:12px;
	background:#eee;
	padding:3px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.itemInfo .qie p {
	margin-left:5px;
}
.itemInfo .chongwen {
	float:left;
	width:100%;
	font-size:12px;
	margin-top:5px;
	padding:3px 0;
	border-bottom:1px solid #ccc;
}
.itemInfo .chongwen li {
	width:29%;
	float:left;
	border:1px solid #ccc;
	padding:5px;
	margin-left:5px;
}
.itemInfo .chongwen p {
	display:block;
	text-align:center;
	background:#EDF4F6;
}
.itemInfo .chongwen span {
	display:block;
	padding:3px;
	line-height:150%;
	font-size:14px;
}

#favorite {
	clear:both;
	padding-top:1px;
}
#favoriteTitle {
	background:#A5B5BA;
	font-size:14px;
	padding:5px 10px;
	color:#fff;
}
#favoriteContent {
	padding:5px 0 5px 3px;
}
#favoriteTitle p {
	float:right;
}
.favoriteList li {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #ccc;
	margin:0px 3px 5px 0;
	position:relative;
}
.favoriteList li a {
	position:absolute;
	right:2px;
	top:0px;
	line-height:10px;
	font-size:12px;
	font-family:verdana, arial, sans-serif, "宋体-方正超大字符集";
	color:red;
}

.notive {
	padding:5px;
	border:1px solid #F69200;
	background:#FFE0AF;
	text-align:center;
	margin:3px 0;
	color:#F69200;
}

.listTable {
	width:100%;
}
.listTable th {
	background:#EDF4F6;
	color:#005A9C;
	border-bottom:3px solid #A5B5BA;
	padding:5px;
}
.listTable td {
	padding:3px 10px;
	line-height:150%;
	border-bottom:1px solid #A5B5BA;
	cursor:pointer;
}
.listTable tr.oddRow td {
	background:#f9f9f9;
}
.listTable tr.evenRow td {
	background:#fff;
}
.listTable tr.overRow td {
	background:#eee;
}
.listTable tr.pageRow td {
	padding:0;
	background:#eee;
}


ul.two_column, ul.two_column li {
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
}
ul.two_column li.column {
	width:50%;
	float:left;
}

.pageNav {
	padding:5px;
}
.pagination{padding: 2px;}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "right" to right align pagination interface*/
	font-family:verdana, arial, sans-serif;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	font-size:12px;
}

.pagination a, .pagination a:visited{
	padding: 1px 2px;
	border: 1px solid #005A9C;
	background:#ccc;
	text-decoration: none; 
	color: #005A9C;
	margin-left:3px;
}

.pagination a:hover, .pagination a:active{
	color: #333;
	background-color: #EAF7E5;
}

.pagination li.currentpage{
	padding: 1px 2px;
	border: 1px solid #005A9C;
	background-color: #157CBF;
	color: #fff;
	margin-left:3px;
}

.pagination li.disablepage{
	padding: 2px 4px;
	border: 1px solid #929292;
	color: #929292;
}

.pagination li.nextpage{
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 3px;
	padding-right: 0;
}

#footer {
	clear:both;
	border-bottom:1px solid #A5B5BA;
	margin-bottom:5px;
}
#footerJoyoAd {
	text-align:center;
	border-bottom:1px solid #A5B5BA;
	padding-bottom:5px;
	margin-bottom:5px;
}
#footerAd {
	text-align:center;
	padding:0 0 5px;
}

