/*CSS for recent additions*/
/* Border around items - note that you can also set the width with this */
.outerborder {
	border: 0px solid #CC6600;
	width: 220px; /* 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: 125px;
	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: 12px;
	color: #000000;
}

/* Format the afterprice text */
.vat {
	font-size: 10px;
	color: #990000;
}

/* Format the price */
.price {
    font-size: 13px;
	font-weight: bold;
	color: #990000;
	}


/* Format the name */
.pname {
    font-size: 12px;
	font-weight: bold;
	color: #8e0000;
}

/* name mouse over link */
.pname:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	text-decoration: none;
	font-weight: bold;
}

.purchaseBox {
	
}
