/*
=List
*/
.rframe {
	color:#FFF;
}
#resultnfo {
	width:760px;
	margin:0px auto;
}
.resultunit {
	display:inline;
	float:left;
	width:300px;
	color:#FFFF00;
	text-align:left;
	padding-top:4px;
}
.resultbt {
	display:inline;
	float:right;
	width:270px;
}
.resultbt img {
	margin:0px 4px;
}
.resultstable {
	background-color:#FFF;
	width:760px;
	margin:0px auto 20px;
	padding:0px;
	border:none;
}
.resultstable td {
	vertical-align:top;
}
.resultstable td.pix {
	width:185px;
	padding:10px 15px 0px;
	vertical-align:top;
}
.resultstable td.pix img {
	border:1px solid #888;
	width:185px;
}
.resultstable td.tx {
	width:530px;
	vertical-align:top;
	padding:10px 15px 0px 0px;
}
.resultsname {
	border-collapse:collapse;
	width:530px;
	margin:0px 0px 10px;
	color:#565656;
}
.resultsname th {
	vertical-align:top;
	text-align:left;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}
.resultsname td {
	vertical-align:top;
	text-align:right;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	white-space:nowrap;
}
.resultsdisc {
	border-collapse:collapse;
	width:530px;
	margin:0px 0px 10px;
	color:#333;
}
.resultsdisc th {
	border:1px solid #FFF;
	background-color:#D0D7E1;
	vertical-align:top;
	padding:1px;
	text-align:left;
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	width:100px;
}
.resultsdisc td {
	border:1px solid #FFF;
	background-color:#EBEEF3;
	vertical-align:top;
	padding:1px;
	text-align:left;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}
.resultsdisc td strong {
	font-weight:bold;
	color:#444;
}
.bt {
	text-align:center;
	padding:10px 0px;
}
.bt input ,.bt img {
	margin:0px 4px;
}
