#mctop{
  width: auto;
  height: 180PX;
  padding: 0px;
  margin: 0px; 
  background-color: #000000;
}
#product-bg{
  float: left;
  width: 528px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 10px;
}
#product-bg h2{
  margin-bottom: 0.5em;
  margin: 10px 10px 5px 10px;
  padding: 2px 2px 2px 10px;
  color: #000000;
  font-size: 15px;
  text-align: left;
  border-top: 0px solid #0000ff;
  border-left: 5px solid #0000ff;
  border-right: 0px solid #0000ff;
  border-bottom: 1px solid #0000ff;
  background-color: #ffffff;
}
#product-bg h3{
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #000000;
	font-size: 15px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #009900;
	background-color: #b9ffb9;
}
.in-box{
	float: left;
	width: 478px;
	height: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
