/*

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 {
    background-color: #fef8e8;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    z-index: 1;
    top: 0;
    height: 38px;
    /*margin-top: -19px;*/
	}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	}
.anchors li {
    float: left;
    margin: 0;
	}
.anchors a {
    display: block;
    position: relative;
    top: 0;
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #371b0d;
    height: 38px;
    text-decoration: none;
    background-position: 0 0;
	}
.anchors a span {
    display: none;
	}
/*
.anchors li.membership a {
	background-image: url(../../library/tab-membership.png);
	width: 51px;
	}	
.anchors li.profile a {
	background-image: url(../../library/tab-profile.png);
	width: 51px;
	}		
.anchors li.password a {
	background-image: url(../../library/tab-password.png);
	width: 51px;
	}		
.anchors li.loves a {
	background-image: url(../../library/tab-loves.png);
	width: 51px;
	}	
.anchors li.itemsadded a {
	background-image: url(../../library/tab-itemsadded.png);
	width: 51px;
	}	
.anchors li.comments a {
	background-image: url(../../library/tab-comments.png);
	width: 51px;
	}
*/				
.anchors li.latest a {
	background-image: url(../../library/tab-latest.png);
	width: 100px;
	}	
.anchors li.places a {
	background-image: url(../../library/tab-places.png);
	width: 100px;
	}
.anchors li.events a {
	background-image: url(../../library/tab-events.png);
	width: 100px;
	}
.anchors li.stuff a {
	background-image: url(../../library/tab-stuff.png);
	width: 100px;
	}	
.anchors li.people a {
	background-image: url(../../library/tab-people.png);
	width: 100px;
	}	
.anchors li.login a {
	background-image: url(../../library/tab-login.png);
	width: 100px;
	}
.anchors li.register a {
	background-image: url(../../library/tab-register.png);
	width: 100px;
	}
/* Edit Account */	
.anchors li.membership a {
	background-image: url(../../library/tab-membership.gif);
	width: 100px;
	}	
.anchors li.profile a {
	background-image: url(../../library/tab-profile.gif);
	width: 100px;
	}
.anchors li.password a {
	background-image: url(../../library/tab-password.gif);
	width: 100px;
	}

.anchors li.loves a {
	background-image: url(../../library/tab-loves.gif);
	width: 100px;
	}	
.anchors li.itemsadded a {
	background-image: url(../../library/tab-itemsadded.gif);
	width: 100px;
	}
.anchors li.comments a {
	background-image: url(../../library/tab-comments.gif);
	width: 100px;
	}		
		
.anchors .ui-tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -76px !important;
	}
.anchors .ui-tabs-selected a:hover {
    background-position: 0 -76px !important;
	}
.anchors a:hover {
    background-position: 0 -38px !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 0px !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;
	}