/* 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 {
	padding:0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 5px 0 0;
	padding:0!important;
    min-width: 160px; /* be nice to Opera */
	background-image:none!important;
	background-color:#36c;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
}
.tabs-nav a {
    padding-left: 9px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
	background: url(../../images/li-right.jpg) no-repeat 3px 8px!important;
	background-color:#36c!important;

}
.tabs-nav .tabs-selected a {
    color: #333;
	padding-bottom:8px;
	background: url(../../images/list-icon.jpg) no-repeat 3px 8px!important;
	background-color:#FFF!important;
	border:2px solid #666;
	border-bottom:none;
	font-weight:bold!important;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 30px; /* IE 6 treats height as min-height */
    min-height: 30px;
	padding:6px 0 0 8px;
	font-size:16px;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
#container-1 {
	position:relative;
	z-index:1;
	padding-top:44px;
}
#fragment-1,
#fragment-2,
#fragment-3 {
	clear:both;
	width:643px;
	overflow:hidden;
	border:2px solid #666;
	margin-top:44px;
}
#container-1 ul {
	position:absolute;
	padding:0!important;
	margin:0!important;
	z-index:100!important;
	display:block;
}

