#left {
	float: left;
	width: 210px;
	margin-left: 8px;
	margin-right: 10px;
	padding: 0px;
}
#right {
	float: left;
	width: 210px;
}
.section {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	float: left;
}
#left img {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D59EE6;
	padding-bottom: 5px;
}
#right img {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D59EE6;
	padding-bottom: 5px;
}
.productbottom {
	float: left;
	clear: left;
	height: 15px;
}
#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#left a:hover {
	color: #CO8FCF;
}
#right a:hover {
	color: #CO8FCF;
}
#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
html>body #left {
	float: left;
	width: 210px;
	margin-left: 15px;
	margin-right: 35px;
}
