/* $Id: arrows.css,v 1.2.4.1 2008/12/07 18:09:24 pasqualle Exp $ */

.quicktabs_main.quicktabs-style-arrows{
  clear:both;
}

ul.quicktabs_tabs.quicktabs-style-arrows{
  font:bold 12px/170% Verdana;
  border-bottom:1px solid #ccc;
  padding:0 10px 0 0!important;
  line-height:22px;
  margin:0 0 10px 0;
}

ul.quicktabs_tabs.quicktabs-style-arrows a{
  text-decoration:none;
  background:transparent url(images/arrows.gif) no-repeat center 17px;
  padding:2px 10px 4px;
}

ul.quicktabs_tabs.quicktabs-style-arrows li.active a,
ul.quicktabs_tabs.quicktabs-style-arrows li a:hover{
  text-decoration:none;
  background:transparent url(images/arrows.gif) no-repeat center bottom;
}
/* IE 6 Debug */
* html ul.tabs,
* html ul.quicktabs_tabs.quicktabs-style-arrows,
* html .sidebar ul.quicktabs_tabs.quicktabs-style-arrows {
  padding-bottom: 0px;
}
* html ul.tabs li a:link,
* html ul.tabs li a:visited,
* html ul.quicktabs_tabs.quicktabs-style-arrows li a:link {
  padding-bottom:4px;
}
/* IE 7 Debug */
html>body ul.tabs li a:link,
html>body ul.tabs li a:visited,
html>body ul.quicktabs_tabs.quicktabs-style-arrows li a:link {
  *padding-bottom: 4px;
}
/* Safari 3 Debug */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  html>body ul.tabs li a:link,
  html>body ul.tabs li a:visited,
  html>body ul.quicktabs_tabs.quicktabs-style-arrows li a:link {
    padding-bottom: 4px;
  }
}
