div#item {
	border: 1px solid #ACACAD;
	height: 132px;
	width: 685px;
	margin: 5px 0 5px 0;
}

div#itemHeader {
	height: 20px;
	background: URL(../images/rhsHeader.gif) repeat-x;
	border: 1px solid #ACACAD;
	border-width: 0 0 1px 0;
	margin-bottom: 0;
	padding-left: 5px;
}

div#itemHeader span {
	color: #3C5A40;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

div#itemBody {
	padding: 5px;
}

div#itemBody img.left {
	float: left;
	padding: 0 5px 0 2px;
}

div#itemBody img.right {
	float: right;
	padding: 0 5px 0 2px;
}