.domtabs {
border-bottom:1px solid #cac9c8;
overflow:hidden;
margin:35px 0 15px
}

.domtabs li {
list-style:none;
float:left;
cursor:pointer;
margin-right:4px
}

.domtabs li:hover {
cursor:pointer
}

.domtabs li a,.domtabs li a:visited {
color:#777772;
text-decoration:none;
display:block;
background:#f2f1ea;
border:1px solid #cac9c8;
margin-bottom:-1px;
padding:3px 7px
}

.domtabs a:hover,.tabs a:active {
text-decoration:none;
display:block;
background:#FFF;
border-bottom:1px solid #FFF;
color:#777772
}

.domtabs li.active a {
border:1px solid #cac9c8;
margin-bottom:-1px;
text-decoration:none;
display:block;
background:#FFF;
border-bottom:1px solid #FFF
}

.display_block {
display:block
}

#comments-count,#trackbacks-count,.display_none {
display:none
}