/*

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... */
    .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 {
    display: none;
	}
.anchors {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    top: 0;
    height: 19px;
    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: 1px;
    /*border: 1px solid #eaeaea;*/
    border-bottom: 0;
    z-index: 1;
    padding: 0;
    color: #000;
    height: 19px;
    text-decoration: none;
    background-position: 0 0;
	}
.anchors li.industry a {
	background-image: url(../../library/tab-industry.png);
	width: 74px;
	}
.anchors li.owner a {
	background-image: url(../../library/tab-owner.png);
	width: 76px;
	}
.anchors li.industry-detail a {
	background-image: url(../../library/tab-industrydetail.png);
	width: 123px;
	}	
.anchors li.owner-detail a {
	background-image: url(../../library/tab-ownerdetail.png);
	width: 109px;
	}	
.anchors li.specification a {
	background-image: url(../../library/tab-specification.png);
	width: 106px;
	}
.anchors li.homeentertainment a {
	background-image: url(../../library/tab-homeentertainment.png);
	width: 140px;
	}
.anchors li.commercialcinema a {
	background-image: url(../../library/tab-commercialcinema.png);
	width: 133px;
	}	
.anchors li.customdesign a {
	background-image: url(../../library/tab-customdesign.png);
	width: 197px;
	}	
.anchors li.login a {
	background-image: url(../../library/tab-login.png);
	width: 73px;
	}
.anchors li.register a {
	background-image: url(../../library/tab-register.png);
	width: 77px;
}
.anchors li.testimonial-detail a {
	background-image: url(../../library/tab-testimonials.png);
	width: 100px;
	}	
		
.anchors .tabs-selected a {
    padding-bottom: 0px;
    font-weight: bold;
    background-position: 0 -38px !important;
	}
.anchors .tabs-selected a:hover {
    background-position: 0 -38px !important;
	}
.anchors a:hover {
    background-position: 0 -19px !important;
	}		
	
.anchors .tabs-selected a, 
.anchors a:hover, 
.anchors a:focus, 
.anchors a:active,
.fragment {
    /*background: #eaeaea;*/
	}
.anchors .tabs-selected a:link, 
.anchors .tabs-selected a:visited,
.anchors .tabs-disabled a:link, 
.anchors .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 .tabs-disabled {
    opacity: .4;
	}
.anchors .tabs-disabled a:hover, 
.anchors .tabs-disabled a:focus, 
.anchors .tabs-disabled a:active {
    background-position: 0px -38px !important;
	}
.fragment {
    padding: 0;
	}
.anchors .tabs-selected .tabs-loading {
    padding-left: 25px;
    /*background-image: url(loading.gif);*/
    background-position: 4px 50%;
    background-repeat: no-repeat;
	}
