.featurebox {
	border: 1px solid #d0d0d0;
	padding: 1em;
	margin-bottom: 2em;
}

.featurebox img.left-aligned {
	float: left;
	margin-right: 1em;
}

.fancy-three-quarters {
	background: url(/images/fancy_three_quarters_top.gif) no-repeat 0 0;
	padding-top: 3px;
	margin-bottom: 1em;
}

.fancy-three-quarters div.fancy-wrap {
	padding: 13px;
	background: url(/images/fancy_three_quarters_body.gif) no-repeat 0 100%;
}

.fancy-one-third {
	background: url(/images/fancy_one_third_top.gif) no-repeat 0 0;
	padding-top: 3px;
	margin-bottom: 1em;
}

.fancy-one-third div.fancy-wrap {
	display: block;
	padding: 13px;
	background: url(/images/fancy_one_third_body.gif) no-repeat 0 100%;
}

.fancy-one-quarter {
	background: url(/images/fancy_one_quarter_top.gif) no-repeat 0 0;
	padding-top: 3px;
	margin-bottom: 1em;
}

.fancy-one-quarter div.fancy-wrap {
	display: block;
	padding: 13px;
	background: url(/images/fancy_one_quarter_body.gif) no-repeat 0 100%;
}

.fancy-one-half {
	background: url(/images/fancy_one_half_top.gif) no-repeat 0 0;
	padding-top: 3px;
	margin-bottom: 1em;
}

.fancy-one-half div.fancy-wrap {
	display: block;
	padding: 1em;
	background: url(/images/fancy_one_half_body.gif) no-repeat 0 100%;
}

/*-Product group-*/

h3.product-group {
	background-color: #666666;
	padding: .5em;
	color: #fff;
}

h3.product-group a:hover {
	color: #fff;
}

/*-Summarized reviews-*/

.summarized-reviews {
	margin-bottom: 30px;
}

.summarized-reviews h2 {
	background-color: #899142;
	padding: 8px 5px;
	margin-bottom: 5px;
	color: white;
	font-size: 14px;
	font-weight: normal;
}

.summarized-reviews .summarized-reviews-title h2 {
	color: #fff;
	lie-height: 30px;
	margin: 0;
}

.summarized-review {
	padding: 0 5px;
	margin-bottom: 10px;
}

.summarized-review h3 {
	font-size: 93%;
	margin: 0;
}

.summarized-review h3 a {
	text-decoration: none;
	color: #000;
}

.summarized-review h3 a:hover {
	text-decoration: underline;
}

.summarized-review .review-date {
	font-size: 85%;
}

.summarized-review .review-summary {
	color: #333;
}

.summarized-review .review-content {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}

.summarized-review .review-content a {
	text-decoration: none;
	color: #899142;
}

.summarized-reviews-more {
	text-align: center;
}

.summarized-reviews-more a {
	
}

/*-Suggest product-*/

#suggest-product-form h3 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 123.1%;
	padding-left: 5px;
	padding-right: 5px;
}

#suggest-product-form p {
	margin-bottom: 10px;
	color: #333;
	font-size: 93%;
	line-height: 14px;
	padding-left: 5px;
	padding-right: 5px;
}

#suggest-product-field textarea {
	width: 100%;
	margin-bottom: 10px;
	height: 80px;
	border: 1px solid #999999;
}

#suggest-product-submit {
	text-align: center;
	margin-bottom: 10px;
}

#suggest-product-footnote {
	color: #444;
	font-size: 93%;
	line-height: 14px;
	padding: 10px 6px;
	background-color: #ede8e4;
}
