#auc1_box {
	width: 610px;
	float: left;
}

#auc1_box1 {
	width: 230px;
	height: 230px;
	float: left;
}

#auc1_box2 {
	color: #333333;
	float: left;
	font-size: 18px;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 25px;
	text-align: center;
	width: 280px;
}

#auc1_traff {
	color: #666666;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	margin-left: 5px;
	margin-top: 15px;
	width: 140px;
}

#auc1_traff1 {
	color: #CC0000;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	margin-left: 40px;
	margin-top: 15px;
	width: 90px;
}

#auc1_traff2 {
	color: #666666;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	margin-left: 40px;
	margin-top: 15px;
	width: 90px;
}

#auc_frame {
	float: left;
	height: 20px;
	/*margin-left:40px;*/
	margin-top: 15px;
	width: 90px;
}

#auc1_box3 {
	border-top: 1px solid #CECECE;
	color: #666666;
	float: left;
	font-size: 10px;
	height: 35px;
	margin-left: 8px;
	margin-top: 15px;
	width: 260px;
}

#auc1_bottom {
	width: 198px;
	float: left;
	margin-top: 10px;
	margin-left: 1px;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 11px;
}

#auc1_bottom1 {
	width: 193px;
	height: auto;
	float: left;
	margin-top: 1px;
	margin-left: 1px;
	background-color: #f5f5f5;
	padding-left: 5px;
	color: #333333;
	font-size: 11px;
}

#auction_back {
	width: 319px;
	height: 316px;
	float: left;
	background-image: url(../../../images/auction/big_pic.jpg);
}

#auction_pictire {
	width: 277px;
	height: 277px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

#product_news {
	width: 570px;
	float: left;
	padding-left: 30px;
	border-top: #cecece 1px solid;
	border-bottom: #cecece 1px solid;
}

#news_icon {
	width: 34px;
	height: 34px;
	float: left;
	margin: 15px;
	margin-left: 0px;
	background-image: url(../../../images/auction/icon.jpg);
}

#news-text {
	width: 500px;
	float: left;
	color: #666666;
	font-size: 12px;
	padding-top: 10px;
	padding-buttom: 10px;
}
/*MUUGII ADD ITEM HERE************************/
.auction_image{
  clear: both;
  text-align: center;
  border: none;
  margin: 5px;
}
.rounded{
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;}
	
.padding{
	padding: 2px 10px;}
.info_box{
	clear: right;
	background:#f3f3f3;
	border:solid 1px #ccc;
	width:46%;
	margin:2px;}
.info_box div{
	line-height:24px;}
.error{
	color:red;}
.info{ 
	color:#666666;}
.success{
	color:#336600;}
