/* Caution: ensure accessibility in print */
@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;
}
}
@media print {
.tabs-nav {
display: none;
}
}

/* Skin */


#tabContainer li {
background: none;
background-image: none;
padding-left: 0px;
list-style: none;
font-family: "Lucida Grande", Arial, sans-serif;

}

.tabs-nav {
margin: 0;
/* padding: 0; */
padding: 5px 0 0 89px;
background: url(/images/site/tabs.gif) no-repeat;
height: 27px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
display: block;
clear: both;
content: " ";
}

.tabs-nav li {
float: left;
margin: 0 0 0 1px;
list-style: none;
background: transparent;
}

.tabs-nav li.tabTitle {
display: none;
width: 89px;
padding-left: 0px;
background: none;
background-image: none;
}

.tabs-nav li.tabApps {
width: 80px;
padding-left: 0px;
background: none;
background-image: none;
}

.tabs-nav li.tabSpecs{
width: 48px;
padding-left: 0px;
background: none;
background-image: none;
}

.tabs-nav li.tabOptions {
width: 53px;
padding-left: 0px;
background: none;
background-image: none;
}

.tabs-nav a {
background: transparent;
display: block;
position: relative;
top: 0px;
z-index: 2;
padding: 6px 10px 0;
color: #666;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
.tabs-nav .tabs-selected a {
color: #FF9900;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
background-position: 0 -50px;
}
.tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
cursor: text;
}

.tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
cursor: text;
color: #cc0000;
font-weight: bold;
text-transform: uppercase;
font-size: 1em;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
cursor: pointer;
}
.tabs-nav .tabs-disabled {
color: #cc0000;
font-weight: bold;
text-transform: uppercase;
font-size: 1em;
padding: 0px;
margin: 0px 0px -10px 0px;
}

.tabs-container {
padding: 1em 8px;
}

#app ul {
list-style: none;
margin: 15px 0px 15px 0px;
}

#app li {
background: url(/images/site/red-bullet.gif) no-repeat 7px 10px;
padding-left: 20px;
list-style: none;
}

#specs, #options {
 line-height: normal;
}
}

