.heading {
	font-size: 1.3em;
	font-weight: bold;
	color: #8AEAFF;
}

.content-frame {
 padding: 0;
}

#body-pane .content-pane .content {
	padding: 15px 0 15px 30px;
	width: 310px;
	font-size: 12px;
	color: #FFFFFF;
	min-height:321px;
	#min-height:312px;
}

.feature {
	margin: 15px 20px 10px 0;
	width: 199px;
}

.feature .box_top, .feature .box_bottom {
  height: 8px;
	background-repeat: no-repeat;
	background-position: left top;
}


.feature .box_top {
	margin: 0px;
}

.feature .box_top {
	background-image: url(/common/images/interface/corners/small/home_top.gif);
}

.feature .box_bottom {
	background-image: url(/common/images/interface/corners/small/home_bottom.gif);
	height:10px;
}

.feature_content {
	width: 197px;
	margin: 0px;
	background-color: #EDECE6;
	border-left: 1px solid #949083;
	border-right: 1px solid #949083;
	min-height:295px;
}

.feature_content img.logo {
	margin: 10px auto 0 auto;	
}

.feature_content img.first {
	margin-top: 0;
}

