#feature_block{position:relative}

#b_feature01
{
position: absolute;
/* Styles for dual machine feature top:180px; left:387px; */
top: 290px;
left: 280px;
display: block;
}

a.hp_b_button img{float:left;}
a.hp_b_button span{
		float:left;
		line-height: 42px; 
		background: url(/images/sprite_icon.png) no-repeat -437px -134px; 
		padding-right:35px;
}
a.hp_b_button:link, a.hp_b_button:visited{
	display:block;
	width: 145px;
	height: 42px;
	color:#EBD38A;
	font-size:136%;
	padding:0px;
	padding-left:10px;
	text-decoration:none;
	/*	font-weight:bold;
	letter-spacing:0.04ex;*/
	background:url(/images/b_42h.png) no-repeat 0px 0px;
}
	
a.hp_b_button:hover, a.hp_b_button:active, a.hp_b_button:focus{background-position:0px -58px;}

/* BTM features_btm Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#features_btm {
  position: relative;
  display: block;
  clear:both;
  margin:13px auto;
  color: #000;
  z-index: 2;
  background:#121212 url(/images/upsell-bkg.gif) repeat-x;
  padding:26px 0 13px 0;
  width:100%;
}


#features_btm h2{
	display: block;
	position:absolute;
	top:-25px;
	left:0px;
	color: #ebd38a;
	font-size:115%;
	font-weight:bold;
	
	text-transform:uppercase;
	width: 190px;
 }


.features_btm_feature_module { 
	display: inline;
	float: left;
	width: 190px;
	position: relative;
	background:#000000 url(/images/upsell_module-bkg.jpg) repeat-x;
	border:1px solid #353535;
	margin-top:13px;
	margin-left:13px;
	margin-right:6px;
	font-size:77%;
	padding-top:13px;
	overflow:visible
}

img.features_btm_divide{display: block; position:absolute; right:-12px; top:-25px; height:200px; width:2px; z-index:3}

.features_btm_img{display: block; margin: 0px auto;}
.features_btm_img img{display: block; margin: 0px auto; width:164px; height:90px;}

.features_btm_text {
	display:block;
	padding:13px;
	color:#FFF;
}
.features_btm_text p{margin:0px 0px 10px 0px;}
.features_btm_text h4{
	font-weight:bold;
	height:1.2em;
	margin-bottom:7px;
}


.features_btm_text h4 a:link, .features_btm_text h4 a:visited{
	color:#f3c683;
	text-decoration:none;
}
.features_btm_text h4 a:hover, .features_btm_text h4 a:active, .features_btm_text h4 a:focus{
	text-decoration:underline;
}

.features_btm_b_viewdetails{display:block; float:right; text-align:center; margin-bottom:7px;}
.features_btm_b_viewdetails a span{float:none;}

/* Major elements are borrowed from a.b_button in styles.css */
.features_btm_b_viewdetails a.b_button:link, .features_btm_b_viewdetails a.b_button:visited {
	/* a width is assigned in stylesIE6.css */
	text-align:center;
	background-position:100% 0px; /* for Black Background */
}	
.features_btm_b_viewdetails a.b_button:hover, .features_btm_b_viewdetails a.b_button:focus, .features_btm_b_viewdetails a.b_button:active {
	background-position:100% -50px; /* for Black Background */
}

/* BTM features_btm stuff ENDS */