/* Border around each product box */
.outerborder {
	border: 0px solid #C0BC91;
} 
/* Product Name fonts */
.s9nametxt {margin:2px 0; height:32px; overflow:hidden;}
.s9nametxt a {text-decoration:none; color:#384649!important;}
.s9nametxt a:hover {text-decoration:underline;}
.s9name { font-weight: bold; 
	color: #003399;
}
/* Product Price fonts */
.s9price {
	font-weight: bold;
	color: #B70000;
	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;
	padding-right: 4px;
	padding-left: 4px;
}
table.featured {float:left; width:150px;}
table.featured form {margin-left:10px!important;}
#featuredCon {width:850px; margin:10px auto 0; background:#fff; border:1px solid #c2c2c2; display:block; overflow:hidden; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; padding-top:22px; position:relative;}
#featuredCon form {float:left; width:150px; margin-left:21px; display:block; height:150px;}
.badge {display:block; position:absolute; top:0; left:0; width:120px; height:100px; background:url(./i/CornerBadge.png) top left no-repeat;}
