/* Border around items - note that you can also set the width with this */
.outerborder {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333; /* valid values are things like 300px, 100% */
	text-align: center;
	width: 235px;
	height: 40px;
}
/* Format the price */
.price {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
vertical-align: bottom;
	}
/* Border around Picture - note you should set the width to slightly larger than the $maxImageSize= in the mod */
.PictureBox {
	width: 81px;
	margin: 0px;
	text-align: center;
vertical-align: bottom;
}
/* Format the date added text */
.date {
	font-size: 10px;
	font-style: italic;
}
/* Format the details text */
.details {
	font-size: 12px;
	color: #666666;
}
.purchaseBox {
	
}

