.product-box{
	width: 665px;
	margin-bottom: 10px;
	background-color: #c6e4ea;
	border: 1px solid #287382;
	padding: 5px;
	overflow: hidden;
}

.product-box img{
	float: left;
	margin-right: 10px;
	border: 1px solid #287382;
}

.product-box h3{
	font-size: .9em;
}

.spec	{
	float: left;
}

.spec ul{
	margin-bottom: 5px;
}

li.ref{
	font-weight: bold;
}

.note	{
	font-style: italic;
	padding-top: 20px;
}


