/* 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;
	padding: 0px;
	margin: 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	content: " ";
	clear: both;
}
.tabs-nav li {
	display: block;
	margin: 0;
}
.tabs-nav li a{
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #504B5E;
	font-weight: bold;
	padding-left: 120px;

}
.tabs-nav li a:hover{
	background-color: #898EA9;
	color: #FFFFFF;

}

.tabs-nav .tabs-selected a {
    color: #FFFFFF;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	outline: 0; /* prevent dotted border in Firefox */
	background-color: #4F536C;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {

}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-color: #0066FF;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-color: #FF0000;
}
.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-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	padding-top: 60px;
	padding-right: 40px;
	padding-bottom: 1px;
	padding-left: 115px;
	height: 130px;
}
.tabs-container p{
	padding-left: 6px;

}
#container-10 {
	background-image: url(../img/bg_faqs.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 619px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	
}
#box_faqs_img {
	position: absolute;
	padding-top: 13px;
	z-index: 10;
	margin-top: -20px;
}
.obs a{
	display: block;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 155px;
	padding-right: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #F0BB00;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	width: 280px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../img/0021.png);

}
.obs a:hover{
	color: #333333;
	text-decoration: underline;

}

