#product {
padding-top:0px;
height:100px;
}
#title {
padding-top:0px;
height: 30px;
}
.s9nametxt {
padding-left:5px;
padding-right:5px;
padding-top:5px;
height:50px;
text-align:right;
}
#text {
height:3px;
}
#price {
height:80px;
text-align:right;
vertical-align:bottom;
}
.background {
vertical-align: bottom;
}
#savings {
padding-left:0px;
padding-right:0px;
}
/* Border around each product box */
.outerborder {
	border: 0px;
	background-image:url(images/product_%20bg.gif);
	background-repeat:no-repeat;
	background-position:top;	
	width: 150px;
	height:175px;
					} 
	/* Product Name fonts */
.s9name { font-weight:normal;
	font-size:11px; 
	color: #202020;
	}
/* Product Price fonts */
.s9price {
	font-size:16px;
	color: #c40f01;
	font-weight:bold;
	vertical-align:bottom;
		}
/* List Price */
.s9listprice {

	font-size: 10px;
	color: #990000;
	text-decoration: line-through;
}
/* savings fonts and decorration */
.savings {
	color: #990000;
	line-height: 110%;
	border: 0px solid #b5e4b5;
				}

