/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menus/mini-tabbed-pages.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
* html #tabs 
{
  width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important");
  height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important");
  display:none;
}


#tabs {text-align:center; background: #ccc; margin:0; position:relative; z-index:200; font:bold 11px verdana, arial, sans-serif;padding-top:4px;width:500px;}
#tabs ul {padding:0; margin:0; list-style:none; position:relative;}
#tabs ul li.outer {float:left; display:inline; margin:0 4px 3px 4px; width:90px; height:30px; border-bottom:0px solid #9c9c9c; line-height:30px; color:#000;  padding:0 0 0 1px; cursor:pointer;}

#tabs ul li.one {background:#999;}
#tabs ul li.two {background:#999;}
#tabs ul li.three {background:#999;}
#tabs ul li.four {background:#999;}
#tabs ul li.five {background:#999;}
#tabs ul li.six {background:#999;}

#tabs ul li div {display:none;}

#tabs ul li.click {padding-bottom:102px; border-bottom:3px solid #ccc; color:#000; margin-bottom:0;}

#tabs ul li.click {color:#000; background:#ddd; height:30px; cursor:default;}


#tabs ul li.click div {display:block; padding:5px; position:absolute; left:4px;width:480px; height:90px; border-bottom:0px solid #fff;}

#tabs ul li.click div.tab_left
{background:#ddd;margin-top:2px;}

#tabs ul li.click div.tab_center
{background:#ddd;margin-top:2px;}

#tabs ul li.click div.tab_right
{background:#ddd;margin-top:2px;}

.clear {clear:both; height:0; line-height:0; overflow:hidden;}

#tabs span.base {display:block; height:0px;font-size:10px; color:#c60; background:#ccc;}
#tabs div h5 {font-size:11px; margin:0;}
#tabs div p {font-weight:normal; text-align:left; color:#000; margin-top:3px; line-height:15px;}
#tabs div a img {border:0;}
#tabs div img.image {float:left; border:0; margin-right:5px; margin-top:-15px;}
#tabs div a.unlock {background:url(icon/unlock.gif); display:block; width:30px; height:30px; margin:0 auto;}
#tabs div a.unlock:hover {border:0;}
#tabs div a:hover.unlock img {visibility:hidden;}
#tabs p.bold {color:#069; padding-top:5px;}
#tabs form {margin-top:-10px; padding:0;}
#tabs form fieldset {padding:0;}
#tabs p.buttons {text-align:center;}
#tabs ul li.click div a:hover{color:#ff9900;}
#tabs ul li.click div a,a:visited {color:#000;font-size:12px;}