/* Border around items - note that you can also set the width with this */
.outerborder {
	border: 1px dashed #FF0066;;
	width: 180px; /* valid values are things like 300px, 100% */
	height: 200px;  /* 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: 102px;
	margin: 0px;
	border: 0px;
}
/* Format the date added text */
.date {
	font-size: 10px;
	font-style: italic;
}
/* Format the details text */
.details {
	font-size: 15px;
	color: #FFFFFF;
}
/* Format the price */
.price {
	font-size: 12px;
	color: #000;
}
.purchaseBox {
	
}
.name {
font-weight: bold;
}
