
/********

	dhtml: css stlye for dhtml elements

********/


/* flash tour placeholder */

div#boxTour {display:none;background-color:#efefef;}

/* tabbed boxes */

.tabNav {width:100%;background:url(../images/global/boxes/whitebox_border.gif) repeat-y 0 0;line-height:normal;overflow:hidden;}
.tabNav ul {background:url(../images/global/boxes/whitebox_tabs.gif) repeat-x 100% 23px;margin:0;padding:0 0 5px 0;list-style:none;display:block;float: left;width:100%;}
.tabNav li {list-style:none;float:left;background:url(../images/global/tabs/28_tall/tab_inactive_left.png) no-repeat left top;margin:0;padding:0 0 0 9px;}
.tabNav a {float:left;display:block;background:url(../images/global/tabs/28_tall/tab_inactive_right.png) no-repeat right top;padding:5px 15px 4px 6px;text-decoration:none;font-weight:bold;color:#999;}
.tabNav p {float:left;display:block;background:url(../images/global/tabs/28_tall/tab_inactive_right.png) no-repeat right top;margin:0;padding:5px 15px 4px 6px;text-decoration:none;font-weight:bold;color:#ccc;}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

.tabNav a:hover {color:#666;}
.tabNav .tabNavCurrent {background-image:url(../images/global/tabs/28_tall/tab_active_left.png);border-width:0;color:#666;}
.tabNav .tabNavCurrent a {background-image:url(../images/global/tabs/28_tall/tab_active_right.png);padding-bottom:5px;color:#666;}
  
.tabHide {display:none;}
.tabShow {display:block;}

/* end tabbed boxes */

