#product_wrapper {
	width: 620px;
	height: 1%;
	overflow: hidden;
	margin-bottom: 10px;
}

.basket {
	color: #998b7d;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
}

.product_image {
	width: 300px;
	/*height: 428px;*/
	float: left;
}

.product_image img {
	display: block;
}

.product_image .buy_button {
	margin-top: 5px;
}

.product_description {
	width: 282px;
	margin-left: 20px;
	float: left;
}

.product_description p {
	line-height: 1.5em;
}

.product_description p.product_benficiary_quote,
.product_description p.product_benficiary_quote_credit {
	color: #666;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height: 1.2em;
}

.product_description p.product_benficiary_quote_credit {
	color: #999;
	font-size: 1em;
	}

.product_description p.product_quote {
	font-family: "Courier New";
	letter-spacing: -0.8px;
	margin: 0px;
	padding: 0px;
}

.product_description p.product_quote_source {
	font-family: "Courier New";
	font-weight: bold;
	letter-spacing: -0.8px;
	margin: 0px;
	padding: 0px;
}


.product_description h2 {
	font-size: 1.1em;
	color: #ed1c24;
	margin: 0px;
}

#about_wrapper {
	width: 620px;
	height: 1%;
	overflow: hidden;
	margin-bottom: 10px;
	color: #ffffff;
}


#about_title {
	width: 600px;
	background: #ed1c24 url('../img/about_box_top.jpg') 0px 0px no-repeat;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

#about_text {
	width: 600px;
	background: #ed1c24 url('../img/about_box_bot.jpg') 0px bottom no-repeat;
	margin: 0px;
	padding: 5px 10px 10px 10px;
}

.small {
	font-size: 0.8em;
}

#maincontent div.form_wrapper {
	background: #eeeeee;
	margin-bottom: 10px;
	padding: 10px;
	height: 1%;
	overflow: hidden;
}

#maincontent div.form_wrapper div {
	width: 238px;
	float: left;
	padding: 15px 25px;
}

#maincontent div.form_wrapper div.textarea {
	width: 500px;
	float: left;
	padding: 20px 0px;
}

#maincontent div.form_wrapper label {
	width: 238px;
}

#maincontent div.form_wrapper input {
	width: 238px;
	border: 1px #cccccc solid;
}

#maincontent div.form_wrapper input.input_image {
	width: 120px;
	height: 30px;
	border: none;
}

#maincontent div.form_wrapper select {
	width: 238px;
	border: 1px #cccccc solid;
}

#maincontent div.form_wrapper textarea {
	width: 598px;
	height: 150px;
	border: 1px #cccccc solid;
}

.buy_button {
	margin: 0 0 5px 0;
}

