#items{
	width: 460px;	
}

#notes{
	margin-top: 20px;
	border: none;
}

div.item{
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	padding: 10px;
	background: #e5e5e5;	
}

img.itemImage{
	margin: 4px;
	border: none;
	padding: 10px;
	width: 150px;
	height: 150px;
	background: url("/images/layout/gear/itemImageBackground.gif") no-repeat;
}

div.itemFooter{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: 800;
}

div.info{
	float: right;
	clear: right;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	padding: 8px;
	width: 150px;
	background: #e5e5e5;	
}