#products_banner {
  margin: 0 9px -80px 9px;
}
.product_copy img,
.product_features img {
  behavior: url("css/iepngfix.htc");
}
.product_copy {
  float: left;
  width: 330px;
  display: inline;
  position: relative;
  color: #666;
  margin: 0 20px 0 35px;
}

.msrp {
	margin-top: 10px;
	font-weight: bold;
}

.msrp span {
	font-weight: bold;
	color: #333;
}

.product_features {
  float: left;
  width: 236px;
  display: inline;
  position: relative;
  margin: 0 0 0 5px;
  background: transparent url(../images/products/benefit_features_frame.png) no-repeat left top;
  behavior: url("css/iepngfix.htc");
  padding: 10px 20px;
  color: #666;
  line-height: 22px;
}
.product_features ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product_features li {
  margin: 0;
  padding: 0 0 0 14px;
  background: transparent url(../images/bullets.png) no-repeat 1px 8px;
  background-image: url(../images/bullets.gif);
  zoom: 1;
}
#other_products {
  margin: 0 9px 7px 9px;
  padding: 30px 4px 5px 4px;
  clear: both;
  background: transparent url(../images/products/other_products.jpg) no-repeat left 30px;
  position: relative;
  width: 937px;
  height: 167px;
}
#other_products h1 {
  margin: 0;
  padding: 5px 40px 10px 10px;
  font-size: 13px;
  background: transparent url(../images/products/other_products_arrow.jpg) no-repeat right top;
  display: inline-block;
  line-height: 29px;
  color: #333;
  *float: left;
}
#other_products table {
  *clear: both;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 937px;
  color: white;
}
#other_products td {
  margin: 0;
  padding: 0 25px;
  text-align: left;
  vertical-align: bottom;
}
#other_products td img {
  display: block;
  margin: 0 auto -15px auto;
  behavior: url("css/iepngfix.htc");
}
#other_products a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#other_products a span {
  background: transparent url(../images/bullets_arrow.png) no-repeat right top;
  _background-image: url(../images/bullets_arrow.gif);
  padding: 0 15px 0 0;
  line-height: 15px;
}
#other_products a:hover {
  color: #3B4F68;
}
#other_products a:hover span {
  background-position: right bottom;
}
