div.domtab{
	padding:0;
	width:100%;
	float:left;
	margin-bottom: 20px;
}
div.domtab-tabs {
	width:100%;
	float:left;
}
div.domtab-content {
	float:left;
	width:100%;
	border-top:1px solid #e0e0e0;
}
ul.domtabs{
	float:left;
	width:100%;
	margin:0 0 0 0;
	margin-left:-40px;
}
ul.domtabs li{
	float:left;
	padding:0 0 0 0;
	list-style:none;
	height:40px;
	border-right:1px solid #e0e0e0;
	width:180px;
	text-align:center;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	width:8em;
	padding:.2em 1em;
	display:block;
	/*background:#f4f4f4;*/
	height:3em;
	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;
	min-height:40px;
}
ul.domtabs a:hover{
	background:#e0e0e0;
}
div.domtab div div{
	width:auto;
	padding-top:15px;
}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	background:#e0e0e0;
}
#domtabprintview{
	float:right;
	padding-right:1em;
	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
{
	display:block;
	padding:0 0 0 0px;
	font-size:14pt;
	color:#222;
	line-height:40px;
	margin:0;
	width:180px;
}
div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	color:#cfc;
	display:inline;
	padding:0;
	font-weight:normal;
	font-size:1em;
}
/* 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;
}
