
@media projection, screen {
.tabs-hide {
	display:none;
}

}

@media print {
    .tabs-nav { display:none; }
}

.tabs-nav:after{
	display:block; clear:both; content:" ";
}

.tabs-container{
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active{
    background-position:100% -150px;
    outline:0; /* prevent dotted border in Firefox */
}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position:100% -100px;
}