/* Product Box format */
#dynamicdisplay {
	border: 1px solid #ccc;
	margin-top: 3px;
	padding: 3px;
	text-align: center;
}
/* Product Name format */
.prodName {
	font-weight: bold; 
	color: #003399;
}
/* Savings format */
.prodSavings {
	color: #990000;
	line-height: 200%;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
}
/* List Price format */
.prodListPrice {
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
}
/* Product Price format */
.prodPrice {
	font-weight: bold;
	color: #B70000;
	line-height: 200%; /* line height allows us to create spacing above and below the text to give extra spacing */
}
/* Form format */
.form {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}