div.domtab{
	padding:0;
	width:100%;
}
div.domtab h2{
	margin:0;
}
ul.domtabs{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	background:#464646;
	padding:5px;	
}
ul.domtabs li{
	float:left;
	padding:0;
}
ul.domtabs li.active{
	background:#464646;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	padding:10px 30px;
	display:block;
	background:#464646;
	border-top: 4px solid #464646;
	color:#FFF;
	text-decoration:none;
}
html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height:auto;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
}
ul.domtabs a:hover{
	border-top:4px solid #003555;
	background:#C77912;
	color: #EBEBEB;
}
div.domtab > div{
	clear:both;
	width:100%;
	background:#FFF;
	color:#000;
	border: 1px solid #DADADA;
	padding:10px;
	min-height:200px;
}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	border-top:4px solid #003555;
	background: #D5D5D5;
	color:#FFF;
}
#domtabprintview{
	float:right;
	text-align:right;
}
#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
	color:#fff;
}
div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	color:#fff;
	display:block;
	font-weight:bold;
}
div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	display:inline;
	padding:0;
	font-weight:normal;
	font-size:16px;
}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
@media (max-width: 767px) {
ul.domtabs li{	
	float:none;
	border-bottom:1px solid #FFF;
	padding: 0 0 0 0;
	}
div.domtab{
	padding: 0 0 0 0;
	}
ul.domtabs a:link, ul.domtabs a:visited, ul.domtabs a:active, ul.domtabs a:hover{
	padding:7px  10px;
	}
}