body {
    color: #333;
    font: 12px Verdana,"Microsoft YaHei",Arial;
    text-align: left;
}
* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h1 {
    padding: 10px 0;
    font-size: 24px;
    font-family: "黑体";
    line-height: 30px;
}
h2 {
    font-size: 16px;
}

li {
    list-style: inside;
}

.clear {
    clear:both;
}


#wrap {
    width: 960px;
    background: #edf1f3;
}
.side {
    float: left;
    width: 240px;
    overflow: hidden;
    text-align: center;
}
.content {
    float: left;
    width: 720px;
    overflow: hidden;
    background: #227398;
}

#title a:link,#title a:visited,#title a:hover {
    color: #fff;
    text-decoration: none;
}

#logo {
    float: left;
}

.info {
    padding: 10px;
    color: #fff;
    line-height: 20px;
    background: #227398;
}
#description,#contact,#search {
    padding: 5px 0;
}


#search #keyword {
    padding: 2px;
    border: 1px solid #ccc;
}
#search .button {
    padding: 1px 10px;
}

#domain_category_list ul {
    padding: 5px 0;
    width: 720px;
}
#domain_category_list li {
    float: left;
    display: inline;
    margin: 0 10px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}
#domain_category_list li a {
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}

#domain_list {
    min-height:400px;
    _height:400px;
    background: #fff;
}

.domain_list table {
    width: 100%;
}
.domain_list thead th {
    background: #ccc;
    font-size: 14px;
}
.domain_list tbody th {
    background: #dae7f1;
    font-size: 14px;
    color: #666;
}
.domain_list tbody td {
    background: #f9f9fc;
    border-bottom: 1px dotted #ddd;
}
.domain_list th,.domain_list td {
    padding: 5px 10px;
}
.domain_list .more {
    padding: 10px;
    text-align: right;
}

#inquiry .th {
    padding: 10px;
    background: #dae7f1;
}

#link_list {
    padding: 6px 10px;
    color: #fff;
    background: #227398;
    min-height:20px;
    _height: 20px;
    line-height: 20px;
}
#copyright {
    padding: 10px;
    color: #069;
}
.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,.tips {
    color: #999;
    font-size: 14px;
}
form table {
    width: 100%;
    background: #fff;
}
form table,form table th,form table td {
    padding: 5px;
    font-size: 12px;
}
form table th {
    text-align: right;
}

#ad1,#ad2,#ad3 {
    padding: 5px 0;
    background: #edf1f3;
    text-align: center;
}

#ad4 {
    position: absolute;
    left:970px;
    top:20px;
    width: 220px;
    overflow: hidden;
}

#ad4 a.close {
    display:block;
    position:absolute;
    right:0;
    top:0;
    width:12px;
    height:12px;
    background:transparent url(close.gif) no-repeat scroll 0 -12px;
}
#ad4 a.close span {
    display: none;
}

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