﻿/* 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 4px;
}
.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;
    min-width: 84px; /* be nice to Opera */
}

* html .tabs-nav li {
	width:74px;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    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% -100px;
}
.tabs-nav 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-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.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-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}

/* -- CUSTOM -- */

.content_line .content_block_tabs_bottom .tabs-nav {
	position:relative;
	bottom:7px;	
	border-bottom:1px solid #cacaca;
	width:100%;
	margin-bottom:10px;
}
	* html .content_line .content_block_tabs_bottom .tabs-nav {
		width:376px;
	}
	*:first-child+html .content_line .content_block_tabs_bottom .tabs-nav {
		width:376px;
	}
.content_line .content_block_tabs_bottom .tabs-nav li {
	margin-right:-8px;	
}
	* html .content_line .content_block_tabs_bottom .tabs-nav li a {
		 background: none;
	}
	*:first-child+html .content_line .content_block_tabs_bottom .tabs-nav li a {
	 	background: none;
		width:auto;
	}

.content_line .content_block_tabs_bottom .tabs-nav li a h2 {
	float:left;
	color:#000;
	width:auto;	
	background:#FFF url(../images/layout/tabs-nav_h2_bg_left.png) top left repeat-x;
	padding-left:6px;
	padding-bottom:0;
	padding-top:0;
	border-bottom:0;
	position:relative;
	top:6px;
}
	* html .content_line .content_block_tabs_bottom .tabs-nav li a h2 {
		float:none;
		top:9px;
	}
	*:first-child+html .content_line .content_block_tabs_bottom .tabs-nav li a h2 {
		top:5px;
	}

	.content_line .content_block_tabs_bottom .tabs-nav li a:hover h2, .content_line .content_block_tabs_bottom .tabs-nav li.tabs-selected a h2 {
		background:#FFF url(../images/layout/tabs-nav_h2_bg_left_active.png) top left repeat-x;
	}

	.content_line .content_block_tabs_bottom .tabs-nav li a h2 span {
		display:block;
		background:#FFF url(../images/layout/tabs-nav_h2_bg_right.png) top right repeat-x;
		padding-top:8px;
		padding-right:14px;	
		padding-bottom:15px;		
		font-size: 0.75em;
		font-weight:normal;
	}
		.content_line .content_block_tabs_bottom .tabs-nav li a:hover h2 span, .content_line .content_block_tabs_bottom .tabs-nav li.tabs-selected a h2 span {
			background:#FFF url(../images/layout/tabs-nav_h2_bg_right_active.png) top right repeat-x;
		}		
		
		/* FIREFOX */
		body.small .content_line .content_block_tabs_bottom .tabs-nav li a h2 span 
		{
			padding-top:8px;
			padding-bottom:15px;
		}
		body.medium .content_line .content_block_tabs_bottom .tabs-nav li a h2 span 
		{
			padding-top:8px;
			padding-bottom:14px;
		}
		body.large .content_line .content_block_tabs_bottom .tabs-nav li a h2 span 
		{
			padding-top:8px;
			padding-bottom:12px;
		}
		/* IE */
		*:first-child+html body.small .content_line .content_block_tabs_bottom .tabs-nav li a h2 span 
		{
			font-size: 0.7em;
			padding-top:8px;
			padding-bottom:15px;
		}
		*:first-child+html body.medium .content_line .content_block_tabs_bottom .tabs-nav li a h2 span 
		{
			font-size: 0.7em;
			padding-top:8px;
			padding-bottom:15px;
		}
		*:first-child+html body.large .content_line .content_block_tabs_bottom .tabs-nav li a h2 span 
		{
			font-size: 0.7em;
			padding-top:8px;
			padding-bottom:15px;
		}
		
	.tabs-container {
		border-top:0;
		padding-top:0;
		clear:left;
	}
		
.blue .content_line .content_block_tabs_bottom .tabs-nav {
	border-bottom:1px solid #00A2DF;
}
.blue .content_line .content_block_tabs_bottom .tabs-nav li a h2 {
	background:#FFF url(../images/layout/tabs-nav_h2_bg_left_blue.gif) top left repeat-x;	
}
	.blue .content_line .content_block_tabs_bottom .tabs-nav li a:hover h2, .blue .content_line .content_block_tabs_bottom .tabs-nav li.tabs-selected a h2 {	
		background:#FFF url(../images/layout/tabs-nav_h2_bg_left_blue_active.gif) top left repeat-x;
	}
		.blue .content_line .content_block_tabs_bottom .tabs-nav li a h2 span {	
			background:#FFF url(../images/layout/tabs-nav_h2_bg_right_blue.gif) top right repeat-x;
		}
			.blue .content_line .content_block_tabs_bottom .tabs-nav li a:hover h2 span, .blue .content_line .content_block_tabs_bottom .tabs-nav li.tabs-selected a h2 span {
				background:#FFF url(../images/layout/tabs-nav_h2_bg_right_blue_active.gif) top right repeat-x;
			}
