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

p.cfm {
	color: #cc0000;
	font-weight: bold;
	padding-top: 5px;
}
p.hose-size {
	font-weight: bold;
	padding-top: 10px;
}

div.product {
	display: inline-block;
	position: relative;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 3px solid #cccccc;
	margin-bottom: 10px;
	border-left-width: 0px;
}
div.product ul {
	padding-top: 10px;
	padding-left: 2em;
}
div.product li {
	font-size: 12px;
	padding: 1px 0px;
}
div.product-picture {
	text-align: center;
}
div.product-picture img {
	padding: 5px 0px;
}


p.manual-link {
	font-size: 12px;
	padding-top: 5px;
}
p.manual-link a {
	text-decoration: underline;
}
