/* ================================================================ 
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:261px; text-align:center; background: #fcedc4; margin:0; position:relative; padding:0px; z-index:200; font:bold 12px verdana, arial, sans-serif; float:left}
#tabs ul {padding:0; margin:0; width:269px; list-style:none; position:relative;overflow:inherit;}
#tabs ul li.outer {float:left; display:inline; margin:0 4px 3px 2px; width:125px; height:32px; border-bottom:1px solid #ffd682; line-height:30px; color:#664; padding:0px 0px 0px 0px;  cursor:pointer;}

#tabs ul li.one {background:#fcedc4 url(/images/tab01.jpg) no-repeat top left;}
#tabs ul li.three {background:#fcedc4 url(/images/tab01.jpg) no-repeat top left;}
#tabs ul li div {display:none;}

#tabs ul li.click {padding-bottom:0px; border-bottom:1px solid #fff; color:#000; margin-bottom:0;}
#tabs ul li.click {color:#000; background-position:0 -37px; height:37px; cursor:default;}

#tabs ul li.click div {display:block; padding:5px; position:absolute; left:2px; top:37px; width:250px; height:92px; border-bottom:0px solid #fff;}
#tabs ul li.click div.tab_left{background:#fcedc4 url(/images/tab_left.gif);}
#tabs ul li.click div.tab_right{background:#fcedc4 url(/images/tab_right.gif);}

#tabs div h5 {font-size:11px; margin:0;}
#tabs div p {font-weight:normal; text-align:left; color:#000; margin-top:8px; margin-bottom:3px; line-height:15px;}
#tabs div p span.sp1
{
    color:#a53f14;
    padding:0px 8px 0px 15px;
}
.input001
{
    border-top:solid 2px #808080;
    border-left:solid 2px #808080;
    border-right:solid 1px #c3c3c3;
    border-bottom:solid 1px #c3c3c3;
    height:19px;
    width:150px;
}
.input002
{
    border:solid 1px #fff;
    color:#a53f14;
    text-decoration:underline;
    background:#fff url(/images/homeIcon.gif) no-repeat 0 -717px;
    padding-left:16px;
}
.input003
{
    border:solid 1px #fff;
    color:#000;
    text-decoration:underline;
    background-color:#fff;
    padding:0px;
    width:80px;
    cursor:hand;
}
#tabs div .btm
{
    text-align:center;
}

#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;}

