.store-page .product_list h1 {
	color: #862175;
	font-weight: bold;
	font-size: 14px;
	clear: left;
	margin: 15px 0 15px;
	padding: 0;
	text-transform: uppercase;
}
.store-page .thumbnail {
	float: left;
	width: 123px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
.store-page .description {
	float: left;
	width: 320px;
}
.store-page .description p {
	margin: 0 0 1em;
}
.store-page .buttons {
	clear: left;
	margin: 1em 0;
}
.store-page .buttons form {
	display: inline;
}
.store-page .price {
	font-weight: bold;
	font-size: 16px;
}
.store-page .price strong {
	color: #626262;
}
.store-page .paypal_link,
.store-page .preview,
.store-page .paypal_option {
	color: #669900 !important;
	font-weight: bold;
	font-size: 11px;
	height: auto;
	margin: 0 25px 0 0;
}
.store-page .paypal_option {
	text-transform: uppercase;
}
.store-page .paypal_option select {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Arial,sans-serif;
	font-size: 11px;
}
.store-page .paypal_link:hover,
.store-page .preview:hover {
	text-decoration: underline;
	color: #626262 !important;
}
.store-page .product_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.store-page .product_list ul li {
	background: none;
}
.store-page .two_buttons .paypal_link {
	width: 211px;
}
.store-page .product_categories .description {
	font-size: 11px;
	width: auto;
	height: 35px;
	overflow: hidden;
}
.store-page .product_categories h3 {
	margin: 0;
}
.store-page .product_categories h3 a {
	color: #000000 !important;
	font-weight: normal;
}
.store-page .product_categories h3 a:hover {
	text-decoration: none !important;
}
.store-page hr {
	clear: both;
	background: #CCCCCC;
	height: 2px;
}
