@charset "utf-8";
#prices {
	width: 100%;
}
#prices p {
	line-height: 18px;
}
#prices small {
	font-size: 10px;
}
#prices ol {
	margin-left: 30px;
}
#prices li {
	margin-bottom: 10px;
}
#middle ul{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	list-style-type:none;
}
#middle ul li{
	border-bottom: 1px dashed #111;
	padding: 4px 0px 4px 74px;
	margin-bottom: 6px;
	min-height: 40px;
	background: url('./imgs/buynow.png') no-repeat left 3px;
	cursor: pointer;
}
#middle ul li.nostyle a{
	font-weight: bold;
}
#middle ul li strong{
	font-size: 14px;
}
.buynow {
	background: url('./imgs/buynow.png') no-repeat center center;
	width: 70px;
	height: 40px;
	cursor: pointer;
}
