/* 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... */
	.ui-tabs-hide {
		display: none;
	}
}

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

/* Skin */
#tab {
border-bottom: 1px solid #BCB19E;
}
#tab li {
float: left;
padding: 0 5px 0 0;
vertical-align: bottom;
font-size: 0;
line-height: 0;
}

#tab.ui-tabs-nav li a:hover img,
#tab.ui-tabs-nav .ui-tabs-selected a img {
filter: alpha(opacity=0);
opacity: 0;
-moz-opacity: 0;
}
