@charset "ISO-8859-1";
.underlineBoldRed {
	font-weight: bold;
	color: #C60202;
	text-decoration: underline;
}
#mainContent #productDivs {
	text-align: left;
	font-size: 15px;
	min-height:170px;
	padding: 5px;
	background-repeat: repeat;
	background-position: center center;
	clear: both;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 5px;
	background-image: url(../images/prodtablebg.jpg);
}
#productDivs #prodImgDivs {
	height: auto;
	width: 204px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: none;
}
a #comRackProdImg {
	border: 5px inset #F00;
}
a #indRackProdImg {
	border: 5px inset #00F;
}
a #decRackProdImg {
	border: 5px inset #007F00;
}
#productDivs #productText {
	float: right;
	width: 550px;
}
#productDivs #decRackImg {
	border: 5px inset #007F00;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
}
#productDivs #productLinks a {
	color:#2A1FFF
}
.boldRed {
	font-weight: bold;
	color: #C60202;
}
.boldBlue {
	font-weight: bold;
	color: #00F;
}
.boldGreen {
	font-weight: bold;
	color: #007F00;
}
