/* jQuery needs this definition */

.ui-tabs-hide {
    position: absolute;
    left: -10000px;
    width: 715px;
}

/* Content tab styles */

#content_tabs {
	background: #f8f8f9;
	border-top: 1px #c3c3c3 solid;
	border-bottom: 1px #e8e8e9 solid;
	height: 31px;
	margin: 34px 0 0 0;
	width: 100%;
	}
#content_tabs li {
	float: left;
	margin: 0 ;
	}
#content_tabs li a {
	color: #47505a;
	cursor: pointer;
	display: block;
	font-size: 15px;
	padding: 8px 9px;
	text-decoration: none;
	}
#content_tabs li a:hover, #content_tabs li a.selected, #content_tabs li.ui-tabs-selected a { /*selected main tab style */
	color: #004990;
	background: #fff;

}

.content_tab_holder {
	clear: both;
}

#install h5 {
	border-bottom: 1px solid #E8E8E9;
	float: left;
	margin-top: 5px;
	padding: 0 0 5px 5px;
	width: 725px;
}