@charset "utf-8";
#products {
	height: auto;
	width: 617px;
}
.h1 {
	float: left;
	height: 23px;
	width: 598px;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #795497;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#products .prodContent {
	float: left;
	height: auto;
	width: 320px;
	padding-top: 10px;
}
#products .prodContent p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	margin: 10px 0px 10px 0px;
}
.catDesc p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 0px;
}
#products .prodContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #795497;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#products .prodContent .ingredients { font-size: 10px; }
#products .frame {
	float: left;
	height: 520px;
	width: 267px;
	margin-top: 30px;
	margin-bottom: 80px;
}
.catalog .catContent .listing {
	float: left;
	height: auto;
	width: 617px;
}
.catalog .catContent .listing .pimg {
	float: left;
	height: 109px;
	width: 53px;
}
.catalog .catContent .listing .pDesc {
	float: left;
	height: 99px;
	width: 232px;
	padding-bottom: 10px;
	padding-right: 15px;
}
.catalog .catContent .listing .pSpace {
	float: left;
	height: 109px;
	width: 17px;
}
.catalog .catContent .listing .pDesc p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #6d6d6e;
	line-height: 15px;
}
.catalog .catContent .listing .pDesc .learn {
	font-size: 10px;
	margin-top: 10px;
	display: block;
	width: 60px;
	background-image: url(../images/cat_bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.catalog {
	float: right;
	height: auto;
	width: 617px;
	margin-bottom: 35px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.listing {
	float: left;
	width: 617px;
	padding-bottom: 20px;
	height: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 20px;
}
.catalog .catDesc {
	float: left;
	padding-bottom: 20px;
	height: auto;
	width: 617px;
}
.listing .pDesc h2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	color: #7954a9;
}
.learn a {
	color: #666;
	text-decoration: none;
}
.learn a:hover {
	color: #936FB1;
	text-decoration: underline;
}