h2 {
	padding: 0px;
	color: #270068;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3.products {
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 40px;
	float: left;
	width: 644px;
	background-image: url(../img/h3_products.png);
	height: 40px;
	border: 2px solid #CCC;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul.products {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 658px;
	float: left;
}
ul.products li {
	float: left;
	width: 150px;
	margin-right: 6px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #15126E;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 4px;
	line-height: 18px;
	height: 240px;
	margin-bottom: 10px;
}

ul.products li b {
	font-size: 13px;
	float: left;
	width: 150px;
}
ul.products li b.red {
	font-size: 18px;
	color: #F20;
}
ul.products li b.red span {
	font-size: 12px;
	font-weight: normal;
}

ul.products li small {
	font-size: 11px;
	float: left;
}


ul.products li.right {
	float: right;
	margin: 0px;
}
