@charset "utf-8";
/*shared*/
.l{float:left;}
.r{float:right;}
/*font*/
.yellow,.yellow_bold{color:#fe8035;}
.yellow_bold{font-weight:bold;}
.box{
	padding: 5px 0;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	overflow:hidden;	
}
.box h1{
	font-size: 14px;
	color: #454545;
	background: url(../../uc/skins/www/bg/bg.gif) repeat-x left -130px;
	height: 40px;
	padding-left: 15px;
	line-height:40px;
}
.box h1 a.r{font-size: 13px;color: #a4a4a4;}
.info{position:absolute;}
.adbox{
	height: 102px;
	width: 337px;
	margin-bottom:10px;
	padding:2px;
}
.helpbox{width: 341px;height:207px;}
/*auction list*/
ul.selllist li{height:25px;line-height:25px;}
ul.selllist li span,ul.selllist li.price,ul.selllist li.time{
	padding-left:20px;
	background: url(bg/icon.gif) no-repeat;
}
ul.selllist li.price{background-position:-5px -107px;}
ul.selllist li.time{background-position:-5px -131px;}
ul.selllist li span.mark{
	margin-right: 10px; 
	background-position:-5px -161px;
}
ul.selllist li span.total{background-position:-5px -186px;}
ul.selllist li h3{
	font-size: 14px;
	color: #286196;
}
ul.selllist li h4{
	font-size: 12px;
	color: #3f3f3f;
	margin-bottom:5px;
}
ul.selllist li h4 label{
	font-size: 25px;
	padding:0 5px;
}
li a.btn,table.r td a.btn{
	background: url(bg/menu_bg.gif) no-repeat left -216px;
	height: 24px;
	width: 113px;
	display:block;
	line-height:24px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left:35px;
	margin-top:5px;
	margin-left:35px;
}
/*menu*/
dl.menulist{
	padding-left: 20px;
	width:95%;
	height:30px;
}
dl.menulist dd{
	float:left;
	height: 25px;
	width: 110px;
	background: url(bg/menu_bg.gif) no-repeat left -183px;
	margin-right:5px;
	line-height:25px;
	text-align:center;
}
dl.menulist dd.choosed{background-position:0 -156px;}
dl.menulist dd.choosed a{color: #fff;}
/*helpbox*/
.helpbg{
	background: url(bg/menu_bg.gif) no-repeat right -594px;
	height:170px;
}
.helpentry{width:225px;padding:15px 10px;}
.helpentry p{color:#727272;line-height:20px;font-size:14px;}
.helpentry a.askbtn{
	background: url(bg/menu_bg.gif) no-repeat left -454px;
	color:#fff;
	height: 41px;
	width: 128px;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:41px;
	text-align:center;
	margin:10px 5px 10px 30px;
}
