div#productleft {
	float: left;
	width: 53%;
	padding-left: 5px;
}

div#productleft h2 {
	color: #FF6932;
	font-size: 1.9em;
	border-bottom: 1px solid #FF6932;
}

div#productinfo {
	clear: both;
}


div#productright {
	float: right;
	width: 45%;
}

div#productpicture { text-align: center; padding-top: 10px;}
div#productpicture img {
	border: 1px solid black;
}

div#productlisten {
	text-align: center;
	font-size: 1.5em;
	margin-top: 15px;
}

div#productlisten a {
	text-decoration: none;
}

div#productpurchase {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background: #F5D2C4;
	padding: 10px;
}

.addtocart {
	color: #AA311D;
	font-size: 1.3em;
	font-weight: bold;
}

.priceinfo {
	color: #AA311D;
	font-size: 1.2em;
}

div#productoverview {
	font-size: 1.1em;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

div#productoverview h2 {
	font-size: 1.5em;
}