/* ================================================================ 
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.
=================================================================== */
/*MODIFIED - 02/08- Ines Natale
=================================================================== */
#minitabs {float: left;width: 700px; height:440px; margin-top: 20px;}
#tabs { width:700px; text-align:left;  height:380px; background:#9B9B9B url(../img/minitabs/top.gif); margin:0; position:relative; z-index:200; font:normal 11px verdana, arial, sans-serif;}
#tabs ul {padding:0; margin:0; width:699px; list-style:none;}
#tabs ul li.outer {float:left;  display:inline; margin:-45px 4px 3px 4px; width:124px; height:53px; border-bottom:1px solid #1b1b1b; line-height:45px; color:#666; text-align:center; padding:0 0 0 60px; cursor:pointer;}

 .gecko #tabs ul li.outer {float:left;  display:inline; margin:-15px 4px 3px 4px; width:124px; height:53px; border-bottom:1px solid #1b1b1b; line-height:45px; color:#444; text-align:center; padding:0 0 0 60px; cursor:pointer;}


#tabs ul li.one {background:transparent url(../img/minitabs/profile.jpg) no-repeat top left;}
#tabs ul li.two {background:transparent url(../img/minitabs/hotjobs.jpg) no-repeat top left;}
#tabs ul li.three {background:transparent url(../img/minitabs/browse.jpg) no-repeat top left;}

#tabs ul li div {display:none;}

#tabs ul li.click {padding-bottom:20px; color:#000; }
 .gecko #tabs ul li.click {padding-bottom:60px; color:#000; }
#tabs ul li.click {color:#000; background-position:0 -55px; height:55px; cursor:default;}


#tabs ul li.click div {display:block; padding:5px; position:absolute; left:4px; top:70px; width:680px; height:340px;}

#tabs ul li.click div.tab_left
{background:transparent url(../img/minitabs/tab_left.gif);text-align:left;}

#tabs ul li.click div.tab_center
{background:transparent url(../img/minitabs/tab_center.gif);text-align:left;}

#tabs ul li.click div.tab_right
{background:transparent url(../img/minitabs/tab_right.gif);text-align:left;}

.clear {clear:both; height:0; line-height:0; overflow:hidden;}

#minitabsbot {display:block; height:50px; background:transparent url(../img/minitabs/bottom2.gif);}
#tabs div h5 {font-size:11px; margin:0;}
#tabs div p, #tabs div a {font-weight:bold; text-align:left; color:#000; margin-top:0px; line-height:10px;}
#tabs div a:hover {font-weight:bold; text-align:left; color:#E78A0E; margin-top:0px; line-height:10px;}
#tabs div a img {border:0;}
#tabs div img {float:left; border:0; margin: 8px 15px 0px 8px;}
#tabs p.buttons {text-align:center;}

