/* hellerpix.tabs.css */

.tabs {
  display:block;
  float:left;
  clear:both;
  margin:0;
  padding:0;
  width:780px; }
.tabs .tabs_choice {
  display:block;
  clear:both;
  margin:0;
  padding:0;
  width:780px;
  height:20px;
  background-position:0 0;
  background-repeat:repeat-x;
  background-image:url('../images/tabs_choice_bkg.gif');
  list-style:none; 
  overflow:hidden; }
.tabs .tabs_choice li {
  display:block;
  float:left;
  clear:none;
  margin:0;
  padding:0;
  height:19px;
  background-position:0 0;
  background-repeat:no-repeat;
  background-image:url('../images/tabs_choice_li.gif'); }
.tabs .tabs_choice li a,.tabs .tabs_choice li a:hover {
  display:block;
  float:left;
  clear:none;
  margin:0;
  padding:0 30px;
  height:19px;
  line-height:19px;
  font-size:12px;
  font-family:Tahoma,sans-serif;
  font-weight:bold;
  text-align:center;
  text-decoration:none; 
  color:#848282;
  background-position:100% 0;
  background-repeat:no-repeat;
  background-image:url('../images/tabs_choice_a.gif'); }
.tabs .tabs_choice li a:hover {
  color:#ff6f01; }
.tabs .tabs_choice li.tabs_active {
  height:20px; }
.tabs .tabs_choice li.tabs_active a {
  height:20px;
  color:#ff6f01; }

.tabs .tabs_content {
  display:none;
  position:relative;
  clear:both;
  margin:0;
  padding:0;
  width:780px;
  height:163px;
  background-position:0 0;
  background-repeat:repeat-x;
  background-image:url('../images/tabs_content_bkg.gif'); }


.tabs .tabs_choice .tabs_koperta,.tabs .tabs_choice .tabs_koperta:hover  {
  padding-right:40px;
  background-image:url('../images/tabs_choice_a_koperta.gif'); }

