h2 {
	font-size: 12px;
	color: #509E3F;
	margin: 15px 0px 0px;
}
#left {
	float:left;
}
#right {
	float:left;
	width: 175px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #B7E8FB;
	text-align: justify;
	padding-left: 20px;
}
.itempicture {
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.iteminfo {
	float:left;
	width: 170px;
	text-align: right;
	padding-right: 23px;
}
.itemdivider {
	/*height: 1px;*/
	clear: both;
	width: 430px;
	margin-left: 20px;
	/*font-size: 1px;/* stop div from expanding ie */
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #B7E8FB;
}
.itemicon {
	display: inline;
}
.description {
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}