@charset "utf-8";
#productList {
	float: left;
	margin-top: 0px;
	width: 750px;
	margin-left: 15px;
}
#productList h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-top: 0px;
	display: block;
}

#productList ul {
	display: block;
	margin-bottom: 30px;
}
#productList ul li {
	list-style-type: none;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #007ABB;
	padding-bottom: 15px;
}
#productList   ul   li   h3  {
	color: #C32B69;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-style: none;
}

#productList ul li table {
	margin-top: 5px;
}
#productList ul li table td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
}
#HP_midcol #productList {
	width: 90%;
}
#HP_midcol  #productList  ul li {
	border-bottom-color: #DEE2F8;
}

#HP_midcol  #productList  h3 a {
	color: #002355;
	font-size: 16px;
}
#HP_midcol #productList a {
	color: #002355;
}
