#bloco-produtos{
	width:100%;
	height: 270px;
	background: #4e90c9; /* Old browsers */
	padding:54px 0 39px;
	margin:0 0 30px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4JSIgc3RvcC1jb2xvcj0iIzRlOTBjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzg5YjVkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzRlOTBjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #4e90c9 8%, #89b5da 50%, #4e90c9 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(8%,#4e90c9), color-stop(50%,#89b5da), color-stop(95%,#4e90c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4e90c9 8%,#89b5da 50%,#4e90c9 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4e90c9 8%,#89b5da 50%,#4e90c9 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4e90c9 8%,#89b5da 50%,#4e90c9 95%); /* IE10+ */
	background: linear-gradient(to right,  #4e90c9 8%,#89b5da 50%,#4e90c9 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e90c9', endColorstr='#4e90c9',GradientType=1 ); /* IE6-8 */
	
	-webkit-box-shadow: 0px 15px 12px 0px #CFE1F1;
	-moz-box-shadow:    0px 15px 12px 0px #CFE1F1;
	box-shadow:         0px 15px 12px 0px #CFE1F1;
}

#bloco-produtos .produtos .produto{
	background-color: #FFFFFF;
    float: left;
    font-family: 'gothic_720_lightregular';
    font-size: 20px;
    height: 220px;
    margin: 0 0 0 5px;
    padding: 20px 20px 30px;
    position: relative;
    text-align: center;
    width: 190px;
}

#bloco-produtos .produtos .produto .desc{
	line-height: 18px;
    margin: 15px 0 0;
    text-align: left;
	font-size: 15px;
}

#bloco-consultas{
	width:940px;
	display:table;
	border-bottom:4px solid #9fb7cc;
	text-align:center;
	margin: 49px 0 0;
}

#bloco-consultas .tabela-consultas .topo{
	position:relative;
}

.bt-saiba-mais.mpe {
background-color: #e5a927;
}
.bt-saiba-mais:hover {
opacity:1;
}
.bt-saiba-mais.listaonline {
background-color: #706a9d;
}
.bt-saiba-mais.lno {
background-color: #5fb040;
}
.bt-saiba-mais {
position: absolute;
bottom: 15px;
height:50px !important;
left: 15px;

opacity: 0.80;
float: left;
width: 200px;
font-size: 23px;
font:23px/1.55 gothic_720regular !important;}

#bloco-consultas .tabela-consultas .topo .first{
	text-align:left;
	border-bottom: 1px solid #D7DCE0;
}

#bloco-consultas .tabela-consultas .topo .first .texto1{
	color: #9FB7CC;
    line-height: 35px;
    margin: -14px 0 5px;
}

#bloco-consultas .tabela-consultas .topo .first .texto2{
	color: #999999;
    font-family: 'gothic_720_lightregular';
    line-height: 21px;
    margin: -8px 0 0;
}

#bloco-consultas .tabela-consultas .topo .plano{
	position:relative;
	padding: 21px 0 0;
	width:170px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#bloco-consultas .tabela-consultas .topo .plano .area1{
	font-size:20px;
	font-family: 'gothic_720bold';
	position:relative;
}

#bloco-consultas .tabela-consultas .topo .plano .area1 .selo-desconto{
	position:absolute;
	top:-21px;
	right:0;
	z-index:2;
}

#bloco-consultas .tabela-consultas .topo .plano .area2{
	height: 50px;
	position:relative;
	color:#fff;
	font-weight:bold;
	line-height:17px;
	padding: 20px 0 4px;
	background-repeat:no-repeat;
	background-position:center 0;
}
/* PRODUTO */
.container .desc{
	margin: 0 0 40px;
}

.container .area-registros{
	margin: 25px 0;
}

.container .prod-info{
	float:left;
	font-size:16px;
	margin: 0 0 0 20px;
}

.container .prod-info p{
	line-height:19px;
	padding: 19px 0 26px;
}

.container .prod-info .lista{
	width:433px;
	margin:12px 0 0;
}

.container .prod-info .lista .item-lista{
	background: url("../images/check-cinza.gif") no-repeat 0 0;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 4px 0 5px 32px;
}

.container .img-lista-online{
	float: right;
    margin: -18px -20px 0 0;
}

.container .img-carta{
	float: right;
    margin: 12px 0 0;
}

.container .vantagem{
	width:100%;
	display:table;
}

.container .vantagem .vantagem-lista{
	width:100%;
	display:table;
	font-size:14px;
	margin: 32px 0 0;
}

.container .vantagem .vantagem-lista .vantagem-item{
	color: #696969;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin: 0 23px;
    position: relative;
    text-align: center;
    width: 210px;
}

.container .vantagem .vantagem-lista .vantagem-item.vantagem-item-lno{
    margin: 0 7px;
	width:200px;
}

.container .vantagem .vantagem-lista .pontilhado{
	width:86px;
	height:6px;
	float:left;
	margin:58px 0 0;
}

.container .vantagem .vantagem-lista .vantagem-item .num{
	color:#888;
	font-family: 'gothic_720regular';
    font-size: 24px;
    left: 21px;
    position: absolute;
    top: 5px;
}

.container .vantagem .vantagem-lista .vantagem-item .num.colorVerde{
	color:#aec7a5;
}

.container .vantagem .vantagem-lista .vantagem-item p{
	margin:18px 0 0;
}

.container .baixar-lista{
	width:100%;
	display:table;
	margin:52px 0 0;
	text-align:center;
}

.container .baixar-lista .titulo{
	font-size:18px;
	color:#a188bd;
	font-family: 'gothic_720bold';
}

.container .baixar-lista .area-roxo{
	background-color: #A188BD;
    display: table;
    margin: 30px 0 0;
    padding: 11px 75px 30px;
	position:relative;
    width: 790px;
}

.container .baixar-lista .area-roxo .divisao{
	background-color: #FFFFFF;
    height: 162px;
    left: 469px;
    position: absolute;
    top: 0;
    width: 2px;
}

.container .baixar-lista .area-roxo .tipo-pessoa{
	font-size:24px;
	color:#fff;
	font-family: 'gothic_720regular';
}

.container .baixar-lista .area-roxo .tipo-pessoa.pj{
	background:url('../images/ico-empresas.gif') no-repeat 50px 0;
	padding:14px 0px 14px 67px;
}

.container .baixar-lista .area-roxo .tipo-pessoa.pf{
	background:url('../images/ico-pessoas.gif') no-repeat 85px 0;
	padding:14px 0px 14px 67px;
}

.container .area-botao{
	text-align:center;
	width:100%;
	border:1px solid #e7e7e7;
	padding:19px 0;
	margin:35px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.container .conheca{
	font-family: 'gothic_720_lightregular';
	font-size:18px;
	margin:80px 0 40px;
}
/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	outline: none;
}

a:hover {
	outline: none;
}

:focus {
	outline: 0;
}

a:active {
	outline: none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 5px;
	line-height: 130%;
}

/* Forms */
form {
	display: inline;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

/* Table */
table {
	border: 0; /*border-collapse:collapse;*/
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption,th,td {
	vertical-align: top;
	text-align: left;
}

/* Content */
p {
	margin: 0 0 10px;
}

strong {
	
}

address {
	font-style: normal;
	line-height: 1.35;
}

cite {
	font-style: normal;
}

q,blockquote {
	quotes: none;
}

q:before,q:after {
	content: '';
}

small,big {
	
}

/*sup           {  vertical-align:top; }*/
/* Lists */
ul,ol {
	list-style: none;
}

/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-left,.left {
	float: left !important;
}

.f-right,.right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
}

.no-display {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}

.sp {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	clear: both;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
/*	min-width: 990px;*/
/*	*min-width:0px !important;*/
}

.page {
	
}

.page-print {
	background: #ffffff;
	padding: 25px 30px;
	text-align: left;
}

.page-empty {
	background: #ffffff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	background: #ffffff;
	padding: 20px;
	text-align: left;
}

.main-container {
	background: transparent;
}

.main {
	width: 990px;
	margin: 0 auto;
	min-height: 400px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* Base Columns */
.col-left {
	float: left;
	width: 195px;
	padding: 0 0 1px;
}

.col-main {
	float: left;
	width: 717px;
	padding: 0 0 1px;
}

.col-right {
	float: right;
	width: 195px;
	padding: 0 0 1px;
}

/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
}

/* 3 Columns Layout */
.col3-layout .col-main {
	width: 507px;
	margin-left: 15px;
}

.col3-layout .col-wrapper {
	float: left;
	width: 717px;
}

.col3-layout .col-wrapper .col-main {
	float: right;
}

/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 48.5%;
}

.col2-set .col-2 {
	float: right;
	width: 48.5%;
}

.col2-set .col-narrow {
	width: 32%;
}

.col2-set .col-wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {
	vertical-align: middle;
}

input.input-text,textarea {
	padding: 1px;
}

select {
	padding: 0px;
}

select option {
	padding-right: 10px;
}

select.multiselect option {
	padding: 2px 5px;
}

select.multiselect option:last-child {
	border-bottom: 0;
}

textarea {
	overflow: auto;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
}

input.qty {
	width: 2.5em;
}

button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}  /* FF Fix */
button.button {
	-webkit-border-fit: lines;
}  /* <- Safari & Google Chrome Fix */
button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button.button span {
	display: block;
	height: 19px;
	border: 0;
	padding: 0 8px;
	text-align: center;
	white-space: nowrap;
}

button.button span span {
	border: 0;
	padding: 0;
}

button.disabled span {
	border: 0;
}

/*
button.btn-checkout.no-checkout span { background-position:0 100%;  }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
*/
p.control input.checkbox,p.control input.radio {
	margin-right: 6px;
}

/*.highlight { background:#efefef; }*/
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin: 0 0 8px;
}

.form-list label {
	float: left;
	position: relative;
	z-index: 0;
}

.form-list label.required {
	
}

.form-list label.required em {
	float: right;
	font-style: normal;
	position: absolute;
	top: 0;
	right: -8px;
}

.form-list li.control label {
	float: none;
}

.form-list li.control input.radio,.form-list li.control input.checkbox {
	margin-right: 6px;
}

.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display: block;
	clear: both;
	width: 260px;
}

.form-list .field {
	float: left;
	width: 275px;
}

.form-list input.input-text {
	width: 254px;
}

.form-list textarea {
	width: 254px;
	height: 10em;
}

.form-list select {
	width: 260px;
}

.form-list li.wide .input-box {
	width: 535px;
}

.form-list li.wide input.input-text {
	width: 529px;
}

.form-list li.wide textarea {
	width: 529px;
}

.form-list li.wide select {
	width: 535px;
}

.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

.form-list .input-range input.input-text {
	width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box
	{
	width: auto;
}

.form-list .name-prefix {
	width: 65px;
}

.form-list .name-prefix select {
	width: 55px;
}

.form-list .name-prefix input.input-text {
	width: 49px;
}

.form-list .name-suffix {
	width: 65px;
}

.form-list .name-suffix select {
	width: 55px;
}

.form-list .name-suffix input.input-text {
	width: 49px;
}

.form-list .name-middlename {
	width: 70px;
}

.form-list .name-middlename input.input-text {
	width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename .name-firstname
	{
	width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-middlename .name-firstname input.input-text
	{
	width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text
	{
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text
	{
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text
	{
	width: 189px;
}

.form-list .customer-name-prefix .name-firstname,.form-list .customer-name-middlename .name-firstname
	{
	width: 210px;
}

.form-list .customer-name-suffix .name-lastname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname
	{
	width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,.form-list .customer-name-suffix .name-lastname input.input-text,.form-list .customer-name-middlename .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-lastname input.input-text
	{
	width: 189px;
}

.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year
	{
	float: left;
	width: 85px;
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}

.form-list .customer-dob label {
	font-size: 10px;
}

.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month {
	width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text
	{
	width: 46px;
}

.form-list .customer-dob .dob-year {
	width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}

.buttons-set {
	clear: both;
	margin: 4em 0 0;
	padding: 8px 0 0;
	border-top: 1px solid;
	text-align: right;
}

.buttons-set p.required {
	margin: 0 0 10px;
}

.buttons-set .back-link {
	float: left;
	margin: 0;
}

.buttons-set button.button {
	float: right;
	margin-left: 5px;
}

.buttons-set-order {
	margin: 10px 0 0;
}

.buttons-set-order .please-wait {
	padding: 12px 7px 0 0;
}

.fieldset {
	border: 1px solid;
	padding: 22px 25px 12px 33px;
	margin: 28px 0;
}

.fieldset .legend {
/*	float: left;
	border: 1px solid;
	margin: -33px 0 0 -10px;
	padding: 0 8px;
	position: relative;*/
		font: bold 14px Arial !important;
	color: #a4bed4 !important;
	/* padding: 12px 0 14px 55px; */
	padding: 12px 0 14px;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
	text-transform: uppercase;
}

/* Form Validation */
.validation-advice {
	clear: both;
	color: #0000FF;
	min-height: 26px;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0;
	line-height: 13px;
}

.validation-failed {
	border: 0 !important;
	background: #faebe7 !important;
}

.validation-passed {
	
}

p.required {
	text-align: right;
}

/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

/* Global Messages  */
.success {
	
}

.error {
	
}

.notice {
	
}

.messages,.messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.messages {
	width: 100%;
	overflow: hidden;
}

.messages li {
	margin: 0 0 10px !important;
}

.messages li li {
	margin: 0 0 3px !important;
}

.error-msg,.note-msg,
	/*.notice-msg { border-style:solid; border-width:1px; min-height: 16px; padding:4px 8px 4px 8px; }*/
	.notice-msg {
	font-size: 11px;
	padding: 5px 30px;
	background: url('../images/exclamacao.png') no-repeat left top;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #B7850A !important;
	background-color: #FAF6D4;
	border: solid 1px #E6C26E;
}

.success-msg {
	font-size: 11px;
	padding: 5px 25px;
	background: url('../images/bt-ok.png') no-repeat left center;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3d6611 !important;
	background-color: #eff5ea;
	border: solid 1px #95a486;
}

/* BreadCrumbs */
/* BreadCrumbs */
.breadcrumbs {
	line-height: 1.25;
	margin: 0 0 5px;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs li strong {
	
}

/* Page Heading */
.page-title {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}

.page-title h1,.page-title h2 {
	margin: 0;
}

.page-title .separator {
	margin: 0 3px;
}

.page-title .link-rss {
	float: right;
	margin: 7px 0 0;
}

.title-buttons {
	text-align: right;
}

.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6
	{
	float: left;
}

.subtitle {
	clear: both;
	padding: 15px 0 0;
	margin: 0 0 6px;
}

/* Pager */
.pager {
	padding: 4px 8px;
	text-align: center;
}

.pager .amount {
	float: left;
	margin: 0;
}

.pager .limiter {
	float: right;
}

.pager .limiter label {
	vertical-align: middle;
}

.pager .limiter select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}

.pager .pages {
	margin: 0 140px;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
	margin: 0 2px;
}

.pager .pages .current {
	
}

/* Sorter */
.sorter {
	padding: 3px 8px;
}

.sorter .view-mode {
	float: left;
	margin: 0;
}

.sorter .sort-by {
	float: right;
	padding-right: 36px;
}

.sorter .sort-by label {
	vertical-align: middle;
}

.sorter .sort-by select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}

.sorter .link-feed {
	
}

/* Toolbar */
.toolbar {
	
}

.toolbar .pager {
	padding: 3px 8px;
}

.toolbar .sorter {
	
}

.toolbar-bottom {
	
}

/* Data Table */
.data-table {
	width: 100%;
}

.data-table .odd {
	
}

.data-table .even {
	
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,.data-table th.last {
	border-right: 0;
}

.data-table tr.last th,.data-table tr.last td {
	
}

.data-table th {
	padding: 3px 8px;
}

.data-table td {
	padding: 3px 8px;
}

.data-table thead th {
	padding: 2px 8px;
	white-space: nowrap;
	vertical-align: middle;
}

.data-table thead th.wrap {
	white-space: normal;
}

.data-table thead th a,.data-table thead th a:hover {
	
}

.data-table thead th {
	
}

.data-table thead th .tax-flag {
	white-space: nowrap;
}

.data-table tfoot {
	
}

.data-table tfoot tr.first td {
	
}

.data-table tfoot tr {
	
}

.data-table tfoot td {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 0;
}

.data-table tfoot strong {
	
}

.data-table tbody th,.data-table tbody td {
	
}

/* Bundle products tables */
.data-table tbody.odd tr {
	
}

.data-table tbody.even tr {
	
}

.data-table tbody.odd tr td,.data-table tbody.even tr td {
	border-bottom: 0;
}

.data-table tbody.odd tr.border td,.data-table tbody.even tr.border td {
	
}

.data-table tbody td .option-label {
	font-style: italic;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

/* Generic Info Box */
.info-box {
	padding: 12px 15px;
	margin: 0 0 15px;
}

.info-box h2 {
	
}

.info-table th {
	padding: 2px 15px 2px 0;
}

.info-table td {
	padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor: pointer;
}

tr.summary-total td {
	
}

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
	cursor: pointer;
}

tr.show-details .summary-collapse {
	background-position: 0 -52px;
}

tr.show-details td {
	
}

tr.summary-details-excluded {
	font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
	display: block;
}

.cart-tax-info,.cart-tax-info .cart-price {
	padding-right: 20px;
}

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
	cursor: pointer;
}

.cart-tax-info .price,.cart-tax-total .price {
	display: inline !important;
}

.cart-tax-total-expanded {
	background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
	padding: 0;
}

.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px;
}

.std dl dt {
	
}

.std dl dd {
	margin: 0 0 10px;
}

/* Misc */
.links li {
	display: inline;
}

.links li.first {
	padding-left: 0 !important;
}

.links li.last {
	background: none !important;
	padding-right: 0 !important;
}

.link-rss {
	background: url(../images/i_rss.gif) 0 2px no-repeat;
	padding-left: 18px;
	line-height: 14px;
	white-space: nowrap;
}

.btn-remove {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_remove.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(../images/btn_trash.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.separator {
	margin: 0 3px;
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

/* Noscript Notice */
.noscript {
	border: 1px solid;
	border-width: 0 0 1px;
	line-height: 1.25;
	text-align: center;
}

.noscript .noscript-inner {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0 12px;
}

.noscript p {
	margin: 0;
}

/* DEMO NOTICE */
.demo-notice {
	background: none repeat scroll 0 0 #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.15;
	margin: 0;
	padding: 5px 5px;
	text-align: center;
	opacity: 0.7;
	filter: progid :   DXImageTransform.Microsoft.Alpha (   opacity =   70 );
	position: absolute;
	top: 0;
	bottom: 0;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.logo {
	float: left;
}

.header-iner {
	
}

.header {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: right;
	position: relative;
	z-index: 10;
}

.header .logo {
	float: left;
	text-decoration: none !important;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.header h1.logo,.header h2.logo {
	margin: 0;
}

.header .quick-access {
	float: right;
}

.header .welcome-msg {
	
}

.header .form-search {
	
}

.header .form-search label {
	float: left;
	width: 24px;
	height: 21px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}

.header .form-search input.input-text {
	float: left;
}

.header .form-search button.button {
	float: left;
}

.header .form-search button.button span {
	border: 0;
	height: 21px;
	padding: 0 0 0 0px;
}

.header .form-search button.button span span {
	background-position: 100% 0;
	padding: 0 6px 0 3px;
}

.header .form-search .search-autocomplete {
	z-index: 999;
	left: 40px !important;
	top: 22px !important;
}

.header .form-search .search-autocomplete ul {
	border: 1px solid;
}

.header .form-search .search-autocomplete li {
	text-align: left;
	border-bottom: 1px solid;
	padding: 2px 8px 1px 8px;
	cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
	float: right;
}

.header .form-language {
	text-align: right;
}

.header .form-language label {
	padding-right: 5px;
	vertical-align: middle;
}

.header .form-language select {
	padding: 0;
}

.header .form-language select.flags option {
	background-position: 4px 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.header .links {
	float: right;
}

.header .links li {
	float: right;
}

.header .links a {
	
}

.header-iner .top-iner {
	clear: both;
	padding: 5px 10px 0 12px;
	text-align: right;
}

.header-iner .top-iner a {
	
}

/* ======================================================================================= */
/********** < Navigation */
.nav-iner {
	
}

#nav {
	width: 990px;
	margin: 0 auto;
	padding: 0 0px;
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
}

#nav li.over {
	z-index: 998;
}

#nav a,#nav a:hover {
	display: block;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

#nav li ul span {
	white-space: normal;
}

#nav ul li.parent a {
	
}

#nav ul li.parent li a {
	
}

/* 0 Level */
#nav li {
	float: left;
}

#nav li.active a {
	
}

#nav a {
	float: left;
}

#nav li.over a,#nav a:hover {
	
}

/* 1st Level */
#nav ul li,#nav ul li.active {
	float: none;
	margin: 0;
	padding-bottom: 1px;
}

#nav ul li.last {
	padding-bottom: 0;
}

#nav ul a,#nav ul a:hover {
	float: none;
	padding: 0;
}

#nav ul li a {
	
}

/* 2nd Level */
#nav ul,#nav div {
	position: absolute;
	width: 15em;
	top: 27px;
	left: -10000px;
}

#nav div ul {
	position: static;
	width: auto;
	border: none;
}

/* 3rd+ Level */
#nav ul ul,#nav ul div {
	top: 5px;
}

#nav ul li a {
	
}

#nav ul li a:hover {
	
}

#nav ul li a,#nav ul li a:hover {
	
}

#nav ul span,#nav ul li.last li span { /*padding:3px 15px 4px 15px; */
	
}

/* Show menu */
#nav li ul.shown-sub,#nav li div.shown-sub {
	left: 0;
	z-index: 999;
}

#nav li .shown-sub ul.shown-sub,#nav li .shown-sub li div.shown-sub {
	left: 100px;
}

/*1.4.1.0*/
/* Show menu */
#nav li.over>ul {
	left: 0;
}

#nav li.over>ul li.over>ul {
	left: 100px;
}

#nav li.over ul ul {
	left: -10000px;
}

/* Sidebar =============================================================================== */
.block {
	margin: 0 0 15px;
}

.block .block-title {
	
}

.block .block-title strong {
	display: block;
	min-height: 16px;
	padding: 1px 0 1px;
}

.block .block-title strong span {
	
}

.block .block-title a {
	
}

.block .block-subtitle {
	margin: 0;
	padding: 5px 9px;
}

.block .block-content {
	
}

.block .block-content li.item {
	padding: 7px 9px;
}

.block .block-content li.item a {
	color: #43B02A;
}

.block .block-content .product-name {
	
}

.block .btn-remove {
	float: right;
	margin: 1px 0 2px 5px;
}

.block .actions {
	padding: 6px 9px;
	text-align: right;
}

.block .actions a {
	float: left;
}

.block .actions button.button {
	float: right;
}

.block .empty {
	margin: 0;
}

/* Mini Blocks */
.block-cart,.block-wishlist,.block-subscribe,.block-compare,.block-reorder,.block-poll,.block-viewed,.block-compared,.block-related,.block-tags,.block-login
	{
	line-height: 1.25;
}

.block-cart .block-title strong,.block-wishlist .block-title strong,.block-subscribe .block-title strong,.block-compare .block-title strong,.block-reorder .block-title strong,.block-poll .block-title strong,.block-viewed .block-title strong,.block-compared .block-title strong,.block-related .block-title strong,.block-tags .block-title strong,.block-login .block-title strong
	{
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 0px;
}

/* Mini Products List */
.mini-products-list .product-image {
	float: left;
	width: 50px;
	border: 1px solid;
}

.mini-products-list .product-details {
	margin-left: 60px;
}

/* Block: Account */
.block-account {
	
}

.block-account .block-title {
	border: 0;
	padding: 3px 10px;
}

.block-account .block-title strong {
	
}

.block-account .block-content {
	padding: 7px 10px 7px;
}

.block-account .block-content li a {
	display: block;
	padding: 3px 0;
}

.block-account .block-content li a:hover {
	
}

.block-account .block-content li.last a {
	border-bottom: 0;
}

.block-account .block-content li.current {
	padding: 3px 0;
}

.block-account .block-content li.current.last {
	border-bottom: 0;
}

/* Block: Currency Switcher */
.block-currency {
	border: 0;
	padding: 0px;
	height: auto;
}

.block-currency .block-title {
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 0px;
}

.block-currency .block-title strong {
	
}

.block-currency .block-content {
	background: none;
	padding: 6px 0px 6px 0px;
}

.block-currency .block-content select {
	width: auto;
	padding: 0;
	display: block;
	margin: 0;
}

/* Block: Layered Navigation */
.block-layered-nav {
	border: 0;
}

.block-layered-nav dt {
	padding: 7px 0px 0 0px;
}

.block-layered-nav dd {
	
}

.block-layered-nav dd.last {
	background: none;
}

.block-layered-nav .currently li {
	padding: 4px 0px 4px 0px;
}

.block-layered-nav .currently .label {
	
}

.block-layered-nav .currently .btn-remove {
	margin: 3px 0 0;
}

.block-layered-nav .actions {
	padding: 4px 9px;
	text-align: right;
}

.block-layered-nav .actions a {
	float: none;
}

/* Block: Cart */
.block-cart .block-title {
	
}

.block-cart .block-title strong {
	
}

.block-cart .summary {
	padding: 2px 8px 8px;
	margin: -1px 0 0;
	position: relative;
	z-index: 1;
}

.block-cart .amount {
	margin: 0;
}

.block-cart .amount a {
	color: #43B02A;
}

.block-cart .subtotal {
	margin: 5px 0 0;
	padding: 2px 0;
	text-align: center;
}

.block-cart .subtotal .price {
	
}

.block-cart .actions {
	
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
	
}

.block-wishlist .actions {
	text-align: right;
}

.block-wishlist .actions a {
	float: none;
}

/* Block: Related */
.block-related .block-title strong {
	
}

.block-related input.checkbox {
	float: left;
}

.block-related .product {
	margin-left: 20px;
}

/* Block: Compare Products */
.block-compare .block-title strong {
	
}

.block-compare button.button span {
	
}

.page-popup .link-print {
	background: url(../images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
}

.compare-table {
	border: 0;
}

.compare-table thead tr.first th,.compare-table thead tr.first td {
	border: 0;
	background: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.compare-table .btn-remove {
	float: right;
	background-image: url(../images/btn_remove2.gif);
	width: 72px;
	height: 15px;
}

.compare-table tbody th,.compare-table tbody td {
	padding: 10px;
	border: 0;
	border-top: 1px solid;
	border-left: 1px solid;
}

.compare-table tbody td.last {
	border-right: 1px solid;
}

.compare-table tbody tr.last th,.compare-table tbody tr.last td {
	border-bottom: 1px solid;
}

.compare-table tr.add-to-row td {
	text-align: center;
}

.compare-table tr.first td {
	text-align: center;
}

.compare-table tr.first td .product-name {
	margin: 0 0 5px;
}

.compare-table tr.first td .product-name a {
	
}

.compare-table tr.first td .ratings {
	width: 69px;
	margin: 0 auto;
}

.compare-table tr.first td p,.compare-table tr.add-to-row td p {
	margin: 0;
}

/* Block: Recently Viewed */
.block-viewed .block-title strong {
	
}

/* Block: Recently Compared */
.block-compared .block-title strong {
	
}

/* Block: Poll */
.block-poll .block-title strong {
	
}

.block-poll .block-subtitle {
	
}

.block-poll label {
	
}

.block-poll input.radio {
	float: left;
	margin: 1px -18px 0 0;
}

.block-poll .label {
	display: block;
	margin-left: 18px;
}

.block-poll li {
	padding: 3px 9px;
}

.block-poll .actions {
	margin: 5px 0 0;
}

.block-poll button.button span {
	
}

.block-poll .answer {
	
}

.block-poll .votes {
	float: right;
	margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-title strong {
	
}

.block-tags .block-content ul {
	padding: 0px 5px 0px 5px;
}

.block-tags .block-content li {
	display: inline;
	padding-right: 4px;
}

.block-tags .block-content a {
	
}

.block-tags .actions {
	text-align: right;
}

.block-tags .actions a {
	float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
	padding: 5px 10px;
}

.block-subscribe .block-title strong {
	
}

.block-subscribe label {
	
}

.block-subscribe input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

.block-subscribe .actions {
	background: none;
	padding: 0;
	margin: 3px 0 0;
	text-align: left;
}

.block-subscribe .actions button.button {
	float: none;
}

.block-subscribe .actions button.button span {
	
}

/* Block: Reorder */
.block-reorder .block-title strong {
	
}

.block-reorder input.checkbox {
	float: left;
	margin: 2px -20px 0 0;
}

.block-reorder .product-name {
	margin-left: 20px;
}

.block-reorder .validation-advice {
	margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
	border: 0;
}

.block-banner .block-content {
	padding: 0;
	text-align: center;
}

/* Block: Login */
.block-login .block-title strong {
	
}

.block-login .block-content {
	padding: 5px 10px;
}

.block-login label {
	
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

.block-login .actions {
	background: none;
	padding: 0;
	margin: 3px 0 0;
}

.block-login .actions button.button span {
	
}

/* Paypal */
.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.sidebar .paypal-logo a {
	float: none;
}

/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title {
	border: 0;
	margin: 0 0 7px;
}

.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}

.category-image img {
	
}

.category-description {
	margin: 0 0 10px;
}

.category-products {
	
}

/* View Type: Grid */
.products-grid {
	position: relative;
}

.products-grid.last {
	border-bottom: 0;
}

.products-grid li.item {
	float: left;
}

.products-grid .product-image {
	display: block;
}

.products-grid .product-name {
	margin: 0 0 5px;
}

.products-grid .product-name a {
	
}

.products-grid .price-box {
	margin: 5px 0;
}

.products-grid .availability {
	line-height: 21px;
}

.products-grid .actions {
	position: absolute;
	bottom: 12px;
}

.col2-left-layout .products-grid,.col2-right-layout .products-grid {
	width: 727px;
	margin: 0 auto;
}

.col1-layout .products-grid {
	width: 790px;
	margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
	padding: 12px 10px;
}

.products-list li.item.last {
	border-bottom: 0;
}

.products-list .product-image {
	float: left;
	width: 135px;
	height: 135px;
	margin: 0 0 10px;
}

.products-list .product-shop {
	margin-left: 150px;
}

.products-list .product-name {
	margin: 0 0 5px;
}

.products-list .product-name a {
	
}

.products-list .price-box {
	float: left;
	margin: 3px 13px 5px 0;
}

.products-list .availability {
	float: left;
	margin: 3px 0 0;
}

.products-list .desc {
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 15px;
	line-height: 1.35;
}

.products-list .desc .link-more {
	
}

.products-list .add-to-links {
	clear: both;
}

.products-list .add-to-links li {
	display: inline;
}

.products-list .add-to-links .separator {
	display: inline;
	margin: 0 2px;
}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
	margin: 0;
}

.ratings {
	line-height: 1.25;
	margin: 7px 0;
}

.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}

.ratings .rating-links {
	margin: 0;
}

.ratings .rating-links .separator {
	margin: 0 2px;
}

.ratings dt {
	
}

.ratings dd {
	
}

.rating-box {
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bkg_rating.gif) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

.rating-box .rating {
	float: left;
	height: 13px;
	background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
	float: left;
	margin-right: 3px;
}

.ratings .amount {
	
}

.ratings-table th,.ratings-table td {
	line-height: 1.15;
	padding: 3px 0;
}

.ratings-table th {
	padding-right: 8px;
}

/* Availability */
.availability {
	margin: 0;
}

.availability span {
	
}

.availability.in-stock span {
	
}

.availability.out-of-stock span {
	
}

.availability-only {
	margin: 10px 0 7px;
	line-height: 16px;
}

.availability-only span,.availability-only a {
	border-bottom: 1px dashed #751d02;
	cursor: help;
}

.availability-only a {
	cursor: pointer;
}

.availability-only .expanded {
	background-position: 100% -15px;
}

.availability-only strong {
	
}

.availability-only-details {
	margin: 0 0 7px;
}

.availability-only-details th {
	font-size: 10px;
	padding: 0 8px;
}

.availability-only-details td {
	border-bottom: 1px solid;
	padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
	
}

.product-view .product-shop .availability {
	
}

.product-view .product-shop .availability span {
	
}

/* Email to a Friend */
.email-friend {
	margin: 0;
}

/* Alerts */
.alert-price {
	margin: 0;
}

.alert-stock {
	margin: 0;
}

/********** < Product Prices */
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 5px 0;
}

.price-box .price {
	
}

/* Regular price */
.regular-price {
	
}

.regular-price .price {
	
}

.block .regular-price,.block .regular-price .price {
	
}

/* Old price */
.old-price {
	margin: 0;
}

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price {
	text-decoration: line-through;
}

/* Special price */
.special-price {
	margin: 0;
	padding: 3px 0;
}

.special-price .price-label {
	white-space: nowrap;
}

.special-price .price {
	
}

/* Minimal price (as low as) */
.minimal-price {
	margin: 0;
}

.minimal-price .price-label {
	white-space: nowrap;
}

.minimal-price-link {
	display: block;
}

.minimal-price-link .label {
	
}

.minimal-price-link .price {
	
}

/* Excluding tax */
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	
}

/* Including tax */
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	
}

/* FPT */
.weee {
	display: block;
}

.weee .price {
	
}

/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
}

/* Price range */
.price-from {
	margin: 0;
}

.price-from .price-label {
	white-space: nowrap;
}

.price-to {
	margin: 0;
}

.price-to .price-label {
	white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	
}

/* Price as configured */
.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
	
}

/********** Product Prices > */
/* Tier Prices */
.tier-prices {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid;
}

.tier-prices li {
	line-height: 1.4;
	padding: 2px 0 2px 0px;
}

.tier-prices .benefit {
	font-style: italic;
}

.tier-prices .price {
	
}

.tier-prices-grouped li {
	padding: 2px 0;
}

.tier-prices-grouped li .price {
	
}

/* Add to Links */
.add-to-links {
	margin: 5px 0 0;
}

.add-to-links .separator {
	display: none;
}

/* Add to Cart */
.add-to-cart label {
	float: left;
	margin-right: 5px;
}

.add-to-cart .qty {
	float: left;
	margin-right: 5px;
}

.add-to-cart button.button {
	float: left;
}

.add-to-cart .paypal-logo {
	clear: left;
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
}

/* Add to Links + Add to Cart */
.add-to-box {
	margin: 10px 0;
}

.add-to-box .add-to-cart {
	float: left;
}

.add-to-box .or {
	float: left;
	margin: 0 7px;
}

.add-to-box .add-to-links {
	float: left;
	margin: 0;
	line-height: 1.25;
	text-align: left;
}

.add-to-box .add-to-links li {
	display: block;
}

.add-to-box .add-to-links li .separator {
	display: none !important;
}

.product-essential {
	padding: 25px;
}

.product-essential h2 {
	
}

.product-collateral {
	padding: 10px 25px 10px 25px;
}

.product-collateral h2 {
	padding: 0 0 1px;
	margin: 0 0 5px;
}

.product-collateral .box-collateral {
	margin: 0 0 25px;
}

/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 267px;
}

.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}

.product-view .product-img-box .product-image {
	margin: 0 0 13px;
}

.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 265px;
	height: 265px;
	overflow: hidden;
	z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}

.product-view .product-img-box .zoom-notice {
	margin: 0 0 5px;
	text-align: center;
}

.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
	-moz-opacity: .3;
	-webkit-opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/*IE8*/
	opacity: .3;
}

.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}

.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}

.product-view .product-img-box .more-views h2 {
	margin: 0 0 8px;
}

.product-view .product-img-box .more-views ul {
	margin-left: -9px
}

.product-view .product-img-box .more-views li {
	float: left;
	margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
	float: left;
	width: 56px;
	height: 56px;
	overflow: hidden;
}

.product-image-popup {
	margin: 0 auto;
}

.product-image-popup .nav {
	text-align: center;
}

.product-image-popup .image {
	display: block;
	margin: 10px 0;
}

.product-image-popup .image-label {
	margin: 0 0 10px;
}

/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 330px;
}

.col1-layout .product-view .product-shop {
	float: right;
	width: 545px;
}

.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}

.product-view .product-shop .product-name {
	margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
	margin: 0;
}

.product-view .product-shop .availability {
	margin: 10px 0;
}

.product-view .product-shop .short-description {
	margin: 10px 0;
	background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
	padding: 10px 0 0;
}

.product-view .product-shop .price-box {
	margin: 10px 0;
}

.product-view .product-shop .add-to-links {
	margin: 0;
}

.product-view .product-shop .add-to-links {
	
}

.product-view .product-shop .add-to-links li,.product-view .product-shop .add-to-links li .separator
	{
	display: inline;
}

.product-view .product-shop .add-to-links a {
	
}

/* Product Options */
.product-options {
	margin: 20px 0 0;
	padding: 10px 15px 20px;
	border: 1px solid;
}

.product-options dt {
	padding: 10px 0 0;
}

.product-options dt label {
	
}

.product-options dt span.required {
	color: #eb340a;
}

.product-options dt .qty-holder {
	float: right;
	margin-right: 15px;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
}

.product-options dd {
	padding: 5px 10px 15px;
	margin: 0 0 5px;
	border-bottom: 1px solid;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.product-options dd input.input-text {
	width: 98%;
}

.product-options dd input.datetime-picker {
	width: 150px;
}

.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

.product-options dd textarea {
	width: 98%;
	height: 8em;
}

.product-options dd select {
	width: 99%;
}

.product-options dd .multiselect option {
	border-bottom: 1px dotted;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.note {
	margin: 0;
}

.product-options p.required {
	margin-bottom: 0;
	padding: 15px 0 0;
}

.product-options-bottom {
	padding: 15px 20px;
	border: 1px solid;
	border-top: 0;
}

.product-options-bottom .tier-prices {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
}

.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit
	{
	
}

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
}

.col3-layout .product-options-bottom .price-box {
	float: none;
	padding: 0 0 5px;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-options-bottom .add-to-cart {
	float: right;
}

.product-shop .product-options-bottom {
	margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
	float: none;
	margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	padding-top: 12px;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
	margin: 0;
	padding: 0;
}

/* Block: Description */
.product-view .box-description {
	
}

/* Block: Additional */
.product-view .box-additional .data-table th,.product-view .box-additional .data-table td
	{
	line-height: 1.25;
}

/* Block: Upsell */
.product-view .box-up-sell h2 {
	border-bottom: 0;
	padding: 0;
	margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
	width: 100%;
}

.product-view .box-up-sell .products-grid td {
	width: 25%;
	padding: 15px 10px 12px;
	line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
	
}

.product-view .box-up-sell .products-grid td.last {
	
}

.product-view .box-up-sell .products-grid .product-image {
	text-align: center;
	border: 0;
}

.product-view .box-up-sell .products-grid .product-image img {
	border: 1px solid;
}

.product-view .box-up-sell .products-grid td.empty {
	border-right: 0;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
	margin: 0;
}

.product-view .box-tags h3 {
	
}

.product-view .box-tags .product-tags {
	display: block;
	margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
	display: inline;
}

.product-view .box-tags .product-tags li.first {
	padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
	background: none;
	padding-right: 0;
}

.product-view .box-tags .form-add label {
	display: block;
	margin: 0 0 5px;
}

.product-view .box-tags .form-add .input-box {
	float: left;
	width: 305px;
	margin: 0 5px 0 0;
	padding: 0 0 0 0px;
}

.product-view .box-tags .form-add input.input-text {
	width: 299px;
}

.product-view .box-tags .note {
	margin: 3px 0 0;
	padding: 0 0 0 0px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
	margin: 15px 0;
}

.product-view .box-reviews dt a,.product-view .box-reviews dt span {
	
}

.product-view .box-reviews dd {
	margin: 0 0 15px;
}

.product-view .box-reviews dd small {
	font-style: italic;
}

.product-view .box-reviews .form-add {
	margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
	
}

.product-view .box-reviews .form-add h3 span {
	
}

.product-view .box-reviews .form-add h4 {
	
}

.product-view .box-reviews .form-add .data-table td {
	text-align: center;
}

.product-view .box-reviews .form-add .form-list {
	margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
	width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,.product-view .box-reviews .form-add .form-list textarea
	{
	width: 354px;
}

/* Send a Friend */
.send-friend .form-list {
	width: 615px;
	overflow: hidden;
}

.send-friend .form-list li {
	margin-right: -15px;
}

.send-friend .form-list li p {
	margin: 0 15px 0 0;
}

.send-friend .form-list .field {
	width: 315px;
}

.send-friend .form-list .input-box {
	width: 300px;
}

.send-friend .form-list input.input-text,.send-friend .form-list textarea
	{
	width: 294px;
}

.send-friend .form-list li.wide .input-box {
	width: 612px;
}

.send-friend .form-list li.wide textarea {
	width: 609px;
}

.send-friend .buttons-set .limit {
	float: right;
	margin: 0 7px 0 0;
	line-height: 21px;
}

/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
	margin: 0;
}

.product-name a {
	
}

/* Product Tags */
.tags-list {
	display: block;
	border: 1px solid;
	padding: 5px;
}

.tags-list li {
	display: inline !important;
	margin: 0 4px 0 0;
	font-size: 14px;
}

.tags-list li a {
	
}

/* Advanced Search */
.advanced-search .form-list label {
	width: 160px;
	padding-right: 10px;
}

.advanced-search .form-list .input-box,.advanced-search .form-list .input-range
	{
	float: left;
	clear: none;
}

.advanced-search-amount {
	margin: 0 0 10px;
}

.advanced-search-summary {
	margin: 10px 0;
	border: 1px solid;
	padding: 10px;
}

.advanced-search-summary ul {
	float: left;
	width: 49%;
}

.advanced-search-summary strong {
	
}

.advanced-search-summary p {
	clear: both;
	margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {
	
}

.cms-index-index .subtitle {
	
}

/* Sitemap */
.page-sitemap .links {
	text-align: right;
	margin: 0 8px -22px 0;
}

.page-sitemap .links a {
	position: relative;
}

.page-sitemap .links a:hover {
	
}

.page-sitemap .sitemap {
	margin: 12px;
}

.page-sitemap .sitemap a {
	
}

.page-sitemap .sitemap li {
	margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
}

.page-sitemap .sitemap li.level-0 a {
	
}

/* RSS */
.rss-title h1 {
	background: url(../images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}

.rss-table .link-rss {
	display: block;
	line-height: 1.55;
	background-position: 0 4px;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title {
	border-bottom: 0;
	margin: 0 0 12px;
}

.cart .page-title h1 {
	margin: 10px 0 0;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
	margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
	float: right;
}

.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}

/* Shopping Cart Table */
.cart-table th {
	padding: 2px 10px;
}

.cart-table td {
	padding: 10px;
}

.cart-table .product-name {
	margin: 0 0 5px;
}

.cart-table .item-msg {
	margin: 5px 0;
}

.cart-table tfoot td {
	padding: 5px 10px;
}

.cart-table .btn-continue {
	float: left;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
	float: left;
	width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
	width: 294px;
}

.cart .crosssell {
	border: 1px solid;
	padding: 12px 15px;
}

.cart .crosssell h2 {
	
}

.cart .crosssell .product-image {
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid;
}

.cart .crosssell .product-details {
	margin-left: 90px;
}

.cart .crosssell .product-name {
	
}

.cart .crosssell li.item {
	margin: 12px 0;
}

.cart .crosssell .link-compare {
	
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,.cart .shipping {
	border: 1px solid;
	padding: 12px 15px;
	margin: 0 0 18px;
}

.cart .discount h2,.cart .shipping h2 {
	padding: 0;
}

.cart .discount .buttons-set,.cart .shipping .buttons-set {
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}

.cart .discount .buttons-set button.button,.cart .shipping .buttons-set button.button
	{
	float: none;
	margin-left: 0;
}

.cart .discount h2 {
	
}

.cart .discount .input-box {
	margin: 8px 0 0;
	width: 260px;
}

.cart .discount input.input-text {
	width: 254px;
}

.cart .shipping h2 {
	
}

.cart .shipping .sp-methods {
	margin: 10px 0 0;
	padding: 5px 0 0;
}

/* Shopping Cart Totals */
.cart .totals {
	float: right;
	width: 268px;
	border: 1px solid;
}

.cart .totals table {
	width: 100%;
	margin: 7px 0;
}

.cart .totals td {
	padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
	
}

.cart .totals tfoot th {
	padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart .totals tfoot th strong,.cart .totals tfoot td strong {
	
}

.cart .totals .checkout-types {
	padding: 8px 15px 15px;
	text-align: right;
}

.cart .totals .checkout-types li {
	clear: both;
	margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
	font-style: italic;
}

.item-options dd {
	padding-left: 10px;
	margin: 0 20px 6px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
}

.truncated a.details {
	cursor: help;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid;
}

.truncated .show dl {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show dl {
	left: 15px;
	top: 7px;
}

.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
	margin: 0 0 8px;
}

.sp-methods dt {
	margin: 13px 0 5px;
}

.sp-methods dd {
	
}

.sp-methods dd li {
	margin: 5px 0;
}

.sp-methods label {
	
}

.sp-methods .price {
	
}

.sp-methods .form-list {
	padding-left: 20px;
}

.sp-methods .form-list li {
	margin: 0 0 8px;
}

.sp-methods select.month {
	width: 154px;
	margin-right: 10px;
}

.sp-methods select.year {
	width: 96px;
}

.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}

.sp-methods .checkmo-list address {
	float: left;
}

.sp-methods .centinel-logos a {
	margin-right: 3px;
}

.sp-methods .centinel-logos img {
	vertical-align: middle;
}

.please-wait {
	float: right;
}

.please-wait img {
	vertical-align: middle;
}

.cvv-what-is-this {
	cursor: help;
	margin-left: 10px;
}

/* Tooltip */
.tool-tip {
	border: 1px solid;
	padding: 15px 20px;
	position: absolute;
	z-index: 9999;
	background-color: #FFFFFF;
}

.tool-tip .btn-close {
	margin: -9px -14px 0;
	text-align: right;
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
	
}

.gift-messages p.control {
	
}

.gift-messages-form {
	position: relative;
}

.gift-messages-form label {
	float: none !important;
	position: static !important;
}

.gift-messages-form h4 {
	
}

.gift-messages-form .whole-order {
	margin: 0 0 25px;
}

.gift-messages-form .item {
	margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}

.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}

.gift-messages-form .item .number {
	margin: 0;
	text-align: center;
}

.gift-messages-form .item .details {
	margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
	margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
	width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
	width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
	width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
	width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
	width: 494px;
}

.gift-message-link {
	background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right: 7px;
}

.gift-message-link.expanded {
	background-position: 100% -40px;
}

.gift-message-row {
	
}

.gift-message-row .btn-close {
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	overflow: auto;
	height: 12em;
	padding: 10px;
	border: 1px solid;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
	margin-right: 6px;
}

.checkout-agreements .agree label {
	
}

.opc .checkout-agreements {
	border: 1px solid;
	border-width: 0 1px;
	padding: 5px 30px;
}

.opc .checkout-agreements li {
	margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

/* Centinel */
.centinel {
	
}

.centinel .authentication {
	border: 1px solid;
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.opc .centinel {
	border: 1px solid;
	border-width: 0 1px 1px;
	padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
	border: 1px solid;
	margin: 0 0 25px;
	padding: 20px;
}

.info-set h2 {
	margin: 0 0 10px;
}

.info-set h3,.info-set h4 {
	
}

.info-set h2 a,.info-set h3 a,.info-set h4 a {
	
}

.info-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	border-bottom: 1px solid;
	position: relative;
}

.info-set h3.legend {
	margin: 0 0 10px;
}

.info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.info-set .box {
	margin: 0 0 15px;
}

.info-set .box h2 {
	
}

.info-set .data-table .product-name {
	
}

.info-set .data-table .product-name a {
	
}

.info-set .data-table .item-options {
	margin: 5px 0 0;
}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
	border: 0;
	margin: 0;
}

.block-progress .block-title {
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 5px;
}

.block-progress .block-title strong {
	
}

.block-progress .block-content {
	background: none;
}

.block-progress dt {
	line-height: 1.35;
	border: 1px solid;
	margin: 0 0 6px;
	padding: 2px 8px;
}

.block-progress dd {
	border: 1px solid;
	border-top: 0;
	padding: 8px 13px;
	margin: 0 0 6px;
}

.block-progress dt.complete {
	margin: 0;
}

.block-progress dd.complete {
	
}

.block-progress p {
	margin: 0;
}

.opc .buttons-set {
	margin-top: 0;
	padding-top: 2em;
}

.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
	display: none;
}

.opc .buttons-set .back-link a {
	
}

.opc .buttons-set.disabled button.button {
	display: none;
}

.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}

.opc .ul {
	list-style: disc outside;
	padding-left: 18px;
}

.opc {
	position: relative;
}

.opc li.section {
	
}

.opc .step-title {
	border-width: 0 1px;
	border-style: solid;
	padding: 4px 8px 6px;
	text-align: right;
}

.opc .step-title .number {
	float: left;
	border: 1px solid;
	padding: 0 4px;
	margin: 0 5px 0 0;
}

.opc .step-title h2 {
	float: left;
	margin: 0;
}

.opc .step-title a {
	display: none;
	float: right;
}

.opc .allow .step-title {
	border: 1px solid;
	border-bottom: 0;
	cursor: pointer;
}

.opc .allow .step-title .number {
	
}

.opc .allow .step-title h2 {
	
}

/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title {
	border: 1px solid;
	padding-bottom: 5px;
	cursor: default;
}

.opc .active .step-title .number {
	
}

.opc .active .step-title h2 {
	
}

/*.opc .active .step-title a { display:none; }*/
.opc .step {
	border: 1px solid;
	border-top: 0;
	padding: 15px 30px;
	position: relative;
}

.opc .step .tool-tip {
	right: 30px;
}

#opc-login .buttons-set {
	border-top: 0;
}

#opc-login h3 {
	border-bottom: 1px solid;
	padding-bottom: 2px;
}

#opc-login h4 {
	margin: 0;
}

#opc-shipping_method .buttons-set {
	border-top: 0;
}

.opc .gift-messages-form {
	margin: 0 -30px;
	border: 1px solid;
	border-width: 1px 0;
	padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
	padding: 5px;
	height: 260px;
	overflow: auto;
}

#opc-review .step {
	border: 0;
	padding: 0;
}

#opc-review .product-name {
	
}

#opc-review .item-options {
	margin: 5px 0 0;
}

#opc-review .buttons-set {
	padding: 20px 30px;
	border: 1px solid;
	border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
	margin: 0;
	line-height: 40px;
}

#opc-review .buttons-set .please-wait {
	height: 40px;
	line-height: 40px;
}

/* Multiple Addresses Checkout */
.checkout-progress {
	padding: 0 90px;
	margin: 0 0 20px;
}

.checkout-progress li {
	float: left;
	width: 19%;
	margin: 0 3px 0 0;
	border-top: 10px solid;
	padding: 2px 0 0;
	text-align: center;
}

.checkout-progress li.active {
	
}

.multiple-checkout h2 {
	margin: 0 0 10px;
}

.multiple-checkout h3,.multiple-checkout h4 {
	
}

.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a
	{
	
}

.multiple-checkout .data-table .product-name {
	
}

.multiple-checkout .data-table .product-name a {
	
}

.multiple-checkout .data-table .item-options {
	margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
	margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 20px;
}

.multiple-checkout .col2-set,.multiple-checkout .col3-set {
	border: 1px solid;
	margin: 0 0 25px;
	padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	border-bottom: 1px solid;
	position: relative;
}

.multiple-checkout .col2-set h3.legend {
	margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.multiple-checkout .box {
	margin: 0 0 15px;
}

.multiple-checkout .box h2 {
	
}

.multiple-checkout .place-order .please-wait {
	float: right;
	padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
	float: right;
	height: 71px;
	font-size: 1.5em;
	padding: 0 0 0 0px;
	overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
	float: left;
	height: 57px;
	padding: 14px 0px 0 0;
}

.multiple-checkout .place-order .grand-total .inner div {
	display: inline;
}

.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
	
}

.multiple-checkout .place-order .grand-total button.button span {
	
}

.multiple-checkout .place-order .grand-total button.button span span {
	padding: 0 45px 0 36px;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
	
}

#multiship-addresses-table td {
	padding: 10px;
}

#multiship-addresses-table tfoot td {
	padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
	
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
	width: 100%;
	overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
	margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field
	{
	width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box
	{
	width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text
	{
	width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box
	{
	width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea
	{
	width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
	border: 1px solid;
	padding: 13px;
	position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
	position: absolute;
	top: -20px;
	right: -40px;
	width: 178px;
	height: 41px;
	overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
	position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
	min-height: 240px;
	padding: 14px 21px;
	border: 1px solid;
	border-bottom: 0;
}

.account-login .content h2 {
	margin: 0 0 14px;
	padding: 0 0 5px 0px;
	border-bottom: 1px solid;
	background-position: 0 1px;
	background-repeat: no-repeat;
}

.account-login .new-users h2 {
	
}

.account-login .registered-users h2 {
	
}

.account-login .buttons-set {
	border: 1px solid;
	border-top: 0;
	margin: 0;
	padding: 8px 13px;
}

.account-create {
	
}

/* Account Login/Create Pages ============================================================ */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
	margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
	margin: 0;
}

.dashboard .col2-set {
	margin: 0 0 15px;
}

/* General Box */
.box-account {
	border: 1px solid;
	padding: 15px;
	margin: 0 0 20px;
}

.box-account .box-head {
	border-bottom: 1px solid;
	margin: 0 0 10px;
	text-align: right;
}

.box-account .box-head h2 {
	float: left;
	margin: 0;
}

.dashboard .box .box-title {
	padding: 0 0 2px;
	margin: 0 0 8px;
	text-align: right;
}

.dashboard .box .box-title h3,.dashboard .box .box-title h4 {
	float: left;
	margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
	
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
	
}

.dashboard .box-info h4 {
	
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
	
}

.dashboard .box-reviews .number {
	float: left;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
}

.dashboard .box-reviews .details {
	margin-left: 20px;
}

.dashboard .box-reviews li.item {
	margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
	margin: 0;
}

.dashboard .box-reviews .ratings {
	margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
	
}

.dashboard .box-tags .number {
	float: left;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
}

.dashboard .box-tags .details {
	margin-left: 20px;
}

.dashboard .box-tags li.item {
	margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
	margin: 0;
}

.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li
	{
	display: inline;
}

/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
	
}

.addresses-list h3 {
	
}

.addresses-list address {
	margin: 0 0 3px;
}

.addresses-list p {
	margin: 0;
}

.addresses-list a {
	
}

.addresses-list .link-remove {
	
}

.addresses-list .separator {
	margin: 0 3px;
}

.addresses-list li.item {
	border: 1px solid;
	padding: 10px 13px;
	margin: 0 0 10px;
}

.addresses-list li.empty {
	background: none;
	border: 0;
	padding: 0;
}

.addresses-list li.empty p {
	
}

.addresses-list .addresses-additional li.item {
	background: none;
	border: 0;
	padding: 0;
}

.addresses-list .addresses-additional li.item a {
	color: #43B02A;
}

/* Order View */
.order-info {
	border: 1px solid;
	padding: 4px 8px;
	margin: 0 0 8px;
}

.order-info dt,.order-info dd,.order-info ul,.order-info li {
	display: inline;
}

.order-info .current {
	
}

.order-info li {
	margin: 0 3px;
}

.order-date {
	margin: 10px 0;
}

.order-info-box {
	border: 1px solid;
	padding: 12px 15px;
	margin: 0 0 15px;
}

.order-info-box h2 {
	
}

.order-info-box .box-payment p {
	margin: 0 0 3px;
}

.order-info-box .box-payment th {
	padding-right: 7px;
}

.order-items {
	width: 100%;
	overflow-x: auto;
}

.order-items h2,.order-items h3 {
	
}

.order-items .product-name {
	
}

.order-items .link-print {
	float: right;
}

.order-items p .link-print {
	float: none;
}

.order-gift-message {
	margin: 15px 0;
}

.gift-message dt strong {
	
}

.gift-message dd {
	margin: 5px 0 0;
}

.order-about {
	margin: 15px 0;
}

.order-about dt {
	
}

.order-about dd {
	margin: 0 0 7px;
}

.tracking-table {
	margin: 0 0 15px;
}

.tracking-table th {
	white-space: nowrap;
}

.tracking-table th,.tracking-table td {
	padding: 1px 5px 0 0;
}

.tracking-table-popup {
	width: 100%;
}

.tracking-table-popup th {
	white-space: nowrap;
}

.tracking-table-popup th,.tracking-table-popup td {
	padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
	margin: 0 0 15px;
}

.page-print .print-head .logo {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

.page-print h1 {
	
}

.page-print h2,.page-print h3 {
	
}

.page-print h2.h2 {
	
}

.page-print .order-date {
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.page-print .col2-set {
	margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax,.page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}

.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price
	{
	display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
	padding: 10px;
}

.my-wishlist .product-image {
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 0 5px;
}

.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 109px;
}

.my-wishlist .buttons-set {
	margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
	float: none;
}

#wishlist-table .add-to-links {
	white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
	float: left;
	margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
	float: right;
	margin: 5px 0 0 5px;
}

#my-tags-table {
	clear: both;
}

#my-tags-table td {
	padding: 10px;
}

#my-tags-table .add-to-links {
	white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
	padding: 10px;
}

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}

.product-review .product-img-box .label {
	margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}

.product-review .product-details {
	margin-left: 150px;
}

.product-review .product-name {
	margin: 0 0 10px;
}

.product-review h3 {
	margin: 0 0 3px;
}

.product-review .ratings-table {
	margin: 0 0 10px;
}

.product-review dt {
	
}

.product-review dd {
	margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .form-list li select {
	float: left;
}

.billing-agreements .form-list li button.button {
	float: left;
	margin-left: 10px;
}

.billing-agreements .table-caption {
	
}

/* ======================================================================================= */
/* Footer ================================================================================ */
/*.footer-iner { }*/
/*.footer { width:990px; margin:0 auto; padding:0px 0px 0px; }*/
/*.footer .store-switcher { display:inline; margin:0 5px 0 0;  }*/
/*.footer .store-switcher label {  vertical-align:middle; }*/
/*.footer .store-switcher select { padding:0; vertical-align:middle; }*/
/*.footer a {  }*/
/*.footer a:hover {  }*/
/*.footer .bugs { margin:13px 0 0; }*/
/*.footer .bugs a {   }*/
/*.footer .bugs a:hover {  }*/
/*.footer address { margin:0 0 0px;  }*/
/*.footer address a {   }*/
/*.footer address a:hover {  }*/
.footer ul {
	display: inline;
}

/*.footer ul.links { display:block; }*/
/*.footer ul.links { display:inline; padding:0 7px 0 4px; }*/
/*.footer li.last { background:none !important; padding-right:0 !important; }*/
/*.footer-iner .bottom-iner { margin:0 0 5px; }*/
/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
	margin-bottom: 12px;
}

.home-callout img {
	display: block
}

.home-spot {
	float: left;
	width: 470px;
	margin-left: 20px;
}

.best-selling h3 {
	margin: 12px 0 6px 0;
}

.best-selling table {
	border-top: 1px solid;
}

.best-selling tr.odd {
	
}

.best-selling tr.even {
	
}

.best-selling td {
	width: 50%;
	border-bottom: 1px solid;
	padding: 8px 10px 8px 8px;
}

.best-selling .product-img {
	float: left;
	border: 2px solid;
}

.best-selling .product-description {
	margin-left: 107px;
	line-height: 1.3em;
}

.best-selling a.product-name,.home-spot .best-selling a.product-name:hover
	{
	
}

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,.header-iner:after,.header-iner .top-iner:after,.header:after,.header .quick-access:after,#nav:after,.main:after,.footer:after,.footer-iner .bottom-iner:after,.col-main:after,.col2-set:after,.col3-set:after,.col3-layout .product-options-bottom .price-box:after,.col4-set:after,.search-autocomplete li:after,.block .block-content:after,.block .actions:after,.block li.item:after,.block-poll li:after,.block-layered-nav .currently li:after,.page-title:after,.products-grid:after,.products-list li.item:after,.box-account .box-head:after,.dashboard .box .box-title:after,.box-reviews li.item:after,.box-tags li.item:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.product-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .box-tags .form-add:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart:after,.cart-collaterals:after,.cart .crosssell li.item:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.group-select li:after,.form-list li:after,.form-list .field:after,.buttons-set:after,.page-print .print-head:after,.advanced-search-summary:after,.gift-messages-form .item:after,.send-friend .form-list li p:after
	{
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/* ======================================================================================= */
/* HEADER - BARRA SUPERIOR */
#op-barra {
	width: 100%;
	height: 35px;
	background-color: #F5F5F5;
}

.op-barra-box {
	width: 950px;
	margin: auto;
}

.op-barra-box ul,.op-barra-box li {
	float: right;
}

.op-barra-login {
	width: 110px;
	padding-right: 11px;
	height: 22px;
	padding-top: 2px;
	display: block;
	margin-top: 6px;
	margin-left: 20px;
	background: url('../images/bt-login-seta.png') no-repeat center top;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

.op-barra-carrinho {
	min-width: 120px;
	padding-left: 30px;
	height: 20px;
	padding-top: 1px;
	display: block;
	margin-top: 7px;
	background: url('../images/cart.png') no-repeat left top;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #009933;
}

/* HEADER - LOGOS */
#op-logo {
	width: 100%;
	height: 98px;
}

.op-logo-box {
	width: 950px;
	margin: auto;
}

/* HEADER - NAV */
#op-nav {
	width: 100%;
	height: 62px;
}

.op-nav-box {
	width: 950px;
	margin: auto;
}

.op-nav-box ul {
	float: left;
}

.op-nav-box li {
	float: left;
	height: 50px;
	padding-top: 7px;
	margin-right: 1px;
	background-color: #F3F3F3;
	text-align: left;
}

.op-nav-box li a { /*
    display:block;
    width:100%;
    height:100%;
    */
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
}

.op-nav-box li a:hover {
	text-decoration: underline;
}

.op-nav-box li span {
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #69695F;
}

.op-nav-home {
	width: 62px;
	background: url('../images/nav-home.png') no-repeat left top;
	border-top: solid 5px #949494;
	text-indent: -9999px;
}

.op-nav-servico {
	width: 285px;
	padding-left: 50px;
	background: url('../images/nav-servico2.png') no-repeat left top;
	border-top: solid 5px #0077BB;
}

.op-nav-consultas {
	width: 175px;
	padding-left: 46px;
	background: url('../images/nav-consultas.png') no-repeat left top;
	border-top: solid 5px #62AA46;
}

.op-nav-atendimento {
	width: 265px;
	padding-left: 45px;
	background: url('../images/nav-atendimento.png') no-repeat left top;
	border-top: solid 5px #708E58;
}

.op-nav-ajuda {
	width: 180px;
	padding-left: 58px;
	background: url('../images/nav-ajuda.png') no-repeat left top;
	border-top: solid 5px #5E8D87;
}

.op-nav-servico a,.op-nav-consultas a,.op-nav-atendimento a,.op-nav-ajuda a
	{
	font-size: 13px;
	margin: 0 3px;
}

/* FOOTER */
#op-footer {
	width: 100%;
	min-height: 304px;
	border-top: solid 1px #D4D4D4;
}

/* FOOTER - BARRA */
.op-footer-barra {
	width: 100%;
	min-height: 33px;
	background-color: #FFFFFF;
	border-top: solid 1px #D3D3D3;
}

.op-footer-barra-box {
	width: 950px;
	margin: auto;
}

.op-footer-barra-box li {
	background: url('../images/bar-ft.png') no-repeat right center;
	float: left;
	padding: 5px 14px 7px 0px;
	margin-right: 12px;
}

.op-footer-barra-box a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #474745;
}

.op-footer-barra-box a:hover {
	text-decoration: underline;
}

/* FOOTER - COLUNAS */
.op-footer-colunas {
	width: 100%;
	min-height: 269px;
	background-color: #EEEEEE;
	border-top: solid 1px #FFFFFF;
}

.op-footer-colunas-box {
	width: 950px;
	margin: auto;
}

.op-footer-coluna {
	float: left;
	min-width: 130px;
	padding-right: 25px;
	text-align: left;
}

.op-footer-coluna li {
	min-height: 19px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.op-footer-coluna a {
	color: #433B48;
}

.op-footer-coluna a:hover {
	text-decoration: underline;
}

.op-footer-coluna h3 {
	margin-top: 25px;
	margin-bottom: 8px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #366AA6;
	text-align: left;
}

.op-footer-coluna h4 {
	margin-top: 17px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #5C615D;
	text-align: left;
}

.footer_info {
	clear: both;
	font-size: 12px;
	padding: 10px 0;
	text-align: left;
}

.footer_final {
	background: none repeat scroll 0 0 #FFFFFF;
	clear: both;
	display: block;
	margin: auto;
	width: 990px;
}

/* CONTEUDO */
#op-conteudo {
	width: 100%;
	float: left;
}

.op-conteudo-box {
	width: 950px;
	margin: auto;
}

/* CONTEUDO - SUBNAV */
#op-nav-sub {
	width: 950px;
	margin: auto;
}

.op-nav-sub-links {
	width: 285px;
	height: 25px;
	padding-top: 4px;
	margin-left: 265px;
	margin-bottom: 18px;
	background-color: #61A649;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
	top: -10px;
}

.op-nav-sub-links a {
	color: #FFFFFF;
	margin: 0 5px;
}

/* CONTEUDO - ARTICLE */
#op-article {
	width: 600px;
	float: left;
	margin: 0 0 40px 0;
}

#op-article h2 {
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #009933;
}

#op-article p {
	margin-bottom: 15px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	color: #5F5F5F;
}

.op-article-bola {
	width: 148px;
	height: 113px;
	padding-top: 35px;
	display: block;
	float: right;
	margin: 0 0 20px 20px;
	background: url('../images/splash_30.jpg') no-repeat center top;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	color: #333333;
}

.op-article-bola span {
	font-size: 25px;
}

#op-article h3 {
	margin-top: 35px;
	margin-bottom: 30px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #5F5F5F;
	border-bottom: solid 1px #CCCCCC;
}

.op-icon-consulta {
	float: left;
	padding-left: 30px;
	margin-bottom: 15px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #5F5F5F;
}

.op-icon-consulta a {
	color: #009933;
	text-decoration: underline;
}

.op-icon-consulta a:hover {
	text-decoration: underline;
}

.op-icon-fisica {
	background: url('../images/icon-fisica.png') no-repeat left center;
}

.op-icon-juridica {
	background: url('../images/icon-juridica.png') no-repeat left center;
}

ul.op-carta {
	float: left;
	margin-bottom: 20px;
}

#op-article ul.op-carta li {
	width: 130px;
	height: 87px;
	float: left;
	margin-right: 17px;
	margin-bottom: 16px;
	border: solid 1px #797979;
	background: url('../images/carta.png') no-repeat center center;
}

#op-article ul.op-carta li p {
	background-color: #FFFFFF;
	padding: 5px 0;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
}

/* CONTEUDO - ASIDE */
#op-aside {
	width: 290px;
	float: right;
	margin: 0 0 40px 0;
}

#op-aside h2 {
	margin-bottom: 12px;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #009933;
}

.op-aside-quadro {
	width: 248px;
	min-height: 150px;
	padding: 20px;
	float: left;
	margin-bottom: 20px;
	background-color: #F2F2F2;
}

.op-aside-quadro h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #5F5F5F;
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-bottom: solid 1px #CCCCCC;
}

.op-aside-quadro h4 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #5F5F5F;
	margin-bottom: 8px;
}

.op-aside-quadro p {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	color: #5F5F5F;
	margin-bottom: 15px;
}

.op-aside-quadro-form-mais,.op-aside-quadro-form-menos {
	float: left;
	width: 248px;
	min-height: 27px;
	margin-bottom: 5px;
}

.op-aside-quadro-form-mais img,.op-aside-quadro-form-menos img {
	margin: 5px 4px;
}

.op-js-menos {
	margin: 5px 4px;
}

.op-js-input {
	width: 116px;
	height: 21px;
	padding: 1px;
	float: left;
	background-color: #F3F3F3;
	border: solid 1px #C1C1C1;
	margin-bottom: 5px;
}

.op-js-img-hidden {
	visibility: hidden;
	width: 18px;
	margin: 5px;
	float: left;
	position: relative;
	top: 5px;
}

.op-js-img-visible {
	visibility: visible;
	width: 18px;
	margin: 5px;
	float: left;
	position: relative;
	top: 5px;
}

.op-aside-quadro input {
	width: 116px;
	height: 21px;
	padding: 1px;
	float: left;
	background-color: #FFFFFF;
	border: solid 1px #ABADB3;
}

.op-aside-padrao {
	width: 162px;
	height: 27px;
	padding: 0;
	float: left;
	text-align: center;
	border: none;
	margin-left: 5px;
	margin-top: 5px;
	background: url('../images/bt-padrao.png') no-repeat center center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

.op-aside-padrao-blue {
	width: 250px;
	height: 38px;
	padding: 0;
	float: left;
	text-align: center;
	border: none;
	background: url('../images/bt-blue.png') no-repeat center center;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

input.op-aside-quadro-comprar {
	width: 104px;
	height: 27px;
	padding: 0;
	float: left;
	text-align: center;
	border: none;
	margin-top: 5px;
	background: url('../images/bt-comprar.png') no-repeat center center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

/* CONTEUDO - CART TOP */
.op-onecolum {
	width: 915px;
	float: left;
	margin: 45px 0 40px 20px;
}

.op-onecolum h2 {
	margin-bottom: 15px;
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #009933;
}

.op-cart-link {
	width: 600px;
	height: 25px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #009900;
}

.op-cart-link a {
	text-decoration: underline;
	color: #009900;
}

.op-cart-link a:hover {
	text-decoration: underline;
}

.op-cart-finalizar {
	width: 251px;
	height: 45px;
	float: right;
}

.op-cart-finalizar a {
	width: 231px;
	padding-left: 20px;
	height: 35px;
	padding-top: 10px;
	display: block;
	background: url('../images/comprar_bg.png') no-repeat center center;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#finalizarBt {
	width: 231px;
	padding-left: 10px;
	height: 35px;
	padding-top: 10px;
	display: block;
	background: none repeat scroll 0 0 #377CBA;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.op-bt-geral { /*
            width:104px;
            height:27px;
            display:block;
            padding:0;
            text-align:center;
            border:none;
            background: url('../images/bt-comprar.png') no-repeat center center;
            font-family:Arial;
            font-size:14px;
            font-weight:bold;
            font-style:normal;
            text-decoration:none;
            color:#FFFFFF;
            cursor:pointer;		
    */
	display: block;
	background: #377cba;
	border: none;
	border-radius: 4px;
	padding: 12px 30px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.op-excluir-item {
	font-size: 12px;
	color: #709F2A;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/delete_icon.jpg') no-repeat left center;
	padding: 5px 5px 5px 27px;
	height: 21px;
}

/* RELATORIO HEADER */
.op-relat-header {
	width: 905px;
	margin: 25px 0 30px 0;
}

.op-relat-header h3 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #A7763B;
	border-bottom: solid 1px #DEDEDE;
	margin-bottom: 8px;
	padding-bottom: 2px;
}

.op-relat-header p {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #797979;
}

.op-relat-header p a {
	text-decoration: underline;
	color: #0000FF;
}

.op-relat-voltar {
	float: right;
	width: 101px;
	height: 21px;
}

.op-relat-voltar a {
	width: 101px;
	height: 19px;
	padding-top: 2px;
	display: block;
	background: url('../images/bt-voltar-relat.png') no-repeat center center;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

.op-relat-interrogacao {
	float: right;
	width: 19px;
	height: 19px;
}

.op-relat-interrogacao a {
	width: 19px;
	height: 19px;
	display: block;
	background: url('../images/bt-interrogacao.png') no-repeat center center;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.op-relat-conteudo {
	width: 745px;
	margin: auto;
}

/* RELATORIO - CONTEUDO */
.op-relat-conteudo {
	width: 742px;
	margin: auto;
	margin-bottom: 60px;
}

.op-relat-aviso {
	width: 720px;
	float: left;
	padding: 7px 10px;
	background-color: #FAF6D4;
	border: solid 1px #E6C26E;
}

.op-relat-aviso h4 {
	padding: 5px 30px;
	background: url('../images/exclamacao.png') no-repeat left center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #B7850A;
}

.op-relat-aviso p {
	padding-left: 30px;
	line-height: normal;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

.op-relat-info {
	width: 100%;
	float: left;
	margin: 20px 0;
}

.op-relat-info li {
	height: 18px;
	float: left;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #737373;
}

.op-relat-info li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #0099FF;
	padding-left: 22px;
}

.op-relat-info li.op-relat-info-txt {
	width: 400px;
}

.op-relat-info li.op-relat-pdf {
	width: 130px;
	background: url('../images/relat-pdf.png') no-repeat left center;
}

.op-relat-info li.op-relat-print {
	width: 60px;
	background: url('../images/relat-print.png') no-repeat left center;
}

.op-relat-info li.op-relat-mail {
	width: 105px;
	background: url('../images/relat-mail.png') no-repeat left center;
}

/* RELATORIO - TABELAS */
.op-relat-tabela {
	width: 742px;
	float: left;
	margin: 0 0 30px 0;
}

.op-relat-tabela-titulo {
	width: 720px;
	padding: 10px;
	background-color: #EBEBEB;
	border: solid 1px #E2E8E9;
	text-align: left;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #365FAF;
}

.op-relat-table {
	width: 100%;
	border: solid 1px #E2E8E9;
}

.op-relat-table td {
	border: solid 1px #E2E8E9;
	padding: 4px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #737373;
}

.op-relat-table tr.table-subtitle td {
	background-color: #F8F8F8;
	font-weight: bold;
}

.op-relat-table tr.table-title td {
	background-color: #EBEBEB;
	font-weight: bold;
	text-align: left;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #365FAF;
	padding: 10px;
}

.op-relat-table tr.table-vazio td {
	background-color: #FFFFFF;
	height: 20px;
}

/* CSS V2 */
#op-barra {
	background: #e4eaea;
}

#op-barra #login {
	background: url('../images/login_bg.jpg') no-repeat left top;
	display: block;
	width: 82px;
	height: 18px;
	padding: 5px 0 0 10px;
	margin-top: 5px;
	float: right;
	color: #fff;
	font: 12px Arial;
	text-align: center;
}

#op-article h3 {
	color: #555555;
	font-size: 16px;
	border-bottom: 3px solid #d6d6d6;
	padding-bottom: 5px;
}

.op-icon-juridica {
	height: 50px !important;
	background: url('../images/icon_pj.jpg') no-repeat !important;
	padding-left: 80px;
	line-height: 22px;
	width: 505px;
}

.op-icon-juridica .top {
	color: #adc2bc;
	font-size: 28px !important;
}

.op-icon-juridica .bottom {
	color: #3e5c60;
	font-size: 22px !important;
	padding-left: 40px;
}

.op-icon-juridica a {
	color: #347dbe;
	font-size: 12px;
	float: right;
}

.op-carta li {
	height: 60px !important;
	background: #d3e2de url('../images/features_div.gif') no-repeat right
		!important;
	border: none !important;
	margin: 0 0 5px 0 !important;
	padding-right: 20px;
}

.op-carta li.last {
	background: #d3e2de !important;
	padding-right: 0 !important;
}

.op-carta li p {
	background: none !important;
	color: #3b6a71 !important;
}

#op-aside {
	margin: 0 0 0 40px;
	width: 265px;
}

#op-aside h2 {
	background: url('../images/consulte_agora.jpg');
	margin: 0;
	font-size: 20px;
	height: 50px;
	width: 242px;
	line-height: 19px;
	padding: 10px 0 0 20px;
}

#op-aside h3 {
	font-size: 16px;
	color: #30716c;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}

#op-aside p {
	color: #686868;
	font-size: 12px;
}

#op-aside h4 {
	color: #686868;
	font-size: 12px;
	font-weight: bold;
}

.op-aside-quadro {
	background: url('../images/bloco_bg.jpg');
	width: 222px;
}

.op-aside-quadro .top {
	position: relative;
	top: -20px;
	left: -20px;
}

.op-aside-quadro-legenda {
	background: url('../images/bloco_bg_bottom.jpg') no-repeat;
	position: relative;
	bottom: -20px;
	left: -20px;
	text-align: center;
	clear: both;
	width: 266px;
	font: 11px Arial;
	line-height: 25px;
	height: 29px;
}

.op-aside-quadro input[type='text'] {
	border: 1px solid #c1c1c1;
	width: 180px;
	padding: 2px 5px;
	border-radius: 2px;
}

.op-aside-quadro-bloco {
	background: url('../images/bloco_bg_top.jpg') no-repeat;
	width: 262px;
	height: 21px;
}

.op-barra-cart {
	background: #62c63c url('images/cart_bg_up.jpg') no-repeat 190px 0;
	width: 210px;
	height: 25px;
	float: right;
	cursor: pointer;
	padding: 5px;
	font: 14px Arial;
	color: #fff;
	line-height: 25px;
	text-align: left;
}

.op-barra-cart.open {
	background: #62c63c url('images/cart_bg_down.jpg') no-repeat 190px 0;
}

.op-barra-cart img {
	float: left;
	margin-right: 10px;
}

.op-barra-cart span {
	background: #fff;
	color: #196f67;
	padding: 5px 9px;
	border-radius: 4px;
	margin-right: 4px;
}

.op-barra-box .op-barra-info {
	font: 11px Arial;
	color: #555555;
	line-height: 15px;
	float: left;
	padding-top: 2px;
	text-align: right;
	width: 180px;
	position: relative;
	left: 540px;
}

.op-barra-cart-preview {
	width: 300px;
	background: #f3f9f1;
	position: relative;
	left: 648px;
	top: 35px;
	border: 1px solid #62c63c;
	border-top: 5px solid #62c63c;
	display: none;
}

.op-barra-cart-preview table {
	font: 12px Arial;
	width: 300px;
}

.op-barra-cart-preview td {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.op-barra-cart-preview table thead {
	color: #999999;
}

.op-barra-cart-preview .total td {
	border-top: 1px solid #62c63c;
}

/* Basic modal */
#basic-modal-content {
	display: none;
}

#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-iner {
	height: 160px;
	width: 450px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 12px;
	text-align: center;
}

#simplemodal-iner .simplemodal-data {
	padding: 8px;
}

#simplemodal-iner code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}

#simplemodal-iner a {
	color: #ddd;
}

#simplemodal-iner a.modalCloseImg {
	background: url(../img/basic/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}

#simplemodal-iner h3 {
	color: #84b8d9;
}

/* Abas hist?rico */
#abas-historico {
	
}

.abas-historico-box1,.abas-historico-box2 {
	width: 400px;
	height: 24px;
	position: absolute;
	margin: -39px 0 20px 55px;
}

.abas-historico-box1 {
	background: url('../images/abas1-new.png') no-repeat top center;
}

.abas-historico-box2 {
	background: url('../images/abas2.png') no-repeat top center;
}

.abas-historico-aba-on,.abas-historico-aba-off {
	width: 165px;
	margin: 0 10px 0 15px;
	height: 19px;
	padding-top: 5px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.abas-historico-aba-on,.abas-historico-aba-on a {
	color: #009933;
	cursor: default;
}

.abas-historico-aba-off,.abas-historico-aba-off a {
	color: #ADADAD;
}

.aba-indisponivel {
	color: #E23030;
}

.aba-indisponivel a { /*
    padding-left:20px;
    background: url('../images/bt-refresh.png') no-repeat left center;
    */
	text-decoration: underline;
	color: #0099FF;
	cursor: pointer;
	/*
    display:block;
    width:165px;
    height:19px;		
    */
}

.op-nova-consulta {
	padding-left: 20px;
	background: url('../images/bt-refresh.png') no-repeat left center;
	text-decoration: underline;
	color: #0099FF;
}

.op-consultar {
	padding-left: 20px;
	background: url('../images/lupa.png') no-repeat left center;
	text-decoration: underline;
	color: #0099FF;
}

/* CSS V3 - NOVO HEADER */
#op-barra {
	background-color: #E4EAEA;
}

.op-barra-cart {
	background: #196F67 url('../images/cart_bg_down2.jpg') no-repeat 192px 0;
	font: 14px Arial;
	color: #62C63C;
	height: 26px;
	padding: 9px 5px 0 5px;
}

.op-barra-cart.open {
	background: #196F67 url('../images/cart_bg_up2.jpg') no-repeat 192px 0;
}

.op-barra-cart img {
	float: left;
	margin: 0 5px;
}

.op-barra-cart strong {
	color: #FFFFFF;
	font-weight: bold;
}

.op-barra-cart span {
	background: #62C63C;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
}

.op-barra-box .op-barra-info {
	font: 11px Arial;
	color: #555555;
	line-height: 15px;
	float: left;
	padding-top: 2px;
	text-align: right;
	width: 500px;
	position: relative;
	left: 190px;
}

.op-barra-box .op-barra-info a {
	color: #196F67;
	font-weight: bold;
	font-size: 12px;
}

.op-barra-box .op-barra-info a.op-sair {
	padding-left: 12px;
	background: url('../images/sair2.png') no-repeat center left;
}

/* CSS V3 - NAV ATUAL */
.op-nav-box li.op-nav-atual {
	background-color: #E4ECE1;
}

.op-nav-consultas {
	background: url('../images/nav-consultas2.png') no-repeat left top;
}

/* CSS V3 - NOVA HOME BANNER CONSULTA */
.op-correcao-home {
	position: relative;
	margin-left: -20px;
	margin-bottom: 90px;
}

/* CSS V4 - NOVA HOME RESUMO RELAT?RIO */
#op-relat-preview {
	margin: auto;
	width: 950px;
}

.preview-title {
	font-size: 22px;
	color: #347dbe;
	margin-top: 20px;
	border-bottom: 2px solid #347dbe;
	font-family: Arial;
}

#op-preview-menu {
	background: url('../images/preview-menu-bg.jpg') repeat-x;
	height: 62px;
	font-size: 12px;
}

#op-preview-menu li {
	background: url('../images/preview-menu-li-bg.jpg') no-repeat right;
	float: left;
	text-align: center;
	font-family: Arial;
}

#op-preview-menu h2 {
	font-weight: normal;
}

#op-preview-menu li a {
	display: block;
	height: 46px;
	padding: 13px 10px 0;
	color: #444444;
}

#op-preview-menu li a:hover {
	color: #186fbd;
}

#op-preview-menu li a.active {
	background: url('../images/preview-menu-li-active-bg.jpg') repeat-x;
	color: #fff;
}

#op-consulte .selo {
	position: absolute;
	top: 70px;
	left: 420px;
}

#op-consulte .chamada {
	position: absolute;
	top: 240px;
	left: 20px;
	color: #aef386;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#op-consulte .chamada span {
	font-weight: normal;
	font-size: 13px;
}

.op-preview-features {
	margin-bottom: 40px;
	height: 140px;
}

.op-preview-features li {
	width: 190px;
	height: 130px;
	float: left;
	background: url('../images/preview_linha.jpg') no-repeat right center;
}

.op-preview-features li p {
	padding: 80px 10px 0;
	text-align: center;
	font-size: 12px;
	width: 169px;
}

.op-preview-features li p span {
	font-weight: bold;
	color: #1d5837;
}

.op-preview-features li.f1 p {
	background: url('../images/preview_icon1.jpg') no-repeat center top;
}

.op-preview-features li.f2 p {
	background: url('../images/preview_icon2.jpg') no-repeat center top;
}

.op-preview-features li.f3 p {
	background: url('../images/preview_icon3.jpg') no-repeat center top;
}

.op-preview-features li.f4 p {
	background: url('../images/preview_icon4.jpg') no-repeat center top;
}

.op-preview-features li.f5 p {
	background: url('../images/preview_icon5.jpg') no-repeat center top;
}

.op-preview-descricao {
	width: 600px;
	padding: 20px;
	float: right;
	display: none;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #696969;
}

.op-preview-descricao>span {
	background: url('../images/bullet.png') no-repeat;
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	color: #fff;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	margin-right: 10px;
}

.op-preview-descricao p {
	float: left;
	width: 500px;
}

.op-preview-descricao p span {
	color: #6db124;
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.op-browser {
	width: 295px;
	height: 450px;
	float: left;
	overflow-y: scroll;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
}

.op-preview {
	font-family: Arial;
	width: 620px;
	height: 330px;
	float: right;
	overflow: hidden;
	position: relative;
	margin: 20px 0 20px 0;
}

.op-preview .op-preview-content {
	position: absolute;
	font-family: Arial;
	font-size: 11px;
}

.op-preview .op-preview-content span {
	font-family: Arial;
	position: absolute;
	background: url('../images/bullet.png') no-repeat;
	display: block;
	height: 26px;
	width: 26px;
	color: #fff;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	cursor: pointer;
}

.op-preview .op-preview-content span.info_cadastrais {
	top: 180px;
	left: 350px;
}

.op-preview .op-preview-content span.faturamento {
	top: 780px;
	left: 270px;
}

.op-preview .op-preview-content span.anotacoes_negativas {
	top: 980px;
	left: 280px;
}

.op-preview .op-preview-content span.pendencias_comerciais {
	top: 1458px;
	left: 210px;
}

.op-preview .op-preview-content span.pendencias_bancarias {
	top: 1693px;
	left: 210px;
}

.op-preview .op-preview-content span.protesto {
	top: 1933px;
	left: 115px;
}

.op-preview .op-preview-content span.acao_judicial {
	top: 2203px;
	left: 160px;
}

.op-preview .op-preview-content span.falencia {
	top: 2473px;
	left: 450px;
}

.op-preview .op-preview-content span.dividas_vencidas {
	top: 2678px;
	left: 170px;
}

.op-preview .op-preview-content span.cheque_sem_fundo {
	top: 3163px;
	left: 190px;
}

.op-preview .op-preview-content span.socios {
	top: 3500px;
	left: 190px;
}

.op-preview .op-preview-content span.administradores {
	top: 3693px;
	left: 170px;
}

/* V9 NOVA HOME BANNER */
#op-consulte {
	/* background: url('../images/banner_menina.jpg') no-repeat; */
	width: 950px;
	position: relative;
	margin: auto;
	margin-top: 30px;
	height: 410px;
}

#op-consulte h1 {
	font: bold 31px Arial;
	color: #fff;
	padding: 20px;
	text-shadow: 1px 1px 10px #555;
	margin: 0;
	float: left;
}

#op-consulte #op-consulte-box {
	width: 217px;
	float: right;
	margin: 100px 20px 15px;
	position: relative;
	z-index: 10;
	box-shadow: 0px 1px 3px #555;
	border-radius: 2px;
}

#op-consulte #op-consulte-box #op-consulte-topo {
	background: url('../images/box-consulta-topo.jpg') no-repeat;
	height: 31px;
	color: #fff;
	font-size: 17px;
	padding: 8px 0 0 12px;
	border-radius: 2px;
}

#op-consulte #op-consulte-box #op-consulte-miolo {
	background: #e9efe5;
	min-height: 44px;
	color: #335c0b;
	font-size: 13px;
	line-height: 13px;
	padding: 15px 20px 0;
}

#op-consulte #op-consulte-box #op-consulte-miolo p {
	text-align: center;
	margin-bottom: 10px;
}

#op-consulte #op-consulte-box #op-consulte-miolo input {
	width: 134px;
	border: 1px solid #c1c1c1;
	border-radius: 4px;
	padding: 5px;
	font-weight: normal;
	margin-bottom: 5px;
}

#op-consulte #op-consulte-box #op-consulte-miolo a.adicionar {
	display: inline-block;
	height: 20px;
	width: 110px;
	padding: 8px 0 0 30px;
	background: url('../images/box-consulta-bt.jpg') no-repeat;
	color: #347724;
	margin: 10px 0 0 33px;
}

#op-consulte #op-consulte-box #op-consulte-miolo a.remover {
	display: inline-block;
	background: url('../images/box-consulta-remove.png') no-repeat;
	height: 23px;
	width: 23px;
	vertical-align: middle;
	margin-left: 2px;
}

#op-consulte #op-consulte-box #op-consulte-miolo a.adiciona {
	display: inline-block;
	background: url('../images/box-consulta-adiciona.png') no-repeat;
	height: 23px;
	width: 23px;
	vertical-align: middle;
}

#op-consulte #op-consulte-box #op-consulte-rodape {
	background: #e9efe5;
}

#op-consulte #op-consulte-box #op-consulte-rodape a {
	background: url('../images/comprar-bt.jpg') no-repeat;
	display: inline-block;
	height: 40px;
	width: 98px;
	margin: 15px 0 10px 32px;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	padding: 7px 0 0 60px;
}

#op-consulte-features p {
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
}

#op-consulte-features {
	background: url('../images/box-consulta-features.jpg') no-repeat 0 28px;
	height: 142px;
	clear: both;
	width: 950px;
	margin: 20px auto 20px;
}

#op-consulte-features ul {
	height: 113px;;
	border: 1px solid #ccc;
	margin-top: -10px;
}

#op-consulte-features ul li {
	float: left;
	width: 136px;
	text-align: center;
	color: #31597d;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

#op-consulte-features ul li a {
	display: block;
	height: 42px;
	padding-top: 72px;
}

#op-consulte .selo {
	position: absolute;
	top: 126px;
	left: 598px;
	background: url('../images/selo.png') no-repeat;
	width: 115px;
	height: 99px;
}

#op-consulte .chamada {
	position: absolute;
	top: 185px;
	left: 15px;
	color: #fff;
	font-size: 21px;
	line-height: normal;
}

#op-consulte .chamada span {
	font-weight: normal;
	font-size: 15px;
}

/* V9 CORRECOES */
#cnpjs {
	margin-top: -12px;
}

#op-consulte #op-consulte-box #op-consulte-miolo input.correcao-input-adiciona
	{
	width: 25px;
	height: 25px;
	display: inline-block;
	border: 0px solid #c1c1c1;
	border-radius: 0px;
	padding: 0px;
	margin-top: 2px;
	background: url('../images/box-consulta-adiciona.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}

.op-consulta input {
	display: inline-block;
}

.op-consulta a { /*
            width:25px;
            height:25px;
            display: inline-block;
            margin-left:6px;
            background: url('../images/box-consulta-remove.png') no-repeat left bottom;
            cursor:pointer;
            text-indent: -9999px;
            /* arrumar altura no crome e firefox*/
	width: 25px;
	height: 25px;
	position: absolute;
	left: 172px;
	margin-top: 2px;
	background: url('../images/box-consulta-remove.png') no-repeat left
		bottom;
	cursor: pointer;
	text-indent: -9999px;
}

#op-consulte #op-consulte-box #op-consulte-rodape input {
	border: 0;
	background: url('../images/comprar-bt.jpg') no-repeat;
	display: inline-block;
	height: 38px;
	width: 157px;
	margin: 15px 0 25px 32px;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	cursor: pointer;
	/* text-indent: -9999px; */
}

.variacao-banner1 {
	background: url('../images/banner_menina.jpg') no-repeat;
}

.variacao-banner2 {
	background: url('../images/banner_empresa.jpg') no-repeat;
}

/* V9 NOVA HOME EX-RELATORIO */
#op-relat-preview {
	margin: auto;
	width: 950px;
}

.preview-title {
	font-size: 22px;
	color: #347dbe;
	margin-top: 20px;
	border-bottom: 2px solid #347dbe;
}

#op-preview-menu {
	background: url('../images/preview-menu-bg.jpg') repeat-x;
	height: 62px;
	font-size: 12px;
}

#op-preview-menu li {
	background: url('../images/preview-menu-li-bg.jpg') no-repeat right;
	float: left;
	text-align: center;
}

#op-preview-menu li a {
	display: block;
	height: 46px;
	padding: 13px 10px 0;
}

#op-preview-menu li a:hover {
	color: #186fbd;
}

#op-preview-menu li a.active {
	background: url('../images/preview-menu-li-active-bg.jpg') repeat-x;
	color: #fff;
}

.op-preview-features {
	margin-bottom: 40px;
	height: 140px;
}

.op-preview-features li {
	width: 190px;
	height: 130px;
	float: left;
	background: url('../images/preview_linha.jpg') no-repeat right center;
}

.op-preview-features li p {
	padding: 80px 10px 0;
	text-align: center;
	font-size: 12px;
	width: 169px;
}

.op-preview-features li p span {
	font-weight: bold;
	color: #1d5837;
}

.op-preview-features li.f1 p {
	background: url('../images/preview_icon1.jpg') no-repeat center top;
}

.op-preview-features li.f2 p {
	background: url('../images/preview_icon2.jpg') no-repeat center top;
}

.op-preview-features li.f3 p {
	background: url('../images/preview_icon3.jpg') no-repeat center top;
}

.op-preview-features li.f4 p {
	background: url('../images/preview_icon4.jpg') no-repeat center top;
}

.op-preview-features li.f5 p {
	background: url('../images/preview_icon5.jpg') no-repeat center top;
}

.op-preview-descricao {
	width: 600px;
	padding: 20px;
	float: right;
	display: none;
}

.op-preview-descricao>span {
	background: url('../images/bullet.png') no-repeat;
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	color: #fff;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	margin-right: 10px;
}

.op-preview-descricao p {
	float: left;
	width: 500px;
}

.op-preview-descricao p span {
	color: #6db124;
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.op-browser {
	width: 275px;
	height: 450px;
	float: left;
	overflow-y: scroll;
	margin: 20px 0 20px;
	padding: 0 20px 0 0;
}

.op-preview {
	width: 620px;
	height: 330px;
	float: right;
	overflow: hidden;
	position: relative;
	margin: 20px 20px 20px 0;
}

.op-preview .op-preview-content {
	position: absolute;
}

.op-preview .op-preview-content span {
	position: absolute;
	background: url('../images/bullet.png') no-repeat;
	display: block;
	height: 26px;
	width: 26px;
	color: #fff;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	cursor: pointer;
}

.op-preview .op-preview-content span.info_cadastrais {
	top: 180px;
	left: 350px;
}

.op-preview .op-preview-content span.faturamento {
	top: 780px;
	left: 270px;
}

.op-preview .op-preview-content span.anotacoes_negativas {
	top: 980px;
	left: 270px;
}

.op-preview .op-preview-content span.pendencias_comerciais {
	top: 1455px;
	left: 210px;
}

.op-preview .op-preview-content span.pendencias_bancarias {
	top: 1690px;
	left: 210px;
}

.op-preview .op-preview-content span.protesto {
	top: 1930px;
	left: 115px;
}

.op-preview .op-preview-content span.cheque_sem_fundo {
	top: 2955px;
	left: 190px;
}

.op-preview .op-preview-content span.acao_judicial {
	top: 2200px;
	left: 160px;
}

.op-preview .op-preview-content span.falencia {
	top: 2470px;
	left: 450px;
}

.op-preview .op-preview-content span.dividas_vencidas {
	top: 2675px;
	left: 170px;
}

.op-preview .op-preview-content span.cheque_sem_fundo {
	top: 2950px;
	left: 200px;
}

.op-preview .op-preview-content span.socios {
	top: 3290px;
	left: 190px;
}

.op-preview .op-preview-content span.administradores {
	top: 3480px;
	left: 170px;
}

.fancybox-inner {
	font-size: 14px;
}

#preview {
	border-top: 20px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#preview ul {
	width: 264px;
	margin: 0;
	padding: 0;
	float: left;
}

#preview ul li {
	background: url('../images/preview_li_bg.png') no-repeat 240px center;
	list-style: none;
	padding: 13px;
	margin: 0;
	font: 13px Arial;
	color: #979797;
	border-bottom: 1px solid #e0e0e0;
	line-height: 14px;
	cursor: pointer;
}

#preview ul li.active {
	background: url('../images/preview_li_bg_active.png') no-repeat 240px
		center #6b9e5c;
	color: #fff;
}

#preview ul li:hover {
	background: url('../images/preview_li_bg_hover.png') no-repeat 240px
		center #f0f5ee;
}

#preview ul li.active:hover {
	background: url('../images/preview_li_bg_active.png') no-repeat 240px
		center #6b9e5c;
	color: #fff;
}

#preview #mini {
	height: 300px;
	width: 653px;
	margin: 15px;
	border: 1px solid #e0e0e0;
	overflow-y: scroll;
	overflow-x: hidden;
}

#preview #mini img {
	width: 640px;
}

#preview #info {
	float: right;
	width: 655px;
	margin: 0 15px 15px 15px;
	min-height: 85px;
	background: #ececec;
}

#preview #info .number {
	width: 60px;
	height: 36px;
	float: left;
	background: #6b9e5c;
	text-align: center;
	color: #fff;
	font: 30px Arial;
	padding: 12px 0;
	margin: 0;
	display: none;
}

#preview #info .texto {
	color: #6b9e5c;
	font: 12px Arial;
	margin: 0;
	padding: 20px;
	width: 555px;
	float: right;
	display: none;
}

#preview #info .texto span {
	font: 18px Arial;
	display: block;
	margin-bottom: 5px;
}

#preview #side {
	border-left: 1px solid #e0e0e0;
	float: right;
	width: 685px;
}

.cobertura_titulo {
	color: #015cae;
	font: 36px Arial;
	border-bottom: 1px solid #015cae;
	padding-bottom: 5px;
	margin: 0;
}

/* ************* LIMPA NOME ONLINE ************** */
/* FONTES */
@font-face {
	font-family: 'Gothic720BT-RomanB';
	src: url('../font/gothic720bt-romanb-webfont.eot');
	src: url('../font/gothic720bt-romanb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-romanb-webfont.woff') format('woff'),
		url('../font/gothic720bt-romanb-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT-LightItalicB';
	src: url('../font/gothic720bt-lightitalicb-webfont.eot');
	src: url('../font/gothic720bt-lightitalicb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-lightitalicb-webfont.woff') format('woff'),
		url('../font/gothic720bt-lightitalicb-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT';
	src: url('../font/gothic720bt-webfont.eot');
	src: url('../font/gothic720bt-webfont.eot?#iefix')
		format('embedded-opentype'), url('../font/gothic720bt-webfont.woff')
		format('woff'), url('../font/gothic720bt-webfont.ttf')
		format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT-Italic';
	src: url('../font/gothic720_bt_italic-webfont.eot');
	src: url('../font/gothic720_bt_italic-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720_bt_italic-webfont.woff') format('woff'),
		url('../font/gothic720_bt_italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT-Bold';
	src: url('../font/gothic720_bt_bold-webfont.eot');
	src: url('../font/gothic720_bt_bold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720_bt_bold-webfont.woff') format('woff'),
		url('../font/gothic720_bt_bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT-BoldB';
	src: url('../font/gothic720bt-boldb-webfont.eot');
	src: url('../font/gothic720bt-boldb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-boldb-webfont.woff') format('woff'),
		url('../font/gothic720bt-boldb-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* MENU */
#ln-nav {
	float: left;
	width: 205px;
	line-height: normal;
	margin-right: 20px;
	margin-bottom: 100px;
	/* margin-left:-20px;   -- SO NO MAGENTO */
}

.ln-nav-box {
	width: 203px;
	border: solid 1px #DFDFDF;
	border-top: solid 6px #377cba;
	background: url('../images/ln-nav-box-degrade.gif') repeat-x center
		bottom;
	padding-bottom: 10px;
	border-radius: 0 0 4px 4px;
}
.button{opacity:0.7 !important;}
.button:hover{opacity:1 !important;}
.bt-ie-login-header{opacity:0.7 !important;}
.bt-ie-login-header:hover{opacity:1 !important;}
.mpe-anuncio4-bt{opacity:0.7 !important;}
.mpe-anuncio4-bt:hover{opacity:1 !important;}
#bt-submit-index{opacity:0.7 !important;}
#bt-submit-index:hover{opacity:1 !important;}
.ln-nav-box p{margin-left:10px !important;}
.bt-assuntos.bt-mpe{opacity:0.7 !important;}
.bt-comprar-items{opacity:0.7 !important;}
.bt-comprar-items:hover{opacity:1 !important;}
.bt-success-ie{opacity:0.7 !important;}
.bt-success-ie:hover{opacity:1 !important;}
.bt-assuntos.bt-mpe:hover{opacity:1 !important}
.mpe-mpa-bt1{opacity:0.7 !important;}
.mpe-mpa-bt1:hover{opacity:1 !important;}
.bt-ie-alterar-endereco{opacity:0.7 !important;}
.bt-ie-alterar-endereco:hover{opacity:1 !important;}
.bt-azul{opacity:0.7 !important;}
#finalizarBt{opacity:0.7 important;}
#finalizarBt:hover{opacity:1 !important;}
.bt-azul:hover{opacity:1 !important;}
#mpe-cnpj2{opacity:0.7 !important;}
#mpe-cnpj2:hover{opacity:1 !important;}
.bt-ie2{opacity:0.7 !important;}
.bt-ie2:hover{opacity:1 !important;}
.bt-ie{opacity:0.7 !important;}
.bt-ie:hover{opacity:1 !important;}

.campo{
    position:relative;
    clear:both;
    width:100%;
}


.campo .tooltip{
    display:none;
    padding:10px;
    background-color:#67c0ea;
    color:#fff;
    position:absolute;
    top:0;
    right:53%;
    width:175px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.campo .tooltip .triangulo{
    position:absolute;
    top:calc(50% - 10px);
    
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #67c0ea;
}
.ln-nav-box h2 {
	padding: 7px 18px;
	font-family: 'Gothic720BT-RomanB';
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 19px;
	color: #377cba;
	background-color: #F2F2F2;
	border-bottom: solid 1px #DFDFDF;
	cursor: default;
	margin-bottom: 5px;
}

.ln-nav-box ul {
	padding: 0 18px;
}

.ln-nav-box li {
	padding: 7px 0;
	font-size: 13px;
	font-weight: bold;
	color: #686868;
	border-bottom: solid 1px #EFEFEF;
}

.ln-nav-box li:last-child {
	border-bottom: none;
}

.ln-nav-box li a {
	padding-left: 12px;
	background: url('../images/ln-nav-box-seta.png') no-repeat left center;
	color: #686868;
}

.ln-nav-box li a:hover {
	padding-left: 12px;
	background: url('../images/ln-nav-box-seta-azul.png') no-repeat left
		center;
	color: #347DBE;
}

.ln-nav-box li a.ln-nav-atual {
	padding-left: 12px;
	background: url('../images/ln-nav-box-seta-azul.png') no-repeat left
		center;
	color: #347DBE;
}

/*
.ln-nav-box li a.ln-nav-atual:hover{
        padding-left:12px;
        background: url('../images/ln-nav-box-seta-azul-2.png') no-repeat left center;
        color:#2696E4;
}
*/
/* CONTEUDO */
#ln-article {
	float: left;
	width: 725px;
	margin-bottom: 100px;
	margin-right: -20px;
	margin-left: -38px;
}

#ln-article h2 {
	font-size: 24px;
	font-weight: normal;
	color: #377cba;
	border-bottom: solid 2px #377cba;
	margin: 10px 0 20px 0;
}

#ln-article h2 span {
	font-size: 32px;
	color: #787878;
}

#ln-article p {
	font-size: 12px;
	color: #686868;
	margin-bottom: 10px;
}

.ln-1col {
	float: left;
	width: 725px;
	line-height: normal;
}

.ln-2col {
	float: left;
	width: 520px;
	line-height: normal;
}

.ln-2col-aside-right {
	float: right;
	width: 185px;
}

.ln-2col-aside-left {
	float: right;
	width: 185px;
	margin-right: 20px;
}

.ln-2col-aside-right img,.ln-2col-aside-left img {
	margin-bottom: 10px;
}

/* BOT�ES FORM */
input.ln-bt-azul-1 {
	width: 130px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/ln-degrade-bt-azul.gif') repeat-x left top;
	border: solid 1px #3892C4;
	border-radius: 4px;
	margin: 0 10px;
	cursor: pointer;
}

input.ln-bt-azul-1:hover {
	background: url('../images/ln-degrade-bt-azul.gif') repeat-x left bottom;
}

input.ln-bt-azul-2 {
	width: 260px;
	height: 40px;
	padding-top: 3px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/ln-degrade-bt-azul-2.gif') repeat-x left top;
	border: none;
	border-radius: 4px;
	margin: 0 10px;
	cursor: pointer;
}

input.ln-bt-azul-2:hover {
	background: url('../images/ln-degrade-bt-azul-2.gif') repeat-x left
		bottom;
}

/* *********************************** */
/* HISTORICO */
.ln-historico-box {
	border: solid 1px #DFDFDF;
	border-radius: 4px;
	padding: 10px 10px;
	margin-bottom: 15px;
}

.ln-historico-box h3 {
	background: url('../images/ln-icon-historico.png') no-repeat left center;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: normal;
	color: #347dbe;
	margin-bottom: 4px;
}

.ln-historico-box table {
	width: 100%;
}

.ln-historico-box table tr td {
	border-bottom: dotted 1px #C8C8C8;
}

.ln-historico-box table tr:last-child {
	border-bottom: none;
}

.ln-historico-box table tr td {
	padding: 6px 0;
	font-size: 12px;
	color: #686868;
}

.ln-historico-box table tr td:last-child {
	text-align: right;
}

.ln-historico-box table a {
	color: #0074C5;
	text-decoration: underline;
	font-weight: bold;
}

.ln-historico-box a:hover {
	color: #2696E4;
}

/* LIMPANOME */
.ln-limpanome-box {
	border: solid 1px #DFDFDF;
	border-radius: 4px;
	padding: 0px 10px 10px;
	margin-bottom: 15px;
	margin-top: -10px;
}

.ln-limpanome-box h3 {
	background: url('../images/vassourinha.jpg') no-repeat left center;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: normal;
	color: #347dbe;
	margin-bottom: 4px;
}

.ln-limpanome-box table tr td {
	border-bottom: dotted 1px #C8C8C8;
}

.ln-limpanome-box table tr:last-child {
	border-bottom: none;
}

.ln-limpanome-box p {
	width: 100%;
	padding: 0;
	margin-bottom: 0px !important;
	font-size: 12px;
	color: #686868;
}

.ln-limpanome-box table tr td:last-child {
	text-align: right;
}

.ln-limpanome-box p a {
	color: #0074C5;
	text-decoration: underline;
	font-weight: bold;
}

.ln-limpanome-box a:hover {
	color: #2696E4;
}

/* BOX FORM */
.ln-box-form {
	float: left;
	width: 506px;
	padding: 7px;
	margin: 10px 0;
	background-color: #F2F2F2;
	border-radius: 4px;
}

.ln-box-form label {
	display: block;
	float: left;
	width: 160px;
	margin-right: 10px;
	padding-top: 8px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
}

.ln-box-form input {
	display: block;
	float: left;
	width: 300px;
	padding: 8px;
	border: solid 1px #C6C6C6;
	border-radius: 4px;
	font-size: 12px;
	color: #000;
}

.ln-box-form input.ln-box-form-off {
	background-color: #F7F7F7;
}

.ln-info-center {
	text-align: center;
	font-size: 11px;
	color: #888888;
}

.ln-info-verde {
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 5px;
	color: #4ca91e;
	width: 515px;
	background: url('../images/flexinhaprabaixo.png') no-repeat right center;
}

.ln-info-left {
	font-size: 11px;
	color: #888888;
}

.ln-verde-tit {
	font-size: 12px;
	color: #4CA91E;
	padding: 0 15px;
	margin-top: 20px;
}

.ln-verde-tit-seta {
	background: url('../images/ln-seta-down-verde.png') no-repeat;
	padding: 0 7px;
	margin-left: 5px;
}

#ln-article div.ln-2col div.ln-box-continuar {
	float: left;
	width: 506px;
	padding: 7px;
	margin: 10px 0;
	text-align: center;
}

#ln-article div.ln-2col div.ln-box-continuar p {
	font-size: 13px;
	margin: 5px 0;
	font-weight: bold;
	color: #90BBDD;
}

#ln-article div.ln-2col div.ln-box-continuar p a {
	font-size: 13px;
	color: #3784BC;
	padding: 2px 0 0 22px;
	background: url('../images/ln-exclamacao-azul.png') no-repeat left
		center;
}

#ln-article div.ln-2col div.ln-box-continuar p a:hover {
	text-decoration: underline;
	color: #2696E4;
}

/* BOX PARCEIROS */
.ln-box-parceiros {
	float: left;
	width: 520px;
	padding: 15px 0 7px 0;
	margin-bottom: 20px;
	text-align: center;
	border-top: solid 2px #DCDCDC;
	border-bottom: solid 2px #DCDCDC;
}

/* *********************************** */
/* ENQUETE */
.ln-enquete-box {
	width: 183px;
	border: solid 1px #DFDFDF;
	border-top: solid 6px #9CBED9;
	background: url('../images/ln-nav-box-degrade.gif') repeat-x center
		bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-radius: 0 0 3px 3px;
}

.ln-enquete-box h3 {
	padding: 7px 10px;
	font-family: 'Gothic720BT-RomanB';
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	color: #3D8FC7;
	background-color: #F2F2F2;
	border-bottom: solid 1px #DFDFDF;
	cursor: default;
}

.ln-enquete-box p {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0 10px;
	margin: 5px 0;
}

.ln-enquete-box ul {
	padding: 0 18px;
}

.ln-enquete-box li {
	margin: 4px 0;
}

.ln-enquete-box li label {
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
}

input.ln-enquete-votar {
	width: 120px;
	height: 30px;
	margin-top: 5px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	background-color: #3D8FC7;
}

input.ln-enquete-votar:hover {
	background-color: #58A4D8;
}

/* BANNER AZUL */
.ln-cadastro-box {
	border: none;
	border-radius: 3px;
	background-color: #DCECF9;
	background: url('../images/ln-degrade-bn-azul.gif') repeat-y right
		bottom;
	padding: 8px 8px 8px 28px;
	margin-bottom: 15px;
	color: #388ECB;
}

/* ******** LIMPA NOME RELAT�RIO FEIR�O ****** */
/* LN RELAT�RIO ABAS */
.ln-relatorio-banners {
	float: left;
	width: 100%;
	margin: 10px 0;
}

.ln-relatorio-abas {
	float: left;
	margin-top: 15px;
	padding: 0 20px;
	z-index: 3;
	position: relative;
}

.ln-aba-on {
	width: 120px;
	height: 22px;
	padding-top: 6px;
	margin: 0 3px;
	display: block;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #0757AD;
	background-color: #ffffff;
	border: solid 1px #95AAB5;
	border-bottom: solid 1px #ffffff;
	border-radius: 4px 4px 0 0;
}

.ln-aba-off {
	width: 120px;
	height: 22px;
	padding-top: 6px;
	margin: 0 3px;
	display: block;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #8197A1;
	background-color: #F4F4F4;
	border: solid 1px #C1C1C1;
	border-bottom: solid 1px #D1DDDF;
	border-radius: 4px 4px 0 0;
}

.ln-aba-on a {
	color: #0757AD;
}

.ln-aba-off a {
	color: #8197A1;
}

.ln-relatorio-aba-conteudo {
	float: left;
	width: 715px;
	padding: 1px;
	z-index: 1;
	position: relative;
	margin-top: -1px;
	border: solid 1px #D1DDDF;
	background-color: #ffffff;
}

/* LN RELAT�RIO ABAS CONTEUDO TOP */
.ln-relat-caixa {
	float: left;
	width: 390px;
	padding: 20px 0 0 150px;
	margin-bottom: 10px;
	background: url('../images/caixa-logo.png') no-repeat 20px 60px;
}

.ln-relat-atendimento {
	float: left;
	width: 140px;
	padding: 8px 0 0 25px;
	line-height: normal;
}

.ln-relat-caixa p strong,.ln-relat-atendimento p strong,.ln-relat-caixa p b,.ln-relat-atendimento p b
	{
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	margin-top: 20px;
}

.ln-relat-caixa p,.ln-relat-atendimento p {
	padding: 2px 0;
	line-height: normal;
}

.ln-relat-caixa a,.ln-relat-atendimento a {
	color: #0074C5;
	text-decoration: underline;
}

.ln-relat-caixa a:hover,.ln-relat-atendimento a:hover {
	color: #2696E4;
	text-decoration: underline;
}

.ln-relat-atendimento ul {
	margin-top: -7px;
}

.ln-relat-atendimento li {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 25px;
	color: #686868;
}

.ln-relat-atendimento li.ln-at-chat {
	background: url('../images/at-chat.png') no-repeat left center;
}

.ln-relat-atendimento li.ln-at-mail {
	background: url('../images/at-mail.png') no-repeat left center;
}

.ln-relat-atendimento li.ln-at-fone {
	background: url('../images/at-fone.png') no-repeat left center;
}

/* LN RELAT�RIO ABAS CONTEUDO TABELA */
#ln-relatorio {
	width: 713px;
	float: left;
	border: solid 1px #D1DDDF;
}

.ln-relatorio-nome {
	background-color: #FFFBE7;
	padding: 6px 0;
	text-align: center;
	/*
    border-top:solid 1px #D1DDDF;
    border-left:solid 1px #D1DDDF;
    border-right:solid 1px #D1DDDF;
    */
}

#ln-relatorio div.ln-relatorio-nome p {
	padding: 2px;
	margin: 0;
	line-height: normal;
}

#ln-relatorio div.ln-relatorio-nome p span {
	margin: 0 5px;
}

.ln-relatorio-nome p b,.ln-relatorio-nome p strong {
	font-size: 14px;
	color: #444444;
}

.ln-relatorio-nome a {
	color: #0074C5;
	text-decoration: underline;
	padding: 5px 20px;
	margin-left: 3px;
	background: url('../images/rel-atualize.png') no-repeat left center;
}

.ln-relatorio-nome a:hover {
	color: #2696E4;
	text-decoration: underline;
}

.ln-relatorio-dividas {
	background-color: #D7DEE5;
	padding: 8px 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #0757AD;
}

#ln-relatorio table {
	width: 100%;
	font-size: 11px;
	color: #686868;
	text-align: left;
	border: none;
}

#ln-relatorio table th {
	font-weight: bold;
	padding: 4px;
	line-height: normal;
	background-color: #EDEDED;
	border-top: solid 1px #D1DCDF;
	border-left: solid 1px #D1DCDF;
	/* border-right:solid 1px #D1DCDF;	*/
}

#ln-relatorio table td {
	padding: 4px;
	line-height: normal;
	border-top: solid 1px #D1DCDF;
	border-left: solid 1px #D1DCDF;
	/* border-right:solid 1px #D1DCDF;	*/
}

#ln-relatorio table th:first-of-type {
	border-left: none;
}

#ln-relatorio table td:first-of-type {
	border-left: none;
}

#ln-relatorio table th:last-of-type {
	border-right: none;
}

#ln-relatorio table td:last-of-type {
	border-right: none;
}

#ln-relatorio table tr:nth-child(odd) {
	background-color: #F8F8F8;
}

#ln-relatorio table tr:nth-child(even) {
	background-color: #FFFFFF;
}

#ln-relatorio a.rel-boleto {
	color: #0074C5;
	text-decoration: underline;
	padding-left: 18px;
	background: url('../images/rel-boleto.png') no-repeat left center;
}

#ln-relatorio a.rel-boleto:hover {
	color: #2696E4;
}

#ln-relatorio div.ln-relatorio-info {
	padding: 14px;
	line-height: normal;
	background-color: #F8F8F8;
	border-top: dotted 1px #D1DCDF;
	/*
    border-bottom:solid 1px #D1DCDF;
    border-left:solid 1px #D1DCDF;
    border-right:solid 1px #D1DCDF;	
    */
}

#ln-relatorio div.ln-relatorio-info p {
	font-size: 12px;
	color: #686868;
	padding: 1px;
	margin: 0;
}

.ln-rel-info {
	float: left;
	margin: 15px 5px;
	font-size: 11px;
	line-height: normal;
	color: #888888;
}

/* *********** ME PROTEJA ************** */
/* ME PROTEJA BOT�ES */
.mp-bt-verde {
	width: 260px;
	height: 40px;
	padding-top: 3px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/mp-degrade-bt-verde.gif') repeat-x left top;
	border: none;
	border-radius: 4px;
	margin-bottom: 10px;
	cursor: pointer;
}

.mp-bt-verde:hover {
	background: url('../images/mp-degrade-bt-verde.gif') repeat-x left
		bottom;
}

.mp-bt-azul {
	width: 260px;
	height: 40px;
	padding-top: 3px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/mp-degrade-bt-azul.gif') repeat-x left top;
	border: none;
	border-radius: 4px;
	margin-bottom: 10px;
	cursor: pointer;
}

.mp-bt-azul:hover {
	background: url('../images/mp-degrade-bt-azul.gif') repeat-x left bottom;
}

.mp-bt-verde-2 {
	width: 160px;
	height: 30px;
	padding-top: 3px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/mp-degrade-bt-verde-2.gif') repeat-x left top;
	border: none;
	border-radius: 4px;
	margin-bottom: 10px;
	cursor: pointer;
}

.mp-bt-verde-2:hover {
	background: url('../images/mp-degrade-bt-verde-2.gif') repeat-x left
		bottom;
}

.mp-bt-verde-3 {
	width: 220px;
	height: 30px;
	padding-top: 3px;
	float: right;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/mp-degrade-bt-verde-2.gif') repeat-x left top;
	border: none;
	border-radius: 4px;
	margin: 45px 0;
	cursor: pointer;
}

.mp-bt-verde-3:hover {
	background: url('../images/mp-degrade-bt-verde-2.gif') repeat-x left
		bottom;
}

/* ME PROTEJA - SAIBA SE */
.mp-box-saibase {
	border: solid 1px #EFEFEF;
	padding: 1px;
	margin: 15px 0;
}

.mp-box-saibase h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #678A36;
	border-bottom: solid 2px #EFEFEF;
	padding: 8px 17px;
}

.mp-box-saibase ul {
	padding: 7px 17px;
	margin-bottom: 20px;
}

.mp-box-saibase li {
	font-size: 13px;
	color: #686868;
	background: url('../images/mp-item.png') no-repeat left center;
	padding: 2px 5px 2px 17px;
}

.mp-box-saibase-azul {
	border: solid 1px #EFEFEF;
	padding: 1px;
	margin: 15px 0;
}

.mp-box-saibase-azul h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #347DBE;
	border-bottom: solid 2px #EFEFEF;
	padding: 8px 17px;
}

.mp-box-saibase-azul ul {
	padding: 7px 17px;
	margin-bottom: 20px;
}

.mp-box-saibase-azul li {
	font-size: 13px;
	color: #686868;
	background: url('../images/mp-item-azul.png') no-repeat left center;
	padding: 2px 5px 2px 17px;
}

.mp-box-saibase-azul-selo {
	background: url('../images/mp-selo-azul.png') no-repeat left center;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #347DBE;
	padding: 10px 60px;
	margin: -15px 15px 15px 15px;
}

/* ME PROTEJA - ADQUIRA J� */
.mp-box-adquiraja {
	text-align: center;
	background-color: #EFEFEF;
	padding: 12px 0 2px 0;
}

.mp-box-adquiraja p {
	margin: 0;
}

.mp-box-adquiraja p a {
	color: #347DBE;
	text-decoration: none;
}

.mp-box-adquiraja p a:hover {
	color: #2696E4;
	text-decoration: underline;
}

/* ME PROTEJA - INDICE (+ABAS?) */
.mp-box-abas-1,.mp-box-abas-2 {
	width: 400px;
	height: 24px;
	position: relative;
	z-index: 4;
	margin-left: 50px;
	margin-top: 5px;
}

.mp-box-abas-1 {
	background: url('../images/mp-abas1.png') no-repeat left top;
}

.mp-box-abas-2 {
	background: url('../images/mp-abas2.png') no-repeat left top;
}

.mp-box-abas-1 li,.mp-box-abas-2 li {
	display: block;
	float: left;
	width: 195px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #218A20;
	text-transform: uppercase;
	padding-top: 5px;
}

.mp-box-abas-1 li a,.mp-box-abas-2 li a {
	color: #9D9D9D;
	text-decoration: none;
}

.mp-box-indice { /* border:solid 1px #DADADA; */
	border: solid 1px #F2F2F2;
	padding: 10px 10px;
	border-radius: 4px;
	/* margin:0 20px; */
	margin-top: -1px;
}

.mp-box-indice table {
	width: 100%;
}

.mp-box-indice table th {
	background-color: #EFF4ED;
	border: solid 1px #DADADA;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	padding: 9px 10px;
}

.mp-box-indice table td {
	background-color: #F8F8F8;
	border: solid 1px #DADADA;
	text-align: left;
	font-size: 11px;
	color: #686868;
	padding: 9px 7px 9px 7px;
}

.mp-box-indice table td span.mp-espaco {
	margin: 0 5px;
}

.mp-box-indice table td a {
	color: #0599F9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.mp-box-indice table td a.mp-link-lupa {
	color: #0599F9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/mp-lupa-2.png') no-repeat left center;
	padding-left: 20px;
}

.mp-box-indice table td a.mp-link-refresh {
	color: #0599F9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	background: url('../images/mp-refresh.png') no-repeat left center;
	padding-left: 18px;
}

.mp-box-indice table td a:hover {
	text-decoration: underline;
	color: #25A7FB;
}

/* ME PROTEJA - INDICE NAVEGA��O TEMPOR�RIA */
.mp-box-indice-info {
	height: 20px;
	padding: 5px 0;
}

.mp-box-indice-info li {
	display: block;
	float: left;
	width: 30%;
	padding-left: 5px;
	font-size: 11px;
	color: #A69A9A;
}

.mp-box-indice-info li a {
	color: #333333;
	margin: 0 2px;
}

.mp-box-indice-info select {
	font-size: 11px;
}

.mp-voltar {
	margin: 30px 20px;
}

.mp-voltar a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #4CA91E;
}

.mp-voltar a.mp-voltar-bt {
	color: #377cba;
}

/*****************************************/
/* EDITAR - MEUS DADOS, ENDERE�O, ETC. */
.mp-box-editar {
	border: solid 1px #EFEFEF;
	padding: 1px;
	float: left;
	width: 515px;
}

.mp-box-editar-half {
	margin: 10px 0;
}

.mp-box-editar-half li {
	display: block;
	float: left;
	width: 205px;
	height: 55px;
	margin: 8px 0 8px 35px;
}

.mp-box-editar-half li label {
	font-size: 12px;
	font-weight: bold;
}

.mp-box-editar-half li input {
	width: 185px;
	padding: 7px;
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #D7D7D7;
	margin-top: 2px;
	*margin-left: -35px;
}

.mp-box-editar-data {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

.mp-box-editar-data tbody tr td input {
	*margin-left: 0;
}

.mp-box-editar-half li input.mp-box-editar-check {
	width: 30px;
	height: 20px;
	float: left;
	border: none;
	position: relative;
	margin-top: -7px\9;
	*margin-left: 0;
}

.mp-box-editar-senha {
	float: left;
	width: 100%;
	border-top: solid 2px #EFEFEF;
	margin: 0;
}

.mp-box-editar-obrigatorios {
	width: 100%;
	float: left;
	text-align: right;
	margin: 5px 0;
}

.mp-box-editar-obrigatorios span {
	font-size: 11px;
	color: #777777;
	margin: 0 20px;
}

.mp-bt {
	float: right;
	margin: 25px;
}

/* EDITAR ENDERE�O */
.mp-endereco-cadastrado {
	width: 230px;
	float: left;
	margin: 20px 0 20px 20px;
}

.mp-endereco-cadastrado h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0F62B0;
	margin: 10px 0;
}

.mp-endereco-cadastrado ul {
	margin-bottom: 10px;
}

.mp-endereco-cadastrado li {
	font-size: 13px;
	font-weight: normal;
	color: #686868;
}

.mp-endereco-cadastrado a.mp-endereco-alterar {
	font-size: 13px;
	font-weight: bold;
	color: #347DBE;
	padding-left: 12px;
	text-decoration: none;
	background: url('../images/ln-nav-box-seta-azul.png') no-repeat left
		center;
}

.mp-endereco-cadastrado a.mp-endereco-alterar:hover {
	text-decoration: underline;
}

.mp-endereco-outros {
	height: 100%;
	width: 210px;
	padding: 0 12px;
	float: left;
	margin: 0;
	padding-left: 4px;
	padding-bottom: 0;
	background-color: #EFEFEF;
	font-size: 13px;
	font-weight: normal;
	color: #686868;
}

.mp-endereco-outros h3 {
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	margin: 10px 0;
}

/* ************ BOX ULTIMAS CONSULTAS ****************/
.mp-ultimas {
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	text-align: right;
	margin-bottom: 20px;
}

.mp-ultimas h3 {
	font-size: 16px;
	font-weight: bold;
	color: #686868;
	text-align: left;
}

.mp-ultimas-box {
	background: url('../images/mg-bg-dots.png') no-repeat center 62px;
	height: 150px;
	margin: 20px 0;
}

.mp-ultimas-box ul {
	margin-left: 10px;
}

.mp-ultimas-box li {
	width: 60px;
	height: 150px;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #347DBE;
	margin-right: 50px;
}

.mp-ultimas-box li:last-of-type {
	margin-right: 0;
}

.mp-ultimas-box li.mp-folha-off {
	background: url('../images/mp-folha-1.png') no-repeat center bottom;
}

.mp-ultimas-box li.mp-folha-on a {
	width: 60px;
	height: 150px;
	display: block;
	color: #347DBE;
	text-decoration: none;
	background: url('../images/mp-folha-2.png') no-repeat center bottom;
}

.mp-ultimas-box li a:hover {
	text-decoration: none;
	background: url('../images/mp-folha-3.png') no-repeat center bottom;
}

/* ************ HOME - VITRINE VCE+VCP *************** */
/* VITRINE - BANNER */
.vt-home { /* margin-left:-20px;  s� no magento */
	width: 950px;
}

#vt-home-banner {
	width: 950px;
	height: 470px;
	background: url('../images/vt-banner-1.jpg') no-repeat center top;
}

.vt-efx-zoom {
	position: absolute;
}

.vt-home-banner-txt {
	width: 450px;
	padding-left: 25px;
	float: left;
	margin-top: 1px;
	font-family: 'Gothic720BT';
	font-size: 24px;
	line-height: normal;
	color: #FFFFFF;
	cursor: default;
}

.vt-home-banner-txt h2 {
	font-family: 'Gothic720BT-BoldB';
	font-size: 38px;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin-bottom: 5px;
	cursor: default;
}

.vt-home-banner-etiqueta {
	width: 304px;
	height: 45px;
	padding-top: 25px;
	display: block;
	margin: auto;
	cursor: default;
	background: url('../images/vt-etiqueta-1.png') no-repeat center bottom;
	text-align: center;
	font-family: 'Gothic720BT-Italic';
	font-size: 22px;
	color: #5D9C22;
}

.vt-home-banner-frase {
	text-align: center;
	padding: 14px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #8C8B89;
	font-family: 'Gothic720BT-LightItalicB';
	font-size: 23px;
	letter-spacing: -1px;
	color: #604B4B;
}

/* VITRINE - QUADRO VCE */
.vt-box-vce {
	float: left;
	width: 420px;
	height: 370px;
	padding: 15px;
	margin-bottom: 60px;
	background-color: #FFFFFF;
	background: url('../images/vt-degrade-box-vitrine-1.gif') repeat-x
		center bottom;
	border: solid 10px #DCEAF7;
}

.vt-box-vce h3 {
	font-family: 'Gothic720BT';
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #015CAE;
	border-bottom: solid 3px #91BCDF;
	padding: 2px 0;
	margin: 5px 0 15px 0;
}

.vt-box-vce h3 b,.vt-box-vce h3 strong {
	font-family: 'Gothic720BT-BoldB';
}

.vt-box-vce ul {
	height: 195px;
}

.vt-box-vce li {
	font-size: 14px;
	line-height: 18px;
	color: #686868;
	padding-bottom: 8px;
	padding-left: 22px;
	background: url('../images/vt-item-azul.png') no-repeat left 2px;
}

.vt-box-vce-eainda {
	background: url('../images/vt-eainda-azul.png') no-repeat -1px -1px;
	background-color: #FFFFFF;
	border: solid 1px #E9E9E9;
	font-size: 14px;
	line-height: 14px;
	color: #6C8AA4;
	padding: 10px 0 10px 90px;
	margin-bottom: 20px;
}

a.vt-box-vce-bt {
	width: 190px;
	padding-left: 40px;
	height: 27px;
	padding-top: 11px;
	display: block;
	margin-left: 95px;
	text-align: center;
	font-family: 'Gothic720BT-BoldB';
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url('../images/vt-bt-azul.png') no-repeat left top;
}

a.vt-box-vce-bt:hover {
	background: url('../images/vt-bt-azul.png') no-repeat left bottom;
}

/* VITRINE - QUADRO VCP */
.vt-box-vcp {
	float: right;
	width: 420px;
	height: 370px;
	padding: 15px;
	margin-bottom: 60px;
	background-color: #FFFFFF;
	background: url('../images/vt-degrade-box-vitrine-2.gif') repeat-x
		center bottom;
	border: solid 10px #E0ECD6;
}

.vt-box-vcp h3 {
	font-family: 'Gothic720BT';
	font-size: 16px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #5D9C22;
	border-bottom: solid 3px #9CC77F;
	padding: 2px 0;
	margin: 5px 0 15px 0;
}

.vt-box-vcp h3 b,.vt-box-vcp h3 strong {
	font-family: 'Gothic720BT-BoldB';
}

.vt-box-vcp ul {
	height: 195px;
}

.vt-box-vcp li {
	font-size: 14px;
	line-height: 18px;
	color: #686868;
	padding-bottom: 8px;
	padding-left: 22px;
	background: url('../images/vt-item-verde.png') no-repeat left 2px;
}

.vt-box-vcp-eainda {
	background: url('../images/vt-eainda-verde.png') no-repeat -1px -1px;
	background-color: #FFFFFF;
	border: solid 1px #E9E9E9;
	font-size: 14px;
	line-height: 14px;
	color: #759458;
	padding: 10px 0 10px 90px;
	margin-bottom: 20px;
}

a.vt-box-vcp-bt {
	width: 190px;
	padding-left: 40px;
	height: 27px;
	padding-top: 11px;
	display: block;
	margin-left: 95px;
	text-align: center;
	font-family: 'Gothic720BT-BoldB';
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url('../images/vt-bt-verde.png') no-repeat left top;
}

a.vt-box-vcp-bt:hover {
	background: url('../images/vt-bt-verde.png') no-repeat left bottom;
}

.help {
	background: url('../images/help_bg.jpg') no-repeat left top;
	display: inline-block;
	height: 20px;
	width: 15px;
}

/* ******************************************************* */
/* CADASTRO POSITIVO */
.cp-box {
	border: solid 1px #EFEFEF;
	padding: 1px;
	float: left;
	width: 720px;
}

.cp-info-obrigatorio {
	margin: 15px 20px 0 20px;
	text-align: right;
	font-size: 11px;
	color: #CC0000;
}

.cp-box h3 {
	font-weight: bold;
	font-size: 14px;
	color: #686868;
	border-bottom: solid 1px #C2C2C2;
	margin: 15px 7px 15px 7px;
	padding: 0 8px 3px 8px;
	float: left;
	width: 690px;
}

.cp-box p {
	font-size: 12px;
	color: #686868;
	margin: 5px 15px;
	float: left;
	width: 690px;
}

.cp-box label {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	margin-bottom: 2px;
}

.cp-box ul.cp-ul-400 li label {
	width: 400px;
}

.cp-box label.cp-lb-120 {
	width: 120px;
}

.cp-box label.cp-lb-160 {
	width: 160px;
}

.cp-box label span {
	color: #CC0000;
	font-size: 12px;
}

.cp-box ul {
	margin: 5px 20px;
	float: left;
}

.cp-box ul.cp-ul-400 {
	width: 400px;
}

.cp-box ul.cp-ul-220 {
	width: 220px;
}

.cp-box ul.cp-ul-full {
	width: 100%;
	margin: 0 20px;
}

.cp-box li {
	float: left;
	margin-bottom: 10px;
}

.cp-box li.cp-li-50 {
	width: 50px;
}

.cp-box li.cp-li-170 {
	width: 170px;
}

.cp-box li.cp-li-full { /* width:100%; */
	width: 620px;
	min-height: 30px;
}

.cp-box input {
	padding: 7px;
	font-size: 13px;
	font-weight: normal;
	color: #686868;
	border: solid 1px #D7D7D7;
}

.cp-box input.cp-in-40 {
	width: 25px;
}

.cp-box input.cp-in-170 {
	width: 155px;
}

.cp-box input.cp-in-200 {
	width: 185px;
}

.cp-box input.cp-in-220 {
	width: 205px;
}

.cp-box input.cp-in-370 {
	width: 355px;
}

.cp-box input.cp-in-radio {
	border: none;
}

.cp-box select {
	padding: 7px;
	font-size: 13px;
	font-weight: normal;
	color: #686868;
	border: solid 1px #D7D7D7;
}

.cp-box select.cp-sl-200 {
	width: 185px;
}

.cp-box select.cp-sl-100 {
	/* width:85px;  margin-top:-15px; margin-left:70px; */
	width: 85px;
	margin-top: -15px;
	float: right;
}

.cp-box input.cp-bt-verde-1 {
	width: 220px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/mp-degrade-bt-verde-2.gif') repeat-x left top;
	border: none;
	border-radius: 4px;
	margin: 0 15px;
	cursor: pointer;
}

.cp-box input.cp-bt-verde-1:hover {
	background: url('../images/mp-degrade-bt-verde-2.gif') repeat-x left
		bottom;
}

.cp-box ul.cp-ul-bd {
	width: 690px;
	background-color: #F3F3F3;
	margin: 0 15px 6px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cp-box ul.cp-ul-bd li.cp-ul-bd-220 {
	width: 220px;
}

.cp-box ul.cp-ul-bd li.cp-ul-bd-450 {
	width: 450px;
}

.cp-box ul.cp-ul-bd li.cp-ul-bd-670 {
	width: 670px;
}

.cp-box ul.cp-ul-bd li label {
	width: 75px;
	margin-right: 10px;
	text-align: right;
	padding-top: 10px;
}

a.cp-bd-add {
	display: block;
	float: left;
	width: 200px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/cp-bt-azul1.gif') repeat-x left top;
	border: none;
	border-radius: 3px;
	margin: 0 0 15px 505px;
	cursor: pointer;
}

a.cp-bd-add:hover {
	background: url('../images/cp-bt-azul1.gif') repeat-x left bottom;
}

input.cp-concordo {
	margin: 0 10px 0 0;
	border: none;
}

a.cp-link-azul {
	color: #347DBE;
	text-decoration: underline;
}

.cp-fim {
	background-color: #F3F3F3;
	float: left;
	width: 700px;
	padding: 15px 10px;
	margin-top: 40px;
}

.cp-box div.cp-fim input.cp-bt-verde-2 { /* float:right; */
	height: 30px;
	padding: 0 20px;
	margin: 0 10px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/mp-degrade-bt-verde-2.gif') repeat-x left top;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.cp-box div.cp-fim input.cp-bt-verde-2:hover {
	background: url('../images/mp-degrade-bt-verde-2.gif') repeat-x left
		bottom;
}

.cp-box div.cp-fim input.cp-bt-cinza-1 {
	height: 30px;
	padding: 0 20px;
	margin: 0 10px;
	margin-right: 420px;
	*margin-right: 325px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	color: #FFFFFF;
	background-color: #3A91C6;
	background: url('../images/cp-bt-cinza1.gif') repeat-x left top;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.cp-box div.cp-fim input.cp-bt-cinza-1:hover {
	background: url('../images/cp-bt-cinza1.gif') repeat-x left bottom;
}

/*HEADER NOVO */


header,footer,#op-conteudo {
	width: 100%;
	float: left;
}

/* HEADER - BARRA SUPERIOR */
#op-barra {
	width: 100%;
	height: 35px;
	background-color: #F5F5F5;
}

.op-barra-box {
	width: 950px;
	margin: auto;
}

.op-barra-box ul,.op-barra-box li {
	float: right;
}

.op-barra-login {
	width: 110px;
	padding-right: 11px;
	height: 22px;
	padding-top: 2px;
	display: block;
	margin-top: 6px;
	margin-left: 20px;
	background: url('../images/bt-login-seta.png') no-repeat center top;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

.op-barra-carrinho {
	min-width: 120px;
	padding-left: 30px;
	height: 20px;
	padding-top: 1px;
	display: block;
	margin-top: 7px;
	background: url('../images/cart.png') no-repeat left top;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #009933;
}

/* HEADER - LOGOS */
#op-logo {
	width: 100%;
	height: 98px;
}

.op-logo-box {
	width: 950px;
	margin: auto;
}

/* HEADER - NAV */
#op-nav {
	width: 100%;
	height: 62px;
}

.op-nav-box {
	width: 950px;
	margin: auto;
}

.op-nav-box ul {
	float: left;
}

.op-nav-box li {
	float: left;
	height: 50px;
	padding-top: 7px;
	margin-right: 1px;
	background-color: #F3F3F3;
	text-align: left;
}

.op-nav-box li a { /*
    display:block;
    width:100%;
    height:100%;
    */
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
}

.op-nav-box li a:hover {
	text-decoration: underline;
}

.op-nav-box li span {
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #69695F;
}

.op-nav-home {
	width: 62px;
	background: url('../images/nav-home.png') no-repeat left top;
	border-top: solid 5px #949494;
	text-indent: -9999px;
}

.op-nav-servico {
	width: 305px;
	padding-left: 50px;
	background: url('../images/nav-servico2.png') no-repeat left top;
	border-top: solid 5px #0077BB;
}

.op-nav-servico a {
	font-size: 13px;
	margin: 0 5px;
}

.op-nav-servico-barra {
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 19px;
	margin: 0 7px;
}

.op-nav-consultas {
	width: 175px;
	padding-left: 46px;
	background: url('../images/nav-consultas.png') no-repeat left top;
	border-top: solid 5px #62AA46;
}

.op-nav-atendimento {
	width: 220px;
	padding-left: 45px;
	background: url('../images/nav-atendimento.png') no-repeat left top;
	border-top: solid 5px #708E58;
}

.op-nav-ajuda {
	width: 205px;
	padding-left: 58px;
	background: url('../images/nav-ajuda.png') no-repeat left top;
	border-top: solid 5px #5E8D87;
}

/* FOOTER */
#op-footer {
	width: 100%;
	min-height: 304px;
	border-top: solid 1px #D4D4D4;
}

/* FOOTER - BARRA */
.op-footer-barra {
	width: 100%;
	min-height: 33px;
	background-color: #FFFFFF;
	border-top: solid 1px #D3D3D3;
}

.op-footer-barra-box {
	width: 950px;
	margin: auto;
}

.op-footer-barra-box li {
	background: url('../images/bar-ft.png') no-repeat right center;
	float: left;
	padding: 5px 14px 7px 0px;
	margin-right: 12px;
}

.op-footer-barra-box a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #474745;
}

.op-footer-barra-box a:hover {
	text-decoration: underline;
}

/* FOOTER - COLUNAS */
.op-footer-colunas {
	width: 100%;
	min-height: 269px;
	background-color: #EEEEEE;
	border-top: solid 1px #FFFFFF;
}

.op-footer-colunas-box {
	width: 950px;
	margin: auto;
}

.op-footer-coluna {
	float: left;
	min-width: 130px;
	padding-right: 25px;
	text-align: left;
}

.op-footer-coluna li {
	min-height: 19px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.op-footer-coluna a {
	color: #433B48;
}

.op-footer-coluna a:hover {
	text-decoration: underline;
}

.op-footer-coluna h3 {
	margin-top: 25px;
	margin-bottom: 8px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #347dbe;
	text-align: left;
}

.op-footer-coluna h4 {
	margin-top: 17px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #5C615D;
	text-align: left;
}

/* CONTEUDO */
#op-conteudo {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.op-conteudo-box {
	width: 950px;
	margin: auto;
}

/* NOVO HEADER - BARRAS SUPERIORES (logo, login, cart...)  */
.cpheader-bar {
	width: 100%;
	height: 30px;
	background-color: #F3F3F3;
	text-align: left;
}

.cpheader-bar-box {
	width: 950px;
	margin: auto;
	padding-top: 8px;
	text-align: right;
	font-size: 11px;
	color: #686868;
}

.cpheader-bar-box a {
	margin: 0 7px;
	font-size: 11px;
	color: #686868 !important;
}

.cpheader-bar-box a:hover {
	color: #000000;
	text-decoration: underline;
}

.cpheader-logobar {
	width: 950px;
	height: 100px;
	margin: auto;
}

.cpheader-logo1 {
	float: left;
	width: 270px;
	padding-left: 10px;
	height: 54px;
	padding-top: 6px;
	margin-top: 20px;
	border-right: solid 1px #E8E8E8;
}

.cpheader-logo2 {
	float: left;
	width: 250px;
	padding-left: 30px;
	height: 60px;
	margin-top: 20px;
}

.cpheader-cart {
	float: right;
	width: 110px;
	height: 32px;
	margin: 20px 10px;
	background-color: #76BDA1;
	text-align: center;
}

.cpheader-cart a {
	display: block;
	width: 73px;
	padding-left: 37px;
	height: 27px;
	padding-top: 5px;
	background: url('../images/cp-cart.png') no-repeat left center;
	text-align: center;
	font-size: 15px;
	color: #FFFFFE !important;
}

.cpheader-cart a span {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFE !important;
	margin: 0 2px 0 0;
}

.cpheader-login {
	float: right;
	padding-top: 29px;
	text-align: right;
	font-size: 12px;
	color: #3A917E;
	margin: 0 2px;
}

.cpheader-login a {
	font-size: 12px;
	color: #3A917E !important;
}

.cpheader-login a:hover {
	text-decoration: underline;
}

.cpheader-iframe {
	width: 380px;
	height: 100px;
	float: right;
	overflow: hidden;
}

/* NOVO HEADER - MENU PRINCIPAL  */
.cpheader-nav {
	width: 950px;
	height: 60px;
	margin: auto;
}

.cpheader-nav ul {
	width: 100%;
}

.cpheader-nav li {
	float: left;
	width: 177px;
	height: 55px;
	background-color: #F3F3F3;
	margin-right: 1px;
	font-size: 13px;
	text-align: left;
}

.cpheader-nav li a {
	font-weight: bold;
}

.cpheader-nav li a.cp-nav-lk {
	position: absolute;
	z-index: 3;
	display: block;
	width: 150px;
	padding-left: 47px;
	height: 37px;
	padding-top: 18px;
	background: url('../images/cp-set-dw.png') no-repeat center 46px;
	font-size: 13px;
}

.cpheader-nav li a.cp-nav-lk:hover {
	background: url('../images/cp-set-up.png') no-repeat center 46px;
}

.cpheader-nav li.cp-home {
	width: 59px;
	border-top: solid 5px #949494;
	background: url('../images/cp-nav1.png') no-repeat center center;
	background-color: #F3F3F3;
}

.cpheader-nav li.cp-home:hover {
	background-color: #DBE4EC;
}

.cpheader-nav li.cp-home a {
	display: block;
	width: 100%;
	height: 100%;
}

.cpheader-nav li.cp-produtos {
	border-top: solid 5px #0560B1;
	background: url('../images/cp-nav2.png') no-repeat 10px center;
	background-color: #F3F3F3;
	width: 150px;
}

.cpheader-nav li.cp-produtos:hover {
	background-color: #DBE4EC;
}

.cpheader-nav li.cp-servicos {
	border-top: solid 5px #5BAF36;
	background: url('../images/cp-nav3.png') no-repeat 10px center;
	background-color: #F3F3F3;
}

.cpheader-nav li.cp-servicos:hover {
	background-color: #DBE4EC;
}

.cpheader-nav li.cp-cadastro {
	border-top: solid 5px #508987;
	background: url('../images/cp-nav4.png') no-repeat 10px center;
	background-color: #F3F3F3;
}

.cpheader-nav li.cp-cadastro:hover {
	background-color: #DBE4EC;
}

.cpheader-nav li.cp-ed {
	border-top: solid 5px #656D99;
	background: url('../images/cp-nav5.png') no-repeat 10px center;
	background-color: #F3F3F3;
	width: 224px;
}

.cpheader-nav li.cp-ed:hover {
	background-color: #DBE4EC;
}

.cpheader-nav li.cp-limpa {
	border-top: solid 5px #A6546B;
	background: url('../images/cp-nav6.png') no-repeat 10px center;
	background-color: #F3F3F3;
	width: 150px
}

.cpheader-nav li.cp-limpa:hover {
	background-color: #DBE4EC;
}

.cpheader-nav li.cp-produtos a {
	color: #0560B1;
	width: 103px;
}

.cpheader-nav li.cp-servicos a {
	color: #5BAF36;
	width: 130px;
}

.cpheader-nav li.cp-cadastro a {
	color: #508987;
	background: none !important;
	width: 130px;
}

.cpheader-nav li.cp-ed a {
	color: #656D99;
	width: 177px;
}

.cpheader-nav li.cp-limpa a {
	color: #A6546B;
	background: none !important;
	width: 103px;
}

.cpheader-nav li.cp-limpa a:hover {
	background: none !important;
}

.cpheader-nav li.cp-cadastro a:hover {
	background: none !important;
}

.cpheader-sub {
	display: none;
	position: absolute;
	width: 177px;
	z-index: 2;
	margin-top: 55px;
	background-color: #E0E9F2;
	padding: 6px 0;
}

.cpheader-sub a {
	display: block;
	font-size: 12px;
	padding: 6px 30px;
}

#cp-sub1 {
	width: 150px !important;
}

#cp-sub4 {
	width: 224px !important;
}

#cp-sub1 a {
	background: url('../images/cp-seta2.png') no-repeat 15px center;
}

#cp-sub2 a {
	background: url('../images/cp-seta3.png') no-repeat 15px center;
}

#cp-sub3 a {
	background: url('../images/cp-seta4.png') no-repeat 15px center;
}

#cp-sub4 a {
	background: url('../images/cp-seta5.png') no-repeat 15px center;
}

#cp-sub1 a:hover,#cp-sub2 a:hover,#cp-sub3 a:hover,#cp-sub4 a:hover,#cp-sub5 a:hover
	{
	background-color: #DBE4EC;
}

/* CSS V2 */
#op-barra {
	background: #e4eaea;
}

#op-barra #login {
	background: url('../images/login_bg.jpg') no-repeat left top;
	display: block;
	width: 82px;
	height: 18px;
	padding: 5px 0 0 10px;
	margin-top: 5px;
	float: right;
	color: #fff;
	font: 12px Arial;
	text-align: center;
}

.op-barra-cart {
	background: #62c63c url('images/cart_bg_up.jpg') no-repeat 190px 0;
	width: 210px;
	height: 25px;
	float: right;
	cursor: pointer;
	padding: 5px;
	font: 14px Arial;
	color: #fff;
	line-height: 25px;
	text-align: left;
}

.op-barra-cart.open {
	background: #62c63c url('images/cart_bg_down.jpg') no-repeat 190px 0;
}

.op-barra-cart img {
	float: left;
	margin-right: 10px;
}

.op-barra-cart span {
	background: #fff;
	color: #196f67;
	padding: 5px 9px;
	border-radius: 4px;
	margin-right: 4px;
}

.op-barra-box .op-barra-info {
	font: 11px Arial;
	color: #555555;
	line-height: 15px;
	float: left;
	padding-top: 2px;
	text-align: right;
	width: 180px;
	position: relative;
	left: 540px;
}

.op-barra-cart-preview {
	width: 300px;
	background: #f3f9f1;
	position: relative;
	left: 648px;
	top: 35px;
	border: 1px solid #62c63c;
	border-top: 5px solid #62c63c;
	display: none;
}

.op-barra-cart-preview table {
	font: 12px Arial;
	width: 300px;
}

.op-barra-cart-preview td {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.op-barra-cart-preview table thead {
	color: #999999;
}

.op-barra-cart-preview .total td {
	border-top: 1px solid #62c63c;
}

/* CSS V3 - NOVO HEADER */
#op-barra {
	background-color: #E4EAEA;
}

.op-barra-cart {
	background: #196F67 url('../images/cart_bg_down2.jpg') no-repeat 192px 0;
	font: 14px Arial;
	color: #62C63C;
}

.op-barra-cart.open {
	background: #196F67 url('../images/cart_bg_up2.jpg') no-repeat 192px 0;
}

.op-barra-cart img {
	float: left;
	margin: 0 5px;
}

.op-barra-cart strong {
	color: #FFFFFF;
	font-weight: bold;
}

.op-barra-cart span {
	background: #62C63C;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
}

.op-barra-box .op-barra-info {
	font: 11px Arial;
	color: #555555;
	line-height: 15px;
	float: left;
	padding-top: 2px;
	text-align: right;
	width: 500px;
	position: relative;
	left: 190px;
}

.op-barra-box .op-barra-info a {
	color: #196F67;
	font-weight: bold;
	font-size: 12px;
}

.op-barra-box .op-barra-info a.op-sair {
	padding-left: 12px;
	background: url('../images/sair2.png') no-repeat center left;
}

/* CSS V3 - NAV ATUAL */
.op-nav-box li.op-nav-atual {
	background-color: #E4ECE1;
}

.op-nav-consultas {
	background: url('../images/nav-consultas2.png') no-repeat left top;
}

.col2-left-layout .main .col-main .messages {
	margin: 10px 0 0 -5px !important;
}

#bot1 ul li ul li {
	padding: 0;
}

#bot1 ul li {
	padding: 5px 30px;
}

#bot1 {
	background: none;
	margin: 0;
}

#bot1 p {
	margin: 0 18px;
}

#lista { /*border:solid 2px #000055;
    border-radius: 5px;*/
	font-size: 11px;
	font-weight: bold;
	background: none;
	margin: 0;
	overflow: hidden;
}

#lista ul {
	margin: 8px;
	padding: 0;
	width: 620px;
	overflow: hidden;
}

#lista ul li {
	font-size: 11px;
	font-weight: bold;
	font-weight: normal;
	border: none;
	border-right: #b3b3b3 1px solid;
	padding-left: 7px;
	width: 195px;
	height: 10px;
	float: left;
}

/*** LOJA MS - lojams ***/
@font-face {
	font-family: Gothic;
	src: url('../font/Gothic720BT-LightB.otf');
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial !important;
	font-size: normal !important;
}

@font-face {
	font-family: Gothic;
	src: url('../font/Gothic720BT-LightB.eot');
	src: url('../font/Gothic720BT-LightB.eot?#iefix')
		format('embedded-opentype'), url('../font/Gothic720BT-LightB.woff')
		format('woff'), url('../font/Gothic720BT-LightB.ttf')
		format('truetype'),
		url('../font/Gothic720BT-LightB.svg#Gothic720BT-LightB') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	font: 12px Arial;
	color: #686868;
}

.iner {
	font: 12px Arial;
	color: #686868;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container h2,.col-main h2 {
	color: #347dbe;
	margin: 0 0 15px;
	font: 24px Gothic !important;
}

.container h3,.col-main h3 {
	color: #347dbe;
	margin: 0 0 15px;
	padding-bottom: 10px;
	font: 24px Gothic;
	border-bottom: 1px solid #347dbe;
}

#checkout-review-table>tbody>tr>td>h3 {
	color: #347dbe;
	margin: 0 0 15px;
	padding-bottom: 10px;
	font: 15px Gothic;
	border-bottom: 1px solid #347dbe;
}

.container a,.col-main a {
	color: #347dbe !important;
}

.container p,.col-main p {
	margin: 0 0 15px;
}

input[type=text],input[type=password] {
	border: 1px solid #d7d7d7;
	padding: 5px;
	margin: 0 0 15px;
	width: 180px;
}

.left {
	float: right;
}

.clear {
	clear: both;
}

.btAzul {
	display: block;
	background: #377cba;
	border: none;
	border-radius: 4px;
	padding: 12px 30px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.btAzul2 {
	background: #377cba;
	border: none;
	border-radius: 2px;
	padding: 6px 15px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.container {
	width: 980px;
	margin: auto;
}

.box {
	border: 1px solid #e7e7e7;
	padding: 30px;
}

/* Header e Footer */
#header {
	height: 77px;
}

#header img {
	margin-top: 5px;
}

/* Login */
#identificacao label {
	display: block;
	color: #347dbe;
	font: bold 12px Arial;
	margin-bottom: 5px;
}

#cadastrese,#identificacao #login {
	float: left;
	width: 382px;
}

#identificacao #cadastrese {
	margin-right: 30px;
}

/* Login */
#carrinho table {
	width: 100%;
	border-collapse: collapse;
}

#carrinho table th,#carrinho table td {
	padding: 8px 10px;
	border: 1px solid #e7e7e7;
}

#carrinho table th {
	background: #e7e7e7;
	font: bold 12px Arial;
	color: #777777;
	text-align: left;
	padding: 8px 10px;
	border: 1px solid #e7e7e7;
}

#carrinho table tr.par {
	background: #f5f5f5;
}

#carrinho table td.produto {
	color: #347dbe;
	font-weight: bold;
}

#carrinho table td.qtde {
	text-align: center;
}

#carrinho table a {
	float: right;
	text-decoration: none;
}

#carrinho table a.excluir {
	color: #f00;
	text-transform: uppercase;
	padding-left: 14px;
	background: url('../images/excluir_icon.png') no-repeat 0 2px;
}

#carrinho #total {
	background: #f5f5f5;
	margin-top: 10px;
	padding: 20px;
}

#carrinho #total #cupom {
	float: left;
}

#carrinho #total #cupom b {
	font-size: 16px;
}

#carrinho #total #valores {
	float: right;
	width: 250px;
}

#carrinho #total #valores td {
	border: none;
	text-align: right;
}

#carrinho #total #valores tr.desconto {
	color: #62b94d;
}

#carrinho #total #valores tr.final {
	font-size: 20px;
}

#carrinho #total #valores tr.final b {
	color: #347dbe;
}

.retornar {
	color: #5db049;
	font: bold 14px Arial;
	text-decoration: none;
	float: left;
	margin: 20px 0 0;
	background: url('../images/back_icon.png') no-repeat left center;
	padding-left: 15px;
	text-transform: uppercase;
}

.comprar {
	font: bold 14px Arial;
	text-decoration: none;
	float: right;
	margin: 20px 0 0;
	background: url('../images/comprar_bg.png') no-repeat left center;
	padding: 11px 8px 11px 65px;
	color: #fff;
	text-transform: uppercase;
	width: 148px;
}

#passos {
	color: #888888;
	margin-bottom: 50px;
}

.passos-bloco {
	float: left;
	background: url('../images/config_divisor.jpg') no-repeat right center;
	width: 275px !important;
	padding-right: 25px !important;
	margin-right: 25px !Important;
	font-size: 14px;
	margin-bottom: 20px !important;
}

.passos-bloco img {
	float: left;
	margin-right: 20px;
	margin-top: -5px;
}

#filtro {
	height: 30px;
	padding: 10px;
	border: 1px solid #e7e7e7;
	margin-bottom: 50px;
}

#filtro span,#filtro input,#filtro img {
	float: left;
}

#filtro span {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 10px 0 10px;
}

#filtro input {
	border: 2px solid #abc1d3;
	height: 16px;
}

#configurador {
	padding: 10px;
}

#opcoes {
	float: left;
	margin-right: 30px;
}

#opcoes label {
	margin-right: 15px;
	font-size: 13px;
}

#opcoes .opt_pf,#opcoes .opt_pj {
	display: none;
}

#opcoes h4 {
	margin: 0;
}

#opcoes .bloco {
	width: 445px;
	min-height: 55px;
	margin-bottom: 20px;
}

#opcoes .bloco h4 {
	color: #fff !important;
	padding: 5px 15px !important;
	min-height: 45px !important;
	font-weight: normal !important;
	font-size: 16px !important;
}

#opcoes .bloco h4 span {
	font-size: 48px;
	line-height: 48px;
	display: block;
	float: left;
	margin-right: 10px;
	font-family: Gothic;
}

#opcoes .bloco h4 b {
	text-transform: uppercase;
	display: block;
	font-size: 22px;
	font-weight: normal;
	padding-top: 4px;
	line-height: 22px;
}

#opcoes .bloco .aba,#opcoes .bloco .aba0 {
	height: 28px;
	border-top: 1px solid #fff;
	background: url('../images/branco.png');
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 0 0 20px;
	font-size: 13px;
	position: relative;
}

#opcoes .bloco .aba.active {
	background: none;
}

#opcoes .bloco .aba.active,#opcoes .bloco .aba:hover {
	background: none;
}

#opcoes .bloco .aba span {
	display: block;
	width: 18px;
	height: 18px;
	float: right;
	margin-right: 10px;
	margin-top: -1px;
	background: url('../images/icon_mais.png') no-repeat;
	position: relative;
	*margin-top: -16px;
}

#opcoes .bloco .aba.active span {
	background: url('../images/icon_menos.png') no-repeat;
}

#opcoes #quem {
	background: url(../images/quem_bg.jpg) no-repeat right top #9695b6;
}

#opcoes #onde {
	background: url('../images/onde_bg.jpg') no-repeat right top #a9af79;
}

#opcoes #adic {
	background: #80a4c3;
	margin: 0;
}

#opcoes .regras {
	display: none;
}

#opcoes #publico { /*height: 235px;*/
	
}

#opcoes #renda { /*height: 140px;*/
	
}

#opcoes #filtros {
	height: 240px;
}

.regras {
	color: #fff;
}

.regras .tit {
	display: block;
	margin-bottom: 10px;
}

.regras>div {
	padding-top: 10px;
	padding: 10px 20px;
}

#quem #seletor img {
	margin: -5px 5px 0;
}

#quem #seletor input,#quem #seletor img,#quem #seletor label {
	float: left;
}

#quem #seletor input {
	margin-top: 1px;
}

#quem #seletor img {
	margin: -5px 5px 0;
}

#quem #seletor label {
	margin-right: 20px;
}

#onde .onde_seletor label {
	margin-right: 10px;
}

#onde input[type=text] {
	margin-bottom: 10px;
}

#quem .regras>div {
	border-top: 1px solid #8786a3;
	padding: 10px 20px;
}

#onde .regras>div {
	border-top: 1px solid #989d6d;
}

#adic .regras>div {
	border-top: 1px solid #FFF;
	background: #99b6cf;
}

#quem .regras .afn {
	display: block;
	float: left;
	width: 192px;
	padding: 5px;
}

#quem .regras .afn label {
	display: block;
	float: left;
	width: 170px;
	margin-left: 19px;
	margin-right: 5px;
	margin-top: -15px;
	*margin-top: -17px;
}

#adic .regras .afn {
	border-bottom: 1px solid #FFF;
	padding: 12px !important;
	display: block;
}

#adic .regras .afn a {
	float: right;
	opacity: 0.8;
}

.ui-tooltip {
	text-align: left !important;
}

#adic .regras .afn img {
	margin-top: -3px;
	*margin-top: -33px !important;
	*margin-right: 5px !important;
}

#adic .regras .afn input {
	vertical-align: top;
}

#adic .regras div {
	padding: 0 !important;
	background: url('../images/branco.png') !important;
}

#resultado {
	float: right;
	width: 200px;
}

#resultado h4 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px;
}

#onde .campos {
	float: left;
	margin-right: 30px;
	/*	margin-bottom: 20px;*/
}

#onde .bairros {
	height: 200px;
	overflow: scroll;
}

#onde .bairros li {
	float: left;
	width: 190px;
	padding: 5px 0;
}

.tooltip_adicionais {
	border-radius: 7px;
	padding: 4px 9px;
	font-size: 11px;
	font-family: Arial;
	color: white;
	background: #5d8cb8;
	cursor: pointer;
}

#criterios * {
	color: #555;
}

/* #criterios #criterio span{
   padding-top:8px;
   float:left;
}*/
#criterios {
	width: 210px;
	color: #555 !important;
	float: left;
}

#criterios h4 {
	font-family: Arial !important;
	font-size: 22px !important;
	font-weight: normal !important;
	margin: 0 0 10px !important;
}

#criterios h5 {
	text-transform: uppercase;
	font-size: 12px !important;
	margin: 0 0 10px;
}

#criterios .bloco {
	margin-bottom: 15px;
}

#criterios .cr_quem>div {
	padding: 4px;
	position: relative;
	min-height: 30px;
	display: none;
}

#criterios .cr_quem>div:hover {
	background: #ebf2f8;
}

#criterios .cr_quem>div.remover {
	background: #faeeee;
}

#criterios .cr_quem>div a {
	position: absolute;
	right: 5px;
	top: 12px;
	display: block;
}

#resultado h4 {
	color: #347dbe;
}

#resultado .qtde {
	color: #347dbe;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #347dbe;
}

#resultado .qtde span {
	font-size: 24px;
}

#resultado .valor {
	color: #6aa629;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #6aa629;
}

#resultado .valor span {
	font-size: 24px;
}

#resultado .limite input,#resultado .limite span {
	float: left;
}

#resultado .limite span {
	margin-right: 5px;
}

#resultado .limite input[type=text] {
	background: #eeeeee;
	width: 80px;
	padding: 6px;
	margin-right: 5px;
}

.comprar_lista {
	width: 150px;
	height: 33px;
	background: url('../images/comprar_bg.jpg') no-repeat;
	display: block;
	margin-bottom: 10px;
	color: #fff !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal !important;
	text-transform: uppercase;
	padding: 16px 0 0 50px;
}

.salvar_lista {
	width: 150px;
	height: 33px;
	background: url('../images/salvar_bg.jpg') no-repeat;
	display: block;
	margin-bottom: 10px;
	color: #000 !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal !important;
	text-transform: uppercase;
	padding: 10px 0 0 50px;
}

.calcular {
	width: 143px;
	height: 27px;
	background: url('../images/calcular_bg.jpg') no-repeat;
	display: block;
	margin-bottom: 10px;
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 0 0 57px;
}

.onde_campos_hide {
	display: none;
}

#cnae ul {
	position: relative;
}

#cnae ul li {
	position: relative;
}

#cnae ul li input {
	position: relative;
}

#cnae ul li label {
	position: relative;
}

#cnae {
	width: 960px;
	display: none;
	text-align: left;
	font: 12px Arial !important;
}

#cnae h3 {
	background: #9695b7;
	text-align: center;
	color: #494665;
	font: 14px Arial;
	text-transform: uppercase;
	padding: 10px 0;
	border: none;
}

.fancybox-skin {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
}

#cnae li:hover {
	color: #70567b;
}

#cnae ul.nivel2,#cnae ul.nivel3,#cnae ul.nivel4,#cnae ul.nivel5 {
	margin-top: 5px;
	display: none;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
}

#cnae ul.nivel1 {
	margin: 10px;
	border: 1px solid #e8e8e8;
	height: 430px;
	overflow: auto;
}

#cnae ul.nivel2 {
	background: #f9f9f9;
}

#cnae ul.nivel3 {
	background: #f3f3f3;
}

#cnae ul.nivel4 {
	background: #efefef;
}

#cnae ul.nivel2 li input {
	margin-left: 50px;
}

#cnae ul.nivel3 li input {
	margin-left: 70px;
}

#cnae ul.nivel4 li input {
	margin-left: 90px;
}

#cnae ul.nivel5 li input {
	margin-left: 110px;
}

#cnae ul li {
	padding: 5px 0;
	clear: both;
	line-height: 20px;
	position: relative;
}

#cnae ul li input {
	margin: 0 5px 0 30px;
}

#cnae ul li span {
	float: left;
	cursor: pointer;
	height: 18px;
	position: relative;
}

#cnae ul li span.open {
	font: 22px Gothic;
	line-height: 18px;
	color: #aaaaaa;
	display: block;
	width: 18px;
	text-align: center;
	position: absolute;
	left: 4px;
}

#cnae a {
	font: bold 12px Arial;
	color: #fff;
	display: block;
	padding: 10px 30px;
	border-radius: 4px;
	background: #9190b1;
	float: right;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#cnae a.lista {
	float: left;
}

#cnae #filtro {
	margin: 10px;
}

/*Gege Updates*/
#cnae {
	text-align: left;
	font: 12px Arial !important;
}

#cnae ul.nivel2 li span {
	margin-left: 10px;
}

#cnae ul.nivel3 li span {
	margin-left: 20px;
}

#cnae ul.nivel4 li span {
	margin-left: 30px;
}

#cnae ul.nivel5 li span {
	margin-left: 40px;
}

#oque {
	padding: 0;
	font-size: 13px;
}

#oque ul li {
	color: #686868;
	padding: 6px;
	margin-top: -1px;
}

#oque ul li span {
	color: #6c9ac0;
	font-weight: bold;
}

#oque>div {
	background: #f7f7f7;
	padding: 15px;
	padding-left: 30px;
	display: none;
}



body {
	margin: 0;
	padding: 0;
}

/* font-face */
@font-face {
	font-family: gothic720bt;
	src: url('../font/gothic720bt-webfont.eot');
	src: url('../font/gothic720bt-webfont.eot?#iefix')
		format('embedded-opentype'), url('../font/gothic720bt-webfont.woff')
		format('woff'), url('../font/gothic720bt-webfont.ttf')
		format('truetype'), url('../font/gothic720bt-webfont.svg#gothic720bt')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

/* SerasaEmpresa Menu V2 */
/* ******************************************************* */
/* SerasaEmpresa - barra topo */
.se-topbar {
	width: 100%;
	height: 40px;
	background: #E4E9EE;
}

.se-topbar-box {
	width: 950px;
	height: 40px;
	margin: 0 auto;
}

/* SerasaEmpresa - barra topo - busca */
.se-busca {
	float: left;
	width: 230px;
	padding-top: 9px;
}

.se-busca input[type=text] {
	float: left;
	width: 175px;
	/* height:18px; */
	padding: 2px 10px;
	margin: 0;
	background: #FFFFFF;
	border: solid 1px #AFC0D0;
	font: 12px Arial;
	color: #686868;
}

.se-busca input[type=submit] {
	float: left;
	width: 27px;
	height: 21px;
	padding: 0;
	margin: 0 1px;
	background: #218BBB url(../images/se-lupa.png) no-repeat center center;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

/* SerasaEmpresa - barra topo - perfil */
.se-perfil {
	float: right;
	width: 72px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #E4E9EE url(../images/se-down1.png) no-repeat 54px center;
	border-left: solid 1px #F9FAFB;
}

.se-perfil:hover {
	background: #208BBB url(../images/se-down2.png) no-repeat 54px center;
}

.se-perfil-on {
	float: right;
	width: 72px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #208BBB url(../images/se-down2.png) no-repeat 54px center;
	border-left: solid 1px #F9FAFB;
}

.se-perfil img,.se-perfil-on img {
	float: left;
	width: 30px;
	height: 30px;
	border: solid 1px #5D88AE;
	padding: 0;
	margin: 4px 0 0 15px;
}

/* SerasaEmpresa - barra topo - carrinho */
.se-carrinho {
	float: right;
	width: 95px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #E4E9EE url(../images/se-carrinho1.png) no-repeat 38px
		center;
	border-left: solid 1px #F9FAFB;
}

.se-carrinho:hover {
	background: #208BBB url(../images/se-carrinho2.png) no-repeat 38px
		center;
}

.se-carrinho-on {
	float: right;
	width: 95px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #208BBB url(../images/se-carrinho2.png) no-repeat 38px
		center;
	border-left: solid 1px #F9FAFB;
}

.se-carrinho span,.se-carrinho-on span {
	float: left;
	display: block;
	padding: 0;
	width: 20px;
	height: 15px;
	padding-top: 3px;
	margin: 11px 0 0 13px;
	background: url(../images/se-bol1.png) no-repeat right center;
	text-align: center;
	font: 11px Arial;
	line-height: 12px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #FFFFFF;
}

.se-carrinho:hover span,.se-carrinho-on span {
	background: url(../images/se-bol2.png) no-repeat right center;
	color: #208BBB;
}

/* SerasaEmpresa - barra topo - alerta */
.se-alerta {
	float: right;
	width: 95px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #E4E9EE url(../images/se-alerta1.png) no-repeat 43px center;
	border-left: solid 1px #F9FAFB;
}

.se-alerta:hover {
	background: #208BBB url(../images/se-alerta2.png) no-repeat 43px center;
}

.se-alerta span {
	float: left;
	display: block;
	padding: 0;
	width: 20px;
	height: 15px;
	padding-top: 3px;
	margin: 11px 0 0 15px;
	background: url(../images/se-bol1.png) no-repeat right center;
	text-align: center;
	font: 11px Arial;
	line-height: 12px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #FFFFFF;
}

.se-alerta:hover span {
	background: url(../images/se-bol2.png) no-repeat right center;
	color: #208BBB;
}

/* SerasaEmpresa - barra topo - creditos */
.se-creditos {
	float: right;
	width: 150px;
	height: 40px;
	padding: 0;
	margin: 0;
	/* background:#E4E9EE url(../images/se-mais1.png) no-repeat 107px center; */
}

.se-creditos p {
	float: left;
	display: block;
	width: 100px;
	text-align: center;
	font: 10px Arial;
	line-height: 13px;
	text-transform: uppercase;
	color: #608AAF;
	padding: 0;
	margin: 5px 0 0 0;
}

.se-creditos p span.se-creditos-s {
	font: 12px Arial;
	line-height: 13px;
	color: #5AA7CA;
	padding: 0;
	margin: 0 5px 0 0;
}

.se-creditos p span.se-creditos-v {
	font: 16px Arial;
	line-height: 18px;
	font-weight: bold;
	color: #208BBB;
}

.se-creditos a.se-creditos-add {
	float: left;
	display: block;
	width: 25px;
	height: 24px;
	background: url(../images/se-mais1.png) no-repeat center center;
	text-indent: -9999px;
	padding: 0;
	margin: 8px 0 0 7px;
	cursor: pointer;
}

/* SerasaEmpresa - barra logos */
.se-logos {
	width: 950px;
	height: 86px;
	margin: 0 auto;
	background: #FFFFFF;
}

.se-logos h2.se-logo-empresa {
	float: left;
	display: block;
	width: 182px;
	height: 85px;
	background: url(../images/se-serasaempresa.png) no-repeat center 35px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.se-logos h2.se-logo-experian {
	float: right;
	display: block;
	width: 209px;
	height: 85px;
	background: url(../images/se-serasaexperian.png) no-repeat center center;
	text-indent: -9999px;
	padding: 0;
	margin: 0 7px 0 0;
}

/* SerasaEmpresa - menu principal */
.se-menubar {
	float: left;
	width: 100%;
	height: 48px;
	background: #3F729F;
}

.se-menu {
	width: 970px;
	margin: 0 auto;
}

.se-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.se-menu ul li {
	float: left;
	margin: 0 1px 0 0;
}

/*
.se-menu ul li:hover{ 
        background: #E9E9E9 url(../images/se-menu2.png) repeat-x center top;
        position:relative;
        height:52px;
}
*/
.se-menu ul li a {
	display: block;
	padding: 16px 20px 14px 20px;
	font: 16px gothic720bt;
	line-height: 18px;
	text-decoration: none;
	color: #FFFFFF;
}

/* SerasaEmpresa - menu principal cores */
/*
.se-menu ul li.se-menu-principal1 a:hover{ 
        height:25px;
        position:relative;
        color:#774E89; 
        background: url(../images/se-down-roxo.png) no-repeat center 44px;
}
.se-menu ul li.se-menu-principal2 a:hover{ 
        height:25px;
        position:relative;
        color:#C48028; 
        background: url(../images/se-down-laranja.png) no-repeat center 44px;
}
.se-menu ul li.se-menu-principal3 a:hover{ 
        height:25px;
        position:relative;
        color:#418F1A; 
        background: url(../images/se-down-verde.png) no-repeat center 44px;
}
*/
.se-menu ul li.se-menu-principal1 a.se-atual {
	position: relative;
	height: 22px;
	background: url(../images/se-down-roxo2.png) no-repeat center top;
	color: #774E89;
}

.se-menu ul li.se-menu-principal2 a.se-atual {
	position: relative;
	height: 60px;
	background: url(../images/se-down-laranja2.png) no-repeat center top;
	color: #C48028;
}

.se-menu ul li.se-menu-principal3 a.se-atual {
	position: relative;
	height: 60px;
	background: url(../images/se-down-verde2.png) no-repeat center top;
	color: #418F1A;
}

.vt-banner {
	background: url(../images/temp-banner-degrade1.jpg) repeat-x center top;
}

/* SerasaEmpresa - menu principal home */
.se-menu ul li.se-menu-principal-home {
	float: left;
	display: block;
	width: 53px;
	height: 48px;
	background: url(../images/se-home.png) no-repeat center 13px;
	text-indent: -9999px;
	padding: 0;
}

/*
.se-menu ul li.se-menu-principal-home:hover{ 
        position:relative;
        height:52px;
        background: url(../images/se-home3.png) no-repeat left top; 
}
*/
.se-menu ul li.se-menu-principal-home a {
	display: block;
	padding: 0;
	width: 40px;
	height: 48px;
}

/* SerasaEmpresa - submenu */
.se-submenubar {
	float: left;
	width: 100%;
	height: 34px;
	background: #E2DDE1 url(../images/se-submenu1.png) repeat-x center top;
	border-bottom: solid 3px #E2DDE1;
}

.se-submenu {
	width: 950px;
	margin: 0 auto;
}

.se-submenu ul {
	list-style: none;
	padding: 0;
	/*	margin:0 0 0 50px;*/
	margin: 0 0 0 0;
}

.se-submenu ul li {
	float: left;
	margin: 0 1px 0 0;
}

.se-submenu ul li a {
	display: block;
	padding: 11px 15px 0 15px;
	font: 12px Arial;
	line-height: 14px;
	text-decoration: none;
	color: #777777;
}

/* SerasaEmpresa - submenu cores */
.se-roxo {
	border-bottom: solid 3px #AE96B9;
}

.se-roxo ul li a:hover,.se-roxo ul li.se-subatual a {
	color: #764D88;
}

.se-laranja {
	border-bottom: solid 3px #D09D61;
}

.se-laranja ul li a:hover,.se-laranja ul li.se-subatual a {
	color: #C48028;
}

.se-verde {
	border-bottom: solid 3px #72A956;
}

.se-verde ul li a:hover,.se-verde ul li.se-subatual a {
	color: #408F1A;
}

/* SerasaEmpresa - divs ocultas - balão add crédito */
.se-add-cred {
	display: none;
	width: 153px;
	height: 48px;
	background: url(../images/se-add-creditos2.png) no-repeat center center;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 55px;
}

/* SerasaEmpresa - divs ocultas - perfil */
.se-perfil-box {
	display: none;
	width: 350px;
	height: 165px;
	padding: 6px 7px 10px 7px;
	background: url(../images/se-box-perfil.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin: -4px 0 0 118px;
}

.se-perfil-box img {
	float: left;
	width: 75px;
	height: 75px;
	margin: 10px 10px 20px 10px;
}

.se-perfil-box h3 {
	float: left;
	width: 225px;
	padding: 0;
	margin: 12px 10px;
	font: 14px Arial;
	color: #3F729F;
}

.se-perfil-box p {
	float: left;
	width: 225px;
	padding: 0;
	margin: 0 10px;
	font: 12px Arial;
	color: #555555;
}

.se-perfil-box a {
	float: left;
	width: 100px;
	font: 12px Arial;
	text-decoration: none;
	color: #208BBB;
	padding: 0;
	margin: 5px 100px 5px 10px;
}

.se-perfil-box a.se-sair {
	float: right;
	display: block;
	width: 70px;
	text-align: center;
	font: 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background: #3F729F;
	padding: 5px 0;
	margin: 55px 20px 0 0;
}

/* SerasaEmpresa - divs ocultas - cart */
.se-cart-box {
	display: none;
	width: 364px;
	height: auto;
	position: absolute;
	left: 50%;
	margin: 0 0 0 118px;
}

.se-cart-bottom {
	width: 350px;
	height: 10px;
	padding: 0 7px;
	background: url(../images/se-box-cart-xbottom.png) no-repeat center
		center;
}

.se-cart-content {
	width: 350px;
	height: auto;
	padding: 0 7px 10px 7px;
	background: url(../images/se-box-cart-xcenter2.png) repeat-y center
		center;
}

.se-cart-table-box {
	width: 350px;
	height: auto;
	border-top: solid 2px #208BBB;
	padding: 0;
	margin: 0;
}

.se-cart-table-box a.se-comprar {
	float: right;
	display: block;
	width: 110px;
	text-align: center;
	font: 14px Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background: #3F729F;
	padding: 6px 0;
	margin: 0 15px 0 0;
}

.se-cart-table-box a.se-vercart {
	display: block;
	width: 80px;
	font: 12px Arial;
	text-decoration: none;
	color: #208BBB;
	padding: 8px 12px;
	margin: 0;
}

/* SerasaEmpresa - divs ocultas - cart table */
.se-cart-table-box table {
	width: 350px;
	padding: 0;
	margin: 0 0 15px 0;
}

.se-cart-table-box table tr td {
	min-width: 20px;
	border-bottom: solid 1px #E1ECDB;
	text-align: center;
	font: 12px Arial;
	color: #777777;
	padding: 6px;
	margin: 0;
	background: url(../images/se-td1.png) no-repeat right center;
}

.se-cart-table-box table tr td:last-child {
	background: none;
}

.se-cart-table-box table tr td p {
	text-align: left;
	font: 12px Arial;
	color: #777777;
	padding: 0;
	margin: 0;
}

.se-cart-table-box table tr td p strong {
	font: 12px Arial;
	font-weight: bold;
	color: #3F729F;
}

.se-cart-table-box table tr td.se-cart-total1 {
	background: #E9E9E9 url(../images/se-td2.png) no-repeat right center;
	height: 30px;
	padding-right: 20px;
	text-align: right;
	font: 12px Arial;
	text-transform: uppercase;
	color: #555555;
}

.se-cart-table-box table tr td.se-cart-total2 {
	background: #E9E9E9 url(../images/se-td2.png) no-repeat right center;
	font: 14px Arial;
	font-weight: bold;
	color: #3F729F;
}

.se-cart-table-box table tr td.se-cart-total3 {
	background: #E9E9E9;
	font: 14px Arial;
	font-weight: bold;
	color: #3F729F;
}

/* SerasaEmpresa Footer */
/* ******************************************************* */
.se-footer {
	float: left;
	width: 100%;
	height: 330px;
	padding: 0;
	margin: 0;
	background: #F5F5F5;
}

.se-footer-top {
	float: left;
	width: 100%;
	height: 45px;
	padding: 0;
	margin: 0;
	background: #ECECEC;
}

/* SerasaEmpresa Vitrine */
/* ******************************************************* */
/* banner */
.vt-banner {
	float: left;
	width: 100%;
	height: auto;
}

.vt-banner-box {
	margin: 0 auto;
	min-width: 970px;
	max-width: 1249px;
	height: 409px;
	padding: 0;
	background: url(../images/temp-banner1.jpg) no-repeat center top;
}

.vt-banner-box a.vt-banner-bt {
	display: block;
	width: 325px;
	height: 55px;
	position: absolute;
	left: 50%;
	margin: 215px 0 0 -470px;
	text-indent: -9999px;
	cursor: pointer;
}

/* lista prospecção */
.vt-prospeccao1 {
	float: left;
	width: 100%;
	padding: 60px 0;
	border-bottom: solid 6px #E7E7E7;
}

.vt-porque {
	margin: 0 auto;
	width: 940px;
	height: auto;
}

.vt-porque h3 {
	float: left;
	width: 440px;
	font: 28px gothic720bt;
	line-height: 32px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #366AA6;
	padding: 0;
	margin: 0 0 20px 0;
}

.vt-porque ul {
	float: left;
	width: 440px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.vt-porque li {
	font: 16px Arial;
	color: #555555;
	padding: 14px 20px 14px 60px;
	border-bottom: dotted 1px #BEC1C8;
	background: url(../images/vt-item1.png) no-repeat 10px center;
}

.vt-porque li:last-child {
	border-bottom: none;
}

.vt-porque-video {
	float: right;
	width: 460px;
	height: 320px;
}

.vt-prospeccao2 {
	float: left;
	width: 100%;
	padding: 60px 0;
}

.vt-facil {
	margin: 0 auto;
	width: 940px;
	height: auto;
}

.vt-facil h3 {
	float: left;
	width: 100%;
	font: 28px gothic720bt;
	line-height: 32px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #366AA6;
	padding: 0;
	margin: 0 0 15px 0;
}

.vt-facil p {
	float: left;
	width: 100%;
	font: 14px Arial;
	color: #555555;
	padding: 0;
	margin: 0;
}

.vt-facil ul {
	float: left;
	width: 100%;
	height: 250px;
	background: url(../images/temp-prospec1.jpg) no-repeat center top;
	list-style: none;
	padding: 0;
	margin: 40px 0 60px 0;
}

.vt-facil ul li {
	float: left;
	width: 210px;
	margin: 0;
	text-align: center;
	font: 14px Arial;
	color: #555555;
}

.vt-facil ul li.vt-facil1 {
	padding: 170px 70px 0 30px;
}

.vt-facil ul li.vt-facil2 {
	padding: 170px 65px 0 65px;
}

.vt-facil ul li.vt-facil3 {
	padding: 170px 0 0 70px;
}

/* ************* LIMPA NOME ONLINE ************** */
/* FONTES */
@font-face {
	font-family: 'Gothic720BT-RomanB';
	src: url('../font/gothic720bt-romanb-webfont.eot');
	src: url('../font/gothic720bt-romanb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-romanb-webfont.woff') format('woff'),
		url('../font/gothic720bt-romanb-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT-LightItalicB';
	src: url('../font/gothic720bt-lightitalicb-webfont.eot');
	src: url('../font/gothic720bt-lightitalicb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-lightitalicb-webfont.woff') format('woff'),
		url('../font/gothic720bt-lightitalicb-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT';
	src: url('../font/gothic720bt-webfont.eot');
	src: url('../font/gothic720bt-webfont.eot?#iefix')
		format('embedded-opentype'), url('../font/gothic720bt-webfont.woff')
		format('woff'), url('../font/gothic720bt-webfont.ttf')
		format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT-Italic';
	src: url('../font/gothic720_bt_italic-webfont.eot');
	src: url('../font/gothic720_bt_italic-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720_bt_italic-webfont.woff') format('woff'),
		url('../font/gothic720_bt_italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT-Bold';
	src: url('../font/gothic720_bt_bold-webfont.eot');
	src: url('../font/gothic720_bt_bold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720_bt_bold-webfont.woff') format('woff'),
		url('../font/gothic720_bt_bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gothic720BT-BoldB';
	src: url('../font/gothic720bt-boldb-webfont.eot');
	src: url('../font/gothic720bt-boldb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-boldb-webfont.woff') format('woff'),
		url('../font/gothic720bt-boldb-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
******************************************************
******************************************************
*/
/* ME PROTEJA EMPRESAS - HEADER */
/* header - topbar */
.mpe-topbar {
	float: left;
	width: 100%;
	height: 38px;
	background: #E4E9EE;
}

/* header - busca */
.mpe-search {
	float: left;
	width: 280px;
	*width: 310px !important;
	margin: 5px 0 0 30px;
}

.mpe-search input[type=text] {
	float: left;
	width: 220px !important;
	height: 16px !important;
	border: solid 1px #8CACC8;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin: 0 1px 0 0 !important;
	font: 12px Arial !important;
	color: #686868 !important;
}

.mpe-search input[type=button] {
	float: left;
	width: 28px;
	height: 28px;
	display: block;
	border: 0;
	background: url('../images/mpe-search.png') no-repeat center center;
	cursor: pointer;
}

/* header - entrar */
.mpe-entrar {
	float: right;
	width: 104px;
	min-height: 28px;
	padding: 5px 12px 5px 12px;
	border-right: solid 1px #F9FAFB;
	margin: 0 2px 0 0;
}

.mpe-entrar a {
	width: 80px;
	height: 21px;
	padding: 7px 12px 0 12px;
	display: block;
	background: #488DC8 url('../images/mpe-avatar.png') no-repeat 77px
		center;
	font: 12px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

/* header - carrinho */
.mpe-cartbar {
	float: right;
	width: 74px;
	min-height: 28px;
	padding: 5px 12px 5px 12px;
	border-right: solid 1px #F9FAFB;
	margin: 0 2px 0 0;
	background: url('../images/mpe-cartbar-down.png') no-repeat 36px center;
}

.mpe-cartbar a {
	width: 74px;
	min-height: 23px;
	padding-top: 5px;
	display: block;
}

.mpe-cartbar a span {
	width: 19px;
	height: 16px;
	*margin-left: -50px !important;
	padding: 4px 1px 0 0;
	display: block;
	background: url('../images/mpe-cartbar-bol.png') no-repeat center center;
	text-align: center;
	font: 12px Arial;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

/* header - logos */
.mpe-logos {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 18px;
	background: #ffffff;
}

.mpe-logos h1 {
	width: 555px;
	height: 47px;
	*float: left !important;
	display: block;
	background: url('../images/mpe-logos.png') no-repeat center center;
	text-indent: -9999px;
}

/* header - menu */
.mpe-menu {
	float: left;
	width: 100%;
	height: 48px;
	background: #3C6C9A url('../images/mpe-menubar.png') repeat-x center
		center;
}

.mpe-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mpe-menu ul li {
	list-style: none;
	margin: 0 1px;
	padding: 0;
	float: left;
	min-height: 32px;
	padding: 16px 25px 0 25px;
	font: 16px Gothic720BT;
	line-height: 16px;
	color: #ffffff;
}

.mpe-menu ul li a {
	color: #ffffff;
}

.mpe-menu ul li.mpe-menu-atual {
	background: #3C6C9A url('../images/mpe-menubar2.png') repeat-x center
		center;
	margin-right: 33px;
}

/* ME PROTEJA EMPRESAS - FOOTER */
/* footer - footerbar */
.mpe-footerbar {
	float: left;
	width: 100%;
	min-height: 44px;
	padding: 15px 0;
	margin: 50px 0 0 0;
	background: #E8EDF1;
}

.mpe-footerbar p {
	float: left;
	width: 600px;
	margin: 0 25px;
	padding: 0;
	font: 11px Arial;
	line-height: 15px;
	color: #555555;
}

.mpe-footerbar p a {
	color: #347DBE;
	text-decoration: none;
}

.mpe-footerbar p a:hover {
	color: #347DBE;
	text-decoration: underline;
}

.mpe-footerbar ul {
	float: right;
	list-style: none;
	margin: 0 20px;
	padding: 0;
}

.mpe-footerbar ul li {
	float: right;
	width: 44px;
	height: 44px;
	margin: 0 5px;
}

/* footer - footer links */
.mpe-footer {
	float: left;
	width: 100%;
	padding: 15px 0 50px 0;
}

.mpe-footer ul {
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

.mpe-footer ul li {
	float: left;
	font: 12px Arial;
	color: #A9A9A9;
}

.mpe-footer ul li a {
	font: 12px Arial;
	color: #A9A9A9;
	text-decoration: none;
	margin: 0 10px 0 15px;
}

.mpe-footer ul li a:hover {
	color: #777777;
	text-decoration: underline;
}

/* ME PROTEJA EMPRESAS - CONTAINER 980px */
.mpe-container {
	width: 980px;
	margin: 0 auto;
	font: 12px Arial;
}

.mpe-container h2 {
	font: Gothic720LightRegular !important;
	font-size: 30px !important;
	line-height: 30px !important;
	text-transform: uppercase;
	color: #386C9C;
	float: left;
	margin: 50px 20px 20px 135px;
	padding: 0;
}

/*
******************************************************
******************************************************
*/
/* ME PROTEJA EMPRESAS - CONTEUDO */
/* principal - banner */
.mpe-banner {
	float: left;
	position:relative;
        *position:static;
	width: 100%;
	height: 409px;
	background: #111111 url('../images/mpe-banner1.jpg') no-repeat center
		center;
}

/* outras - banner mini */
.mpe-banner-mini {
	float: left;
	width: 100%;
	height: 179px;
	background: #111111 url('../images/mpe-banner2.jpg') no-repeat center
		center;
}

/* principal - 2 colunas */
.mpe-col1 {
	float: left;
	width: 770px;
	padding: 0;
	margin: 0;
}

.mpe-col2 {
	float: left;
	width: 168px;
	padding: 0 20px;
	margin: 0;
}

/* principal - faixa cinza */
.mpe-faixacinza {
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding: 0 0 60px 0;
	margin: 0px 0 0 0;
}

.mpe-faixacinza p {
	float: left;
	width: 940px;
	margin: 0 20px;
	font: 17px Arial;
	color: #696969;
}

.mpe-faixacinza p strong {
	font: 17px Arial;
	font-weight: bold;
	color: #E0B03D;
}

.mpe-faixacinza ul {
	float: left;
	width: 500px;
	margin: 30px 0 0 0;
	list-style: none;
}

.mpe-faixacinza ul li {
	padding: 12px 0 12px 50px;
	background: url('../images/mpe-item1.png') no-repeat left center;
	border-bottom: dotted 1px #DADADA;
	list-style: none;
	font: 16px Arial;
	color: #696969;
}

.mpe-faixacinza ul li:last-child {
	border-bottom: none;
}

.mpe-radar {
	float: left;
	width: 270px;
	padding: 150px 0 0 0;
	margin: 30px 70px 0 0;
	background: url('../images/mpe-radar.png') no-repeat center top;
	border-right: solid 1px #DADADA;
	text-align: center;
	font: 14px Gothic720BT-Bold;
	font-weight: bold;
	text-transform: uppercase;
	color: #386C9C;
}

/* principal - etapas */
.mpe-etapas {
	float: left;
	width: 100%;
	background: url('../images/mpe-etapas.png') no-repeat center 140px;
}

.mpe-etapas ul {
	float: left;
	width: 100%;
	margin: 190px 0 80px 0;
	padding: 0;
	list-style: none;
}

.mpe-etapas ul li {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font: 13px Arial;
	color: #888888;
}

/* principal - voltar */
.mpe-voltar {
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
	border: solid 1px #E7E7E7;
	border-top: none;
}

.mpe-voltar a {
	display: block;
	width: 145px;
	height: 25px;
	padding: 15px 0 0 20px;
	font: 14px Arial;
	text-transform: uppercase;
	color: #969696;
	background: url('../images/mpe-up-seta1.png') no-repeat 40px 15px;
}

.mpe-voltar a:hover {
	text-decoration: underline;
}

/* principal - aside */
.mpe-asidevalor {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
	border: solid 1px #E7E7E7;
	text-align: center;
}

.mpe-asidevalor ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpe-asidevalor ul li.mpe-av-tarja {
	min-height: 35px;
	padding-top: 8px;
	font: 14px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #B97B0F;
	background: url('../images/mpe-tarja-valor.png') no-repeat center top;
}

.mpe-asidevalor ul li.mpe-av-de {
	padding: 5px 0 10px 5px;
	border-bottom: solid 1px #E7E7E7;
}

.mpe-asidevalor ul li.mpe-av-por {
	padding: 12px 0 118px 0;
}

.mpe-asidevalor ul li.mpe-av-de p.mpe-av-depor,.mpe-asidevalor ul li.mpe-av-por p.mpe-av-depor
	{
	font: 14px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
	margin: 0;
}

.mpe-asidevalor ul li.mpe-av-de p.mpe-av-valor {
	font: 18px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #D35446;
	padding: 2px 0;
	background: url('../images/mpe-x.png') no-repeat center center;
}

.mpe-asidevalor ul li.mpe-av-de p.mpe-av-valor span {
	font: 30px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #D35446;
}

.mpe-asidevalor ul li.mpe-av-por p.mpe-av-valor {
	font: 18px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #679030;
}

.mpe-asidevalor ul li.mpe-av-por p.mpe-av-valor span {
	font: 36px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #679030;
}

.mpe-asidevalor ul li.mpe-av-por span.mpe-av-desc {
	position: absolute;
	z-index: 3;
	display: block;
	width: 83px;
	height: 65px;
	padding-top: 18px;
	background: url('../images/mpe-desconto.png') no-repeat center center;
	margin: 12px 0 0 95px;
	text-align: center;
	*margin-left: 15px !important;
	font: 12px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

.mpe-asidevalor ul li.mpe-av-por span.mpe-av-desc span {
	font: 18px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}
.mpe-asidevalor2 {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
	text-align: center;
}

.mpe-asidevalor2 ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mpe-asidevalor2 ul li.mpe-av-tarja {
	min-height: 35px;
	padding-top: 8px;
	font: 14px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #B97B0F;
	}

.mpe-asidevalor2 ul li.mpe-av-de {
	padding: 5px 0 10px 5px;
	border-bottom: solid 1px #E7E7E7;
}

.mpe-asidevalor2 ul li.mpe-av-por {
	padding: 12px 0 255px 0;
}

.mpe-asidevalor2 ul li.mpe-av-de p.mpe-av-depor,.mpe-asidevalor ul li.mpe-av-por p.mpe-av-depor
	{
	font: 14px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
	margin: 0;
}

.mpe-asidevalor2 ul li.mpe-av-de p.mpe-av-valor {
	font: 18px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #D35446;
	padding: 2px 0;
	background: url('../images/mpe-x.png') no-repeat center center;
}

.mpe-asidevalor2 ul li.mpe-av-de p.mpe-av-valor span {
	font: 30px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #D35446;
}

.mpe-asidevalor2 ul li.mpe-av-por p.mpe-av-valor {
	font: 18px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #679030;
}

.mpe-asidevalor2 ul li.mpe-av-por p.mpe-av-valor span {
	font: 36px Arial;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #679030;
}

.mpe-asidevalor2 ul li.mpe-av-por span.mpe-av-desc {
	position: absolute;
	z-index: 3;
	display: block;
	width: 83px;
	height: 65px;
	padding-top: 18px;
	background: url('../images/mpe-desconto.png') no-repeat center center;
	margin: 12px 0 0 95px;
	text-align: center;
	*margin-left: 15px !important;
	font: 12px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

.mpe-asidevalor2 ul li.mpe-av-por span.mpe-av-desc span {
	font: 18px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

.mpe-av-bt input[type=submit] {
	display: block;
	width: 168px;
	padding: 15px 0 13px 12px;
	background: #5091C9 url('../images/mpe-seta1.png') no-repeat 20px center;
	border: none;
	text-align: center;
	font: 16px Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

.bt-submit-socios {
	display: block;
	width: 168px;
	padding: 15px 0 13px 12px;
	background: #5091C9 url('../images/mpe-seta1.png') no-repeat 20px center;
	border: none;
	text-align: center;
	font: 16px Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

/* principal - principal form */
.mpe-principalform {
	float: left;
	width: 730px;
	margin: 12px 0 0 40px;
	padding: 0;
}

.mpe-principalform a.mpe-add-doc {
	float: left;
	display: block;
	width: 680px;
	background: #EAF2F8 url('../images/mpe-add-doc.png') no-repeat left
		center;
	padding: 12px 0 12px 50px;
	margin: 5px 0 0 0;
	font: 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #347DBE;
}

.mpe-principalform a.mpe-add-doc:hover {
	text-decoration: underline;
}

/* principal - cadastro empresa */
.mpe-principalform ul.mpe-cadastro-empresa {
	float: left;
	width: 100%;
	height: 53px;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mpe-principalform ul.mpe-cadastro-empresa li {
	float: left;
}

.mpe-principalform ul.mpe-cadastro-empresa li label {
	font: 14px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #B97B0F;
}

.mpe-principalform ul.mpe-cadastro-empresa li input[type=text] {
	font: 14px Arial;
	color: #686868;
	padding: 5px;
	border: solid 2px #DDD9D2;
	background: #ffffff;
	margin-top: 5px;
}

input.mpe-input-ok[type=text] {
	border: solid 2px #EFEDE9 !important;
	background: #EFEDE9 !important;
}

.mpe-principalform ul.mpe-cadastro-empresa li label.mpe-cadastro-mes {
	float: left;
	width: 48px;
	font: 14px Arial;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #686868;
	padding: 11px 0 0 0;
}

.mpe-principalform ul.mpe-cadastro-empresa li label.mpe-cadastro-mes input[type=radio]
	{
	margin: 0 5px 0 0;
}

/* principal - cadastro empresa renova��o */
.mpe-principalform ul.mpe-cadastro-renovacao {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mpe-principalform ul.mpe-cadastro-renovacao li {
	text-align: center;
	border-bottom: solid 2px #DABA82;
	padding: 22px 0;
}

.mpe-principalform ul.mpe-cadastro-renovacao li label {
	font: 12px Arial;
	color: #888888;
}

.mpe-principalform ul.mpe-cadastro-renovacao li label a {
	color: #0073B9;
	text-decoration: none;
}

.mpe-principalform ul.mpe-cadastro-renovacao li label a:hover {
	text-decoration: none;
}

.mpe-principalform ul.mpe-cadastro-renovacao li input[type=checkbox] {
	margin-right: 7px;
}

/* principal - cadastro s�cio */
.mpe-principalform ul.mpe-cadastro-socio {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mpe-principalform ul.mpe-cadastro-socio li {
	width: 100%;
	min-height: 38px;
	padding: 5px 0;
	border-bottom: solid 1px #EFEDE9;
	background: url('../images/mpe-avatar1.png') no-repeat left center;
}

.mpe-principalform ul.mpe-cadastro-socio li:last-child {
	border-bottom: solid 1px #ffffff;
}

.mpe-principalform ul.mpe-cadastro-socio li.mpe-socios-monitorados {
	border-bottom: solid 1px #ffffff;
	background: none;
}

.mpe-principalform ul.mpe-cadastro-socio li.mpe-socios-monitorados h3 {
	font: 16px Gothic720BT-RomanB;
	text-transform: uppercase;
	color: #888888;
	padding: 12px 0 6px 0;
}

.mpe-principalform ul.mpe-cadastro-socio li input[type=text] {
	font: 14px Arial;
	color: #686868;
	padding: 5px;
	border: solid 2px #DDD9D2;
	background: #ffffff;
	margin-top: 5px;
	width: 220px;
}

.mpe-principalform ul.mpe-cadastro-socio li a.mpe-excluir-socio {
	float: right;
	font: 14px Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #C22615;
	margin: 12px 2px 0 0;
}

.mpe-principalform ul.mpe-cadastro-socio li a.mpe-excluir-socio:hover {
	text-decoration: underline;
}

.mpe-principalform ul.mpe-cadastro-socio li label {
	font: 14px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #B97B0F;
	padding: 0 20px 0 30px;
}

/* principal - cadastro s�cio ok */
.mpe-principalform ul.mpe-cadastro-socio li.mpe-socios-ok {
	background: url('../images/mpe-avatar2.png') no-repeat left center
		!important;
}

.mpe-principalform ul.mpe-cadastro-socio li.mpe-socios-ok label {
	color: #DABA82 !important;
}

.mpe-principalform ul.mpe-cadastro-socio li.mpe-socios-ok input[type=text]
	{
	border: solid 2px #EFEDE9 !important;
	background: #EFEDE9 !important;
}

/* internas - empresa */
.mpe-empresa {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
	margin: 0 0 50px 0;
	background: url('../images/mpe-empresa.png') no-repeat center top;
}

.mpe-empresa h3 {
	text-align: center;
	font: 16px Gothic720BT-RomanB;
	text-transform: uppercase;
	color: #888888;
	margin: 10px 0 20px 0;
	padding: 0;
}

/* internas - empresa table */
.mpe-empresa table {
	width: 920px;
	margin: 0 auto;

}

.mpe-empresa table tr th,.mpe-empresa table tr td {
	border-right: solid 1px #EFEDE9;
}

.mpe-empresa table tr th:last-child,.mpe-empresa table tr td:last-child
	{
	border-right: solid 1px #FFFFFF;
}

.mpe-empresa table tr th.mpe-lastchild,.mpe-empresa table tr td.mpe-lastchild
	{
	border-right: solid 1px #FFFFFF;
}

.mpe-empresa table tr th.mpe-table-espacamento,.mpe-empresa table tr td.mpe-table-espacamento
	{
	height: 5px !important;
	padding: 0 !important;
	border: none !important;
*height:4px !important;
*background-color:rgb(218, 186, 130) !important;
}

.mpe-empresa table tr th {
	text-align: center;
	font: 11px Arial;
	text-transform: uppercase;
	color: #B97B0F;
	padding: 15px 10px 5px 10px;
}

.mpe-empresa table tr td {
	text-align: center;
	font: 12px Arial;
	color: #686868;
	padding: 20px 10px 15px 10px;
}

.mpe-empresa table tr td.mpe-table-acao {
	padding: 8px 5px 15px 25px;
	width:90px;
}

/* internas - s�cios */
.mpe-socios {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
	margin: 0 0 50px 0;
	background: url('../images/mpe-socios-linha.png') no-repeat center top;
}

.mpe-socios h3 {
	text-align: center;
	font: 16px Gothic720BT-RomanB;
	text-transform: uppercase;
	color: #888888;
	margin: 10px 0 20px 0;
	padding: 0;
}

/* internas - s�cios fun��es */
.mpe-socios a.mpe-table-add {
	display: block;
	width: 870px;
	padding: 12px 0 12px 50px;
	margin: 0 auto;
	margin-top: 5px;
	background: #EAF2F8 url('../images/mpe-add-doc.png') no-repeat left
		center;
	font: 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #347DBE;
}

.mpe-socios span.mpe-add-espera {
	display: block;
	width: 870px;
	padding: 12px 0 12px 50px;
	margin: 0 auto;
	margin-top: 5px;
	background: #E77869 url('../images/mpe-espera.png') no-repeat 250px
		center;
	text-align: center;
	font: 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.mpe-container a.mpe-cancelar {
	float: right;
	margin: 0 30px 60px 0;
	text-align: right;
	font: 14px Arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #0073B9;
}

.mpe-container a.mpe-cancelar:hover {
	color: #C22615;
}

.mpe-container a.mpe-cancelar span {
	color: #C22615;
}

/* internas - socios table */
.mpe-socios table {
	width: 920px;
	margin: 0 auto;
}

.mpe-socios table thead {
	border-bottom: solid 2px #DABA82;
}

.mpe-socios table tr th,.mpe-socios table tr td {
	border-right: solid 1px #EFEDE9;
}

.mpe-socios table tr th:last-child,.mpe-socios table tr td:last-child {
	border-right: solid 1px #FFFFFF;
}

.mpe-socios table tr th.mpe-lastchild,.mpe-socios table tr td.mpe-lastchild
	{
	border-right: solid 1px #FFFFFF;
}

.mpe-socios table tr th.mpe-table-espacamento,.mpe-socios table tr td.mpe-table-espacamento
	{
	height: 5px !important;
	padding: 0 !important;
	border: none !important;
}

.mpe-socios table tr th {
	vertical-align: middle;
	text-align: center;
	font: 11px Arial;
	text-transform: uppercase;
	color: #B97B0F;
	padding: 15px 10px 15px 10px;
	background: #FFFFFF !important;
}

.mpe-socios table tr td {
	text-align: center;
	font: 12px Arial;
	color: #686868;
	padding: 20px 10px 15px 10px;
}

.mpe-socios table tr td.mpe-table-acao {
	padding: 7px 5px 11px 25px;
}

.mpe-socios-table-even {
	background: #FFFFFF !important;
}

.mpe-socios-table-odd {
	background: #F5F4F2 !important;
}

/* internas - table a��es */
a.mpe-acao-ver {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	background: url('../images/mpe-lupa.png') no-repeat center center;
	text-indent: -9999px;
}

a.mpe-acao-mail {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	background: url('../images/mpe-arroba.png') no-repeat center center;
	text-indent: -9999px;
}

a.mpe-acao-status1 {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	background: url('../images/mpe-carta-fechada.png') no-repeat center
		center;
	text-indent: -9999px;
}

a.mpe-acao-status2 {
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	background: url('../images/mpe-carta-aberta.png') no-repeat center
		center;
	text-indent: -9999px;
}
a.mpe-acao-status3 {
float: left;
display: block;
width: 35px;
height: 35px;
margin: 0 5px;
background: url('../images/envelope_verm.png') no-repeat center center;
text-indent: -9999px;
}
a.mpe-acao-del { /* float:left; */
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	background: url('../images/mpe-del.png') no-repeat center center;
	text-indent: -9999px;
}

/* internas - bal�es js */
span.mpe-balao-amarelo {
	display: none;
	position: absolute;
	float: left;
	margin-top: 35px;
	width: 148px;
	height: 27px;
	padding: 48px 0 0 0;
	background: url('../images/mpe-balao-amarelo.png') no-repeat center
		bottom;
	text-align: center;
	font: 12px Arial;
	font-weight: bold;
	color: #C18832;
	cursor: default;
}

span.mpe-balao-azul {
	display: none;
	position: absolute;
	float: left;
	margin-top: -85px;
	width: 148px;
	height: 34px;
	padding: 48px 0 0 0;
	background: url('../images/mpe-balao-azul.png') no-repeat center bottom;
	text-align: center;
	font: 12px Arial;
	font-weight: bold;
	color: #4273A1;
	cursor: default;
}

span.mpe-balao1 {
	margin-left: -38px;
}

span.mpe-balao2 {
	margin-left: -56px;
	*margin-left: -143px !important;
	*margin-top: -85px !important;
}

span.mpe-balao3 {
	*margin-left: -105px !important;
	margin-left: -15px;
	*margin-top: -85px !important;
}

span.mpe-balao4 {
	*margin-left: -73px !important;
	margin-left: -53px;
margin-top: -120px;
	*margin-top: -130px !important;
}


/* hist�rico - indice */
.mpe-historico {
	margin-top: -25px;
	float: left;
	width: 100%;
	padding: 30px 0 40px 0;
	border-bottom: solid 2px #E7E7E7;
}

.mpe-hist-box {
	width: 920px;
	margin: 0 auto;
}

.mpe-hist-ant {
	float: left;
	width: 22px;
	height: 130px;
	background: #000000;
	background: url('../images/mpe-hist-ant.png') no-repeat left center;
	cursor: pointer;
}

.mpe-hist-prox {
	float: left;
	width: 22px;
	height: 130px;
	background: #000000;
	background: url('../images/mpe-hist-prox.png') no-repeat right center;
	cursor: pointer;
}

.mpe-hist-ant a,.mpe-hist-prox a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	cursor: pointer;
}

.mpe-hist {
	float: left;
	width: 876px;
	height: 130px;
}

.mpe-hist-data {
	float: left;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 8px;
	background: url('../images/mpe-hist-data1.png') no-repeat right center;
}

.mpe-hist-data ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mpe-hist-data ul li.mpe-hist-num {
	font: 11px Arial;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 7px 0 0;
}

.mpe-hist-data ul li.mpe-hist-dia {
	font: 48px Gothic720BT-RomanB;
	line-height: 50px;
	color: #B97B0F;
	text-align: center;
	margin: 0 14px 5px 14px;
	padding: 2px 0;
	border-bottom: solid 1px #D7CBB4;
}

.mpe-hist-data ul li.mpe-hist-mes,.mpe-hist-data ul li.mpe-hist-ano {
	font: 12px Arial;
	line-height: 14px;
	text-transform: uppercase;
	color: #686868;
	text-align: center;
	padding: 2px;
}

.mpe-hist-data-atual {
	float: left;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 8px;
	background: url('../images/mpe-hist-data2.png') no-repeat right center;
}

.mpe-hist-data-atual ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mpe-hist-data-atual ul li.mpe-hist-num {
	font: 11px Arial;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 7px 0 0;
}

.mpe-hist-data-atual ul li.mpe-hist-dia {
	font: 48px Gothic720BT-RomanB;
	line-height: 50px;
	color: #799DBE;
	text-align: center;
	margin: 0 14px 5px 14px;
	padding: 2px 0;
	border-bottom: solid 1px #98B4CD;
}

.mpe-hist-data-atual ul li.mpe-hist-mes,.mpe-hist-data-atual ul li.mpe-hist-ano
	{
	font: 12px Arial;
	line-height: 14px;
	text-transform: uppercase;
	color: #799DBE;
	text-align: center;
	padding: 2px;
}

.mpe-hist-data a,.mpe-hist-data-atual a {
	display: block;
	width: 130px;
	height: 130px;
}

/* hist�rico - relat�rio */
.mpe-relatorio-box {
	float: left;
	width: 100%;
	margin: 40px 0 60px 0;
}

.mpe-relatorio {
	width: 730px;
	margin: 0 auto;
	padding: 0 35px 35px 35px;
	border: solid 1px #E7E7E7;
}

.mpe-relatorio h3 {
	text-align: left;
	font: 28px Gothic720BT-RomanB, Arial;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 32px;
	color: #666666;
	padding: 12px 50px 10px 55px;
	margin: 33px 0 10px 0;
	border-bottom: solid 1px #C8C8C8;
}

.mpe-relatorio h3.mpe-relat-icon1 {
	background: url('../images/mpe-relat-icon1.png') no-repeat left center;
}
.mpe-relatorio h3.mpe-relat-icon4 {
	background: url('../images/aviso_negativacao.png') no-repeat left 0px;
}
.mpe-relatorio h3.mpe-relat-icon2 {
	background: url('../images/detalhes.png') no-repeat left center;
}

.mpe-relatorio h3.mpe-relat-icon3 {
	background: url('../images/anotacoes_negativas.png') no-repeat left bottom;
}

.mpe-relatorio h4 {
	text-align: left;
	font: 20px Gothic720BT-RomanB, Arial;
	font-weight: normal;
	line-height: 32px;
	color: #4C96D7;
	padding: 5px 15px 7px 15px;
	margin: 0;
}

.mpe-relatorio h3 span,.mpe-relatorio h4 span {
	position: absolute;
	padding: 12px 10px;
	margin: 2px 4px;
	background: url('../images/mpe-relatorio-tip.png') no-repeat center
		center;
	text-indent: -9999px;
	font: 1px Arial;
	cursor: pointer;
}

/* hist�rico - relat�rio - table1 */
.mpe-relatorio table.mpe-relat-table1 {
	width: 100%;
}

.mpe-relatorio table.mpe-relat-table1 tr td {
	background: #E5ECF2;
	border: solid 1px #FFFFFF;
	padding: 10px 20px;
	text-align: left;
	font: 15px Gothic720BT-RomanB, Arial;
	color: #444444;
}

.mpe-relatorio table.mpe-relat-table1 tr td.mpe-relat-table1-titulo {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.mpe-relatorio table.mpe-relat-table1 tr td.mpe-relat-table1-nome {
	font: 20px Gothic720BT-RomanB, Arial;
	text-transform: uppercase;
	color: #4C96D7;
}

/* hist�rico - relat�rio - table2 */
.mpe-relatorio table.mpe-relat-table2 {
	width: 100%;
}

.mpe-relatorio table.mpe-relat-table2 tr th,.mpe-relatorio table.mpe-relat-table2 tr td
	{
	background: #E5ECF2;
	border: solid 1px #FFFFFF;
	padding: 10px 20px;
	text-align: center;
}

.mpe-relatorio table.mpe-relat-table2 tr th {
	font: 15px Gothic720BT-RomanB, Arial;
	font-weight: bold;
	color: #444444;
}

.mpe-relatorio table.mpe-relat-table2 tr td {
	font: 14px Gothic720BT-RomanB, Arial;
	color: #444444;
}

/* hist�rico - relat�rio - table3 */
.mpe-relatorio table.mpe-relat-table3 {
	width: 100%;
}

.mpe-relatorio table.mpe-relat-table3 tr th,.mpe-relatorio table.mpe-relat-table3 tr td
	{
	border: solid 1px #DBDBDB;
	text-align: center;
}

.mpe-relatorio table.mpe-relat-table3 tr th {
	font: 13px Gothic720BT-RomanB, Arial;
	color: #666666;
	background: #DBDBDB;
	padding: 6px 9px;
	vertical-align: middle;	
}

.mpe-relatorio table.mpe-relat-table3 tr td {
	font: 15px Gothic720BT-RomanB, Arial;
	color: #FFFFFF;
	background: #6293BC;
	padding: 10px 9px;
}

/* hist�rico - relat�rio - table4 */
.mpe-relatorio table.mpe-relat-table4 {
	width: 100%;
        float:left;
}

.mpe-relatorio table.mpe-relat-table4 tr th,.mpe-relatorio table.mpe-relat-table4 tr td
	{
	border: solid 1px #FFFFFF;
	text-align: center;
}

.mpe-relatorio table.mpe-relat-table4 tr th {
	font: 14px Gothic720BT-RomanB, Arial;
	color: #777777;
	background: #FFFFFF;
	padding: 6px 4px;
}

.mpe-relatorio table.mpe-relat-table4 tr td {
	font: 13px Gothic720BT-RomanB, Arial;
	color: #777777;
	background: #F6F6F6;
	padding: 10px 15px;
}

/******************************************************/
/* internas - modais fancybox */
.mpe-modal {
	display: none;
	width: 360px;
	height: auto;
	padding: 7px;
}

.mpe-modal h3 {
	float: left;
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0 0 15px 0;
	border-bottom: solid 2px #E7E7E7;
	text-align: center;
	font: 12px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #B97B0F;
}

.mpe-modal label.mpe-modal-label1 {
    color: #686868;
    float: left;
    font: bold 12px Arial;
    margin: 0 0 10px;
    padding: 7px 10px 0 0;
    text-align: right;
    width: 101px;
}

.mpe-modal input.mpe-modal-input1[type=text] {
	float: left;
	width: 250px;
	padding: 5px;
	margin: 0 0 10px 0;
	border: solid 2px #E7E7E7;
}

.mpe-modal-radios {
	float: left;
	width: 250px;
	padding: 5px;
	margin: 0 0 10px 0;
}

.mpe-modal-radios label {
	float: left;
	width: 100px;
	padding: 0 0 0 10px;
	font: 12px Arial;
	font-weight: bold;
	color: #686868;
}

.mpe-modal-radios input[type=radio] {
	margin: 0 7px 0 0;
}

.mpe-modal ul.mpe-modal-instrucoes {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 5px 0;
}

.mpe-modal ul.mpe-modal-instrucoes li {
	font: 11px Arial;
	color: #888888;
	padding: 0;
	margin: 12px 0;
}

.mpe-modal ul.mpe-modal-instrucoes li span {
	font: 11px Arial;
	font-weight: bold;
	color: #B97B0F;
}

.mpe-modal div.mpe-modal-bts {
	float: left;
	width: 100%;
	min-height: 30px;
	padding: 20px 0 7px 0;
	margin: 10px 0 0 0;
	border-top: solid 1px #E3E1DD;
}

.mpe-modal div.mpe-modal-bts input.mpe-modal-bt-cancelar[type=button] {
	float: left;
	width: 160px;
	height: 30px;
	padding-left: 35px;
	font: 14px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #888888 url('../images/mpe-modal-bt1.png') no-repeat 11px
		center;
	border: 0;
	cursor: pointer;
}

.mpe-modal div.mpe-modal-bts input.mpe-modal-bt-confirmar[type=button] {
	float: right;
	width: 160px;
	height: 30px;
	padding-left: 35px;
	font: 14px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #B97B0F url('../images/mpe-modal-bt2.png') no-repeat 11px
		center;
	border: 0;
	cursor: pointer;
}

.mpe-modal-info {
	float: left;
	width: 250px;
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 0;
	font: 12px Arial;
	color: #686868;
}

/******************************************************/
/* minha conta - boxes */
.mpe-conta-section {
	width: 100%;
	float: left;
	*margin-top: 10px !important;
}

.mpe-conta {
	width: 715px;
	margin: 0 auto;
}

.mpe-box-conta {
	float: left;
	width: 302px;
	min-height: 310px;
	padding: 150px 20px 20px 20px;
	/* margin:100px 5px 0 5px; */
	margin: 5px 5px 5px 5px;
	border: solid 2px #D7D7D7;
}

.mpe-box-conta-altura {
	text-align: left;
	min-height: 220px;
	text-align: left;
}

.mpe-conta-mp {
	background: url('../images/mpe-conta-brasao1.png') no-repeat center 17px;
}

.mpe-conta-lo {
	background: url('../images/mpe-conta-brasao2.png') no-repeat center 17px;
}

.mpe-conta-mp h3 {
	font: 25px Gothic720BT-Bold;
	letter-spacing: -1px;
	color: #D09632;
	margin: 5px 0 5px 0;
	padding: 0;
}

.mpe-conta-mp h4 {
	font: 14px Arial;
	color: #686868;
	padding: 2px 0 2px 50px;
	margin: 15px 0 10px 0;
	background: url('../images/mpe-carta-aberta-2.png') no-repeat left
		center;
}

.mpe-conta-lo h3 {
	font: 25px Gothic720BT-Bold;
	letter-spacing: -1px;
	color: #8D7994;
	margin: 5px 0 3px 0;
	padding: 0;
}

.mpe-conta-lo h4 {
	font: 13px Gothic720BT;
	text-transform: uppercase;
	color: #8D7994;
	margin: 0 0 9px 0;
	padding: 0;
}

.mpe-box-conta span.mpe-mp-aviso {
	display: block;
	font: 14px Arial;
	color: #D92F38;
	background: url('../images/mpe-exclamacao.png') no-repeat 20px;
	padding: 2px 0 2px 0px;
}

/* minha conta - links bts */
.mpe-conta-lo a.mpe-loa-bt1 {
	width: 258px;
	display: block;
	text-align: center;
	font: 16px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff !important;
	background: #9475A1 url('../images/mpe-seta2.png') no-repeat 25px center;
	margin: 10px 0 0 16px;
	padding: 13px 0 13px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mpe-conta-mp a.mpe-mpa-bt1 {
	width: 258px;
	float: left;
	display: block;
	text-align: center;
	font: 16px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff !important;
	background: #EAC04F url('../images/mpe-seta2.png') no-repeat 20px center;
	margin: 16px 0 0 16px;
	padding: 13px 0 13px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mpe-conta-mp a.mpe-mpa-bt2 {
	display: block;
	text-align: center;
	font: 11px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #347DBE;
	background: #EFF2F5 url('../images/mpe-bt-degrade1.png') repeat-x center
		top;
	border: solid 1px #CCD4DC;
	margin: 20px 35px;
	padding: 10px 0 10px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* minha conta - table */
.mpe-conta-lo table {
	width: 100%;
}

.mpe-conta-lo tr th {
	font: 11px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #686868;
	text-align: center;
	/*	background: #EDEDED;*/
	/*	padding: 4px 8px;*/
	border-right: solid 1px #ffffff;
}

.mpe-conta-lo tr td {
	min-height: 30px;
	font: 12px Arial;
	color: #686868;
	padding: 0px 0;
	/*	border-right: solid 1px #EDEDED;*/
	/*	border-bottom: solid 1px #EDEDED;*/
}

.mpe-conta-lo tr td.mpe-tlo-valor {
	text-align: center;
	font: 18px Arial;
	color: #8D7994;
	border-right: none;
}

/* baixar lista */
.mpe-baixar-lista {
	display: none;
	position: absolute;
	margin-top: -6px;
	z-index: 10;
	width: 259px;
	height: 43px;
	background: url('../images/mpe-baixar-lista.png') no-repeat right top;
	cursor: pointer;
}

.mpe-baixar-lista a {
	display: block;
	width: 259px;
	height: 43px;
}

/* minha conta - table */
.mpe-conta-mp table {
	width: 100%;
}

.mpe-conta-mp table tr td {
	font: 12px Arial;
	color: #888888;
	border-top: solid 1px #E7E7E7;
	border-bottom: solid 1px #E7E7E7;
	padding: 7px 0;
	text-align: center;
}

.mpe-conta-mp table tr td.mpe-mpo-data {
	border-left: solid 1px #E7E7E7;
	text-align: center;
}

.mpe-conta-mp table tr td strong {
	font: 12px Arial;
	font-weight: bold;
	color: #686868;
}

.mpe-conta-mp table tr td span.mpe-mpo-ativo {
	font: 12px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #61AD12;
}

.mpe-conta-mp table tr td span.mpe-mpo-inativo {
	font: 12px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #D92F38;
}

/* minha conta - divis�o horizontal */
.mpe-conta-hr {
	float: left;
	width: 100%;
	border-top: solid 2px #E7E7E7;
	margin: 45px 0 40px 0;
}

/* minha conta - cadastro */
.mpe-conta-cadastro {
	width: 932px;
	margin: 0 auto;
}

.mpe-conta-cadastro h2 {
	font: 18px Gothic720BT !important;
	text-transform: uppercase;
	color: #686868;
	float: left;
	margin-bottom: 30px;
}

.mpe-conta-cadastro ul.mpe-conta-cadastro-form {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	width: 100%;
	float: left;
}

.mpe-conta-cadastro ul.mpe-conta-cadastro-form li {
	list-style: none;
	padding: 0;
	max-height: 40px;
	*padding-bottom: 13px !important;
	margin: -1px 0;
	*padding-top: 2px;
	float: left;
}

/* minha conta - cadastro form */
.mpe-conta-cadastro ul.mpe-conta-cadastro-form li label {
	font: 14px Arial;
	font-weight: bold;
	color: #686868;
	text-align: right;
	display: block;
	float: left;
	min-width: 140px;
	padding: 5px 5px 0 0;
}

.mpe-conta-cadastro ul.mpe-conta-cadastro-form li input[type=text] {
	font: 15px Arial;
	color: #000;
	background: #F3F3F3;
	border: solid 1px #F3F3F3;
	float: left;
	padding: 4px 20px;
}

.botoes_alterar {
	padding: 30px 0 0 0;
}

.bt_alterar_dados,.bt_alterar_senha {
	background: url('../images/seta_btalterar.jpg') 7px 2px no-repeat;
	font-size: 14px;
	color: #4090c6;
	cursor: pointer;
	text-decoration: none;
	padding: 0 0 0 20px;
	text-decoration: none;
}

.bt_alterar_senha {
	margin-left: 20px;
}

.bt_alterar_dados:hover,.bt_alterar_senha:hover,.bt_adicionar_endereco:hover,.cancelar:hover
	{
	text-decoration: underline !important;
}

/* minha conta - bottom box */
.mpe-bottombox {
	float: left;
	width: 412px;
	text-align: left;
	min-height: 210px;
	padding: 20px 20px 10px 20px;
	border: solid 2px #DADADA;
	margin: 5px 5px 25px 5px;
}

.mpe-bottombox-coluna {
	float: left;
	width: 206px;
}

.mpe-bottombox h3 {
	width: 200px;
	float: left;
	font: 18px Arial;
	color: #0B77B9;
	margin-bottom: 5px;
	float: left;
}

.mpe-bottombox ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mpe-bottombox ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font: 12px Arial;
	line-height: 16px;
	color: #7B7B7B;
	margin: 0;
}

.mpe-bottombox-outros {
	width: 180px;
	min-height: 145px;
	padding: 5px 10px;
	margin-top: 5px;
	margin-left: 6px;
	background: #F2F2F2;
}

.mpe-bottombox-outros p {
	font: 12px Arial;
	line-height: 16px;
	color: #7B7B7B;
}

.mpe-bottombox-outros h4 {
	font: 12px Arial;
	font-weight: bold;
	line-height: 16px;
	color: #7B7B7B;
	margin-bottom: 10px;
}

.mpe-bottombox a.mpe-bottombox-bt1 {
	float: left;
	font: 14px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff !important;
	padding: 7px 12px 7px 20px;
	margin: 15px 0 0 0;
	background: #92C650 url('../images/mpe-seta3.png') no-repeat 8px center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mpe-bottombox a.mpe-bottombox-bt2 {
	float: right;
	font: 12px Arial;
	color: #4090C6;
	padding: 4px 0 2px 10px;
	margin: 22px 0 0 17px;
	/*	background: url('../images/mpe-seta4.png') no-repeat left center;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.mpe-bottombox-pedido {
	float: left;
	width: 100%;
}

table.mpe-bottombox-pedido tr {
	border-bottom: solid 1px #E7E7E7;
}

table.mpe-bottombox-pedido tr:last-child {
	border-bottom: none;
}

table.mpe-bottombox-pedido td {
	padding: 0px 0;
	*padding-bottom: 12px !important;
	border-bottom: 1px solid #d7d7d7;
}

table.mpe-bottombox-pedido tr td a {
	font: 11px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #0073B9;
	float: right;
	display: block;
	padding: 8px 15px;
	background: #EEF2F5;
	border: solid 1px #A8C1D8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 14px;
}

table.mpe-bottombox-pedido tr td span {
	position: absolute;
	margin-left: 220px;
	font: 12px Arial;
	*margin-left: -60px !important;
	margin-top: 10px;
	line-height: 18px;
	color: #888888;
}

table.mpe-bottombox-pedido tr td p {
	float: left;
	max-width: 280px;
	font: 12px Arial;
	*font-size: 12px;
	*font-family: Arial;
	line-height: 18px;
	margin-top: 10px;
	color: #686868;
}

/******************************************************/
/* ALTERA��ES V4 */
/* novo internas - s�cios2 */
.mpe-socios-cancelar {
	width: 920px;
	margin: 0 auto;
	margin-top: 55px;
	text-align: right;
	z-index: 20;
}

a.mpe-cancelar2 {
	text-align: right;
	font: 14px Arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #0073B9;
	z-index: 21;
}

a.mpe-cancelar2:hover {
	color: #C22615;
}

a.mpe-cancelar2 span {
	color: #C22615;
}

.mpe-socios3 {
	float: left;
	width: 100%;
	border-top: solid 2px #E7E7E7;
	margin: -30px 0 60px 0;
}

.mpe-socios3-box {
	width: 920px;
	margin: 0 auto;
}

.mpe-socios3-col1 {
	float: left;
	width: 630px;
	min-height: 160px;
	padding-top: 75px;
	background: url('../images/mpe-amigos1.png') no-repeat 445px 95px;
}

.mpe-socios3-col1 h4 {
	float: left;
	width: 420px;
	font: 18px Gothic720BT;
	letter-spacing: -1px;
	line-height: 24px;
	text-transform: uppercase;
	color: #488DC8;
	margin: 0 0 20px 0;
	padding: 0;
}

.mpe-socios3-col1 p {
	float: left;
	width: 420px;
	font: 14px Arial;
	line-height: 18px;
	color: #686868;
	margin: 0;
	padding: 0;
}

.mpe-socios3-col2 {
	float: left;
	width: 290px;
	padding-top: 30px;
}

.mpe-socios3-col2 p.mpe-v4-info {
	float: left;
	width: 150px;
	font: 14px Arial;
	line-height: 18px;
	color: #77A440;
	margin-top: 40px;
}

.mpe-socios3-col2 p.mpe-v4-info span {
	font: 14px Arial;
	text-transform: uppercase;
	color: #77A440;
}

a.mpe-v4-bt1 {
	display: block;
	float: left;
	width: 233px;
	height: 35px;
	padding: 15px 0 0 55px;
	background: url('../images/mpe-bt-v4a.png') no-repeat left center;
	margin: 10px 0;
	text-align: center;
	font: 18px Gothic720BT-Bold;
	text-transform: uppercase;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mpe-valor-v4 {
	float: left;
	width: 125px;
	height: 125px;
	background: url('../images/mpe-preco-v4.png') no-repeat center center;
	margin: 5px;
}

.mpe-valor-v4 p {
	text-align: center;
	text-transform: uppercase;
	font: 16px Arial;
	line-height: 24px;
	color: #DAE8F4;
	margin: 30px 0 0 0;
	padding: 0;
}

.mpe-valor-v4 p strong {
	font: 14px Arial;
	line-height: 24px;
	font-weight: bold;
	color: #DAE8F4;
}

.mpe-valor-v4 p span {
	font: 25px Arial;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #DAE8F4;
}

.mpe-valor-v4 p span sup {
	font: 16px Arial;
	line-height: 18px;
}

/* novo principal - cadastro socios */
.mpe-cadastro-socio3 {
	float: left;
	width: 100%;
}

.mpe-cadastro-socio3 h3 {
	font: 16px Gothic720BT-RomanB;
	text-transform: uppercase;
	color: #888888;
	text-align: left;
	border: none;
	padding: 15px 0 6px 0;
}

.mpe-cadastro-socio3 a.mpe-x-socio3 {
	float: right;
	font: 12px Arial;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	color: #0073B9;
	background: url('../images/mpe-x3.png') no-repeat left center;
	padding-left: 17px;
	margin-top: 20px;
}

.socioExclusao{
	font: 12px Arial;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	color: #0073B9;
	background: url('../images/mpe-x3.png') no-repeat left center;
	padding-left: 17px;
	margin-top: 20px;
}

.mpe-cadastro-socio3 a.mpe-x-socio3:hover {
	color: #C22615;
}

.mpe-cadastro-socio3 ul {
	list-style: none;
	margin: 0 auto !important;
	padding: 0;
	margin: 0 0 0 -20px;
	width: 770px;
}

.mpe-cadastro-socio3 ul li {
	list-style: none;
	float: left;
	width: 198px;
	padding: 20px 15px;
	margin: 15px 0 25px 20px;
	border: solid 1px #EFEDE9;
	text-align: center;
}

.mpe-cadastro-socio3 ul li label.mpe-socio3-claro {
	width: 160px;
	min-height: 32px;
	padding: 8px 0 0 30px;
	float: left;
	text-align: center;
	font: 14px Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #DABA82;
	background: url('../images/mpe-avatar3.png') no-repeat 55px top;
}

.add-socio-add {
	display: block;
	width: 680px;
	background: #EAF2F8 url('../images/mpe-add-doc.png') no-repeat left
		center;
	padding: 12px 0 12px 50px;
	margin: 0 auto;
	font: 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #347DBE;
}

.mpe-cadastro-socio3 ul li label.mpe-socio3-escuro {
	width: 160px;
	min-height: 32px;
	padding: 8px 0 0 30px;
	float: left;
	text-align: center;
	font: 14px Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #B97B0F;
	background: url('../images/mpe-avatar4.png') no-repeat 30px top;
}

.mpe-cadastro-socio3 ul li input[type=text] {
	font: 14px Arial;
	color: #686868;
	background: #ffffff;
	border: solid 2px #DDD9D2;
	width: 170px;
	*margin-left: -16px !important;
	padding: 5px 10px;
}

/* novo principal - altera��o layout v4 */
.mpe-faixacinza {
	padding: 0 0 30px 0;
	text-align: left
}

.mpe-radar {
	min-height: 60px;
	padding-top: 180px;
	background: url('../images/mpe-radar.png') no-repeat center 30px;
}

.mpe-etapas {
	background: url('../images/mpe-etapas4.png') no-repeat center 130px;
/*	border-bottom: solid 6px #E7E7E7;*/
}

.mpe-etapas ul li.mpe-etapas-ul2-nova {
	width: 20%;
	margin-left: 40px;
	margin-top: -15px;
}

.mpe-etapas ul li span {
	font: 18px Arial;
	font-weight: bold;
	color: #93C751;
}

/* novo principal - anuncio v4 */
.mpe-anuncio4 {
	float: left;
	width: 100%;
	min-height: 180px;
	padding-top: 70px;
	background: url('../images/mpe-anuncio4.png') no-repeat left 30px;
}

.mpe-anuncio4 p {
	width: 355px;
	font: 17px Arial;
	color: #B09F82;
	*margin-left: -355px !important;
}

.mpe-anuncio4 p strong {
	font: 17px Arial;
	font-weight: bold;
	color: #76AD32;
}

.mpe-anuncio4 p span {
	font: 20px Arial;
	font-weight: bold;
	color: #76AD32;
}

.mpe-anuncio4 p.mpe-anuncio4-pinfo {
	font: 14px Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #76AD32;
}

.mpe-anuncio4 a.mpe-anuncio4-bt {
	font: 18px Gothic720BT-Bold !important;
	text-transform: uppercase;
	color: #ffffff !important;
	text-align: center;
	display: block;
	*margin-left: -360px !important;
	width: 283px;
	cursor: pointer;
	text-decoration: none;
	height: 35px;
	padding: 15px 0 0 60px;
	margin: 14px 0 10px 0;
	background: url('../images/mpe-bt-v4b.png') no-repeat left center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mpe-bloco-cnpj{
opacity: 0.7;
margin-top: 259px;
height: 150px;
*height:155px !important;
width: 100%;
background: #fff;
position: absolute;
text-align: center;
}

.mpe-bloco-cnpj p{
	font-weight: bold;
	font-size: 18px;
	font-family:Arial;
	width:100%;
	height:20px;
	margin-top:10px;
	float:left;
}


.mpe-bloco-cnpj-superior{
margin:0 auto;
height:35px;

}

.mpe-bloco-cnpj-inferior{
	text-align: center;
	margin: 0 auto;
	height: 45px;
	width: 650px;
}
.mpe-bloco-cnpj-inferior p{
	font-weight: bold;
	margin-left:53px;
	font-size: 20px;
	font-family:Arial;
	color:#ba7e00;
	width:0px;
}
.mpe-cnpj{
	height: 27px;
	margin-top: 0px;
	margin-left: 54px;
	width: 265px;
	background:#fff;
	margin-top: 8px;
}
.mpe-bloco-cnpj-inferior-bt{
	cursor:pointer;
	margin-top: -13px;
	margin-left: 15px;
	border: none;
	width: 212px;
	height: 47px;
	background:url('../images/btn_continuar_mpe.png') no-repeat;
}
.bloco_detalhes {
	width: 298px;
	height: auto;
	overflow: hidden;
}

.detalhe_lista {
	width: 298px;
	color: #686868;
	font-size: 12px;
	padding: 10px 0;
	float: left;
	height: 48px;
	position: relative;
}

.linha {
	width: 298px;
	height: 58px;
	position: relative;
	overflow: hidden;
}

.linha .detalhe_lista {
	position: absolute;
	top: 0;
	left: -283px;
	width: 585px;
}

.linha .detalhe_lista .bt_baixarlista {
	float: left;
	margin: 0 0 0 -5px;
}

.linha .detalhe_lista .info {
	margin: 0 0 0 5px;
}

.linha .detalhe_lista p {
	width: 201px;
	display: inline-block;
	font: 12px Arial;
	color: #888888;
}

.linha .detalhe_lista span {
	font-size: 18px;
	color: #8d7994;
	padding-left: 15px;
	border-left: 2px solid #d7d7d7;
}

.ca-container {
	position: relative;
	margin: 25px auto 20px 29px;
	width: 910px;
	height: 145px;
}

.ca-wrapper {
	width: 875px;
	height: 145px;
	position: relative;
}

.ca-item {
	position: relative;
	float: left; 145
	px height: 100%;
	text-align: center;
}

.ca-more {
	position: absolute;
	bottom: 10px;
	right: 0px;
	padding: 4px 15px;
	font-weight: bold;
	background: #ccbda2;
	text-align: center;
	color: white;
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	text-shadow: 1px 1px 1px #897c63;
}

.ca-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff url(../images/cross.png) no-repeat center center;
	width: 27px;
	height: 27px;
	text-indent: -9000px;
	outline: none;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	opacity: 0.7;
}

.ca-close:hover {
	opacity: 1.0;
}

.ca-item-main {
	padding: 20px;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: #fff;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.ca-icon {
	width: 233px;
	height: 189px;
	position: relative;
	margin: 0 auto;
	background: transparent url(../images/animal1.png) no-repeat center
		center;
}

.ca-item-2 .ca-icon {
	background-image: url(../images/animal2.png);
}

.ca-item-3 .ca-icon {
	background-image: url(../images/animal3.png);
}

.ca-item-4 .ca-icon {
	background-image: url(../images/animal4.png);
}

.ca-item-5 .ca-icon {
	background-image: url(../images/animal5.png);
}

.ca-item-6 .ca-icon {
	background-image: url(../images/animal6.png);
}

.ca-item-7 .ca-icon {
	background-image: url(../images/animal7.png);
}

.ca-item-8 .ca-icon {
	background-image: url(../images/animal8.png);
}

.ca-item h3 {
	font-family: 'Coustard', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
	height: 85px;
	text-align: center;
	text-shadow: 0px 1px 1px #e4ebe9;
}

.ca-item h4 {
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	border-left: 10px solid #b0ccc6;
	padding-left: 10px;
	line-height: 24px;
	margin: 10px;
	position: relative;
}

.ca-item h4 span {
	text-indent: 40px;
	display: block;
}

.ca-item h4  span.ca-quote {
	color: #f4eee3;
	font-size: 100px;
	position: absolute;
	top: 20px;
	left: 0px;
	text-indent: 0px;
}

.ca-content-wrapper {
	background: #b0ccc6;
	position: absolute;
	width: 0px; /* expands to width of the wrapper minus 1 element */
	height: 440px;
	top: 5px;
	text-align: left;
	z-index: 10000;
	overflow: hidden;
}

.ca-content {
	width: 660px;
	overflow: hidden;
}

.ca-content-text {
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia", "Times New Roman", serif;
	margin: 10px 20px;
	padding: 10px 20px;
	line-height: 24px;
}

.ca-content-text p {
	padding-bottom: 5px;
}

.ca-content h6 {
	margin: 25px 20px 0px 35px;
	font-size: 32px;
	padding-bottom: 5px;
	color: #000;
	font-family: 'Coustard', sans-serif;
	color: #60817a;
	border-bottom: 2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}

.ca-content ul {
	margin: 20px 35px;
	height: 30px;
}

.ca-content ul li {
	float: left;
	margin: 0px 2px;
}

.ca-content ul li a {
	color: #fff;
	background: #000;
	padding: 3px 6px;
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
}

.ca-content ul li a:hover {
	background: #fff;
	color: #000;
	text-shadow: none;
}

.ca-nav span {
	width: 25px;
	height: 38px;
	position: absolute;
	margin-top: 55px;
	left: -40px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}

.ca-nav span.ca-nav-next {
	background: transparent url(../images/mpe-hist-ant.png) no-repeat top
		left;
	background-position: top right;
}

.ca-nav span.ca-nav-prev {
	background: transparent url(../images/mpe-hist-prox.png) no-repeat top
		left;
	background-position: top right;
	left: auto;
	right: 0px;
}

.ca-nav span:hover {
	opacity: 1.0;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #fff;
	position: relative;
}

.jspDrag {
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 10px;
}

.jspHorizontalBar .jspArrow {
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
#wrapper-menu-novo{
	width:100%;
}

#topo-menu-novo{
	width:100%;
	font-family:arial;
}

#barra-menu-novo{
	width:100%;
	background-color:#e4e9ee;
	position:relative;
	z-index:2;
}
a{color:#208bbb;}

button-menu-novo{
	opacity:0.70;
	filter:alpha(opacity=70)
}

button-menu-novo:hover{
	opacity:1;
	filter:alpha(opacity=100)
}

.font-size-11{font-size:11px;}
.font-size-14{font-size:14px;}
.textCenter{text-align:center;}
.color488DC8{color:#488dc8;}
.floatLeft{float:left;}
.floatRight{float:right;}
.marginLeft20{margin:0 0 0 20px;}
.marginRight10{margin:0 10px 0 0;}
.marginTop10{margin:10px 0 0;}
.paddingSide20{padding:0 20px;}

.white-bullet{
	float:left;
	width:10px;
	height:11px;
	position:absolute;
	top:8px;
	left:10px;
	background: url('../images/sprite.png') 0 -24px no-repeat;
}

.blue-bullet{
	float:left;
	width:10px;
	height:11px;
	background: url('../images/sprite.png') 0 -13px no-repeat;
}

.bg-qtd-azul{
	width:18px;
	height:19px;
	position: relative;
	text-align:center;
	font-size:11px;
	display:table;
	background: url('../images/sprite.png') -100px -5px no-repeat;
}

.bg-qtd-azul span{
	color:#fff;
	text-align:center;
	line-height:20px;
	font-weight:bold;
}

.ico-carrinho-azul{
	width:30px;
	height:23px;
	background: url('../images/sprite.png') -68px -2px no-repeat;
}

.seta-baixo-azul{
	width:11px;
	height:11px;
	margin:5px 0 0;
	background: url('../images/sprite.png') -9px -14px no-repeat;
}

.ico-usuario{
	float: right;
	height: 20px;
    width: 21px;
	position:absolute;
	right: 9px;
    top: 3px;
	background: url('../images/sprite.png') -46px -24px no-repeat;
}

.ico-usuario-logado{
	float: left;
	height: 24px;
    width: 21px;
	margin:8px 10px;
	background: url('../images/sprite.png') -22px 0 no-repeat;
}

.ico-seta-zul{
	float: left;
	height: 7px;
    width: 9px;
	margin:19px 0 0;
	background: url('../images/sprite.png') -10px -18px no-repeat;
}

.box-hover-menu-novo{
	display:none;
	width:330px;
	background-color:#fdfdfd;
	position:absolute;
	top:40px;
	right:20px;
	padding:10px 0 5px;
	border-top:2px solid #488dc8;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	font-size:12px;
	-webkit-box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 4px 8px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 4px 8px rgba(50, 50, 50, 0.45);
}

.box-hover-menu-novo .bottom{
	float:left;
	border-top:1px solid #d4e3f1;
	width:330px;
	padding:10px 0;
}

.box-hover-menu-novo .lista{
	color:#686868;
}

.box-hover-menu-novo .lista li{
	border-bottom:1px solid #dceaf5;
	padding:5px;
	float:left;
	width:320px;
}

.box-hover-menu-novo .lista .produto{
	float:left;
	width:180px;
	line-height:16px;
}

.box-hover-menu-novo .lista .qtd{
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	float:left;
	text-align:center;
	padding:6px 14px;
	margin:4px 0 0;
}

.box-hover-menu-novo .lista .preco{
	float:left;
	padding:10px 0;
	text-align:right;
	width:100px;
	font-weight:bold;
}

.box-hover-menu-novo .lista .total{
	background-color:#ececec;
	text-align:right;
	font-size:14px;
}

.box-hover-menu-novo .lista .total .produto{
	line-height:30px;
	margin:0 10px 0 0;
	width:170px;
}

.box-hover-menu-novo .lista .total .qtd{
	color:#488dc8;
	font-weight:bold;
	border-left:1px solid #d4d9d0;
	border-right:1px solid #d4d9d0;
}

.box-hover-menu-novo .lista .total .preco{
	color:#488dc8;
	font-weight:bold;
}

.bt-azul-menu-novo{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:5px 30px;
	border:0;
	background-color:#3f729f;
	cursor:pointer;
	position:relative;
}

.container-menu-novo{
	display: table;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

/* ENTRAR */
#usuario{
	float:right;
	position: relative;
	min-width:213px;
	width:auto;
	height:40px;
}


#usuario #entrar .entrar{
    position: absolute;
    right: 99px;
    text-align: left;
    width: 121px;
    height: 40px;
    *height: 39px !important;
    color: #fff;
}
#usuario #entrar .entrar.active, #usuario #entrar .entrar.active2{
	background-color: #488dc8;
}
#usuario #entrar .entrar .entrar_btn {
    height: 14px;
    width: 82px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px 10px 8px;
    background-color: #488dc8;
    cursor: pointer;
}



#usuario #entrar .entrar #identificacao{
	right:-40px;
}

#usuario #entrar .entrar #identificacao .form-login{
	width:auto;
	float:left;
	margin:15px 0 0;
}

#usuario #entrar .entrar #identificacao .form-login .campo{
	float:left;
	width:310px;
	margin: 5px 0 0;
}

#usuario #entrar .entrar #identificacao .form-login .label{
	float:left;
	text-align:right;
	color:#9a9a9a;
	width:60px;
	padding: 8px 0;
	font-weight:bold;
}

#usuario #entrar .entrar #identificacao .form-login .text{
	border:1px solid #c7c7c7;
	padding:5px;
	width:220px;
	color:#686868;
	float:right;
}

#usuario #entrar .entrar #identificacao .form-login .esqueci{
	margin:5px 0 0 80px;
	float:left;
	color:#208bbb;
	font-weight:bold;
	font-size:11px;
}

#usuario #entrar .entrar #identificacao .bottom .novo-cadastro{
	color:#208bbb;
    margin: 10px 0 0 20px !important;
    padding-bottom: 12px;
    font-weight:bold;
	font-size:12px;
	margin: 10px 0 0;
	float:left;
}

#usuario #entrar .box-hover-menu-novo{
	display: none;
}

/* CARRINHO */
#usuario #carrinho{
	float:right;
	border-left:1px solid #fff;
	padding:8.5px 10px;

}

#usuario #carrinho.active, #usuario #carrinho.active2 {
	background-color:#488dc8;
}

#usuario #carrinho .box-hover-menu-novo{
	
	right:-60px;
}

#usuario #carrinho.active .bg-qtd-azul, #usuario #carrinho.active2 .bg-qtd-azul{
	display:block;
	background-position: -100px -24px;
}

#usuario #carrinho.active .bg-qtd-azul span, #usuario #carrinho.active2 .bg-qtd-azul span{
	color:#488dc8;
	text-align:center;
}

#usuario #carrinho.active .ico-carrinho-azul, #usuario #carrinho.active2 .ico-carrinho-azul{
	background-position:-68px -25px;
}

#usuario #carrinho.active .seta-baixo-azul, #usuario #carrinho.active2 .seta-baixo-azul{
	background-position:-9px -24px;
}

/* USU�RIO LOGADO */
#usuario #logado{
	float:left;
	color:#686868;
	font-size:13px;
	padding:0 10px 0 0;
	display:none;
	*float:right;
}

#usuario #logado .nome{
	float:left;
	margin: 12px 0 0;
}

#usuario #logado .usuario{
	float:left;
	margin: 0 -9px 0 10px;
	width:60px;
}

#usuario #logado .usuario:hover .box-hover-menu-novo{
	display:block;
}

#usuario #logado .usuario:hover{
	background-color:#488dc8;
}

#usuario #logado .usuario:hover .ico-usuario-logado{
	background-position:-22px -25px;
}

#usuario #logado .usuario:hover .ico-seta-zul{
	background-position:-10px -27px;
}

#logo{
	height:90px;
	width:100%;
	z-index:1;
}

#logo .logo{
	margin:25px 0 0 20px;
	float:left;
}

#nav-menu-novo{
	width:100%;
	background-color:#396b98;
	display: inline-block;
}

#nav-menu-novo a{
	color:#fff;
}

#nav-menu-novo li:hover{
	background-color:#2f5d8b;
}

#nav-menu-novo .item{
	float:left;
	font-size:16px;
	font-family: 'gothic720_btroman';
	padding:16px 21px;
	position:relative;
}

#nav-menu-novo .item:hover .submenu-novo{
	display:block;
}

#nav-menu-novo .item .submenu-novo{
	display:none;
	width:100%;
	position:absolute;
	top: 48px;
	min-width: 160px;
	left:0;
	background-color:#396b98;
}

#nav-menu-novo .item .submenu-novo .subitem{
	padding: 10px 20px 10px 40px;
	font-family:arial;
	font-weight: bold;
	font-size:12px;
	position:relative;
}

#nav-menu-novo .item .submenu-novo .subitem .white-bullet{
	left:20px;
}
.red-op {
	display: block;
	position:absolute;
	width: 870px;
	height:20px;
	padding: 22px 0 12px 49px;
	margin:-9px 0 0 -25px;
	background: #E77869 url('../images/mpe-espera.png') no-repeat 230px center;
	*margin-left:-80px !important;
	text-align: center;
	font: 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
	opacity: 0.85;
}
.bt-ie{
float:right;
background:url('../images/bt-login-ie.png') no-repeat;
width:116px;
cursor:pointer;
height:40px;
}
.bt-ie2{
float:right;
background:url('../images/bt-criar-conta.png') no-repeat;
width:154px;
cursor:pointer;
height:40px;
}

.bt-ie-login-header{
float:right;
background:url('../images/bt-entrar-ie.png') no-repeat;
width:116px;
cursor:pointer;
height:26px;
}
.bt-ie-criar-conta{
float:left;
background:url('../images/bt-enviar-ie.png') no-repeat;
width:116px;
cursor:pointer;
height:40px;
border:none;
}
.bt-ie-alterar-endereco{
float:left;
background:url('../images/alterar-endereco-ie.png') no-repeat;
width:177px;
cursor:pointer;
height:30px;
margin: 15px 0 0 0;
border:none;
}

.bt-success-ie{
float:right;
background:url('../images/continuar-bt.png') no-repeat;
width:204px;
cursor:pointer;
height:32px;
border:none;

}

#content{
	width:100%;
	margin:0 auto;
}

/* FAQ */
#faq .grupo {
	width:100%;
	border-bottom:1px solid #85b1d8;
	color:#347dbe;
	font-size:24px;
	font-family: 'gothic_720_lightregular';
	padding:0 0 5px;
	margin: 0 0 10px;
}

#faq #assuntos{
	width:100%;
	display: inline-block;
}

#faq #assuntos .assuntos{
	border-top: 1px solid #E7E7E7;
    display: inline-block;
    margin: 10px 0 0;
    padding: 25px 0 10px;
    width: 100%;
}

#faq .descricao {
	font-size: 12px;
	padding-left: 60px;
	background: url('http://www.serasaconsumidor.com.br/wp-content/themes/serasa-consumidor/images/faq_icon.jpg') no-repeat;
	margin-bottom: 30px;
}
#faq .descricao a {
	color: #347dbe;
	font-weight: normal;
}
#faq #filtro {
	height: 30px;
	padding: 6px 0 6px 25px;
	border: 1px solid #e7e7e7;
	margin: 20px 0 30px;
}
#faq #filtro label, #filtro input, #filtro img {
	float: left;
}

#faq #filtro label {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 10px 0 10px;
	color: #999999;
}
#faq #filtro input[type=text] {
	padding: 5px;
	width: 360px;
	border: 2px solid #abc1d3;
	border-right: none;
	height: 16px;
	outline: none;
}
#faq #prod_select {
	border: 2px solid #bfd0b9;
	border-left: none;
	float: left;
	width: 140px;
	height: 25px;
	position: relative;
}
#faq #prod_select span {
	display: block;
	border-left: 1px dotted #ccc;
	padding: 6px 0 0 18px;
	background: url('http://www.serasaconsumidor.com.br/wp-content/themes/serasa-consumidor/images/faq_drop.jpg') no-repeat 4px center;
	font-size: 12px;
	height: 19px;
	cursor: pointer;
}
#faq #prod_select span:hover {
	background-color: #fafafa;
}
#faq #prod_select ul {
	position: absolute;
	border: 2px solid #bfd0b9;
	background: #fff;
	width: 168px;
	display: none;
}
#faq #prod_select ul li {
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	padding: 5px;
	cursor: pointer;
}
#faq #prod_select ul li:hover{
	background-color: #fafafa;
}
#faq .questoes {
	padding: 0;
	margin-bottom: 30px;
	display:none;
}
#faq .questoes li {
	list-style: none;
	color: #686868;
	cursor: pointer;
	line-height: 15px;
	border: 1px solid #fff;
}

#faq .questoes li:hover {
	border: 1px solid #e7e7e7;
}

#faq .questoes li .pergunta{
	font-size: 13px;
	padding: 6px 31px 6px 6px;
}

#faq .questoes li .resposta{
	font-size: 13px;
	background: #f7f7f7;
	padding: 15px 15px 15px 32px;
	display: none;
}

#faq .questoes li .pergunta:hover, #faq .questoes li.active {
	color: #3184c3;
}
#faq .questoes li.active{
	border: 1px solid #e7e7e7;
}
#faq .questoes li:hover {
	background:  url('../images/ico-mais.png') no-repeat 915px 7px;
}
#faq .questoes li.active {
	background:  url('../images/ico-menos.png') no-repeat 916px 12px;
}
#faq .questoes li span {
	color: #347dbe;
	font-weight:bold;
}

#faq #erro {
	font-size: 13px;
	border: 1px solid #e7e7e7;
	background: #f7f7f7;
	padding: 15px;
	padding-left: 32px;
	display: none;
	margin-bottom: 30px;
}
#faq .questoes h4 {
	color: #347dbe;
	font-size: 24px;
	font-family: 'Gothic720BT-RomanB';
	font-weight: normal;
	border-bottom: 3px solid #e7e7e7;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#faq .found {
	padding: 0 !important;
	background: #ffea71;
}

/* ÁREA CINZA  - LIMPA NOME ONLINE EMPRESAS */
.area-limpa-nome{
	width: 920px;
	padding:10px;
	margin:0 0 20px;
	background-color: #f5f5f5;
}

.area-limpa-nome .bloco-interno{
	position:relative;
	display:table;
	width:100%;
	background-color: #fff;
	border:1px solid #e7e7e7;
}

.area-limpa-nome .bloco-interno .topo-bloco-interno{
	padding: 18px 10px;
    width: 900px;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	border-bottom:2px solid #f5f5f5;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.area-limpa-nome .bloco-interno .table{
  /*  width: 900px;*/
	margin: 0 auto;
    *margin:0 !important;
}

.area-limpa-nome .bloco-interno .linha-empresa {
	border-top: 1px solid #E7E7E7;
    display: table;
    padding: 10px 0;
    width: 900px;
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes {
	width:100%;
	clear:both;
	display:none;
	float:left;
	padding:20px 0;
	margin:10px 0 0;
	border-top:1px solid #E7E7E7;
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .bloco-canais{
	float:left;
	width:380px;
	margin: 0 0 0 20px;
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .bloco-canais .canais{
	margin:16px 0 0;
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .bloco-canais .canal{
	float:left;
	color:#0073b9;
	padding:4px 0 4px 30px;
	margin: 0 0 10px;
	width:160px;
	background-position:0 center;
	background-repeat:no-repeat;
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .bloco-canais .canal.canal1{
	background-image:  url('../images/ico-telefone.gif');
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .bloco-canais .canal.canal2{
	background-image:  url('../images/ico-carta.gif');
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .bloco-canais .canal.canal3{
	background-image:  url('../images/ico-site.gif');
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .bloco-mensagem{
	float:right;
	width:415px;
	font-style:italic;
	margin: 0 20px 0 0;
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .tabela .topo{
	background-color:#d5e5cf !important;
	color:#73a066;
}

.area-limpa-nome .bloco-interno .linha-empresa-detalhes .tabela tr:nth-child(2n+1){
	background-color:#f7f7f7;
}

.area-limpa-nome .bloco-interno .linha-empresa .empresa-logo{
	text-align:center;
	width:210px;
	float: left;
}

.area-limpa-nome .bloco-interno .linha-empresa .empresa-info{
    padding: 0 0 0 40px;
    width: 435px;
    font-size: 14px;
    height:120px;
    color:#555;
    float: left;
    text-transform:uppercase;
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;
}

.area-limpa-nome .bloco-interno .linha-empresa .empresa-info p{
	margin:7px 0 0;
}

.area-limpa-nome .bloco-interno .linha-empresa .empresa-bt-negocie{
    float: left;
    text-align: center;
    width: 210px;
    height: 100px;
    position: relative;
}

.bt-negocie{
    outline: 0 !important;
    color: #47b033 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    font-family: arial !important;
    text-align: center !important;
    width: 150px !important;
    background-color: #fff !important;
    margin: -14px 0 0 -70px !important;
    position: absolute !important;
    left: 59% !important;
    top: 59% !important;
}
.area-limpa-nome .bloco-interno .box{
	position:relative;
	width:458px;
	float:left;
	text-align:center;
	background-color: #fff;
}

.area-limpa-nome .bloco-interno .box.borderRight{
	border-right:1px solid #e7e7e7;
	width: 459px;
	height: 190px;
}

.area-limpa-nome .bloco-interno .box .img-ou{
	position: absolute;
    right: -28px;
    top: 63px;
    z-index: 1;
}

.area-limpa-nome .bloco-interno .box #codigoComunicado{
	display: table;
    margin: 0 auto;
    position: relative;
}

.area-limpa-nome .bloco-interno .box .localizar{
	padding:0 0 0 30px;
	margin: 11px 0 0 55px;
	display: table;
	position:relative;
	background:  url('../images/ico-lupa-2.gif') no-repeat 0 0;
}

.area-limpa-nome .bloco-interno .box .localizar .img-comunicado{
	display: none;
    position: absolute;
    right: -310px;
    top: -230px;
    z-index: 3;
}

.area-limpa-nome .bloco-interno .box .localizar:hover .img-comunicado{
	display:table;
}

.area-limpa-nome .bloco-interno .box .localizar .bt-localizar-codigo{
	padding:0 0 0 40px;
	width:184px;
	height:20px;
	float:right;
	background-image:  url('../images/bt-localizar-carta.gif');
}

.area-limpa-nome .bloco-interno .box .inputCodigo{
	border:0;
	margin:22px 0 14px;
	color:#717171;
	padding: 12px 80px 12px 20px;
    width: 250px;
	background-color:#f5f5f5;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.area-limpa-nome .bloco-interno .box .bt-ok{
	width:60px;
	height:40px;
	position:absolute;
	right:0;
	bottom: 14px;
	background-image:url('../images/bt-ok.gif');
}

.area-limpa-nome .bloco-interno .box .bt-acessar{
	width:260px;
	height:40px;
	margin:26px 0 30px;
	background-image:url('../images/bt-acessar.gif');
}

.area-limpa-nome .bloco-interno .bloco-nome-limpo-1{
	font-size: 20px;
    line-height: 23px;
    padding: 16px 0 25px 20px;
}

.area-limpa-nome .bloco-interno .img-vassoura{
	position: absolute;
    right: -8px;
    top: -5px;
}

.area-limpa-nome .bloco-interno .bloco-nome-limpo-2{
	font-size: 20px;
    padding: 16px 0 12px 20px;
	height: 69px;
}

.area-limpa-nome .bloco-interno .img-nome-limpo{
	position: absolute;
    right: 0;
    top: 0;
}

/* BOTÕES DÚVIDAS FREQUENTES */
.bt-assuntos{
	width:223px;
	height:98px;
	border:1px solid transparent;
	float:left;
	background-color:transparent;
	position:relative;
	opacity:0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bt-assuntos .area-icone{
	background-color: #FF0000;
    height: 80px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 40px;
	text-align: center;
	padding:20px 10px 0;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.bt-assuntos .area-texto{ float:right; width:145px; margin: 11px 0 0; }
.texto1{ font-size:13px !important;}
.bt-assuntos .area-texto .texto2{ font-size:16px; margin:13px 0 0 !important;line-height:16px; }
.bt-assuntos .area-texto.texto-mpe .texto2{ color:#d6ba6e; }
.bt-assuntos .area-texto.texto-lo .texto2{ color:#9f8aa9; }
.bt-assuntos .area-texto.texto-consultas .texto2{ color:#6c9ac0; }
.bt-assuntos .area-texto.texto-lno .texto2{ color:#76b870; }
.bt-assuntos .area-icone.icone-mpe{ background-color:#e5ca7f; }
.bt-assuntos .area-icone.icone-lo{ background-color:#af9bb8; }
.bt-assuntos .area-icone.icone-consultas{ background-color:#7ba8ce; }
.bt-assuntos .area-icone.icone-lno{ background-color:#85be7f; }
.bt-assuntos.bt-mpe{ border:1px solid #f2d586; }
.bt-assuntos.bt-lo{	border:1px solid #b9a4c2; margin:0 13px; }
.bt-assuntos.bt-consultas{ border:1px solid #82b1d9; margin:0 13px 0 0; }
.bt-assuntos.bt-lno{ border:1px solid #8cc986; float: left;
    margin-left: 20px; }

/* BOTÕES DÚVIDAS FREQUENTES:HOVER */
.bt-assuntos.bt-mpe:hover{ background-color:#f2d586; }
.bt-assuntos.bt-lo:hover{ background-color:#b9a4c2; }
.bt-assuntos.bt-consultas:hover{ background-color:#82b1d9; }
.bt-assuntos.bt-lno:hover{ background-color:#8cc986; }

.bt-assuntos:hover .area-texto.texto-mpe .texto1{ color:#c18c3a; }
.bt-assuntos:hover .area-texto.texto-lo .texto1{	color:#7e6489; }
.bt-assuntos:hover .area-texto.texto-consultas .texto1{ color:#3b6d9a; }
.bt-assuntos:hover .area-texto.texto-lno .texto1{ color:#50854b; }
.bt-assuntos:hover .area-texto .texto2{ color:#fff; }

.titulo-h1{
	width:100% !important;
	display:inline-block !important;
	height:40px !important;
	border-bottom:3px solid #e7e7e7 !important;
	position:relative !important;
	z-index:1 !important;
}
.titulo-h1 h1{
	color:#347dbe !important; 
	font-size:30px !important;
	padding:0 20px 3px 0 !important;
	float:left !important;
	bottom:-2px !important;
	border-bottom:3px solid #347dbe !important;
	font-family: 'gothic_720regular' !important	;
}

/* LOGO E MENU */
#logo{
	height:86px !important;
	width:100% !important;
	z-index:1 !important;
}

#logo .logo{
	margin:25px 0 0 20px !important;
	float:left !important;
}

#nav {
	position: relative !important;
	width: 100% !important;
	height:48px !important;
	background-color:#396b98 !important;
}
.menu {
	list-style: none !important;
	width: 100% !important;
}
.menu-item {
	display: inline-block !important;
	font-size:16px !important;
	font-family: 'gothic720_btroman' !important;
}
.menu-item a {
	float:left !important;
	font-size:16px !important;
	font-family: 'gothic720_btroman' !important;
	color:#fff !important;
	padding:16px 21px !important;
}
.menu-subitem {
	float:left !important;
	position:relative !important;
}

.menu-subitem a{
	padding: 9px 20px 9px 20px !important;
	font-family:arial !important;
	font-weight: bold !important;
	font-size:12px !important;
	background:none !important;
	color:#777 !important;
}

#nav > .menu {
	margin: 0 auto !important;
	width: 980px !important;
}
#nav .menu .menu-item .menu-submenu { /* nested div (containing the sub nav) will be hidden by default */
	background-color: #e7e7e7 !important;
	width: 100% !important;
	position: absolute !important;
	left: -9999px !important;
	top:48px !important;
	
}
#nav .menu .menu-item .menu-submenu ul {
	margin: 0 auto !important;
	width: 980px !important;
}

#nav > .menu > .menu-item:hover > a {  /* swap ":hover" with ".active" to allow this to work as a class */
	background-color: #2f5f8f !important;
}

#nav > .menu > .menu-item:hover > .menu-submenu { /* swap ":hover" with ".active" to allow this to work as a class */
	left: 0 !important;
}

#nav .menu .menu-item .menu-submenu ul .menu-subitem:hover a {
	color:#0073b9 !important;
}

.container-rodape{
display: table;
margin: 0 auto;
position: relative;
width: 980px;
}

.submenu-portalpj{
    background-color: #e7e7e7;
    width: 100%;
	*margin-top:5px;
	z-index: 200;
    display:none;
}

.submiddle{
	display: table;
	margin: 0 auto;
	width: 980px;
	height: 30px;
}
.submiddle ul li {
	float:left;
	height:30px;
}

.submiddle ul li a{
	padding: 7px 20px 9px 20px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	float: left;
	background: none;
	color: #777;
	cursor:pointer;
}

.submiddle ul li a:hover{
	color:#208bbb;
}

#rodape {

	width:100% !important;
	text-align:left !important;
	height:225px !important;
	position: relative !important;
	border-top:10px solid #dee7ef !important;
	background-color:#fff !important;
	clear:both !important;
}

#rodape .tit-rodape{
	color:#4385c0 !important;
	font-size:12px !important;
	font-weight:bold !important;
	padding:0 0 10px !important;
	margin-bottom:0px;
	width:100%  !important;
	background: url('../images/borda-tit-rodape.gif') repeat-x left bottom  !important;
}

.paddingHor		{ padding-left:20px; padding-right:20px; }
.paddingVert	{ padding-top:74px; padding-bottom:20px; display:table; }
.paddingVert35	{ padding-top:35px; padding-bottom:20px; display:table; width:100%; }
.paddingVert45	{ padding-top:45px; padding-bottom:20px; display:table; width:100%; }
.paddingHor15	{ padding-left:15px; padding-right:15px; }
.paddingSide20	{ padding-left:20px; padding-right:20px; }
.paddingRight30	{ padding-right:30px; }
.paddingTop7	{ padding-top:7px !important; }
.padding6		{ padding:6px; }

.marginLeft13	{ margin-left:13px !important; }
.marginLeft20	{ margin-left:20px !important; }
.marginLeft28	{ margin-left:28px !important; }
.marginLeft40	{ margin-left:40px !important; }
.marginRight10	{ margin-right:10px !important; }
.marginRight13	{ margin-right:13px !important; }
.marginRight20	{ margin-right:20px !important; }
.marginTop05	{ margin-top:05px !important; }
.marginTop10	{ margin-top:10px !important; }
.marginTop13	{ margin-top:13px !important; }
.marginTop19	{ margin-top:19px; }
.marginTop25	{ margin-top:25px !important; }
.marginTop12	{ margin-top:12px !important; }
.marginTop30	{ margin-top:30px !important; }
.marginTop47	{ margin-top:47px !important; }
.marginTop50	{ margin-top:50px !important; }
.marginTop53	{ margin-top:53px !important; }
.marginTop58	{ margin-top:58px !important; }

.font-size-11		{ font-size:11px !important; }
.font-size-12		{ font-size:12px !important; }
.font-size-14		{ font-size:14px !important; }
.font-size-16		{ font-size:16px !important; }
.font-size-17		{ font-size:17px !important; }
.font-size-18		{ font-size:18px !important; }
.font-size-20		{ font-size:20px !important; }
.font-size-21		{ font-size:21px !important; }
.font-size-22		{ font-size:22px !important; }
.font-size-24		{ font-size:24px !important; }
.font-size-25		{ font-size:25px !important; }
.font-size-26		{ font-size:26px !important; }
.font-size-28		{ font-size:28px !important; }
.font-size-30		{ font-size:30px !important; }
.font-size-36		{ font-size:36px !important; }

.lightregular		{ font-family: 'gothic_720_lightregular' !important; }
.gothicbold			{ font-family: 'gothic_720bold' !important; }
.gothicregular		{ font-family: 'gothic_720regular' !important; }

.textCenter			{ text-align:center !important; }

.colorBranco		{ color:#ffffff !important; }
.colorAzul			{ color:#488dc8 !important; }
.colorAzulClaro		{ color:#7fafd8 !important; }
.colorAzul2			{ color:#9fb7cc !important; }
.colorAzul3			{ color:#2089c5 !important; }
.colorAzul4			{ color:#0073b9 !important; }
.colorAzul5			{ color:#316ea5 !important; }
.colorAzul6			{ color:#366A9A !important; }
.colorAzul7			{ color:#00afec !important; }

.colorVerde			{ color:#3fb34f !important; }
.colorVerdeClaro	{ color:#8bc24c !important; }
.colorCinza555		{ color:#555555 !important; }
.colorCinza888		{ color:#888888 !important; }
.colorCinza686868	{ color:#686868 !important; }
.colorCinzaAAA		{ color:#aaaaaa !important; }
.bold 				{ font-weight:bold !important; }
.normal 				{ font-weight:normal !important; }
.normalStyle		{ font-style:normal !important; }
.italic 				{ font-style:italic !important; }


#rodape .tit-rodape.no-bg{
	background: none !important;
}

#rodape .area1{
	height: 128px !important;
}

#rodape .area1 .area1-a{
	padding:10px 0 18px !important;
	height: 102px !important;
}

#rodape .area1 .bloco-rodape{
	float:left !important;
	
	border-right:1px solid #f8f8f8 !important;
	padding-top: 10px !important;
}

#rodape .area1 .bloco-rodape.bloco1{
	width:370px;
	margin-top:-5px;
	padding-right:28px;
}

#rodape .area1 .bloco-rodape.bloco2{
	width:242px;
	margin-left:28px;
	margin-top:-5px;
	padding-right:30px;
}

#rodape .area1 .bloco-rodape.bloco3{
	width:242px;
	margin-top:-5px;
}


#rodape .area1 .lista{
	float:left;
	margin-top:-6px;
	margin: 0 20px 0 0;
}

#rodape .area1 .televendas{
	float:left;
	color:#396b98;
	font-size:12px;
	width:127px;
	margin: 10px 0 0;
}

#rodape .area1 .televendas .tel{
	margin: 10px 0 0;
}

#rodape .area1 .televendas .tel .numero{
	float:left;
	margin: 2px 0 0 8px;
	font-weight:bold;
}

#rodape .area1 .lista .item{
	padding:0 0 0 10px;
	margin:8px 0;
	font: 13px/10.1pt Arial;
	background: url('../images/bullet-azul-rodape.gif') no-repeat 0 4px;
}

#rodape .area1 .lista .item a{
	color:#366a9a;
	font-size:12px;
}

#rodape .area1 .lista .item:hover a{
	color:#0095da;
}

#rodape .area1 .bloco-rodape.w-305{
	width:305px;
}

#rodape .area1  .bloco-rodape.w-310{
	width:305px;
}

#rodape .area1 .area1-a .pagamento{
	float:left;
	margin: 10px 0 0;
}

#rodape .area1 .area1-a .pagamento .tipo{
	float:left !important;
	color:#888 !important;
	font-size:11px !important;
}

#rodape .area1 .area1-a .pagamento .tipo .bandeira{
	margin-top:7px !important;
}

#rodape .area1 .area1-a .pagamento .tipo.cartao{
	border-right:1px dotted #b0b5ba !important;
	width: 145px !important;
}

#rodape .area1 .area1-a .pagamento .tipo.boleto{
	margin:0 0 0 29px !important;
}

#rodape .area1 .area1-a .bloco-rodape:last-child{
	float:right !important;
	width:214px !important;
	padding:10px 0 0 !important;
	border:0 !important;
}

#rodape .area1 .area1-a .bloco-rodape .mapa{
	width:95px !important;
	height:36px !important;
	float:left !important;
	margin: 10px 0 0 !important;
	background: url('../images/ico-mapa.gif') no-repeat right 0 !important;
}

#rodape .area1 .area1-a .bloco-rodape .local{
	float: right !important;
    margin: 10px 0 0 !important;
    width: 95px !important;
}

#rodape .area1 .area1-a .bloco-rodape .local .lista{
	margin:0 !important;
}

#rodape .area1 .area1-a .bloco-rodape .local .pais{
	color:#4385c0 !important;
	font-weight:bold !important;
	font-size:12px !important;
}

#rodape .area1 .area1-b .bloco-rodape-pagamento{
	float:left !important;
}

#rodape .area2{
	background-color: #4385C0 !important;
    color: #D5DDE5 !important;
    font-size: 11px !important;
    line-height: 12px !important;
    padding: 18px 0 !important;
	position:relative !important;
}

#rodape .area2 .bloco-rodape-canais{
	position: absolute !important;
    right: 0 !important;
    top: -10px !important;
    width: 214px !important;
}

#rodape .area2 .bloco-rodape-canais .redes{
	float:left !important;
}

#rodape .area2 .bloco-rodape-canais .redes .rede{
	float:left !important;
	margin: 0 4px !important;
	opacity:0.75 !important;
	-moz-opacity: 0.75 !important;
	filter: alpha(opacity=75) !important;
}

#rodape .area2 .bloco-rodape-canais .redes .rede:hover{
	opacity:1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

#rodape .area3{
	padding:13px 0 !important;
	background-color:#366a9a !important;
	color:#d5dde5 !important;
	font-size:11px !important;
}

#rodape .area3 a{
	color:#d5dde5 !important;
}
.lightbox {
    width: 600px !important;
    height: auto !important;
    font-family: Arial !important;
    background-color: #FFF !important;
    display:none;
    padding:26px 0 27px !important;
    z-index:10 !important;

    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.lightbox_limpanome {
    float:left !important;
}

.todas-empresas {
    display:block !important;
}

.conteudo {
    float: left !important;
    position:relative !important;
}

.conteudo .todas-empresas{
    float: left !important;
    width:200px !important;
    margin:8px 0 8px 10px !important;
}

.conteudo .todas-empresas .empresa{
    font-size:14px !important;
    color:#888 !important;
    padding:0 0 0 20px !important;
    margin:5px 0 !important;
    background:url('../imagens/bullet.gif') no-repeat 0 0 !important;
}

.conteudo .texto{
    color:#78a167 !important;
    font-size:15px !important;
    text-align:center !important;
    padding:15px 0 !important;
    border-top:1px solid #e2e2e2 !important;
    border-bottom:1px solid #e2e2e2 !important;
    width:100% !important;
    background:#ecf1ea !important;
}

.conteudo .fechar{
    top:-57px !important;
    right:10px !important;
    position:absolute !important;
    cursor:pointer !important;
}

.chamada {
    font-size: 22px !important;
    color: #74c36c !important;
    padding:0 10px 10px !important;
    float: left !important;
    width:580px !important;
    border-bottom:2px solid #bfd0b8 !important;
    clear:both !important;
}

.chamada .bt-pesquisar {
    float:right !important;
    cursor:pointer !important;
}

.palavra_busca {
    background: #ffec68 !important;
}

.campo-busca{
    float:left !important;
    position:relative !important;
    margin:12px 0 15px 0 !important;
}

.campo-busca label {
    font-size: 18px !important;
    color: #888888 !important;
    font-family: 'gothic_720_lightregular' !important;
    float:left !important;
    margin: 0 5px 0 20px !important;
}

.campo-busca .input{
    width: 320px !important;
    float:left !important;
    padding: 5px !important;
    border: 0 !important;
    margin: 0 !important;
    background-color:#f5f5f5 !important;
}

.campo-busca .input:focus {
    outline: none !important;
}

.campo-busca .buscar{
    font-size: 11px !important;
    position: absolute !important;
    right: 0 !important;
    top: 5px !important;
    padding: 5px 20px 5px 15px !important;
    border-left: 1px dotted #ccc !important;
    color: #889683 !important;
    width: 80px !important;
    cursor:pointer !important;
}

.topo {
    margin: 0 0 13px !important;
    padding: 0 0 10px !important;
}

#resultado .cnpj{
    text-align:center !important;
    width:120px !important;
}

#resultado .participa{
    text-align:center !important;
}

#resultado .nome{
    width:320px !important;
}
#resultado .nome span{
    color:#888 !important;
    text-transform:capitalize !important;
}

.buscar .seta {
    padding-right: 10px !important;
    cursor: pointer !important;
}

.opcao {
    padding: 5px 10px !important;
    background-color: #fff !important;
    border-bottom: 2px solid #bfd0b8 !important;
    cursor: pointer !important;
}

/*.lista {
	width: 141px;
	position: absolute;
	left: 0;
	top: 25px;
	text-align: left;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	display: none;
	z-index:10;
}*/

.conteudo table {
    width: 100% !important;
    clear: both !important;
    color: #555 !important;
    font-size: 12px !important;
}

.titulo_tabela {
    font-size: 12px;
    font-weight: bold;
    color: #99a495 !important;
    border-top: 1px solid #dde2db !important;
    padding: 10px 0 !important;
}

.titulo_tabela .cnpj{
    text-align:center !important;
    border-left:1px solid #fff !important;

}

.titulo_tabela td span {
    font-size:11px !important;
    font-weight:bold !important;
    color:#7daa70 !important;
}

.campo_tabela {
    padding: 10px 0 10px 40px !important;
    text-align: left !important;
}

.campo_tabela_par {
    font-size: 12px !important;
    color: #a8bba0 !important;
    padding: 10px 0 10px 40px !important;
    text-align: left !important;
    background-color: #f4f4f4 !important;
}

.lightbox_limpanome .botao {
    width: 230px !important;
    height: 29px !important;
    float:right !important;
    margin:10px 0 0 !important;
}

.lightbox_limpanome .botao a:hover {
    opacity:0.90 !important;
    -moz-opacity: 0.90 !important;
    filter: alpha(opacity=90) !important;
}

#erro{display:none; font-size:12px; color:#686868; margin:0 0 0 20px !important;}

.buscar2 {
    float: right !important;
    position: relative !important;
    bottom: 15px !important;
}

.campo-busca2{
    float:right !important;
}

.campo-busca2 input{
    width: 100px !important;
    padding: 5px !important;
    border: 3px solid #e5ece4 !important;
    background: #e5ece4 !important;
    color: #7d9b79 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    display: inline !important;
    float: left !important;
}

.campo-busca2 input:focus {
    outline: none !important;
}
