@charset "UTF-8";

/*

======== CONTENTS ========

last-updated: 9 Jul 2008;

+1: Default
+2: Original

==========================

*/


/*
    +1: Default
==================================================*/

/* Caution! Ensure accessibility in print and other media types... */
@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;
}
}

/* Hide useless elements in print layouts... */
@media print {

*.tabs-nav {
	display: none;
}
}

/* Skin */

*.tabs-nav a {
	position: relative;
	z-index: 2;
}

*.tabs-nav .tabs-disabled {
	opacity: .4;
}


/*
    +2: Original
==================================================*/

*.tabs-selected a#tabDetails {
	background: url(../../product/images/tab_details_on.gif) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	height: 25px;
	width: 100px;
}

*.tabs-selected a#tabEliminate {
	background: url(../../product/images/tab_eliminate_on.gif) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	height: 25px;
	width: 100px;
}

*.tabs-selected a#tabSpecification {
	background: url(../../product/images/tab_specification_on.gif) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	height: 25px;
	width: 100px;
}
