/* 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;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
	
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " "; }

.tabs-nav li {
	display:block;
	font-weight:normal;
	padding:0;
	margin:0;
    min-width: 175px; /* be nice to Opera */ }
	
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0;
}
	
.tabs-nav a {
	float:left;
	margin:0px 10px 0px 0px;
	display:block;
}
	
.tabs-nav .tabs-selected a {
    color: #000; }

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs-container {
	float:left;
	padding:none;
	width:960px;/* declare background color for container to avoid distorted fonts in IE while fading */ }
	
.tabs-loading em {
    padding: 0 0 0 20px; }
	
img.heading {
 	margin-bottom:15px; }
	
span.icon {
	width:135px;
	float:left;
	margin-right:25px; }
	
#tabber {
	margin:0;
}

#tabber ul {
	position:absolute; top:350px; left:23px;
	z-index:999;
	width:800px;
}