/* 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;
    }
}


#prod_tabs {
	float: left;
	margin: 33px 0 0 -4px;
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0 0 0 3px;    
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 4px 0 0;
    min-width: 81px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a p {
    display: block;
    padding: 0 18px 0 15px;
    background: url(../images/tab.jpg) no-repeat; 
}

.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #909090;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;

    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
//    color: #6a6a6a;
	color: #262626;
	font-weight:bold;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 97% -99px;
    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: 98% -149px;
}
.tabs-nav a p {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 21px; /* IE 6 treats height as min-height */
    min-height: 21px;
    padding-top: 11px;
    padding-right: 0;
}
*>.tabs-nav a p { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a p {
    padding-top: 11px;
}
.tabs-nav .tabs-selected a p, .tabs-nav a:hover p, .tabs-nav a:focus p, .tabs-nav a:active p {
    background-position: 0 -2px;
}
.tabs-nav a p, .tabs-nav .tabs-disabled a:hover p, .tabs-nav .tabs-disabled a:focus p, .tabs-nav .tabs-disabled a:active p {
    background-position: 0 -149px;
}

.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-container {
	width: 577px;
	margin:0 0 0 -5px;
    padding: 10px 2px 10px 0px;
	border:none;
	background-image:url(../images/prod_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	font-size:12px;
   
}

.tab-footer {
	background-image:url(../images/tabs_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:564px;
	height:10px;
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}

.prod_tabs_top {
	background: url(../images/tabs_top.jpg);
	background-repeat:no-repeat;
	margin:-4px 0 0 -4px;
}


.prod_tabs_top p {
	line-height:16px;
	padding:10px 8px 10px 20px;
}

.prod_tabs_top ul {
	line-height:16px;
	padding:10px 8px 10px 40px;
	list-style-type: square;
}

.prod_tabs_top ul li {
   text-decoration: none;
   float: none;
   list-style-position: outside;
}

.prod_tabs_top div {
	background-image:url(../images/tabs_bg.gif);
	background-repeat:repeat-y;
	width: 577px;
	margin:-5px 0 0 -2px;
}

#prod_footer {
	margin:0 0 0 -1px;
}


.tabs-nav li a:hover p {
	text-decoration:underline;
}

.tabs-nav .tabs-selected a:hover p {	
	background-position: 0 -2px;
	text-decoration:none;
}
