/*
IMPORTANT:
Essential styles to ensure accessibility
*/
@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;
    }
}

#tabs {
}
.price {
	position: relative;
	clip: rect(10px,30px,auto,auto);
	float: right;
	padding-right: 2em;
}
.anchors {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}

.anchors a {
    display: block;
    position: relative;
    top: 6px;
	border: 1px solid #cccccc;
    z-index: 2;
    padding: 3px 11px 2px;
    color: #000;
	background: white url(../img/shade.gif) top left repeat-x;
    text-decoration: none;
}
/* para IE  
.anchors a {
    top: 10px;
}

*/
.anchors .on a {
    padding: 3px 14px 2px;
    font-weight: bold;
	border-bottom: 0px;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active
 {
    background-color: #CCCCCC;  
	background-image: url(../img/shadeactive.gif);  
	
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}

.tabbertab#tab1 {
	background-image: url(../img/fundo_hosp_planobasico.gif);
	padding: 1em;
	border: 1px solid #cccccc;
	border-top: none;
	}
.tabbertab#tab2 {
	background-image: url(../img/fundo_hosp_planopro.gif);
	padding: 1em;
	border: 1px solid #cccccc;
	border-top: none;
	}
.tabbertab#tab3 {
	background-image: url(../img/fundo_hosp_planocorp.gif);
	padding: 1em;
	border: 1px solid #cccccc;
	border-top: none;
	}
.tabbertab#tab4 {
	background-image: url(../img/fundo_hosp_planoasp.gif);
	padding: 1em;
	border: 1px solid #cccccc;
	border-top: none;
	}
.tabbertab#tab5 {
	background-image: url(../img/fundo_hosp_planoasppro.gif);
	padding: 1em;
	border: 1px solid #cccccc;
	border-top: none;
	}
.tabbertab#tab6 {
	background-image: url(../img/fundo_hosp_planoaspcorp.gif);
	padding: 1em;
	border: 1px solid #cccccc;
	border-top: none;
	}
.tabbertab#tab7 {
	background-image: url(../img/fundo_hosp_planolight.gif);
	padding: 1em;
	border: 1px solid #cccccc;
	border-top: none;
	}
