		/* 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... */
			#container-5 .tabs-hide {
				display: none;
			}
		}
		/* Hide useless elements in print layouts... */
		@media print {
			#container-5 .tabs-nav {
				display: none;
			}
		}
		/* Skin */
		#container-5 .bullet {
			background:url(../images/bullet3.gif) no-repeat 0 6px;
			padding:0 0 0 12px;
			font-weight:normal;
		}
		#container-5 .tabs-nav {
			padding: 0 0 0 0px;
			margin-bottom:0 !important;
			margin-top:40px;
		}
		#container-5 .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
			display: block;
			clear: both;
			content: " ";
		}
		#container-5 .tabs-nav li {
			float: left;
			margin: 0 0 0 1px;
		}
		#container-5 .tabs-nav a, #container-5 .tabs-nav a span {
			display: block;
			_width:145px;
			_height:28px;
			background: url(../images/aba.jpg) no-repeat top;
			text-decoration: none;
		}
		#container-5 .tabs-nav a {
			z-index: 2;
			padding-left:0;
			color: #fff;
			font-size: 12px;
			font-weight: normal;
			text-align: center;
			text-decoration: none !important;
			white-space: nowrap; /* required in IE 6 */    
		}
		#container-5 .tabs-nav .tabs-selected a {
			color: #fff;
			text-decoration:none;
		}
		#container-5 .tabs-nav .tabs-selected a, #container-5 .tabs-nav a:hover, #container-5 .tabs-nav a:focus, #container-5 .tabs-nav a:active {
			background-position: left bottom;
			outline: 0; /* prevent dotted border in Firefox */
			text-decoration: none;
		}
		#container-5 .tabs-nav a, #container-5 .tabs-nav .tabs-disabled a:hover, #container-5 .tabs-nav .tabs-disabled a:focus, #container-5 .tabs-nav .tabs-disabled a:active {
			background-position: left bottom;
			text-decoration: none;
		}
		#container-5 .tabs-nav a span {
			width: 145px; /* IE 6 treats width as min-width */
			padding-top: 6px;
			padding-right: 0;
			text-transform:uppercase;
			text-decoration:none;
		}
		#container-5 .tabs-nav a span { /* hide from IE 6 */
			height: 28px;
			text-decoration:none;
		}
		#container-5 .tabs-nav .tabs-selected a span {
			padding-top: 6px;
			text-decoration:none;
		}
		#container-5 .tabs-nav .tabs-selected a span, #container-5 .tabs-nav a:hover span, #container-5 .tabs-nav a:focus span, #container-5 .tabs-nav a:active span {
			background-position: left bottom;
			text-decoration:none;
		}
		#container-5 .tabs-nav a span, #container-5 .tabs-nav .tabs-disabled a:hover span, #container-5 .tabs-nav .tabs-disabled a:focus span, #container-5 .tabs-nav .tabs-disabled a:active span {
			background-position: 0 0;
			text-decoration:none;
		}
		#container-5 .tabs-nav .tabs-selected a:link, #container-5 .tabs-nav .tabs-selected a:visited, #container-5 .tabs-nav .tabs-disabled a:link, #container-5 .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
			cursor: text;
			text-decoration:none;
		}
		#container-5 .tabs-nav a:hover, #container-5 .tabs-nav a:focus, #container-5 .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
			cursor: pointer;
			text-decoration:none;
		}
		#container-5 .tabs-nav .tabs-disabled {
			opacity: .4;
		}
		#container-5 .tabs-container {
			padding:20px;
			background: #e9ebec url(../images/bg_product_bottom.jpg) no-repeat center bottom; /* declare background color for container to avoid distorted fonts in IE while fading */
			color:#537087;
			/*_margin-top:-40px;*/
		}
		#container-5 .tabs-loading em {
			padding: 0 0 0 20px;
			background: url(../images/loading.gif) no-repeat 0 50%;
		}
