/* 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;
    }
}
/* ---- */
.tabs-nav li {
	float: left;
	height: 28px;
	margin: 0 4px 0 0;
	width:111px;
}
	.tabs-nav li.semi {
		float: left;
		width: 384px;
		padding: 6px 0 0 20px !important;
		padding: 2px 0 0 20px;
		margin: 0;
		font-size: 16px;
		line-height: normal;
		color: #9b9b9b;
	}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	display: block;
	text-indent: -9990px;
	background: url(../imagens/botoes/comprar-on.jpg) no-repeat;
}
.tabs-nav .tabs-selected a span.aluga, .tabs-nav a:hover span.aluga, .tabs-nav a:focus span.aluga, .tabs-nav a:active span.aluga {
	display: block;
	text-indent: -9990px;
	background: url(../imagens/botoes/aluga-onj.jpg) no-repeat;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background: url(../imagens/botoes/comprar-off.jpg) no-repeat scroll 0 0;
	text-indent: -9990px;
}
.tabs-nav a.aluga, .tabs-nav .tabs-disabled a.aluga:hover, .tabs-nav .tabs-disabled a.aluga:focus, .tabs-nav .tabs-disabled a.aluga:active {
    background: url(../imagens/botoes/aluga-off.jpg) no-repeat scroll 0 0;
	text-indent: -9990px;
}
	.tabs-nav a {
		color: #968262;
		font-size: 17px;
		line-height:1.2;
		padding-left:0;
		position:relative;
		text-align:center;
		text-decoration:none;
		top:1px;
		white-space:nowrap;
		z-index:2;
	}
	.tabs-nav a:hover {text-decoration: none;}
	.tabs-nav .tabs-selected a {
		color: #968262;
		padding: 0;
	}
.tabs-container {
	width: 944px;
	margin: 13px 0 0 18px;
	text-align: left;
}
/* ---- */

/* Skin */
.tabs-nav {
	display: block;
	height: 28px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 18px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav a span {
    width: 121px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 24px; /* IE 6 treats height as min-height */
    min-height: 24px;
    padding-top: 3px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 3px;
}
.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-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
