body {font-family: tahoma;}
a {text-decoration: none}
#zakladki {width: 308px; font-size: 12px}

.tabs-hide {
        display: none;
    }

.tabs-nav {
list-style: none;
margin: 0;
padding: 0;
width:308px;
background: url(../images/jtab_nav_back_x.png) repeat-x bottom;
}
.tabs-nav li {
    display: inline-block;
    *float: left;
    /*min-width: 84px;  be nice to Opera */
	background: url(../images/jtab_naw_button.gif) no-repeat;
}
.tabs-nav a {
    display: block;
    width: 100px;
	height:20px;
	padding: 4px 0 0 0;
	text-align:center;
}

.tabs-nav .tabs-selected a {
	background: url(../images/jtab_naw_button_active.gif) no-repeat;;
}

.tabs-container {
	width:288px;
	height: 105px;
	overflow: hidden;
	font-size: 10px;
    border: solid 1px #ceccd9;
	border-top: none;
	padding:9px;
}