/* Border around items - note that you can also set the width with this */

.outerborder {
	border: 0px #b97921 solid;
	width: 110px;
	height: 100px;
	background: center;


}

/* Border around Picture - note you should set the width to slightly larger than the $maxImageSize= in the mod */

.PictureBox {
	width: 100px;
	margin: 5px 5px;
	border: 0px none;
	background: center;


}

/* Format the date added text */

.date {

	font-size: 10px;

	font-style: italic;

}

/* Format the details text */

.details {

	font-size: 14px;

	color: #ede1d1;

}

/* Format the price */

.price {

	font-size: 14px;

	font-weight: bold;

	color: #b97921;

}

.purchaseBox {

	

}

