/* ================================================================ 
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.
=================================================================== */


#tabs {width:316px; text-align:center; margin:0; position:relative; z-index:200; font:bold 13px  Sylfaen, verdana, arial, sans-serif;}
#tabs ul {padding:0; margin:0; width:318px; list-style:none; position:relative;}
#tabs ul li.outer {float:left; display:inline; margin:0 0px 6px 0px; width:98px; height:30px; border-bottom:1px solid #666; border-right:0px solid #666; border-top:0px solid #ccc; border-left:0px solid #ccc; line-height:25px; color:#333;  padding:0 0 0 0px; cursor:pointer;}

#tabs ul li.one {background:#fff url(icon/exempl.jpg) no-repeat top left; margin-right:8px;}
#tabs ul li.two {background:#fff url(icon/exempl.jpg) no-repeat top left; margin-right:8px;}
#tabs ul li.three {background:#fff url(icon/exempl.jpg) no-repeat top left;}


#tabs ul li div {display:none;}



#tabs ul li.click {color:#333; background-position:0 -30px; height:30px; cursor:default;border-bottom:0px solid #000; border-right:0px solid #ccc; border-top:0px solid #ccc; border-left:0px solid #ccc;}


#tabs ul li.click div {display:block; padding:5px; position:absolute; left:0px; top:30px; width:300px; height:140px; border-bottom:0px solid #fff;}

#tabs ul li.click div.tab_left
{background:#fff url(icon/tab_left.jpg) no-repeat;}

#tabs ul li.click div.tab_center
{background:#fff url(icon/tab_center.jpg) no-repeat;}

#tabs ul li.click div.tab_right
{background:#fff url(icon/tab_right.jpg) no-repeat;}

.clear {clear:both; height:0; line-height:0; overflow:hidden;}


#tabs div h5 {font-size:11px; margin:0;}
#tabs div p {font-weight:normal; text-align:left; color:#323858; 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 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;}
