#products {
	margin: 0px;
	padding: 0px;
}
#products h2 {
	background-color: #99CCFF;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
}
#products h3 {
	font-size: 85%;
	margin: 0px;
	padding: 5px;
	background-color: #CCCCCC;
	text-align: left;
	text-indent: 48px;
}
#products .list {
	background-image: url(../../images/stripe_sm2.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding: 5px 5px 5px 53px;
	font-size: 80%;
	line-height: 140%;
}
#products .cat_dis {
	font-weight: bold;
	color: #333399;
}
#products #catalog h2 {
	font-size: 120%;
	color: #0066CC;
	background-color: #FFFFFF;
}
#products #catalog .body {
	margin: 0px 10px 0px 10px;
	font-size: 80%;
	line-height: 160%;
	color: #333333;
}
#catalog p {
	margin: 0px;
	padding: 0px;
	background-image: none;
	text-align: left;
}
#catalog #category {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: right;
	color: #666666;
	font-size: 75%;
}
#products .back {
	margin: 10px;
	text-align: right;
	font-size: 80%;
}
#products #catalog .body a {
	color: #006699;
	text-decoration: underline;
}
#products #catalog .body a:link {
	color: #006699;
	text-decoration: underline;
}
#products #catalog .body a:visited {
	color: #006699;
	text-decoration: underline;
}

#products #catalog .body a:active {
	color: #006699;
	text-decoration: underline;
}

#products #catalog .body a:hover {
	color: #0099FF;
	text-decoration: underline;
}
