a.panelLink {
  display: block;
}

.clear {
  clear: both;
}

.panel {
  /*background: url(/img/panel/panel_top_left.png) no-repeat top left;*/
  color: white;
  position: relative;
  width: 367px;
  height: 210px;
  margin-bottom: 20px;
}

.panel#samochodPanel {
  background: url(/img/option1.png) no-repeat center center;
}

.panel#refinansowaniePanel {
  background: url(/img/option2.png) no-repeat center center;
}

.panel#leasingPanel {
  background: url(/img/option3.png) no-repeat center center;
}

.panel#pozyczkaPanel {
  background: url(/img/option4.png) no-repeat center center;
}

.panel#konsolidacjaPanel {
    background: url(/img/option5.png) no-repeat center center;
}

.panel#inwestycjePanel {
    background: url(/img/option6.png) no-repeat center center;
}


.panel:hover {
  cursor: pointer;
}

.panel .hd {
  background: url(/img/panel/panel_top_right.png) no-repeat top right;
  padding: 10px 15px 5px 15px;
}

.panel .bd {
  background: url(/img/panel/panel_right_edge.png) repeat-y top right;
  padding: 5px 15px;
}

.panel .ftWrapper {
  background: url(/img/panel/panel_bottom_left.png) no-repeat bottom left;
  padding: 0 0 0 15px;
}

.panel .ftWrapper .ft {
  background: url(/img/panel/panel_bottom_right.png) no-repeat bottom right;
  padding: 5px 15px 10px 0;
}

.panel .ftWrapper .ft.socked {
  height: 42px;
  position: relative;
  background: url(/img/panel/panel_bottom_right_socked.png) no-repeat bottom right;
  padding: 5px 0 0 5px;
}

#adsense {
  margin-top: 10px;
  text-align: center;
  width: 950px;
  height: 90px; 
}

#tabbar {
  padding-left: 5px;
}

#tabbar .yui-content {
  border-top-color: #4469a3; 
  background-color: #ffffff;
}

#tabbar .yui-nav {
  border-color: #4469a3;
  font-family: "Trebuchet Ms";
}

#tabbar .yui-nav li a em {
  color: black;
}
	

#tabbar .yui-nav .selected a {
  border-color: #4469a3;
  background-color: #4469a3;
  background-image: none;
}

#tabbar .yui-nav .selected a em {
  color: white;
}

#tabbar .yui-nav .selected a:hover {
  background-color: #4469a3;
  background-image: none;
}

#tabbar .yui-nav .selected a:focus {
  background-color: #4469a3;
  background-image: none;
}

#tabbar .yui-nav .selected a em {
  border-color: #4469a3;
  background-color: #4469a3;
}

table.basic {
  border-collapse: collapse;
  font-size: 12px;
}

table.basic tbody tr.even {
  background-color: #d2d2d2;
}

table.basic thead {
  background-color: #4469a3;
  font-family: 'trebuchet ms';
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-color: white;
}

table.basic thead td {
  border-color: white;
}

table.basic tbody {
  border: 1px solid white;
}

table.basic tbody td {
  border-top: 0;
  border-bottom: 0;
  border-color: white;
}

table .empty {
  border: 0px;
  background-color: white;
}

table td.currency {
  text-align: right;	
}

div.clear {
  float: none;
  clear: both;
}

div.wallpaper {
  font-size: 12px;
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}

div.wallpaper a {
  font-size: 10px;
}

img.warning {
  vertical-align: middle;
}

p.warning {
  padding-left: 20px;
  background: url(/img/warning.gif) no-repeat;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 2px
}

