.topthree {
	padding-bottom: 1em;
}

.topthree .left, .topthree .right, .topthree .middle {
	width: 210px;
	text-align: center;
}

.topthree div {
	float: left;
}
/*
.topthree .left {
	float: left;
}

.topthree .right {
	float: right;
}

.topthree .middle {
	margin: 0 220px;
}
*/

.topthree img {
	width: 200px;
	border: 0;
}

.topthree a {
	display: block;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	border: 1px solid #fff;
}
.topthree a:hover {
	color: #000;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #517037;
}

.topthree a.buy {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	border: none;
}

.topthree a.buy img {
	width: 68px;
	height: 23px;
}

.topthree .clear {
	display: block;
	clear: both;
}


