#product {
height:115px;
}
#text1 {
height:100px;
}
.s9nametxt {
padding-left:5px;
padding-right:5px;
padding-top:5px;
height:80px;
}
#text {
padding-top:2px;
vertical-align:bottom
height:80px;
}
#price {
float:none;
}
#savings {
padding-left:0px;
padding-right:0px;
}
/* Border around each product box */
.outerborder {
	border: 0px;
	background-image:url(images/bg_4column_offer.gif);
	background-position:top;
	background-repeat:none;
	width: 195px;
	} 
.price {
padding-top:0px;
	}
.details {
padding-top:2px;

	}  
/* Product Name fonts */
.s9name { font-weight:bold;
	font-size:14px; 
	color: #000000;
	}
/* Product Price fonts */
.s9price {
	font-size:16px;
	color: #2D34FB;
	font-weight:bold;	
		}
/* List Price */
.s9listprice {
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
}
/* savings fonts and decorration */
.savings {
	color: #990000;
	line-height: 110%;
	border: 0px solid #b5e4b5;
				}


