/*======== div#tabSwitching ========*/

#tabSwitching {
	clear: both;
	margin: 15px 0;
	padding-top: 15px;
}

#tabSwitching ul#tab {
	width:100%;
	margin:0;
	padding:0;
	border-bottom:1px solid #999;
	float:left;
	list-style: none;
}

#tabSwitching ul#tab li a {
	text-align:center;
	min-width:110px;
	height: 30px;
	float:left;
	background: #efefef;
	margin:0 5px 0 0;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display: block;
	text-decoration: none;
}
	
#tabSwitching ul#tab li a:link,
#tabSwitching ul#tab li a:visited {
	color: #000000;
}

#tabSwitching ul#tab li a:hover,
#tabSwitching ul#tab li.selected a {
	background-color: #666;
	font-weight: bold;
	color: #fff;
	border-bottom:none;
}

#tabSwitching div {
	margin:0;
	padding:1em 0;
	clear:both;
}
	
#tabSwitching div div {
	width: auto;
	padding:1em;
	clear:none;
	border-bottom: 1px dotted #ccc;
}

#tabSwitching div h2 {
	font-size: 16px;
	background-image: none;
	margin-bottom:1em;
	padding:0 0 0.5em 0.5em;
	border-bottom:1px dotted #999;
}

#tabSwitching div h3 {
	font-size: 16px;
	background-image: none;
	margin-bottom:1em;
	padding:0.5em;
	border-left:7px solid #000033;
	display:block;
	clear:both;
}

#tabSwitching div h4 {
	font-size: 16px;
	background-image: none;
	margin-bottom:1em;
	padding:0.5em;
	border-bottom:1px dotted #999;
	display:block;
	clear:both;
}

#tabSwitching div p {
	margin-bottom:1em;
}

#tabSwitching div dl {
	margin: 10px 0 10px 10px;
}

#tabSwitching div dt {
	color: #4479ea;
	font-weight: bold;
	width: auto;
	margin: 5px 0 2px;
	float: none;
}

#tabSwitching div dd {
	width: auto;
	margin-bottom: 1.2em;
	padding: 0.5em 0;
	border-bottom:1px dotted #ccc;
}

#tabSwitching div ul {
	list-style: none;
	padding-bottom: 1em;
	padding-left:1em;
}
#tabSwitching div ul li {
	font-size: 14px;
	line-height: 1.8em;
	padding-bottom:0.3em;
	padding-left: 1em;
	text-indent: -1em;
}
#tabSwitching div ul li:before {
	content: "• ";
	color: #039;
}
#tabSwitching div#application ul li:before {
	content:none;
}
#tabSwitching div ul li li {
	font-size: 13px;
	font-weight: normal;
}