/*

Tabs - important styles to ensure accessibility in print

*/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
@media print {
    .anchors {
        display: none;
    }
}

/* Tabs - not important for accessibility, just for the look of it... */

	
.anchors {
    display: none;
	}
.anchors {
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 1;
    top: 0;
    background-color: #EDF1E8;
    border-bottom: 2px solid #50701D;
	list-style-position:outside;
	list-style-type:none;
	margin:20px 0 14px 0!important;
	padding:0 0 5px 8px!important;
	}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	}
.anchors li {
    float: left;
    font-weight:bold;
    padding: 0!important;
	margin:5px 8px 0 0!important;
	white-space:nowrap;
    background-image: none!important;
    line-height: 1.5;
	}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #000;
    height: 19px;
    text-decoration: none;
    background-position: 0 0;
	}
.anchors li a {
	background-image: url(../../library/misc_productinfo.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 5px 10px;
	color: #003366;
	/*width: 74px;*/
	}
		
.anchors .ui-tabs-selected a {
    /*background-position: 0 -38px !important;*/
    background-color: #50701D;
	}
.anchors .ui-tabs-selected a:hover {
	background-color: #50701D;
    /*background-position: 0 -38px !important;*/
	}
.anchors a:hover {
    /*background-position: 0 -19px !important;*/
	}		
	
.anchors a, 

.fragment {
    /*background: #eaeaea;*/
    color: #003366;
	}
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active {
	background-color: #A7B78E;
	}
.anchors .ui-tabs-selected a, 
.anchors .ui-tabs-selected a:hover, 
.anchors .ui-tabs-selected a:focus, 
.anchors .ui-tabs-selected a:active  {
    /*background: #eaeaea;*/
    color: #fff;
    background-image: none;
	}	
.anchors .ui-tabs-selected a:link, 
.anchors .ui-tabs-selected a:visited,
.anchors .ui-tabs-disabled a:link, 
.anchors .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	}
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active {
    cursor: pointer;
	}
.anchors .ui-tabs-disabled {
    opacity: .4;
	}
.anchors .ui-tabs-disabled a:hover, 
.anchors .ui-tabs-disabled a:focus, 
.anchors .ui-tabs-disabled a:active {
    background-position: 0px -38px !important;
	}
.fragment {
    padding: 0;
	}
.anchors .ui-tabs-selected .ui-tabs-loading {
    padding-left: 25px;
    /*background-image: url(loading.gif);*/
    background-position: 4px 50%;
    background-repeat: no-repeat;
	}