body {
	padding: 20px 0 0;
	color: #4a493e;
	background: #f9faf4 url(./body.png) no-repeat 50% 0;
	font: 12px Verdana, Arial;
	text-align: center;
}
* {
	margin: 0;
	padding: 0;
}
img {
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	* font-weight: bold;
}
h1 {
	padding-bottom: 20px;
	font-size: 24px;
	font-family: "黑体";
	line-height: 72px;
}
h2 {
	margin: 12px 0;
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
li {
	list-style: none;
}
a:link {
	color: #4a493e;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000;
}
.clear {
	clear:both;
}
#wrap {
	margin: auto;
	padding: 10px 10px 160px;
	width: 860px;
	text-align: left;
	min-height: 400px;
	_height:400px;
	background: url(./foot.png) no-repeat 100% 100%;
}
#ads-1,#ads-2 {width: 120px;}
#ads-1 .more,#ads-2 .more {padding: 2px 5px;background: #333;color: #fff;}
#title a:link, #title a:visited, #title a:hover {
	color: #000;
	text-decoration: none;
}
.info {
	padding: 10px;
	line-height: 20px;
}
#description {
	float: right;
	width: 240px;
}
#description #logo {
	float: left;
}
#description #other {
	float: right;
	width: 220px;
}
#search {
	float: left;
	width: 560px;
}
#search #keyword {
	padding: 2px;
	border: 1px solid #4a493e;
	background: #cbcab2;
}
#search .button {
	padding: 1px 10px;
}
#categorys {
    background: url(title.png) repeat-y 0 0;
    * min-height: 10px;
    _width: 860px;
    _padding: 15px 0 20px;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/template/10/title.png", sizingMethod="scale")
}
#categorys ul {
    padding: 0 10px;
}
#categorys li {
    float: left;
    display: inline;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    _height: 24px;
    _line-height: 24px;
}
#categorys li a {
    position: relative;
    color: #fff;
    text-decoration: none;
}
#categorys li a:hover {
    text-decoration: underline;
}
#categorys_domain_list .lie {
	float: left;
	padding: 10px 10px 10px 0;
	width: 205px;
	line-height: 20px;
}
#categorys_domain_list .lie h3 {
	margin-bottom: 5px;
	padding: 5px 0;
	border-bottom: 2px solid #4a493e;
}
#categorys_domain_list .lie li {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.domain_list li {
	float: left;
	width: 220px;
	padding: 5px;
	line-height: 20px;
	overflow: hidden;
}
#link_list {
	margin-top: 50px;
	text-align: center;
	line-height: 20px;
}
#copyright {
	text-align: center;
	line-height: 20px;
}
.pagination {
    padding: 10px 0;
    text-align: left;
}
.pagination a {
    border:1px solid #ddd;
    color:#036CB4;
    margin:2px;
    padding:2px 5px;
    text-decoration:none;
}
.pagination a:hover {
    color: #f60;
}
.pagination .current {
    background-color:#036CB4;
    border:1px solid #036CB4;
    color:#fff;
    font-weight:bold;
    margin:2px;
    padding:2px 5px;
}
.pagination .disabled {
    border:1px solid #ddd;
    color:#ccc;
    margin:2px;
    padding:2px 5px;
}

/*** 返回样式 ***/
.back {
	float: right;
}
/*** 提示样式 ***/
.tips {
	padding: 10px;
}
/*** 表单样式 ***/
.form_table table {
	width: 100%;
	border-collapse: collapse;
}
.form_table table th {
	padding: 5px;
	border: 1px solid #ddd;

	width: 15%;
	font-weight: bold;
	text-align: right;
}
.form_table table td {
	padding: 5px;
	border: 1px solid #ddd;
}
.form_table table td .tips {
	margin-right: 5px;
}
.form_table table td .require {
	color: red;
}
.form_table table td .error {
	color: red;
	display: block;
}
/*** 自定义区块样式 ***/
.custom_content {
	width: 100%;
}
.custom_content a {
	padding: 10px;
	border: 4px #CCC solid;
	background: #ddd;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
	display: block;
	cursor: pointer;
}
