/*

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-register {
	position: relative;
	padding-top: 30px;
	}	
	
.mod-dealerlocations h3,
.mod-register h3 {
	padding-top: 20px;
	}
	
.anchors {
    display: none;
	}
.anchors {
    list-style: none;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 25px;
	}
.content ul.anchors {
	margin-bottom: 0!important;
	}	
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	}
.anchors li {
    float: left;
    margin: 0!important;
    padding: 0!important;
    background-image: none!important;
	}
.anchors a {
    display: block;
    position: relative;
    top: 0px;
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #000;
    height: 25px;
    text-decoration: none;
    background-position: 0 0;
	}

.anchors li.details a {
	background-image: url(../../library/tab-details.png);
	width: 133px;
	}
.anchors li.subscriptions a {
	background-image: url(../../library/tab-subscriptions.png);
	width: 133px;
	}
.anchors li.passwords a {
	background-image: url(../../library/tab-passwords.png);
	width: 133px;
	}
		
.anchors .ui-tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -50px !important;
	}
.anchors .ui-tabs-selected a:hover {
    background-position: 0 -50px !important;
	}
.anchors a:hover {
    background-position: 0 -25px !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;
	}
