.coName {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
.avail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ECE9D8;
}
.Title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: capitalize;
	color: #000000;
	background-image: url(../images/silverbar.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	background-color: #CCCCCC;
}
.vredblck {
	background-color: #FF0000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	color: #CC0000;
}
#lister {
	/* creates a scroll box for product listings */
	border: thin solid #CCCCCC;
	overflow: auto;
	position: relative;
	visibility: visible;
	height: 330px;
	width: 425px;
	text-align: left;
	padding-top: 3px;
	vertical-align: middle;
	
}
#lister .manTD {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
