@charset "utf-8";
ul,/* CSS Document */ a, p, H1, img  {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

.test {
}
.product_image {
	float: left;
	width: 270px;
	margin-top: 20px;
}

