/* Border around each product box */
.outerborder {
	border: 0px solid #FFFFFF;
} 
/* Product Name fonts */
.s9name { font-weight: bold; 
	color: #0973A9;
}
/* Product Price fonts */
.s9price {
	font-weight: bold;
	color: #0A6CD7;
	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;
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-left: 4px;
}
.tablemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	background-color: #666;
}
.tablemenuheadings {
	color: #003;
	text-align: center;
}

TABLE.cobtbl{
	border: thin solid #999;
	} 

TD.cobhl{
	background-color: #CCC;
	border: thin solid #999;
}

TD.cobll{
background-color: #ffffff;
color : #666666;
border: thin solid #999;
}
