/* Tabs (registration catalogs etc.)*/
/* -------------------------------------------------------------------------- */
ul.devsite_subtabs{
	display: block;
	border-bottom: 2px solid #258502;
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
}
ul.devsite_subtabs li{
	list-style: none;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	background-color: #ebebeb;
	position: relative;
	bottom: 0;
	border: 1px solid #DDDDDD;
}

ul.devsite_subtabs li:hover{
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.125);
}

ul.devsite_subtabs li a{
	display: block;
	font: 13px/28px 'Open Sans', sans-serif;
	color:#34343c;
	padding: 0 16px 0 16px;
	text-decoration: none;
}

ul.devsite_subtabs li.active{
	border-color: #258502;
	background: #258502;
	height: 35px;
}

ul.devsite_subtabs li.active a{
	color: #fff;
	font-size: 15px;
	line-height: 34px;
}

ul.devsite_subtabs li.help_block{
	background-color: #FFF;
	border-bottom-color: #fff;
	border: none;
	float: right;
	font-size: 8px;
	font-weight: normal;
	line-height: 10px;
}
ul.devsite_subtabs li.help_block a{
	background-color: #fff;
	font-size: 11px;
	padding: 2px 2px 2px;
}