/* 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... */
    .ui-tabs-hide {
        display: none!important;
    }
}

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

/* Skin */
#container-4 { /* the whole container with all elements of the tabbed section */
	margin: -10px 0px 40px 50px!important;
	min-height:200px;
	height:auto !important;
	height:200px;
}

#container-4.img{
	border: none;
}

#container-3{
	margin: 0px 0px 20px 5px!important;
	min-height:39px;
	height:auto !important;
	height:39px;
}
#container-3 ul {
		margin:0;
		padding:0;
		list-style:none;
		}
	#container-3 li {
		float:left;
		margin:0px 0px 0px 0px;
		padding:15px 0px 0px 0px;
		background:none;
		width:170px;
		height:39px;
		text-align:center;
		background:url(../images/backgrounds/tabs/flik_off.jpg) no-repeat right top;
		}
	#container-3 li.ui-tabs-selected{
		background:none;
		background:url(../images/backgrounds/tabs/flik_on.jpg) no-repeat right top;
	}
	
	#container-3 a {
		display:block;
		padding:0px 0px 0px 5px;
		color:#000000;
		text-decoration:none;
		
	}
