/* 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 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 7px 0 0 0px;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0px;
    background:url(../images/tabBg.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    color: #7d7d7d;
    line-height: 25px;
    text-decoration: none;
	width:124px;
	height:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent:15px;
	text-transform:capitalize;
}
.tabs-nav .tabs-selected a {
    color: #fff;
	width:155px;
}
.tabs-nav a:hover{color:#fff; background-position:0 3px; width:155px;}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background:url(../images/topBgHover.png) no-repeat;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	color:#fff;
	background:0 1px;
}
.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-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border: 3px solid #696767;
    padding:0px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
#tbs{width:120px; float:left; position:absolute; top:17px; left:-125px}
.frags{width:658px; float:left}
#container{width:779px; margin:55px 0 0 120px; float:left; position:relative; border: 1px solid #b7b7b7;}
.inner{width:761px; float:left; padding:33px 0 18px 6px; border:#e1e1e1 solid 6px; background:#f4f4f4}