/* $Id: zen.css,v 1.3.4.2 2008/12/07 17:22:03 pasqualle Exp $ */

/**
 *  Style from the new (great!) ZEN THEME for Drupal 
 * http://drupal.org/project/zen
 */

.quicktabs_main.quicktabs-style-zen {
  clear:both;
}
ul.quicktabs_tabs.quicktabs-style-zen {
  margin:4px 0 22px 10px;
  padding:0 0 0 0;
  list-style: none;
  height:54px;
  background:url(images/bg-tabs.gif) no-repeat;
  position:relative;
}


ul.quicktabs_tabs.quicktabs-style-zen li.qtab-0 a{

  display:block;
  position:absolute;
  top:0;
  left:0;
  width:114px;
  height:54px;
  line-height:54px;
  margin: 0 0 0 0;
  padding:0;
  text-indent:-5000px;
  background: url(images/bg-tab-one.gif) no-repeat center top;
}
ul.quicktabs_tabs.quicktabs-style-zen li.qtab-1 a{

  display:block;
  position:absolute;
  top:0;
  left:114px;
  width:221px;
  line-height:54px;
  height:54px;
  margin: 0 0 0 0;
  padding:0;
  text-indent:-5000px;
  background: url(images/bg-tab-two.gif) no-repeat center top;
}
ul.quicktabs_tabs.quicktabs-style-zen li.qtab-2 a{

  display:block;
  position:absolute;
  top:0;
  left:335px;
  width:170px;
  height:54px;
  line-height:54px;
  margin: 0 0 0 0;
  padding:0;
  text-indent:-5000px;
  background: url(images/bg-tab-three.gif) no-repeat center top;
}

ul.quicktabs_tabs.quicktabs-style-zen li.active a,
ul.quicktabs_tabs.quicktabs-style-zen li.active a:hover{
   background-position: 50% -54px;
}

