/* jquery.tabs.skins.css - skins for jquery.tabs.js */

.tabs-loading em {
    background: url('/sage/themes/tonermax/images/loading.gif') no-repeat 0 50% !important;
}

/* Skin "tabs-round" */
.tabs-round {
    list-style: none;
    margin: 0;
    padding:0 0 0 10px;
}
.tabs-round:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-round li {
    float: left;
    margin:0 0 0 5px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-round a, .tabs-round a span {
    font-family:Trebuchet MS ,Nimbus Sans L !important;
    display: block;
    padding: 0 10px;
    background-image: url('/sage/themes/tonermax/images/tabs-round.png');
    background-repeat: no-repeat; 
    /*background: url('/sage/themes/tonermax/images/tabs-round.png') no-repeat;*/
    
}
.tabs-round a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color:#90A9B5;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-round .tabs-selected a {
    color:#195D7D;
}
.tabs-round .tabs-selected a, .tabs-round a:hover, .tabs-round a:focus, .tabs-round a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-round a, .tabs-round .tabs-disabled a:hover, .tabs-round .tabs-disabled a:focus, .tabs-round .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-round a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height:22px !important; /* IE 6 treats height as min-height */
    min-height: 22px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-round a span { /* hide from IE 6 */
    width: auto;
    font-size:11px !important;
}
.tabs-round .tabs-selected a span {
    padding-top: 7px;
}
.tabs-round .tabs-selected a span, .tabs-round a:hover span, .tabs-round a:focus span, .tabs-round a:active span {
    background-position: 0 -50px;
}
.tabs-round a span, .tabs-round .tabs-disabled a:hover span, .tabs-round .tabs-disabled a:focus span, .tabs-round .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-round .tabs-selected a:link, .tabs-round .tabs-selected a:visited, .tabs-round .tabs-disabled a:link, .tabs-round .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-round a:hover, .tabs-round a:focus, .tabs-round a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-round .tabs-disabled {
    opacity: .4;
}
.tabs-round-container {
    border-top:1px solid #B7CEE2;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}



/* Skin "tabs-square" */
.tabs-square {
    list-style: none;
    margin:0;
    padding:0;
    background:transparent url(/sage/themes/tonermax/images/tabs-back.gif) repeat scroll 0 0;
    border-left:1px solid #D5D5D5;
    border-right:1px solid #D5D5D5;
}
.tabs-square:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-square li {
    float: left;
    margin:0;
    min-width: 84px; /* be nice to Opera */
}
.tabs-square a, .tabs-square a span {
    font-family:Trebuchet MS,Nimbus Sans L !important;
    display: block;
    padding: 0 10px;
    background-image: url('/sage/themes/tonermax/images/tabs-square.png');
    background-repeat: no-repeat; 
    /*background: url('/sage/themes/tonermax/images/tabs-square.png') no-repeat;*/
    
}
.tabs-square a {
    position: relative;
    z-index: 2;
    padding-left: 0;
    color:#909090 !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-square .tabs-selected a {
    color:#195D7D;
}
.tabs-square .tabs-selected a, .tabs-square a:hover, .tabs-square a:focus, .tabs-square a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-square a, .tabs-square .tabs-disabled a:hover, .tabs-square .tabs-disabled a:focus, .tabs-square .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-square a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height:17px; /* IE 6 treats height as min-height */
    min-height: 17px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-square a span { /* hide from IE 6 */
    width: auto;
    font-size:11px !important;
}
.tabs-square .tabs-selected a span {
    padding-top: 7px;
}
.tabs-square .tabs-selected a span, .tabs-square a:hover span, .tabs-square a:focus span, .tabs-square a:active span {
    background-position: 0 -50px;
}
.tabs-square a span, .tabs-square .tabs-disabled a:hover span, .tabs-square .tabs-disabled a:focus span, .tabs-square .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-square .tabs-selected a:link, .tabs-square .tabs-selected a:visited, .tabs-square .tabs-disabled a:link, .tabs-square .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-square a:hover, .tabs-square a:focus, .tabs-square a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-square .tabs-disabled {
    opacity: .4;
}
.tabs-square-container {
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}



/* Skin "tabs-square2" */
.tabs-square2 {
    list-style: none;
    margin:0;
    padding:0;
}
.tabs-square2:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-square2 li {
    float: left;
    margin:0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-square2 a, .tabs-square2 a span {
    font-family:Trebuchet MS,Nimbus Sans L !important;
    display: block;
    padding: 0 10px;
    background-image: url('/sage/themes/tonermax/images/tab_info2.png');
    background-repeat: no-repeat;
}
.tabs-square2 a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color:#909090;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-square2 .tabs-selected a {
    color:#195D7D;
}
.tabs-square2 .tabs-selected a, .tabs-square2 a:hover, .tabs-square2 a:focus, .tabs-square2 a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-square2 a, .tabs-square2 .tabs-disabled a:hover, .tabs-square2 .tabs-disabled a:focus, .tabs-square2 .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-square2 a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height:18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-square2 a span { /* hide from IE 6 */
    width: auto;
    font-size:11px !important;
}
.tabs-square2 .tabs-selected a span {
    padding-top: 7px;
}
.tabs-square2 .tabs-selected a span, .tabs-square2 a:hover span, .tabs-square2 a:focus span, .tabs-square2 a:active span {
    background-position: 0 -50px;
}
.tabs-square2 a span, .tabs-square2 .tabs-disabled a:hover span, .tabs-square2 .tabs-disabled a:focus span, .tabs-square2 .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-square2 .tabs-selected a:link, .tabs-square2 .tabs-selected a:visited, .tabs-square2 .tabs-disabled a:link, .tabs-square2 .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-square2 a:hover, .tabs-square2 a:focus, .tabs-square2 a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-square2 .tabs-disabled {
    opacity: .4;
}
.tabs-square2-container {
   /* padding: 1em 8px; */
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    border-top:1px solid #E3E3E3;
}
