@charset "utf-8";
/*===========================================================================*/
/* Formats top section of Product Pages */
#product-head {
	color: white;
	background-color: #000000;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: left;
}
#product-content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000000;
	clear: both;
}
.product-text-header {
	font-size: large;
	color: lime;
	margin-top: 0px;
	vertical-align: text-top;
	padding-top: 0px;
}
.product-photo {
	float: left;
	border: 1px solid silver;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: 6px;
}

