div.domtab {
	width: 100%;
	margin-top:15px;
}
ul.domtabs {
	float:left;
}
ul.domtabs li {
	float:left;
	width:150px;
}

ul.domtabs #most_read a{
display:block;
background: url(../images/bg_most_hover.gif) no-repeat;
padding:8px 0 2px 28px;
}

ul.domtabs #most_comment a{
display:block;
background: url(../images/bg_most.gif) no-repeat;
padding:8px 0 2px 28px;
}
ul.domtabs a{
	color:#000000;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 17px;
}

div.domtab div {
	clear:both;
	width: 260px;
	margin-bottom: 8px;
	color:#fff;
	padding: 5px 20px 20px 20px;
	border: 1px solid #C7C7C7;
	color: #000000;
}

#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:#3F3F3F;
	display:block;
	font-size: 12px;
	font-family: Tahoma;
	border-bottom: 1px dashed #C7C7C7;
	padding: 5px 10px 5px 10px;
}
div.domtab div a:hover {
	color: #15828B;
	display:block;
	font-size: 12px;
	font-family: Tahoma;
	border-bottom: 1px dashed #C7C7C7;
	padding: 5px 10px 5px 10px;
	background: #F0EDF0;
}
/*
div.domtab div h2 a, div.domtab div h2 a:active {
	color: #cfc;
	display:inline;
	padding:0;
	font-weight:normal;
}
div.domtab div h2 a:hover {
	color:#479400;
	display:inline;
	padding:0;
	font-weight:normal;
}
*/
/* 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;
}
.children{color:#00CC66; font-weight:bold;}