table.used_spec{
	border-collapse:collapse;
	width:490px;
}
table.used_spec th, table.used_spec td{
	font-size:11px;
	padding:3px;
	border:1px solid #999;
}
table.used_spec th{
	text-align:center;
	background:#666;
}
table.used_spec td.spec_r{
	text-align:right;
}
.stock{
	position:relative;
}
.soldout{
	position:absolute;
	top:5px;
	left:0;
}
.no_ph{
	width:120px;
	height:90px;
	line-height:90px;
	background:#ddd;
	color:#333;
	font-weight:bold;
	text-align:center;
}
p.used_price span span{
	font-size:20px;
	font-weight:bold;
	color:#f00;
	font-style:normal;
}

.usedlist{ position:relative;}
.usedlist table		{border-collapse:collapse; margin-top:5px;}
.usedlist tr		{background-color:#fff;}
.usedlist tr.col	{background-color:#eee;}
.usedlist tr.sold	{background-color:#aaa;}
.usedlist th,
.usedlist td{
	color:#666;
	padding:3px;
	font-size:11px;
	border:1px solid #ddd;
	line-height:1.3em;
}
.usedlist th{
	text-align:center;
	background-color:#ccc;
}
.usedlist th.inspect	{width:4em;}
.usedlist th.year		{width:4em;}
.usedlist th.price		{width:5em;}
.usedlist th.biketype	{width:7em;}
.usedlist th.cmt		{width:16em;}
.usedlist .alright		{text-align:right;}
.usedlist th.price span		{font-size:9px;}
.usedlist th a,
.usedlist td a{
	color:#666;
	text-decoration:underline;
	line-height:1.3em;
}
.usedlist th a:hover,
.usedlist td a:hover{
	color:#f00;
}
.usedlist tr:hover	{
	background-color:#ffd;
}
.for_detail {
	width:3em;
	text-align:center;
}
p.used_price span.for_detail a {
	display: block;
	width:3em;
	float:right;
	padding:2px;
	background:#c00;
	border:outset 2px #c00;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.usedlist td.for_detail a {
	display: block;
	padding:2px;
	background:#c00;
	border:outset 2px #c00;
	color:#fff;
	font-weight:bold;
	font-size:10px;
}
p.used_price span.for_detail a:hover,
.usedlist td.for_detail a:hover {
	border:inset 2px #eee;
}
.gobike img {
	float:left;
	padding-right:10px;
}
.gobike p{
	height:40px;
	font-size:12px;
	padding-top:10px;
	line-height:1.2;
}
.sortinfo{
	position:absolute;
	right:0;
	top:5px;
	font-size:12px;
}
.sortinfo span{
	font-weight:bold;
	font-size:14px;
}