body {
    padding: 0 0 20px;
    background: #666;
    font: 12px Verdana,Arial,"宋体";
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h1 {
    font-size: 24px;
    font-family: "黑体";
    line-height: 30px;
}
h2,.domain_list h3 {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 14px;
    background: #888;
    color: #fff;
}

li {
    list-style: none;
}

.clear {
    clear:both;
}


#wrap {
    margin: 10px auto;
    padding: 0 10px 30px;
    width:760px;
    background: #fff;
    border: 5px solid #b3b3b3;
    text-align: left;
}
#title {
    padding: 20px 0 10px 10px;
}
#title a:link,#title a:visited,#title a:hover {
    color: #333;
    text-decoration: none;
}

#logo {
    float: left;
    padding: 0 10px 10px 0;
}

.info {
    margin-bottom: 10px;
    padding: 10px 15px;
    background: #eee;
    line-height: 20px;
}
.tips {
    padding: 0 20px;
    line-height: 30px;
}

#description {
    float: left;
    width:450px;
}
#description p {
    margin-bottom: 10px;
}

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


#contact {
    float: right;
    width: 260px;
}
#domain_category_list,#domain_list,.domain_list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    min-height:50px;
    _height:50px;
}
#domain_category_list ul {
    width: 720px;
}

#domain_category_list li {
    float: left;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
}
#domain_category_list li a:link {
    color: #c00;
}
#domain_category_list li a:visited {
    color: #900;
}
#domain_category_list li a:hover {
    color: #333;
}
#domain_list h2 span {
    font-size: 12px;
    font-weight:normal;
}

.domain_list {
    position: relative;
}
.domain_list .more {
    position: absolute;
    right:10px;
    top:5px;
}
.domain_list a.more:link,.domain_list a.more:visited,.domain_list a.more:hover {    
    color: #fff;
    text-decoration: none;
}
.domain {
    padding: 0 10px;
}
.domain li {
    float: left;
    display: inline;
    margin: 10px;
    padding: 0 5px;
    width: 117px;
    height: 63px;
    background: #eee;
}
.domain li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.back {
    padding: 10px;
}
table {
    margin-bottom: 10px;
    width: 100%;
}
table,table th,table td {
    padding: 5px;
    font-size: 12px;
}
th {
    text-align: right;
}

#link_list,#copyright {
    text-align: center;
    line-height: 20px;
}

.domain-sale-info p {
    margin: 10px;
    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,.tips {
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}

/*** 返回样式 ***/
.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;
}
