/* Border around items - note that you can also set the width with this */
.outerborder {
	border: 0px solid #CC6600;
	width: 185px; /* valid values are things like 300px, 100% */
	height: 130px  /* valid values are things like 300px, 100% */
}
/* Border around Picture - note you should set the width to slightly larger than the $maxImageSize= in the mod */
.PictureBox {
	width: 85px;
	margin: 5px;
	border: 0px solid #666666;
}
/* Format the date added text */
.date {
	font-size: 10px;
	font-style: italic;
}
/* Format the details text */
.details {
	font-size: 14px;
	color: #FFFFFF;
}
/* Format the price */
.price {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.purchaseBox {
	
}
