/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

#main .tabs-nav { border-bottom: 1px solid #a9a9a9; width: 773px; height: 24px; border-left: 1px solid #a9a9a9;  }

#main .tabs-nav li {
	line-height: 19px;
	padding-right: 0px;
}
#main .tabs-nav a {
	color: #454242;
	border: 1px solid #a9a9a9;
	border-bottom: none;
	border-left: none;
	padding: 2px 10px;
}
#main .tabs-nav .tabs-selected a {
	color: #e2001a;
	 background: url('../img/bg_tab-active.png') 0 0 #ffffff repeat-x;
	 border-bottom: 1px solid #fff;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 15px 5px;
    background: url('../img/bg_tab-ul.png') #fff repeat-x 0 3px; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

