#catalog{
	width: 475px;
	border: 3px ridge #ffd700;
	padding: 5px 6px 6px 6px;
	color: #CCFF99;
	font-size: 12px;
	line-height: 18px;
}
#catalog p.boxH1{
	padding: 2px 2px 8px 2px;
	margin: 1px 1px 6px 1px;
	color: #CC9900;
	font-weight: bold;
	text-align: center;
	font-family: "Tekton Pro";
	font-size: 30px;
}
#catalog p.boxTxt3 span{
	font: italic 22px/17px Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #D76E08;
	background-color: inherit;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	height: 25px;
	display: block;
	font-weight: bold;
}
/*#catalog p.pic3{
	border-width: 0px;
	background-position: 0 0;
	display: block;
	width: 160px;
	height: 225px;
	margin: 5px 0 0 0;
	float: left;
	vertical-align: top;
	text-align: center;
}
#catalog ul li{
	padding-left: 8px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin-left: 16px;
	font-size: 13px;
	color: #666633;
	display: block;
	line-height: 19px;
	list-style-type: disc;
}
*/
#catalog .nextProduct {
	background-position: right center;
	background-image: url('../images/arrow_red.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	color: #008000;
	background-repeat: no-repeat;
	float: right;
	text-align: left;
	padding-right: 18px;
	height: 12px;
}

