/* 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 {
#streetroomguide { display: none; }
}

/* Skin */
#streetroomguide {
	list-style: none;
	margin: 0;
	padding: 0 4px 0 4px;
	border-bottom: 7px solid #0a72a1; /* border color under tabs */
	display: block;
	clear: both;
	content: " ";	/* clearing without presentational markup, IE gets extra treatment */
	height:24px;
}
#streetroomguide li {
	list-style-type:none;
	float: left;
	margin: 0 0 0 1px;
	min-width: 45px; /* be nice to Opera */
}
#streetroomguide a, #streetroomguide a span {
	display: block;
	padding: 0 8px;
	background: url(/modern/exhibitions/streetandstudio/images/tab.gif) no-repeat;
	background-position: 100% -100px;
}
#streetroomguide a:link, #streetroomguide a:visited {
	padding-left: 0;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	cursor: text;
}
#streetroomguide a:hover {
	background-position: 100% -150px;
	color: #0a72a1;
	cursor: pointer;
}
#streetroomguide a span {
	width: 44px; /* IE 6 treats width as min-width */
	min-width: 44px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}
*>#streetroomguide a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
#streetroomguide a span, #streetroomguide a:hover span, #streetroomguide a:active span { background-position: 0 -50px; }

/*.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/modern/exhibitions/streetandstudio/images/loading.gif) no-repeat 0 50%;
}*/
