
/* --------------------------------------------------        --------------------------------------------------------*/
/* ------------------------------------------------ PRODUCT TABS ---------------------------------------------------*/

DIV#tabs {
	background:url(../images/tabsbottomborder.jpg) center top repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; line-height:15px; width:643px; height:33px; margin:15px 0 10px 0;
}
DIV#tabs A{
	background:none; color:#737373; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; float:left; margin:0 ; padding:0 0 0 23px;
}
DIV#tabs A SPAN{
	background:none; float:left; display:block; padding:9px 23px 9px 0px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV#tabs A SPAN {float:none;}
/* End IE5-Mac hack */

DIV#tabs A:hover{
	color:#0a377e; text-decoration:none;
}
DIV#tabs A.on{
	background:url(../images/tab_left.gif) left top no-repeat; color:#000; z-index:100;
}
DIV#tabs A.on SPAN{
	background:url(../images/tab_right.gif) right top no-repeat; color:#000;
}

#tabs a.off {z-index:20;}

div.hide {display:none; width:0; overflow:hidden;}

div.show {clear:both; width:643px; height:auto; z-index:50;}



