/* CSS Document */
/* =============================================== TABS NAVIGATION - PRODUCT FINDER - START ============================================= */
 .nav {
	display:block;
	width: 470px;
	background-repeat:repeat-x;
	/*
	font: normal 12px 'Lucida Grande', 'Lucida Sans', verdana, arial, sans-serif;
	*/
	height: 26px;
	line-height:normal;
	float:left;
	
}
 .tabtitle {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:14px;
	font-weight:bold;
	color:white;
}
 .tabtitle1 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:14px;
	font-weight:bold;
	line-height:3em;
	color:white;
}
 .tabtitle2 {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:14px;
	font-weight:bold;
	line-height:2em;
	color:white;
}
 .tab14font {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:14px;
	color:white;
}
 #tabtable {
	border-top:1px solid gray; 
	/*border-bottom:1px solid gray; */
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
	margin-top:10px;
	padding-bottom:1px;
	color:white;
}
.nav ul {
width: 470px;
margin:0;
padding:0px;
list-style:none;
background-repeat:repeat;
height: auto;
display:block;
line-height:normal;
xfloat:left;
}
/* NORMAL STATE */
.nav li {
float:left;
background:url("/images/pfinder/tab-norm-left.jpg") no-repeat left top;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
.nav a {
float:left;
display:block;
padding:5px 20px 5px 20px;
text-decoration:none;
font-weight:bold;
color:#765;
white-space:nowrap;
border-right:3px #ECECEC solid;
}
.nav li span {
display:block;
background:url("/images/pfinder/tab-norm-right.jpg") no-repeat 100% 0;
padding:5px 20px 0px 0px;
margin:-5px -20px 0px 0px;
text-decoration:none;
font-weight:normal;
color:#003399;
}
  
/* HOVER STATE */
.nav ul a:hover {
float:left;
display:block;
background:url("/images/pfinder/tab-hover-right.jpg") no-repeat 100% 0;
padding:0px;
}
  
.nav li a:hover {
float:left;
display:block;
background:url("/images/pfinder/tab-hover-left.jpg") no-repeat 0 0;
padding:5px 20px 5px 20px;
}
.nav a:hover {
float:left;
  display:block;
  background:url("/images/pfinder/tab-hover-right.jpg") no-repeat 100% 0;
  padding:5px 20px 5px 20px;
  text-decoration:none;
  font-weight:normal;
  color:black;
  border-right:3px #ECECEC solid;
  }
  
.nav a:hover span {
display:block;
background:url("/images/pfinder/tab-hover-right.jpg") no-repeat 100% 0;
padding:5px 20px 0px 0px;
margin:-5px -20px 0px 0px;
text-decoration:none;
font-weight:normal;
color:black;
}
/* ACTIVE STATE ---------------------------------------- */
.nav ul a:hover .active {
float:left;
display:block;
background:url("/images/pfinder/tab-active-right.jpg") no-repeat 100% 0;
padding:0px;
}
  
.nav li a:hover .active {
xfloat:left;
display:block;
background:url("/images/pfinder/tab-active-left.jpg") no-repeat 0 0;
padding:5px 20px;
}
#btwo .active, #bone .active, #bthree .active, #bfour .active {
xfloat:left;
  display:block;
  background:url("/images/pfinder/tab-active-left.jpg") no-repeat 0 0;
  padding:5px 20px;
  text-decoration:none;
  font-weight:bold;
  color:red;
  border-right:3px #ECECEC solid;
  }
  
#bone .active span, #btwo .active span, #bthree .active span, #bfour .active span {
display:block;
background:url("/images/pfinder/tab-active-right.jpg") no-repeat 100% 0;
padding:5px 20px 0px 0px;
margin:-5px -20px 0px 0px;
text-decoration:none;
font-weight:bold;
color:white;
font-size:14px;
}
/*
<div class="box" id="isnotMacIE5">This is not MacIE5</div>
<div class="box" id="isMacIE5">This <em>is</em> MacIE5 ?</div>
*/
#isnotMacIE5 { display: none;  }
#isMacIE5 { display: block; background-color: #060; color: #fff; }
/* commented backslash hack v2 \*/
#isnotMacIE5 { display: block; background-color: #060; color: #fff; }
#isMacIE5 { display: none; }
/* end hack */
/*    
#btwo .active {float:left;}
.nav li a:hover .active {float:left;}
.nav ul a:hover .active {float:left;}
.nav a:hover {float:left;}
.nav li a:hover {float:left;}
.nav ul a:hover {float:left;}
.nav a {float:left;}
.nav li {float:left;}
.nav ul {float:left;}
.nav {float:left;}
*/
  
/* =============================================== NAVIGATION ITEMS END ============================================= */
