@charset "UTF-8";
/* Product Formatting */

/*
	Important: Image thumbnails *must* be <= 300px wide.
*/

.product {
	border-width: 1px 0px 0px 0px;
	border-color: #993300;
	border-style: dotted;
	
	padding: 10px 0px 10px 0px;
	overflow:hidden;
}

.product .product-img-frame {
	width: 310px;
	margin: 0px;
	float: left;
}

.product .product-img-frame img {
	display: block;
	margin: 0px auto 0px auto;
}

.product .description h3 {
	margin-top: 0px;
	text-align: left;
	font:bold 1em Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:1.5em;
	letter-spacing:.2em;
}

.description {
	width: 400px;
	float: right;
	text-align: left;
}
