/* CSS Document */
body {
  font-family: Helvetica, Arial;
}

#featurebox {
  width: 512px;
  margin: 2px;
}

.box {
  background: #FFFFFF;
}
.boxtop {
  background: url(ne.gif) no-repeat top right;
}
.boxtop div {
  font-size: 0;
  height: 15px;
  background: url(nw.gif) no-repeat top left;
}

.boxcontent {
  padding: 0px 15px 0px 15px;
}


#featureheader {
  color: #ffffff;
  font-size: small;
  background-color: #3c9dff;
  background-repeat: no-repeat;
  height:180px;
  width: 508px;
  position: relative;
}

#featurepadding {
  background-color: #f3f3f3;
  padding: 0px;
  margin: 0px;
  width: 508px;
  Xheight: 305px;
}

#featurescontainer {
  height:290px;
  Xwidth:510px;
  padding:4px;
  Xmargin: 0px;
}

#featureheader h1 {
  font-size:11pt;
  margin: 0px 15px 5px 265px;
}

#featureheader em {
	margin: 0 0 0 265px;
}

#featureheader em a {
  color: white;
}


 #featureheader p {
  font-size: 11px;
  margin: 0px 15px 0px 265px;
  Xfloat:left;
  Xwidth: 215px;
  Xheight: 100px;
  overflow: hidden;
 }

#featureheader img {
  float:right;
  border: 0px;
  position: absolute;
  top: 148px;
  left: 432px;
}

.feature {
  color: #888888;
  background-image: url(greyfeature.jpg);
  background-repeat: no-repeat;
  float:left;
  height:44px;
  margin:2px;
  width:214px; # this;
  font-size: 8pt;
  font-family: arial narrow;
  display:inline;
  padding-left: 27px;
  padding-right: 4px;
}

.feature p
{
	height: 38px;
	overflow: hidden;
}

.feature:hover {
	background-image: url(gradfeature.jpg);
}

.feature_selected {
  color: #888888;
  background-image: url(gradfeature.jpg);
  background-repeat: no-repeat;
  float:left;
  height:44px;
  margin:2px;
  width:214px; # this;
  font-size: 8pt;
  font-family: arial narrow;
  display:inline;
  padding-left: 27px;
  padding-right: 4px;
}

.feature p, .feature_selected p {
  padding: 0px;
  Xpadding-left: 27px
  float:left;
  Xmargin: 4px 0px 0px 27px;
  Xwidth: 215px;
}

.feature b, .feature_selected b {
  color: #0000ff;
  font-family:arial;
  font-size:8pt;
  font-weight:normal;
}

.feature .buy, .feature_selected .buy {
  float: right;
  border: 0px;
  top: -2px;
}

.feature #bullet, .feature_selected #bullet {
  float: left;
}