/****************************************************************************** 一般 **********/
@charset "utf-8";
.text_01 {
	color: #ff6600;
}
.text_02 {
	color: #7a7a7a;
}
.text_timer {
	padding: 2px 0 2px 15px;/**/
	background-image: url(../images/icon_timer.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-right: 5px;
}
.text_timer_grey {
	color: #7a7a7a;
	padding: 2px 0 2px 15px;/**/
	background-image: url(../images/icon_timer_grey.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-right: 5px;
}

/****************************************************************************** 競拍實況 **********/
#list_wrapper {
	clear: both;
	width: 100%;
	margin-top:10px;
}
#list_wrapper .list {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top:-10px;
}
#list_wrapper h3 {
	font-size: 15px;
	margin-top: 13px;
/*	font-family: Arial, "微軟正黑體";*/
}
#output-container {
	padding: 0;
	width: 100%;
	color: #303030;
	font-size: 14px;
	font-weight: normal;
	border:1px solid #ffc000;
    	font-family: Arial, "微軟正黑體";
}
#output-container .title {
	/*background-color: #65a6db;
	background-image: url(../images/calendar_week.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 25px;*/
	color: #ffffff !important;
	text-align: center;
	background: #ffc000;
	height: 25px;
	font-size:14px;
}
#output-container .row_01 {/*單行*/
	text-align: center;
	background: #fdfdfd;
	
}
#output-container .row_02 {/*雙行*/
	text-align: center;
	background: #f5f5f5;
}
#output-container img {
	/*padding: 2px 10px 2px 0;*/
	vertical-align: middle;
	 height:auto;
	padding: 2px 5px 2px 2px !important;
}

a.spec_link2 {

        text-decoration:none !important;

}

a.spec_link2:hover {

        text-decoration:none !important;

}