/* Border around each product box */
.outerborder {
	border: 1px solid #cc0000;
	height: 205px;
	width: 160px;
	padding:10px;
	margin:5px 10px 10px 10px;
	background-color:#FFFF99;
} 
.center{
	text-align:center;
}
/* Product Name fonts */
.s9name {
	font:bold 13px Arial;
	color: #003399;
	margin:0 0 0 0;
}
/* Product Price fonts */
.s9price {
	font-weight: bold;
	color: #cc0000;
	line-height: 200%; /* line height allows us to create spacing above and below the text to give extra spacing */
}
/* List Price */
.s9listprice {
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
}
/* savings fonts and decorration */
.savings {
	color: #990000;
	line-height: 200%;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
}
form {
	margin: 0px;
	padding: 0px;
}