ol, ul {
	list-style: none;
}


.tabs {
	width: 1000px;
	float: left;
	display: inline; /* fix fo IE double-margins bug */
}


.tabNavigation {
	width: 1000px;
	overflow:hidden;
	padding: .5em 0;
	padding-bottom:20px;
	margin-bottom: -14px;
}

.tabNavigation li{
	float: left;
	margin-right: 2px;
}

.tabNavigation li a{
	padding: 4px 20px 3px 8px;
	background-color:#fb9d04;
	border: 4px solid #fb9d04;
	color: #10367d;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}

.tabNavigation li a.selected {
	background-color:#fff;
	border: 4px solid #fff;
	color: #f78411;
}

.tabPage {
	width: 980px;
	height: 535px;
	padding:8px;
	background-color:#fff;
	border: 4px solid #fff;
	font-size:16px;
	overflow:hidden;
	color: #333;
}

.tab-desc {
	width: 140px;
	float: left;
	display:inline;
}

.tab-desc a{
	text-decoration:none;
	color: #019be3;
}

.tab-desc a:hover{
	text-decoration:underline;
}
