/*

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... */

.mod-productreviews h3,
.mod-dealerlocations h3,
.mod-register h3 {
	background-position: 0 10px; 
	padding: 0px;
	margin: 0;
	background-image: none;
	}
	
.mod-dealerlocations h3,
.mod-register h3 {
	padding-top: 20px;
	}
	
.anchors {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    top: 0;
    height: 34px;
    /*margin-top: -19px;*/
	}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	}
.anchors li {
    float: left;
    margin: 0;
    background-image: none !important;
    padding: 0 !important;
	}
.anchors a {
    display: block;
    position: relative;
    top: 0px;
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #000;
    height: 0;
    text-decoration: none;
    background-position: 0 0;
    overflow: hidden;
    padding-top: 34px;
	margin-left: -12px;
	}
	
/* Registration page */	
.register .anchors {
	padding: 0 !important;
	background: url(../../library/bg-archivefilter.png) no-repeat bottom left;
	height: 34px;
	margin-bottom: 10px !important;
	}
.register .anchors a {
    padding-top: 22px;
	margin: 0 1px 0 0;
	top: 12px;
	}		
.anchors li.login,
.anchors li.register {
	padding: 0 !important;
	}	
.anchors li.login a {
	background-image: url(../../library/tab-login.png);
	width: 80px;
	
	}
.anchors li.register a {
	background-image: url(../../library/tab-register.png);
	width: 81px;
	margin-left: 8px;
	}

.register .anchors .ui-tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -44px !important;
	}
.register .anchors .ui-tabs-selected a:hover {
    background-position: 0 -44px !important;
	}
.register .anchors a:hover {
    background-position: 0 -22px !important;
	}	
.register .anchors .ui-tabs-disabled a:hover, 
.register .anchors .ui-tabs-disabled a:focus, 
.register .anchors .ui-tabs-disabled a:active {
    background-position: 0px -38px !important;
	}	
	
/* End Registration Page */
	
.anchors li.basin a {
	background-image: url(../../library/tab-explore.png);
	width: 165px;
	z-index: 5;
	left: 0;
	margin-left: 0;
	}
.anchors li.project a {
	background-image: url(../../library/tab-develop.png);
	width: 177px;
	z-index: 4;
	left: 0;
	}
.anchors li.produce a {
	background-image: url(../../library/tab-production.png);
	width: 177px;
	z-index: 3;
	left: 0;
	}	
.anchors li.well a {
	background-image: url(../../library/tab-well.png);
	width: 177px;
	z-index: 2;
	left: 0;
	}	
.anchors li.region a {
	background-image: url(../../library/tab-all.png);
	width: 51px;
	z-index: 1;
	left: 0;
	margin-left: -11px;
	}
		
.anchors .ui-tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -68px !important;
	}
.anchors .ui-tabs-selected a:hover {
    background-position: 0 -68px !important;
	}
.anchors a:hover {
    background-position: 0 -34px !important;
	}		
	
.anchors .ui-tabs-selected a, 
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active,
.fragment {
    /*background: #eaeaea;*/
	}
.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;
	}