body {
	margin: 0px; padding: 0px; color: rgb(34, 34, 34); overflow: hidden; font-family: arial; font-size: 12px;
}
a img {
	border: currentColor;
}
.product {
	text-align: center; float: left; min-width: 150px; max-width: 250px;
}
.product img {
	display: inline; max-height: 245px; max-width: 250px;
}
.feature {
	width: 360px; margin-left: 16px; float: left;
}
h1 {
	margin: 0px 0px 16px; font-size: 16px;
}
h1 a {
	color: rgb(34, 34, 34); text-decoration: none;
}
.price-orig {
	color: gray; display: block;
}
.price-now {
	color: rgb(229, 95, 0); font-size: 22px; font-weight: bold; display: block;
}
.save {
	color: rgb(109, 168, 46); font-size: 12px; font-weight: normal;
}
.buy-button {
	margin: 22px 0px; display: block;
}
ul {
	margin: 9px 0px; padding: 0px; list-style-position: inside; list-style-image: url("/wp-content/themes/alltuts/images/bullet_list.png");
}
p {
	margin: 0px;
}
br {
	display: none;
}
.clear {
	clear: both;
}
