.itemcontainer {
clear:both;
}
.itemthumb {
	width: 280px;
	display:inline;
	float:left;
}
.itemshortdesc {
	display: inline;
	float: left;
	width: 400px;
}
.itemcenter {
width:700px;
text-align:center;
}
.itemimgfloat {
width:500px;
margin: 0 auto;
clear:both;
text-align:center;
}
.itemtext {
width: 500px;
text-align:left;
margin: 0 auto;
}
hr {
	color: #00B4FF;
	clear: both;
	overflow: visible;
	background-color: #00B4FF;
	position: relative;
	height: 2px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

