/* 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;
	width:100%;
	position:absolute;
	top:235px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.banner ul.lists li{
	width:315px;
	float:left;
	background:url(images/divi.png) no-repeat right;
}

.tabs-nav a{
	display:block;
	width:255px;
	height:63px;
	float:left;
	font-size:13px;
	color:#fff;
	text-align:left;
	font-weight:normal;
	padding:26px 29px 0 32px;
}
.tabs-selected a, .tabs-nav a:hover{
	background: url(../images/list-hover.png) 0 0 no-repeat;
}


.tabs-nav li {
    float: left;
    margin:0 0 0 1px;
 /* be nice to Opera */
}
.tabs-nav li:first-child{margin:0px}
    
.tabs-container {
    padding: 1em 8px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
