/**
* GK Tab - style 2
* @package Joomla!
* @Copyright (C) 2009-2011 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: GK4 1.0 $
**/

.gkTab { position: relative; }
.gkTabWrap { margin: 0 auto; background: none !important;  }

/*module*/
ul.gkTabs { 
margin-bottom: 5px! important; 
margin: 0px; 
width: 695px;
margin-top: -5px!important; 
margin-left: -10px;
padding: 0!important; 
background: none !important; 
height:20px; 
border: none!important; 
border-bottom: 2px solid #0c4c9f !important;  }  /*barre bas*/




/*tab*/
ul.gkTabs li { list-style-type: none; 
position: relative; 
float: left; 
line-height: 25px !important; 
margin: -5px 3px 0px 0px!important; 
padding: 0 20px!important; 
border: none !important; 
cursor: pointer; 
font-weight: bold; 
font-size: 11px;
color: #0c4c9f; 
background: #fff!important;  /*tab no select*/
 border-radius: 6px 6px 0px 0;
/* border: 1px solid #9FAEBF; !important;*/
 }








ul.gkTabs li:hover,
ul.gkTabs li.active { background: #0c4c9f !important;  /*tab select*/
color: #fff !important;  }


ul.gkTabs li:hover:first-child,
ul.gkTabs li.active:first-child {    /*permiere tab*/
-moz-border-radius-topleft: 4px; 
-webkit-border-radius-topleft: 4px; 
border-radius-topright: 4px; }



.gkTabContainer0 { clear: both; }
.gkTabContainer1 { overflow: hidden; }
.gkTabItem { float: left; overflow: hidden; padding: 0px 0; }


.gkTabButtonNext,
.gkTabButtonPrev { width: 18px; height: 18px; background: url('../images/style2/b_next.png') no-repeat 0 0; cursor: pointer; position: absolute; top: 43%; right: 0; text-indent:-999em; }
.gkTabButtonPrev { background: url('../images/style2/b_prev.png') no-repeat 0 0; left: 0; right:inherit; }
.gkTabButtonNext:hover,
.gkTabButtonPrev:hover { background-position: 100% 0; }
.gkTabContainer0,
.gkTabContainer1,
.gkTabContainer2 { position:relative; }
.gkTabItem { position: absolute; left: -999em; top: -10px; width: 100%; }
.gkTabItem.active { position: static; left: 0; }
