div.domtab{
	padding: 0;
	margin: 2% 0;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}
ul.domtabs{
	margin: 0 auto -4px auto;
	max-width: 885px;
}
ul.domtabs li{
	float:left;
	padding:0 .5em 0 0;
	text-align: center;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	padding: 10px;
	display:block;
	text-decoration:none;
	color: #464646;
	font-size: 17px;
	line-height: 20px;
	font-family: HelveticaLightCond, sans-serif;
		background: #FFF;
		border-left: 1px solid #464646;
		border-right: 1px solid #464646;
		border-top: 1px solid #464646;
}
ul.domtabs a:link, 
ul.domtabs a:visited, 
ul.domtabs a:active {
	color: #727272;
}
ul.domtabs a:hover{
	color: #abd9c9;
}
div.domtab div{
	clear:both;
	width:auto;
	padding: 10px;
	background: #FFF;
	border: 1px solid #464646;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	color: #131313;
	background: #abd9c9;
}
#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
{
	color:#fff;
	display:block;
	padding:1em .5em;
	font-weight:bold;
	font-size:1.3em;
}
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;
}

div.domtab div { color: #212121; }
div.domtab div a, div.domtab div a:visited { text-decoration: none; color: #212121; }
div.domtab div a:hover { color: #9d0b0f; text-decoration: none; }


div.domtab div ul li {
	padding: 0px 0 10px 15px;
	background: url(../images/star.jpg) no-repeat left top;
}

/* 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 handheld, only screen and (max-width: 767px) {
	ul.domtabs a:link,
	ul.domtabs a:visited,
	ul.domtabs a:active,
	ul.domtabs a:hover {
		padding: 10px 5px;
		display:block;
		text-decoration:none;
		color: #464646;
		font-size: 20px;
		line-height: 20px;
		font-family: HelveticaLightCond, sans-serif;
	}
}

@media screen and (max-width: 480px) {
	div.domtab { display: none; }
}

div.domtab div a.readpage,
div.domtab div a.readpage:visited {
	color: #727272;
}

div.domtab div a.readpage:hover { color: #abd9c9; }