/* 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;
    border: solid 0px #f00;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 2px 0 0;
    min-width: 20px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    border: solid 0px #f00;
    background: url(http://www.fanatic.com/content/image/tabs-bg.png) no-repeat;
    behavior: url(http://www.fanatic.com/content/js/iepngfix.htc);
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;;
    text-align: center;
    text-decoration: none;
    border: solid 0px #f00;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #f00;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -93px;
    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 {
    background-position: 100% -62px;
}
.tabs-nav a span {
    width: 20px; /* IE 6 treats width as min-width */
    min-width: 20px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-right: 0;
    color: #565656;
    border: solid 0px #f00;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 3px;
    padding-bottom: 4px;
    color: #fff;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -31px;
}
.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 {

/*    padding: 1em 8px;
    border: solid 1px #2b2b2b;*/
    width: 800px;
    background: url(http://www.fanatic.com/content/image/contents/content-tab-sheet-bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    behavior: url(http://www.fanatic.com/content/js/iepngfix.htc);
    /*background: #ccc;*/ /* declare background color for container to avoid distorted fonts in IE while fading */
    
    
    
    
    
    
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(http://www.fanatic.com/content/image/loading.gif) no-repeat 0 50%;
}
.tabs-content, .tabs-content-form{
	padding: 15px 280px 15px 21px; 
	font-size: 11px;
	line-height: 19px;
}

/*23.06*/
.tabs-content-all{
	padding: 15px 21px 15px 21px; 
	font-size: 11px;
	line-height: 19px;
}
/*23.06*/

.tabs-content ul li, .tabs-content-form ul li, .tabs-content-all ul li{
	list-style: disc;
	margin-left: 15px;
}
.tabs-content .content-img, .tabs-content-form .content-img, .tabs-content-all .content-img {
	margin: 6px 0 10px 0;
}
.tabs-content .content-text, .tabs-content-form .content-text, .tabs-content-all .content-text{
	margin-bottom: 1em;
	padding-right: 280px;
}
.tabs-content .content-text-img, .tabs-content-form .content-text-img, .tabs-content-all .content-text-img{
	margin-bottom: 1em;
}
.tabs-content a, .tabs-content-all a, a.arrow{
	color: #ca0083;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
    background: url(http://www.fanatic.com/content/image/contents/content-news-link-arrow.png) no-repeat 0 5px;	
    padding-left: 6px;
}
.tabs-content a span, .tabs-content-all a span, a.arrow span {
	color: #ca0083;
	border-bottom: dotted 1px #ca0083;
}

.tabs-content a:hover, .tabs-content-all a:hover, a:hover.arrow {
    background: url(http://www.fanatic.com/content/image/contents/content-news-link-arrow-a.png) no-repeat 0 5px;
}

.tabs-content a:hover span, .tabs-content-all a:hover span, a:hover.arrow span {
	color: #fe00a3;
	border-bottom: dotted 1px #fe00a3;	
}

.tabs-content-all a.link {
	background:none;
	padding:0;
	text-transform: none;
	font-weight: normal;
	color: #FFF;
}

.tabs-content-all a:hover.link {
	color: #E9E9E9;
}


