/* Border around each product box */
.outerborder {
	border: 0px dashed #000000;
} 
/* Product Name fonts */
.s9name { font-weight: bold; 
	color: #000000;
}
/* Product Price fonts */
.s9price {
	font-weight: bold;
	color: #000000;
	line-height: 200%; /* line height allows us to create spacing above and below the text to give extra spacing */
}
/* List Price */
.s9listprice {
		font-weight: bold;
	color: #000000;
	line-height: 200%;
	
}
/* savings fonts and decorration */
.savings {
	color: #990000;
	line-height: 200%;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
}
