/* Border around each product box */
.outerborder {
	background-color: #eeeeee;
} 
/* Product Name fonts */
.s9name { font-weight: bold; 
	color: #023f88;
	padding: 1px;
}
.s9name a:hover {color: #FE4726;}

/* Product Price fonts */
.s9price {
	font-size: 14px;
	font-weight: bold;
	color: #30B1FF;
	line-height: 100%; /* 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 {
	font-size: 20px;
	font-weight: bold;
	color: #80A6FE;
	background-color: #F6FEF9;
	line-height: 100%;
	border: 1px dashed #3c66c7;
	padding-right: 1px;
	padding-left: 1px;
}
.dybg {
background: #ffffff;
border-bottom: 1px solid #eeeeee;}
.dybg:hover {background: #eeeeee;}