﻿/* Index */
#main a.trade_buy {
	display:block;
	width:264px;
	height:65px;
	background:#8fc400 url(../images/trade_btn_salebuy.gif) no-repeat 0 0;
	margin:4px auto;
	text-indent:-9999px;
}
#main a.trade_sale {
	display:block;
	width:264px;
	height:65px;
	background:#ffc600 url(../images/trade_btn_salebuy.gif) no-repeat 100% 100%;
	margin:4px auto;
	text-indent:-9999px;
}
#main .trade_class {
	padding:4px;
	margin:4px auto;
	overflow:auto;
	zoom:1;
}
#main .trade_class a {
	display:block;
	float:left;
	width:33%;
	height:24px;
	line-height:24px;
	font-size:12px;
	text-align:center;
}
/* 拍卖列表 */
.trade_list_index li.row1 {
	width:50%;
}
.trade_list_index li.row2 {
	width:30%;
}
.trade_list_index li.row3 {
	width:20%;
}

/* 拍卖列表 */
.list_domain li.row1 {
	width:35%;
}
.list_domain li.row2 {
	width:15%;
}
.list_domain li.row3 {
	width:15%;
}
.list_domain li.row4 {
	width:20%;
}
.list_domain li.row5 {
	width:10%;
}

/* 我的域名列表 */
.list_mydomain li.row0 {
	width:4%;
}
.list_mydomain li.row1 {
	width:20%;
}
.list_mydomain li.row2 {
	width:8%;
}
.list_mydomain li.row3 {
	width:10%;
}
.list_mydomain li.row4 {
	width:10%;
}
.list_mydomain li.row5 {
	width:30%;
}
.list_mydomain li.row6 {
	width:6%;
}
.list_mydomain li.row7 {
	width:11%;
}
.list_mydomain li input.price {
	width:40px;
}
.list_mydomain li input.info {
	width:200px;
}


/* 分组列表 */
.list_group li.row1 {
	width:20%;
}
.list_group li.row2 {
	width:13%;
}
.list_group li.row3 {
	width:13%;
}
.list_group li.row4 {
	width:13%;
}
.list_group li.row5 {
	width:10%;
}
.list_group li.row6 {
	width:10%;
}
.list_group li.row7 {
	width:10%;
}
.list_group li.row8 {
	width:10%;
}

/* 议价列表 */
.list_order li.row1 {
	width:15%;
}
.list_order li.row2 {
	width:10%;
}
.list_order li.row3 {
	width:10%;
}
.list_order li.row4 {
	width:34%;
}
.list_order li.row5 {
	width:10%;
}
.list_order li.row6 {
	width:20%;
}

/*议价历史*/
.list_tradeOffer li.row1{
	width:20%;
}
.list_tradeOffer li.row2{
	width:10%;
}
.list_tradeOffer li.row3{
	width:10%;
}
.list_tradeOffer li.row4{
	width:55%;
}

/*新的出价记录*/
.list_order li.new{
	background:transparent url(../../images/new.gif) no-repeat scroll 100% 100%;
}

/*未验证域名列表*/
.list_noverify li.row0{
	width:4%;
}
.list_noverify li.row1{
	width:40%;
}
.list_noverify li.row2{
	width:15%;
}
.list_noverify li.row3{
	width:15%;
}
.list_noverify li.row4{
	width:20%;
}

#add {
	overflow:auto;
	zoom:1;
}
.form label {
	width:80px;
}

#result {
	overflow:auto;
	zoom:1;
}

#result #success, #result #check, #result #error {
	float:left;
	width:33%;
}
#result #success h5, #result #check h5, #result #error h5, #result #success ul, #result #check ul, #result #error ul {
	margin:auto 8px;
}
#result li {
	margin:4px auto;
}

/*info*/
#detail .tradeinfo ul li label {
	width:180px;
}

#detail .tradeinfo ul li div {
	width:480px;
	font-size:12px;
	color:#999;
	padding:5px 0px;
}

/*搜索*/
#search #moreCondition ul select {
	font-size:12px;
	margin-right:5px;
	width:100px;
}

.clear {
	clear:both;
}