@charset "UTF-8";
/* CSS Document */

.rangeProduct {
	width: 81px;
	margin-right: 10px;
	float: left;
	padding-bottom: 10px;
	height: 150px;
}
.rangeProduct img {
	padding-bottom: 3px;
}
.rangeProduct h3 {
	font-size: 10px;
	font-weight: bolder;
	color: #8b8383;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rangeProduct h4 {
	font-size: 9px;
	font-weight: normal;
	color: #8b8383;
	margin-top: 0px;
	margin-bottom: 0px;
}
.rangeProduct p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}
.rangeProduct a {
	color: #8b8383;
	text-decoration: none;
}
.rangeProduct a:hover {
	color: #d26b00;
}
