/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
	/* float: right;  */
    list-style: none;
    margin: 22px 0px 0px;
    padding: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 4px;
    min-width: 40px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 8px;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 23px; /* IE 6 treats width as min-width */
    min-width: 23px;
    height: 16px; /* IE 6 treats height as min-height */
    min-height: 16px;
    padding-top: 10px;
    padding-right: 0;
	vertical-align: bottom;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 11px;
}


.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
	background: #FBFBFC url(../../img/zakladka/bg.jpg) no-repeat;
	height: 220px;
		/*  background: #fff; declare background color for container to avoid distorted fonts in IE while fading */
}


.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


/*** grafiki ***/
 span#t-hosting-wirtualny{	background: url(../../img/zakladka/hosting-wirtualny.gif) no-repeat; width: 122px;	height: 11px; padding: 0; margin: 0;}
.tabs-nav .tabs-selected a span span#t-hosting-wirtualny{	background: url(../../img/zakladka/a/hosting-wirtualny.gif) no-repeat; }


span#t-serwery-dedykowane{	background: url(../../img/zakladka/serwery-dedykowane.gif) no-repeat;	width: 135px;	height: 11px; padding: 0; margin: 0; }
.tabs-nav .tabs-selected a span span#t-serwery-dedykowane{	background: url(../../img/zakladka/a/serwery-dedykowane.gif) no-repeat; }

span#t-vps{	background: url(../../img/zakladka/vps.gif) no-repeat;	width: 24px;	height: 11px; padding: 0; margin: 0; }
.tabs-nav .tabs-selected a span span#t-vps{	background: url(../../img/zakladka/a/vps.gif) no-repeat; }

span#t-dla-programisty{	background: url(../../img/zakladka/dla-programisty.gif) no-repeat;	width: 61px;	height: 11px; padding: 0; margin: 0; }
.tabs-nav .tabs-selected a span span#t-dla-programisty{	background: url(../../img/zakladka/a/dla-programisty.gif) no-repeat; }

span#t-inne-uslugi{	background: url(../../img/zakladka/inne-uslugi.gif) no-repeat;	width: 75px;	height: 11px; padding: 0; margin: 0; }
.tabs-nav .tabs-selected a span span#t-inne-uslugi{	background: url(../../img/zakladka/a/inne-uslugi.gif) no-repeat; }


#tab{
	margin: 20px 0 0 0;
	border-bottom: 1px solid #858788;
	color: #2C3437;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 140%;
}
/*#4C5457*/

/* zakladki */
.tabs-container{
	 padding: 5px 0;
}

.tabs-container p{
	 margin: 8px 8px 3px;
}


#tab img.pakiet{
   float: left;
   margin-right: 10px;
   margin-left: 5px;
}

#tab p.toright {
	text-align: right;
}


#tab .special{
   font-weight: bold;
   margin: 4px 0;
}



#tab table{
	border: 0;
	width: 100%;
	margin-top: 15px;
/*	border-bottom: 1px solid #F2F4F4; */
	clear: both;
}
#tab table tr td {
  margin: 0;
  padding: 0px 10px;
  border: 0;
 /* width: 50%;*/
}
#tab table tr.a td{
/*	background-color: #F3F4F4;
	#EFF0F1; opacity: 0.6;	filter:alpha(opacity=60); */
	color: #6C7477;
}
#tab table tr.b{
	color: #6C7477;
}

#tab .expanded {
	letter-spacing: 0.2em;
}



/*
#tab .content{ background: #FBFBFC url(zakladka/bg.jpg) no-repeat }

#tab .heading{ height: 31px; background: url(zakladka/_bg.gif) repeat-x bottom }
#tab .heading ul{ float: right; padding-right: 10px }
#tab .heading li{ float: left; height: 31px; margin: 0 5px }
#tab .heading .text  { float: left; padding: 12px 10px 9px; background: url(zakladka/_bg_over.gif) repeat-x bottom }
#tab .heading .text_b{ float: left; padding: 12px 10px 9px; background: url(zakladka/_bg_hover.gif) repeat-x bottom }
#tab .heading .corner_left { float: left; background: url(zakladka/_bg_corner_left.gif) no-repeat; width: 3px; height: 31px }
#tab .heading .corner_right{ float: left; background: url(zakladka/_bg_corner_right.gif) no-repeat; width: 3px; height: 31px }
#tab .heading .corner_left_b { float: left; background: url(zakladka/_bg_corner_left_b.gif) no-repeat; width: 3px; height: 31px }
#tab .heading .corner_right_b{ float: left; background: url(zakladka/_bg_corner_right_b.gif) no-repeat; width: 3px; height: 31px }
*/

