/* 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 {
	list-style: none;
	margin: 0;
	padding: 0px;
}
.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 0px;
	list-style-type:none;
	padding-left: 0px;
	text-align: center;
	list-style-image: none;
}
.tabs-nav li.tab_novinky, .tabs-nav li.tab_pocasi, .tabs-nav li.tab_mena {
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 73px;
	margin-right: 3px;
}
.tabs-nav li.tab_mena {
	margin-right: 0;
}	
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0;
	height: 29px;
	line-height: 29px;
}
.tabs-nav a {
	font-size: 1em;
   	position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.tabs-nav a:hover, .tabs-nav a:active, .tabs-nav a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.tabs-nav .tabs-selected a {
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}

/*tabs*/
#tabs_obal {}
#novinky, #pocasi, #mena {
	background-image: url(../images/tab_in.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 225px;
	margin-bottom: 10px;
	margin-top: -1px;
}
.tab_in {
	padding: 20px;
	/*background-image: url(../images/box_akce_top.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.tab_in a {
	color: #959595;
}	
.tab_in a:hover {
	color: #ff0000;
}	
.tab_foot { 
	background-image: url(../images/tab_foot.gif); 
	background-repeat: no-repeat; 
	height: 10px; 
	overflow: hidden;
}

