/* Border around items - note that you can also set the width with this */

.outerborder {

	border: 1px #D1CDAD solid;

	width: 100px
; height: 150px
; clip:  rect(   )
}

/* Border around Picture - note you should set the width to slightly larger than the $maxImageSize= in the mod */

.PictureBox {

	width: 120px;

	margin: 5px 5px;

	border: 0px none;
; clip:  rect(   )
}

/* 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: 10px;

	font-weight: normal;

}

.purchaseBox {

	

}


