/*
Project: Nexus.az
Author: Muradov Sadig (coding&templating)
Author URL: http://sadig.muradov.org
*/
@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 {margin-bottom:0; text-align:right;}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */}
.tabs-nav li { display:inline; list-style-type:none; }
.tabs-nav a, .tabs-nav a span {font-size:15px; color:#cfcfcf; font-weight:bold; text-decoration:underline; font-family:Arial, Helvetica, sans-serif}
.tabs-nav a {}
.tabs-nav .tabs-selected a {}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {text-decoration:none;}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {}
.tabs-nav a span {}
*>.tabs-nav a span { /* hide from IE 6 */}
.tabs-nav .tabs-selected a span {text-decoration:none; cursor:text;}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {}
.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 {}
.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... */}
.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 {width:251px; line-height:1.7em; margin-top:15px; margin-bottom:30px;}
.tabs-container span {color:#FFFFFF; float:left; font-weight:bold; margin-right:10px;}
.tabs-container, .tabs-container p , .tabs-container { color:#5b5b5c; font-weight:bold; }
.tabs-container p a { color:#999; font-weight:bold; }
.tabs-container a.readon {background-color:#CC0000; color:#FFFFFF; float:right; font-weight:bold; padding:0 5px;}
.tabs-loading em {}

