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

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

ul.tabs-nav {
     list-style:none;
     }

.tabs-nav li {
    float: left;
    margin: 0 5px 0 0;
    min-width: 50px; /* be nice to Opera */
    list-style:none;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 18px 0px 10px;
    background: url('/pix/common/tabs_gradiant.gif') no-repeat;
}

.tabs-nav a, .adv .tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}


.tabs-nav .tabs-selected a {
    color: #333333;
}

.tabs-nav .tabs-selected a, .tabs-nav .tabs-selected a:hover, .tabs-nav .tabs-selected a:focus, .tabs-nav a:active {  /* right side of active tab */
    background-position: 100% -123px;
    outline: 0; /* prevent dotted border in Firefox */
    text-decoration:none;
    color:#333333;    
}

.tabs-nav a, .tabs-nav .tabs-disabled a:active { /* right side of in-active tab */
     background-position: 100% -196px;
     color:#333333;
     text-decoration:none;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus {  /* right side of in-active tab on hover */
     background-position: 100% -196px;
     color:#333333;
     text-decoration:none;
}

.tabs-nav a span {
    width: 40px; /* IE 6 treats width as min-width */
    min-width: 40px;  
    height: 24px; /* IE 6 treats height as min-height */
    min-height: 24px;
    padding-top: 7px;
    padding-right: 0;
}

.tall .tabs-nav a span {
     height: 38px; /* IE 6 treats height as min-height */
    min-height: 38px;
    }

*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs-nav .tabs-selected a span {
    padding-top: 7px;
    padding-bottom:1px;
}
.tabs-nav .tabs-selected a span, .tabs-nav .tabs-selected a:hover span, .tabs-nav .tabs-selected a:focus span, .tabs-nav a:active span {  /* left side of active tab */
    background-position: 0 0;
    text-decoration:none;
    color:#333333;
}

.tabs-nav a span, .tabs-nav .tabs-disabled a:active span {   /* left side of in-active tab */
    background-position: 0 -62px;
    color:#333333;
    text-decoration:none;
}

.tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span {  /* left side of in-active tab on hover */
    background-position: 0 -62px;
    color:#9A8777;
    text-decoration:none;
}

.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-nav .tabs-disabled {
    opacity: 4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff;  /*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%;
}

.tabs-nav a span.arrow {
    display:inline;
    height: 0px !important; 
    padding:0 0 0 5px; 				
    margin:0 0 0 5px; 
    overflow: hidden; 
    width: 6px; 
    background: url('/pix/common/tiny_arrow2.gif') no-repeat;
     text-decoration:none;
    }
 
/* Adventures Specific Arrow */
.adv .tabs-nav a span.arrow {  
    background: url('/pix/adventures/common/tiny_arrow_adventures.gif') no-repeat;
    }
 
 /* Outlet Specific Arrow */
.outlet .tabs-nav a span.arrow {  
    background: url('/pix/common/tiny_arrow_outlet.gif') no-repeat;
    } 
 
.tabs-nav .tabs-selected a span.arrow, .tabs-nav .tabs-selected a:hover span.arrow, .tabs-nav .tabs-selected a:focus span.arrow, .tabs-nav a:active span.arrow,
.adv .tabs-nav .tabs-selected a span.arrow, .adv .tabs-nav .tabs-selected a:hover span.arrow, .adv .tabs-nav .tabs-selected a:focus span.arrow, .adv .tabs-nav a:active span.arrow,
.outlet .tabs-nav .tabs-selected a span.arrow, .outlet .tabs-nav .tabs-selected a:hover span.arrow, .outlet .tabs-nav .tabs-selected a:focus span.arrow, .outlet .tabs-nav a:active span.arrow {  /* left side of active tab */
    background-position: -9px 4px;
     text-decoration:none;
}
    
.tabs-nav a span.arrow, .tabs-nav .tabs-disabled a:active span.arrow,
.adv .tabs-nav a span.arrow, .adv .tabs-nav .tabs-disabled a:active span.arrow,
.outlet .tabs-nav a span.arrow, .outlet .tabs-nav .tabs-disabled a:active span.arrow {   /* left side of in-active tab */
    background-position: 0 4px;
     text-decoration:none;
}

.tabs-nav a:hover span.arrow, .tabs-nav a:focus span.arrow, .tabs-nav .tabs-disabled a:hover span.arrow, .tabs-nav .tabs-disabled a:focus span.arrow,
.adv .tabs-nav a:hover span.arrow, .adv .tabs-nav a:focus span.arrow, .adv .tabs-nav .tabs-disabled a:hover span.arrow, .adv .tabs-nav .tabs-disabled a:focus span.arrow,
.outlet .tabs-nav a:hover span.arrow, .outlet .tabs-nav a:focus span.arrow, .outlet .tabs-nav .tabs-disabled a:hover span.arrow, .outlet .tabs-nav .tabs-disabled a:focus span.arrow {  /* left side of in-active tab */
    background-position: -9px 4px;
     text-decoration:none;
}
          
#pageContent #tabContainer, #pageContent #tabContainer2 {position:relative; z-index:0;}  /* required for tabs to be behind drop down */
										
#pageContent .tabContent {  
	width:623px;
	border:1px solid #ccc;	
	padding: 20px 30px 20px 40px;
	margin:0 0 20px 0;
	float:left;
	}	
    
/*  SSHP tab styles moved to sshpStyle css */
