#feature .iname_search {
	
	float: left;
	position: relative;
	margin: 10px;
	width:55%;
}

#feature .iname_includes {
	
	float: right;
	width: 350px;
}

#feature .iname_includes .bullet_points li {
	
	color: #c70;
	margin-top: .8em;
	font-size: 1.1em;
}

#feature h1 {
	
	font-size: 1.5em;
	color: #630;
	margin-bottom: 10px;
}

#feature h2 {
	
	font-family: Times, serif;
	font-size: 1.2em;
	color: black;
	margin-top: 10px;
	margin-right:40px;
	margin-bottom: 15px;
	border-bottom: 3px solid #DDD;
	padding-bottom: 5px;
}

#feature textarea {
	
	height: 65px;
	width: 100%;
}

#feature .learn_more, 
#feature .send  {
	
	margin-top: 10px;
	float: left;
	width: 50%;
}

#feature .at_cost img, 
#feature .equal_cost img {
	
	float: left;
	border: 2px solid #999;
}

#feature .at_cost div, 
#feature .equal_cost div {
	
	float: right;
}

#feature .at_cost .cost, 
#feature .equal_cost .cost {
	
	position: absolute;
	bottom: 0;
	color: white;
	font-size: 1.3em;
	font-family: times, serif;
}

#feature .at_cost .cost {

	left: 135px;
}

#feature .equal_cost .cost {

	left: 35px;
}

#feature .at_cost {
	
	position: absolute;
	overflow: auto;
	bottom: 20px;
}

#feature .equal_cost {
	
	position: absolute;
	overflow: auto;
	bottom: 20px;
	left: 250px;
}

/*
#feature .at_cost {

	position: absolute;
	overflow: auto;
	bottom:10px;
}

#feature .equal_cost {

	position: absolute;
	overflow: auto;
	left: 250px;
	bottom:10px;	
}

#feature .at_cost img, 
#feature .equal_cost img {

	float: left;
	border: 2px solid #999;
	margin-right: 6px;
}

#feature .at_cost .cost, 
#feature .equal_cost .cost {

	bottom: 0px;
	font-size: 1.15em;
	margin-top:40px;
	color: #FFF;
}
*/

#about_inames {
	
	height: 350px;
}

#about_inames .in_depth {

	float: left;
	position: relative;
	margin-right: 10px;
	border: 1px double #999;
	padding: 10px;
	width: 180px;
	height: 325px;
	background-color: #F9F9F9;
}

#about_inames .in_depth .equal {
	
	display: none;
}

#about_inames .in_depth .tog {
	
	position: absolute;
	bottom: 10px;
	right: 70px;
}

#about_inames .in_depth ._note {
	
	position: absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:0;
}

#about_inames .biggie {
	
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	padding:5px;
}

#content .purchaseable {
	
	font-size: 1.2em;
}

#content .purchaseable .none {
	
	margin-top: 10px;
	color: #333;
}

#content .purchaseable .none.searched {
	
	color: red;
}

#content .price {

	width: 100%;
}

#content .buy,
#content .no_buy {
	
	font-size: 1.1em;
	padding: 5px;
	margin-bottom: 3px;
}

#content .buy {
	
	font-weight: bold;
	color: black;
	background-color: #E4EB9E;
}

#content .no_buy {
	
	background-color: black;
	color: #E4EB9E;
}

#content .buy_now {
	
	margin-top:15px;
}

#content .buy_now div {
	
	float: right;
}

#content .final_cost {
	
	float: right;
	color: olive;
	font-size: 1.5em;
	font-weight: bold;
}

#content .buy .cost {
	
	float: right;
	color: #900
}

#content .cost .year,
#content .final_cost .year {
	
	font-weight: normal;
	font-size: .7em;
}