/* Border around each product box */
.outerborder {
	border: 1px solid #C0BC91;
} 
/* Product Name fonts */
.s9name {
	font-size:11px ;
	color: #a01019;
	line-height: 1.2em;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom:10px;
	}
.description {
	font-size:9px ;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	line-height:1.4em;
	vertical-align:middle;
}
/* Product Price fonts */
.s9price {
	font-size:12px;
	font-weight:bold;
	color: #991219;
	line-height: 100%;
	font-family: Verdana, Geneva, sans-serif;/* 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;
}
#display {
	width: 320px;
	height:75px;
	background-color:#F7F7F7;
	margin-bottom:8px;
	border: 1px #CCC solid;
	padding: 2px;
}
.picture {
	position:relative;
	float:left;
	width:90px;
	height:75px;
	}
.name {
	float:left;
	height: 75px;
	width: 145px;
	padding-right:0px;
	padding-left:5px;
}
.price {
	float:right;
	height: 75px;
	width: 65px;
	padding-right:5px;
	vertical-align:bottom;
}

