/*** HIDING THE CONTRACT BUTTON BECAUSE IT DOESN'T WORK ***/
.contractBtn{
	display: none;
}

#categoryCell
{
	color: white;
	font-family: Arial;
	font-size: 14px;
	text-align: center;	
}

#pathList, #pathList a, .productHeader
{
	font-family: Arial;
	font-size: 18px;
	color: white;
	text-align: center;
	font-weight: bold;
	
}

.productHeader
{
	color:#6E696D;
	font-weight: bold;
}

td.productHeader
{
/*	border-bottom:2px solid #313e65; */
}

.productTitle
{
	color: #6E696D;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}

.productText
{
	color: #6E696D;
	font-family: Arial;
	font-size: 12px;
}


.categoryTitle
{
	color: #6E696D;
	font-weight: bold;
	font-size: 14px;
}

.categoryText
{
	color: #6E696D;
	font-family: Arial;
	font-size: 12px;
}

div.selectButton
{
	font-size: 12px;
	border: 2px solid #51639e;
	color: #51639e;
	width: 120px;
	text-align: center;
}

div.selectButton:hover
{
	background-color: #51639e;
	color: white;
	cursor: pointer;
}

.featureSlideBox
{
	background-color: #502a28;
/*	background: url(generic_panel_right.jpg); */
}

.featureBar
{
	background-color: #FFFFFF;
	width: 16px;
	border-left: 1px solid black;
	color: white;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	padding-right: 3px;
}

.featureItem td, div.featureItem
{
	color:black;
	font-size:12px;
	border: 2px solid transparent;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}

div.featureItem:hover
{
	background-color: #233261;
	border: 2px solid black;
}
