/* $Id: ocasky1.css,v 1.1.2.2 2008/12/07 17:22:02 eL Exp $ */

/* ocasky1 style tabs */

.quicktabs_main.quicktabs-style-ocasky1 {
  /*border-bottom: 1px solid #EEEEEE;*/
  padding: 10px 5px 2px;
}

ul.quicktabs_tabs.quicktabs-style-ocasky1 {
  padding: 0 15px;
  font-size: 1em;
  list-style: none;
  height: 29px;
}

ul.quicktabs_tabs.quicktabs-style-ocasky1 li {
  float: left;
  height: 29px;
  margin: 0 -9px -5px -5px;
  padding: 0 0 0 14px;
  margin-top: 1px;
}

ul.quicktabs_tabs.quicktabs-style-ocasky1 li a {
  font: bold 12px/170% Verdana;
  font-size-adjust: none;
  display: block;
  height: 27px;
  margin: 0;
  padding: 4px 22px 0px 5px;
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(images/tab-right-sep.png) no-repeat right -32px;
  color: #b0b0b0;
}

/*override active tab*/
ul.quicktabs_tabs.quicktabs-style-ocasky1 li.active {
  background: transparent url(images/tab-left-sep.png) no-repeat left 0;
}

ul.quicktabs_tabs.quicktabs-style-ocasky1 li.active a {
  background: transparent url(images/tab-right-sep.png) no-repeat right 0;
  color: white;
}

/*override first tab*/
ul.quicktabs_tabs.quicktabs-style-ocasky1 li.first {
  background: transparent url(images/tab-left.png) no-repeat left -32px;
}

ul.quicktabs_tabs.quicktabs-style-ocasky1 li.first:hover {
  /*background: transparent url(images/tab-left.png) no-repeat left -76px;*/
}

ul.quicktabs_tabs.quicktabs-style-ocasky1 li.first.active {
  background: transparent url(images/tab-left.png) no-repeat left 0px;
}

/*override last tab*/
ul.quicktabs_tabs.quicktabs-style-ocasky1 li.last a {
  background: transparent url(images/tab-right.png) no-repeat right -32px;
}

ul.quicktabs_tabs.quicktabs-style-ocasky1 li.last a:hover {
  /*background: transparent url(images/tab-right.png) no-repeat right -76px;*/
}

ul.quicktabs_tabs.quicktabs-style-ocasky1 li.last.active a {
  background:transparent url(images/tab-right.png) no-repeat right 0px;
}
