.product-left {
	width: 25%;
	text-align: center;
}
.product-right {
	width: 75%
}
.product-box {
	border: 1px solid #D8D8D8;
	margin-top: 10px;
	background: transparent url(/images/grey-bg.jpg) repeat-x left bottom;
}
.product-header {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #D8D8D8;
	height: 25px;
	line-height: 25px;
	padding: 5px;
}
.product-inside {
	padding: 5px;
}
.product-inside li {
	list-style: disc;
	margin-left: 25px;
}
.product-price {
	font-size: 1.2em;
	font-weight: bold;
}
.product-pic {
	border: 1px solid #D8D8D8;
}
.product-brochure,
.product-picture-enlarge {
	margin-top: 20px;
}
.product-brochure li {
	margin-bottom: 5px;
}
.product-brochure a {
	color: #333;	
}
.product-add-cart a {
	color: #085AFE;
	font-weight: bold;
	padding: 5px;
}
.product-add-cart img {
	border: 0;
}
.how-to-measure {
	background-color: #ffc;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	margin-top: 10px;
}
.how-to-measure a {
	color: #333;
}
