/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
    font-weight: normal;
}

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 !important;
}

.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;
}

.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 . {
	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;
}

/* Form Validation */
.validation-advice {
	clear: both;
	color: #0000FF;
	min-height: 10px;
	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 {
	min-height: 45px;
	height: auto !important;
	padding: 10px 5px;
	width: 100%;
	max-width: 948px;
	overflow: hidden;
	margin-left: 0px;
	*margin-left: 20px !important;
}

.messages li {
	margin: 0 0 10px !important;
}

.messages li li {
	margin: 0 0 3px !important;
	padding-top: 12px;
	margin-left: 40px !important;
}

.error-msg,.note-msg,.notice-msg {
	font-size: 14px;
	padding-left: 15px;
	background: url('../images/ico-atencao.png') no-repeat 9px 6px;
	font-family: Arial;
	font-weight: bold;
	height: auto;
	min-height: 45px;
	font-style: normal;
	text-decoration: none;
	bottom: 8px;
	color: #FFF !important;
	background-color: #f5c42d;
}

.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;*/
	/*.notice-msg { border-style:solid; border-width:1px; min-height: 16px; padding:4px 8px 4px 8px; }*/
	font-size: 14px;
	padding-left: 15px;
	background: url('../images/ico-atencao.png') no-repeat 9px 6px;
	font-family: Arial;
	font-weight: bold;
	height: auto;
	min-height: 45px;
	font-style: normal;
	text-decoration: none;
	bottom: 8px;
	color: #FFF !important;
	background-color: #f5c42d;
}

/* 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;
	*padding-top: 30px;
}

.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-container {
	
}

.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-container .top-container {
	clear: both;
	padding: 5px 10px 0 12px;
	text-align: right;
}

.header-container .top-container a {
	
}

/* ======================================================================================= */
/********** < Navigation */
.nav-container {
	
}

#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: -17px 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-container {
	
}

.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-container .bottom-container {
	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-container:after,.header-container .top-container:after,.header:after,.header .quick-access:after,#nav:after,.main:after,.footer:after,.footer-container .bottom-container: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: #5dac3f;
	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_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.jpg') no-repeat center center;
	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;
}

.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-container {
	height: 160px;
	width: 450px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 12px;
	text-align: center;
}

#simplemodal-container .simplemodal-data {
	padding: 8px;
}

#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}

#simplemodal-container a {
	color: #ddd;
}

#simplemodal-container a.modalCloseImg {
	background: url(../images/basic/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}

#simplemodal-container 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.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-consulta2 input {
	display: inline-block;
	padding: 5px !important;
    border: 1px solid #b5b5b5 !important;
    width: 217px !important;
    margin-left: -29px;
    margin-top:5px;
    *margin-left:0px !important;
}

.op-consulta2 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;

	margin-left: 15px;
	*margin-left: 10px !important;
	margin-top: 2px;
	*margin-top: 7px !important;
	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 */
.anima_menu {
	width: 12px;
	height: 12px;
	background: url('../images/menos.jpg') 0 0 no-repeat;
	position: absolute;
	right: 10px;
	top: 12px;
	cursor: pointer;
}

.active {
	background: url('../images/mais.jpg') 0 0 no-repeat;
}

.menu_lateral a {
	text-decoration: none;
}

.menu_lateral .ln-nav-box ul {
	position: static;
	bottom: 0;
}

.ln-nav-box h2 {
	margin-bottom: 0;
	cursor: pointer;
}

.ln-nav-box {
	position: relative;
}

#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 #71C468;
	margin-bottom: 9px;
	border-radius: 0 0 4px 4px;
}

.ln-nav-box h2 {
	padding: 7px 18px;
	font-family: 'Gothic720BT-RomanB';
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 19px;
	color: #4CA91E;
	background-color: #F2F2F2;
	border-bottom: solid 1px #DFDFDF;
	cursor: default;
	margin-bottom: 5px;
}

.ln-nav-box ul {
	padding: 0 18px;
	margin-top: -4px;
	border: solid 1px #DFDFDF;
	border-top: none;
	position: relative;
	bottom: 17px;
	background: url('../images/ln-nav-box-degrade.gif') repeat-x center
		bottom;
}

.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: #4CA91E;
	border-bottom: solid 2px #4CA91E;
	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: #4CA91E;
	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: #4CA91E;
	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: #4CA91E;
}

/*****************************************/
/* 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;
}

body {
	font-family: Arial;
}

h1 {
	color: #48aa03;
	margin: 0;
}

hr {
	width: 625px;
	height: 2px;
	background: #48aa03;
	border: 0;
	margin: 10px 0;
	float: left;
}

@font-face {
	font-family: 'Gothic720LightRegular';
	src: url('../font/Gothic720BT-LightB.otf');
	src: url('../font/gothic720bt-lightb-webfont.eot');
	src: url('../font/gothic720bt-lightb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-lightb-webfont.woff') format('woff'),
		url('../font/gothic720bt-lightb-webfont.ttf') format('truetype'),
		url('../font/gothic720bt-lightb-webfont.svg#gothic_720_lightregular')
		format('svg');
}

.enquete {
	width: 100%;
	height: 423px;
	background-color: #f7f7f7 !important;
	background: url('../imagens/borda_enquete.jpg') 0 bottom no-repeat;
	float: center;
}

.top_enquete {
	width: 100%;
	height: 62px;
	background-color: #62ba58;
	font-family: 'Gothic720LightRegular';
	font-size: 19px;
	color: #FFF;
	text-align: center;
	padding-top: 18px;
	margin-bottom: 35px;
}

.top_enquete p {
	margin: 0;
	padding: 0;
}

.bloco_esquerdo_enquete {
	color: #424242;
	float: left;
	margin: 0 7px 0 37px;
	width: 265px;
}

.bloco_direito_enquete {
	border-left: 1px dotted #000000;
	color: #424242;
	float: left;
	padding-left: 15px;
	width: 300px;
}

.bloco_esquerdo_enquete ul,.bloco_direito_enquete ul {
	margin: 0;
	padding: 0;
}

.bloco_esquerdo_enquete li,.bloco_direito_enquete li {
	height: 25px;
	list-style: none;
	margin-bottom: 10px;
	font-size: 13px;
}

.bloco_esquerdo_enquete li  input[type="text"],.bloco_direito_enquete li input[type="text"]
	{
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 3px 3px 2px #BBBBBB;
	color: #838383;
	display: none;
	font-size: 10px;
	height: 19px;
	line-height: 20px;
	padding: 0 5px;
	width: 115px;
}

.extra_enquete1,.extra_enquete2,.extra_enquete3,.extra_enquete4,.extra_enquete5,.extra_enquete6
	{
	width: 125px;
	height: 22px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #CCCCCC;
	/*background: url('../imagens/boxTexto_enquete.png') 0 0 no-repeat;*/
	display: none;
	float: right;
	position: relative;
	right: 15px;
}

#botao_enquete {
	width: 169px;
	height: 35px;
	background: url('../imagens/botao_enquete.png') 0 0 no-repeat;
	border: 0;
	margin: 30px 28px 0 0;
	cursor: pointer;
	float: right;
}

#botao_enquete:hover {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity =       90);
}

.aviso_enquete1 {
	width: 96px;
	height: 61px;
	position: relative;
	bottom: 82px;
	left: 130px;
	display: none;
}

.aviso_enquete2,.aviso_enquete3,.aviso_enquete4,.aviso_enquete5,.aviso_enquete6
	{
	width: 96px;
	height: 61px;
	position: relative;
	bottom: 82px;
	left: 180px;
	display: none;
	margin-top: -2px;
}

.agradecimento {
	font-family: 'Gothic720LightRegular';
	font-size: 16px;
	color: #383838;
	text-align: center;
	padding-top: 180px;
}

.agradecimento span {
	font-size: 33px;
}

.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: 418px;
	*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 */
* {
	font-family: Arial;
}

/* 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: #5dac3f;
	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;
	text-align: left;
}

.cpheader-bar-box {
	background-color: #F3F3F3;
	color: #686868;
	font-size: 11px;
	margin: auto;
	padding-bottom: 7px;
	padding-top: 8px;
	text-align: right;
	width: 950px;
}

.cpheader-bar-box a {
	margin: 0 7px;
	font-size: 11px;
	color: #686868 !important;
	font-weight: bold;
}

.cpheader-bar-box a:hover {
	color: #000000;
	text-decoration: underline;
}

.cpheader-logobar {
	width: 950px;
	height: 100px;
    margin: 40px auto auto;
    *padding-top:40px;
}

.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: 428px !important;
	height: 85px !important;
	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: normal;
}

.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: 195px;
}

.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: 185px;
}

.cpheader-nav li.cp-limpa:hover {
	background-color: #DBE4EC;
}

.cpheader-nav li.cp-produtos a {
	color: #0560B1;
	width: 90px;
}

.cpheader-nav li.cp-servicos a {
	color: #5BAF36;
	width: 115px;
}

.cpheader-nav li.cp-cadastro a {
	color: #508987;
	width: 116px;
}

.cpheader-nav li.cp-ed a {
	color: #656D99;
	width: 135px;
}

.cpheader-nav li.cp-limpa a {
	color: #A6546B;
	background: none !important;
	width: 130px;
}

.cpheader-nav li.cp-limpa a:hover {
	background: none !important;
}

.cpheader-nav li.cp-cadastro a:hover {
	
}

.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;
}.cpheader-iframe

#cp-sub4 {
	width: 195px !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;
}
*/
.title-sucesso {
	font-size: 16px !important;
	font-family: Arial !important;
	color: #62ba58 !important;
	font-weight: bold !important;
	text-align: left;
	float: right;
	margin-right: 49px !important;
}

.banner-sucesso {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	background-image: url('../images/banner-sucesso.png');
	width: 733px;
	height: 84px;
}

/* 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;
}

.bot2 {
	width: 500px;
	height: 170px;
	font-family: Arial;
	margin: 0 auto;
	border-top-width: 0px;
	border: 1px solid #dfdfdf;
	display: none;
}

.conteudo_top {
	height: 40px;
	background: #f2f2f2;
	border-top: 5px solid #71c468;
	border-bottom: 1px solid #dfdfdf;
	color: #70a91e;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}

.conteudo_bot {
	height: 90px;
	background: #f9f9f9;
	font-size: 14px;
	color: #444;
	padding: 15px 20px;
}

.conteudo_bot p {
	margin: 0;
}

.conteudo_bot img {
	position: relative;
	bottom: 111px;
	left: 20px;
	clear: both;
	float: right;
}

#bot1 p {
	margin: 0 18px;
}

#lista { /*border:solid 2px #000055;
    border-radius: 5px;*/
	font-size: 11px;
	font-style: bold;
	background: none;
	margin: 0;
	overflow: hidden;
}

#lista ul {
	margin: 8px;
	padding: 0;
	width: 620px;
	overflow: hidden;
}

#lista ul li {
	font-size: 11px;
	font-style: bold;
	font-weight: normal;
	border: none;
	border-right: #b3b3b3 1px solid;
	padding-left: 7px;
	width: 195px;
	height: 10px;
	float: left;
}

body {
	font-family: Arial;
}

h1 {
	color: #48aa03;
	margin: 0;
}

hr {
	width: 625px;
	height: 2px;
	background: #48aa03;
	border: 0;
	margin: 10px 0;
	float: left;
}

@font-face {
	font-family: 'Gothic720LightRegular';
	src: url('../font/Gothic720BT-LightB.otf');
	src: url('../font/gothic720bt-lightb-webfont.eot');
	src: url('../font/gothic720bt-lightb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-lightb-webfont.woff') format('woff'),
		url('../font/gothic720bt-lightb-webfont.ttf') format('truetype'),
		url('../font/gothic720bt-lightb-webfont.svg#gothic_720_lightregular')
		format('svg');
}

.enquete {
	width: 625px;
	height: 423px;
	margin-top: 190px;
	*margin-top: 80px !important;
	margin-left: 65px;
	background-color: #f7f7f7 !important;
	background: url('../images/borda_enquete.jpg') 0 bottom no-repeat;
	float: center;
}

.inf-vcp-cpf {
	width: 723px !important;
	float: left;
	font-family: Arial !important;
	font-size: 13px !important;
	text-align: center !important;
	margin-top: 16px !important;
	margin-left: 20px !important;
}

.inf-vcp-atencao {
	width: 590px !important;
	margin-top: 8px !important;
	text-align: center !important;
	font-size: 13px !important;
	font-family: Arial !important;
	float: left;
	margin-left: 115px !important;
	*margin-left: 83px !important;
	*padding-bottom: 50px !important;
}

.top_enquete {
	width: 625px;
	height: 62px;
	background-color: #62ba58;
	font-family: Arial;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding-top: 18px;
	margin-bottom: 35px;
}

.top_enquete p {
	font-family: 'Gothic720LightRegular';
	font-size: 19px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.bloco_esquerdo_enquete {
	width: 265px;
	color: #424242;
	margin: 0 7px 0 37px;
	float: left;
}

.bloco_direito_enquete {
	width: 300px;
	color: #424242;
	float: left;
	padding-left: 15px;
	border-left: 1px dotted #000;
}

.bloco_esquerdo_enquete ul,.bloco_direito_enquete ul {
	margin: 0;
	padding: 0;
}

.bloco_esquerdo_enquete li,.bloco_direito_enquete li {
	height: 25px;
	list-style: none;
	margin-bottom: 10px;
	font-size: 13px;
}

input[type="text"] {
	width: 125px;
	height: 22px;
}

.extra_enquete1,.extra_enquete2,.extra_enquete3,.extra_enquete4,.extra_enquete5,.extra_enquete6
	{
	width: 125px;
	height: 22px;
	/*background: url('../images/boxTexto_enquete.png') 0 0 no-repeat;*/
	display: none;
	float: right;
	position: relative;
	right: 15px;
}

#botao_enquete {
	width: 169px;
	height: 35px;
	background: url('../images/botao_enquete.png') 0 0 no-repeat;
	border: 0;
	margin: 30px 28px 0 0;
	cursor: pointer;
	float: right;
}

#botao_enquete:hover {
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity =       90);
}

.aviso_enquete1 {
	width: 96px;
	height: 61px;
	position: relative;
	bottom: 82px;
	left: 130px;
	display: none;
}

.aviso_enquete2,.aviso_enquete3,.aviso_enquete4,.aviso_enquete5,.aviso_enquete6
	{
	width: 96px;
	height: 61px;
	position: relative;
	bottom: 82px;
	left: 180px;
	display: none;
}

.agradecimento {
	color: #383838;
	font-family: 'Gothic720LightRegular';
	font-size: 16px;
	padding-top: 180px;
	text-align: center;
}

.agradecimento span {
	font-size: 33px;
	font-weight: normal;
	font-family: 'Gothic720LightRegular';
}

.aviso_enquete {
	display: none;
	height: 61px;
	position: relative;
	right: -165px;
	top: -81px;
	width: 96px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.fontSize12 {
	font-size: 12px;
}

/* P�GINA FORMULARIO LOGIN_LIMPANOME consumer_login_atual_v2_080813 */
.bloco_login_v2 {
	width: 440px !important;
	*float: left;
	height: auto !important;
}

.bloco_login_v2 h3 {
	width: 440px;
}

.bloco_login_v2 img {
	padding-right: 30px;
}

.text_loginV2 {
	width: 300px;
	height: 130px;
	text-align: left;
	display: block;
	padding: 40px 0 0 60px;
	background: url('../images/limpa_nome.jpg') right no-repeat;
}

.text_loginV2 p {
	font-size: 14px !important;
	text-transform: none !important;
}

/* FIM FORMULARIO LOGIN_LIMPANOME consumer_login_atual_v2_080813 */
/* P�GINA FORMULARIO LOGIN consumer_login_v2_080813 */
.bloco_login {
	width: 920px;
	*height: auto !important;
	border: 2px solid #e7e7e7;
	display: inline-block;
	margin: 0 auto;
}

.miolo {
	*height: auto;
}

.bloco_login .separador {
	width: 1px;
	height: 307px;
	background: #e7e7e7;
	margin: 19px 0;
	float: left;
}

.login_esquerdaln {
	margin-top: 15px;
	width: 459px;
	float: left;
	*height: auto;
	padding-top: 19px;
	text-align: center;
	font-weight: normal;
	font-family: Gothic720BT-RomanB;
}

.login_direitaln {
	margin-top: 15px;
	width: 430px;
	float: left;
	*height: auto;
	padding-top: 19px;
	text-align: center;
	font-weight: normal;
	font-family: Gothic720BT-RomanB;
}

.login_esquerdaln h3 {
	padding-bottom: 60px;
	font-weight: normal;
	font-family: Gothic720BT-RomanB;
}

.login_esquerdaln h3,.login_direitaln h3 {
	font-weight: normal;
	font-family: Gothic720BT-RomanB;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #7d9dba;
	margin: 0;
	padding-top: 10px;
}

.login_esquerdaln input {
	border: 1px solid #ccc;
	width: 230px;
	padding: 10px;
	margin-bottom: 15px;
	display: inline-block;
	color: #555;
}

.login_esquerdaln img {
	padding: 15px 0;
	display: inline-block;
}

.login_esquerdaln p,.login_direitaln p {
	font-size: 11px;
	color: #888;
	padding-left: 23px;
	float: left;
}

.login_esquerda {
	margin-top: 15px;
	width: 459px;
	float: left;
	*height: auto;
	padding-top: 19px;
	text-align: center;
	font-weight: normal;
	font-family: Gothic720BT-RomanB;
	border-right: 1px solid #e7e7e7;
}

.login_direita {
	margin-top: 15px;
	width: 459px;
	float: left;
	*height: auto;
	padding-top: 19px;
	text-align: center;
	font-weight: normal;
	font-family: Gothic720BT-RomanB;
}

.login_esquerda h3 {
	padding-bottom: 60px;
	font-weight: normal;
	font-family: Gothic720BT-RomanB;
}

.login_esquerda h3,.login_direita h3 {
	font-weight: normal;
	font-family: Gothic720BT-RomanB;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #7d9dba;
	margin: 0;
	padding-top: 10px;
}

.login_esquerda input {
	border: 1px solid #ccc;
	width: 230px;
	padding: 10px;
	margin-bottom: 15px;
	display: inline-block;
	color: #555;
}

.login_esquerda img {
	padding: 15px 0;
	display: inline-block;
}

.login_esquerda p,.login_direita p {
	font-size: 11px;
	color: #888;
	padding-left: 23px;
	float: left;
}

.espacobranco {
	width: 900px;
	float: left;
	background: #FFF;
	height: 15px;
}

.login_esquerda .esqueci_senha {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #347dbe;
	padding: 13px 35px 0 0;
	float: right;
}

.login_esquerdaln .esqueci_senha {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #347dbe;
	padding: 13px 35px 0 0;
	float: right;
}

.login_direita img {
	padding-top: 20px;
}

.login_direita p {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 0;
	float: none;
}

/* FIM FORMULARIO LOGIN consumer_login_v2_080813 */
/* P�GINA FORMULARIO ETAPA3 consumer_login_v2_080813 */
.bloco_central {
	width: 920px;
	height: 495px;
	background: #f5f5f5;
	text-align: center;
	border: 2px solid #e7e7e7;
	margin: 0 auto;
}

.bloco_central h3 {
	font-family: 'Gothic720LightRegular';
	font-size: 19px;
	text-transform: uppercase;
	color: #7d9dba;
	margin: 0;
	padding-top: 10px;
}

.bloco_central .texto1 {
	font-size: 13px;
	color: #888;
	margin: 0;
	padding-top: 5px;
}

.bloco_central .texto2 {
	font-size: 24px;
	font-weight: bold;
	color: #686868;
}

.bloco_central .texto3 {
	font-size: 18px;
	color: #686868;
}

.bloco_central .texto4 {
	font-size: 12px;
	color: #686868;
	padding-top: 130px;
}

.bloco_central .texto4 a {
	text-decoration: none;
	color: #347dbe;
}

.bloco_central img {
	
}

/* FIM FORMULARIO ETAPA3 consumer_login_v2_080813 */
/* PAGINA FORMULARIO LIMPANOME consumer_login_v2_080813 */
.bloco_direito_cadastro {
	width: 448px !important;
	height: auto !important;
}

.bloco_direito_cadastro h3 {
	margin: 0;
	color: #7d9dba;
	font-size: 1.17em;
	padding: 0 !important;
}

.bloco_direito_cadastro input {
	border: 1px solid #d7d7d7;
	padding: 3px 3px 3px 10px;
	clear: both;
	color: #555;
}

.bloco1_inputs {
	padding: 0 22px;
}

.bloco1_inputs input {
	float: left;
	margin-top: 5px;
}

.campo-nome,.fake1 {
	width: 175px;
}

.campo-sobrenome,.fake2 {
	width: 175px;
}

.campo-cpf,.fake3 {
	width: 115px;
	margin-right: 8px;
}

.campo-nascimento,.fake4 {
	width: 110px;
}

.campo-celular,.fake5 {
	width: 120px;
}

.campo-senha,.fake8 {
	width: 172px;
}

.campo-conf-senha,.fake9 {
	width: 172px;
}

.campo-codigo,.fake10 {
	width: 172px;
}

.campo-validador {
	width: 122px;
}

.texto-email {
	text-align: left;
	font-size: 11px;
	color: #555;
}

.texto-codigo {
	text-align: left;
	font-size: 12px;
	color: #888;
	padding-bottom: 10px;
}

.texto-opcional {
	text-align: left;
	font-size: 10px;
	color: #888;
	padding-bottom: 10px;
}

.texto-validaor {
	text-align: left;
	font-size: 12px;
	color: #888;
}

.texto-alterar-validador {
	text-align: left;
	text-decoration: underline;
	font-size: 10px;
}

.texto-alterar-validador a {
	color: #888;
}

.texto-alterar-validador:hover {
	text-align: left;
	text-decoration: underline;
	font-size: 10px;
	color: #888;
}

.texto-termo {
	text-align: left;
	font-size: 12px;
	color: #888;
	padding-top: 10px;
}

.texto-termo a {
	color: #7d9dba;
	text-decoration: underline;
}

.botao_cadastrar {
	padding: 20px 95px;
}

/* FIM FORMULARIO LIMPANOME consumer_login_v2_080813 */
/*css do Allan*/
.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.fontSize12 {
	font-size: 12px;
}

/* P�GINA FORMULARIO ETAPA1 consumer_login_v2_080813 */
.bloco_login {
	width: 920px;
	height: auto;
	border: 2px solid #e7e7e7;
	display: inline-block;
	margin: 0 auto;
}

.bloco_login .separador {
	width: 1px;
	height: 307px;
	background: #e7e7e7;
	margin: 19px 0;
	float: left;
}

.login_esquerda,.login_direita {
	width: 459px;
	float: left;
	padding-top: 19px;
	text-align: center;
	*height: 330px;
}

.login_esquerda h3 {
	padding-bottom: 60px;
}

.login_esquerda h3,.login_direita h3 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #7d9dba;
	margin: 0;
	padding-top: 10px;
}

.login_esquerda input {
	border: 1px solid #ccc;
	width: 230px;
	padding: 10px;
	margin-bottom: 15px;
	display: inline-block;
	color: #555;
}

.login_esquerda img {
	padding: 15px 0;
	display: inline-block;
}

.login_esquerda p,.login_direita p {
	font-size: 11px;
	color: #888;
	padding-left: 23px;
	float: left;
}

.login_esquerda .esqueci_senha {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #347dbe;
	padding: 0px 35px 0 0;
	float: right;
}

.login_direita img {
	padding: 20px 0 10px 0;
}

.login_direita p {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 0;
	float: none;
}

/* FIM FORMULARIO ETAPA1 consumer_login_v2_080813 */
/* P�GINA FORMULARIO ETAPA3 consumer_login_v2_080813 */
.bloco_central {
	width: 100%;
	height: auto;
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #e7e7e7;
	margin: 0 auto;
	padding: 10px 0;
	display: inline-block;
}

.bloco_central .titulo-cadastro {
	font-family: 'arial';
	font-size: 19px;
	text-transform: uppercase;
	color: #7d9dba;
}

.bloco_central .texto1 {
	font-size: 13px;
	color: #888;
	margin: 0;
	padding-top: 5px;
}

.bloco_central .texto2 {
	font-size: 24px;
	font-weight: bold;
	color: #686868;
}

.bloco_central .texto3 {
	font-size: 18px;
	color: #686868;
}

.bloco_central .texto4 {
	font-size: 12px;
	color: #686868;
	padding-top: 130px;
}

.bloco_central .texto4 a {
	text-decoration: none;
	color: #347dbe;
}

.bloco_central .ico-check {
	padding-top: 90px;
}

.bloco_central .cadastro {
	float: left;
	width: 100%;
	margin: 50px 0 0;
	text-align: left;
}

.bloco_central .cadastro .input-text2 {
	border: 1px solid #d7d7d7;
	padding: 5px;
	clear: both;
	color: #555;
	font-size: 11px;
	height: 14px !important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}

.bloco_central .cadastro .input-password {
	border: 1px solid #d7d7d7;
	padding: 3px;
	clear: both;
	color: #555;
}

.bloco_central .cadastro .ico-cadastro {
	margin: -30px 0px 30px 166px;
	padding: 0 !important;
}

.bloco_central .cadastro .lado-esq {
	float: left;
	width: 440px;
	border-top: 1px solid #e7e7e7;
	padding: 0 10px;
}

.bloco_central .cadastro .linha-campos {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.bloco_central .cadastro .linha-campos .campo {
	width: 200px;
}

.bloco_central .cadastro .linha-campos .obrigatorio {
	float: left;
	position: relative;
	color: #347dbe;
	clear: both;
}

.bloco_central .cadastro .linha-campos .campo .opcional {
	float: left;
	color: #888;
	font-size: 10px;
}

.bloco_central .cadastro .lado-esq .info {
	float: left;
	font-size: 11px;
	color: #555;
	margin: -10px 0 0 0;
}

.bloco_central .cadastro .lado-dir {
	float: right;
	width: 440px;
	border-top: 1px solid #e7e7e7;
	padding: 0 10px;
}

.bloco_central .cadastro .lado-dir .captcha-campo {
	width: 190px;
	float: left;
}

.bloco_central .cadastro .lado-dir .captcha { /*	float: right;*/
	
}

.bloco_central .cadastro .lado-dir .captcha img {
	padding: 0;
}

.bloco_central .cadastro .lado-dir .captcha .alterar-caracter {
	float: left;
	color: #888;
	font-size: 10px;
	cursor: pointer;
	text-decoration: underline;
}

.termos {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	font-size: 12px;
}

.termos .termo {
	color: #7d9dba;
	text-decoration: underline;
}

.bt-cadastro {
	border: 1px solid #e7e7e7;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background: #f5f5f5;
}

.bloco_esquerdo {
	float: left;
	width: 447px;
}

.bloco_esquerdo .titulo {
	color: #686868;
	font-size: 20px;
	border: 0;
}

.bloco_esquerdo .bloco_produto {
	float: left;
	width: 100%;
	margin: 25px 0;
}

.bloco_esquerdo .bloco_produto .img-produto {
	float: left;
}

.bloco_esquerdo .bloco_produto .desc {
	float: right;
	font-size: 9px;
	width: 290px;
}

.bloco_esquerdo .bloco_produto .desc  .item {
	padding: 0 0 0 20px;
	background: url('../images/check.png') no-repeat 0 5px;
}

.bloco_esquerdo .bloco_produto .desc .tituloLNO {
	font-size: 18px;
	color: #4fa628;
}

.bloco_esquerdo .bloco_produto .desc .tituloVCE {
	font-size: 18px;
	color: #64883a;
}

.bloco_esquerdo .bloco_produto .desc .tituloCP {
	font-size: 18px;
	color: #347dbe;
}

.bloco_direito {
	float: right;
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7;
	width: 460px;
	text-align: center;
	height: 590px;
	position: relative;
}

.bloco_direito .titulo-direito {
	color: #7d9dba;
	font-size: 20px;
	padding: 15px 0 20px 0;
}

.bloco_direito .titulo-direito .border {
	border-top: 1px solid #e7e7e7;
	width: 180px;
	height: 1px;
	margin: 30px 0 0;
}

.bloco_direito .titulo-direito .texto1 {
	color: #888;
	font-size: 13px;
}

.bloco_direito .alerta {
	margin: 100px 0 0;
}

.bloco_direito .alerta .texto2 {
	font-size: 14px;
	margin: 20px 0 20px 0;
}

.bloco_direito .alerta .texto3 {
	font-size: 12px;
	margin: 20px 0 20px 0;
}

.bloco_direito .alerta .texto4 {
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-size: 12px;
	width: 460px;
	text-align: center;
}

.bloco_direito .alerta .texto4 .reenviar {
	color: #347dbe;
}

#lightbox {
	width: 506px;
	height: 505px;
	background: url('../images/bg-termo.png') no-repeat center center;
	padding: 60px;
	position: absolute !important;
	top: 20% !important;
	left: 30% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000;
	display: none;
}

#lightbox .scroll {
	font-size: 11px;
	color: #555;
	position: relative;
	text-align: justify;
	overflow: auto;
	width: 400px;
	height: 380px;
}

#lightbox .scroll p {
	font-size: 11px;
	color: #555;
	text-align: justify;
}

#lightbox  .fechar {
	position: absolute;
	right: 70px;
	top: 30px;
	cursor: pointer;
	z-index: 1001;
}

@font-face {
	font-family: 'Gothic720LightRegular';
	src: url('../font/gothic720bt-lightb.eot');
	src: url('../font/gothic720bt-lightb.eot') format('embedded-opentype'),
		url('../font/gothic720bt-lightb.woff') format('woff'),
		url('../font/gothic720bt-lightb.ttf') format('truetype'),
		url('../font/gothic720bt-lightb.svg#Gothic720LightRegular')
		format('svg');
}

@font-face {
	font-family: 'Gothic720BTBoldItalic';
	src: url('../font/got720bi.eot');
	src: url('../font/got720bi.eot') format('embedded-opentype'),
		url('../font/got720bi.woff') format('woff'),
		url('../font/got720bi.ttf') format('truetype'),
		url('../font/got720bi.svg#Gothic720BTBoldItalic') format('svg');
}

@font-face {
	font-family: 'gothic_720_lightregular';
	src: url('../font/gothic720bt-lightb-webfont.eot');
	src: url('../font/gothic720bt-lightb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-lightb-webfont.woff') format('woff'),
		url('../font/gothic720bt-lightb-webfont.ttf') format('truetype'),
		url('../font/gothic720bt-lightb-webfont.svg#gothic_720_lightregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp
	{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,.fancybox-prev span,.fancybox-next span {
	background-image: url('../js/fancybox/fancybox_sprite.png');
}

.fancybox-close {
	background: url('../images/fechar.png') no-repeat 0 0;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../js/fancybox/fancybox_loading.gif') center center
		no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 9px;
	right: 18px;
	width: 11px;
	height: 12px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	/*background: red;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	/*background: red;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.jspVerticalBar *,.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #fff;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.jspDrag {
	background: #ccc;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.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: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	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;
}

.conteudo {
	*height: auto;
	float: left !important;
	width: 970px !important;
	margin-left: -20px !important;
	*margin-left: -42px !important;
	margin-top: 15px !important;
	padding-bottom: 45px !important;
}

.conteudoln {
	float: left !important;
	width: 948px !important;
	margin-left: -20px !important;
	*margin-left: -18px !important;
	margin-top: 15px !important;
	padding-bottom: 45px !important;
}

.bt-acesse {
	cursor: pointer;
	border: none !important;
	width: 208px !important;
	margin-top: 15px;
	height: 50px;
	background: url('../images/botao_acesse.jpg') no-repeat center bottom;
	height: 50px;
}

.bt-cadastrese {
	cursor: pointer;
	border: none !important;
	width: 208px !important;
	height: 50px;
	background: url('../images/botao_cadastre.jpg') no-repeat center bottom;
	margin-top: 30px;
}

.bt-cadastro-sc {
	cursor: pointer;
	border: none !important;
	width: 208px !important;
	height: 50px;
	background: url('../images/bt-cadastrar.png') no-repeat center bottom;
}

#advice-required-entry-lastname {
	margin-left: 50px;
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-required-entry-firstname {
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-validar_cpf-cpfcnpj {
	width: 160px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-required-entry-dob {
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-required-entry-cel2 {
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-required-entry-email_address {
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-required-entry-confemail_address {
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-required-entry-senha2 {
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-required-entry-confsenha2 {
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

#advice-required-entry-captcha_user_create {
	width: 114px;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
}

.bloco_esquerdo {
	float: left;
	width: 447px;
}

.bloco_esquerdo .titulo {
	color: #686868;
	font-size: 20px;
	border: 0;
}

.bloco_esquerdo .bloco_produto {
	float: left;
	width: 100%;
	margin: 25px 0;
}

.bloco_esquerdo .bloco_produto .img-produto {
	float: left;
}

.bloco_esquerdo .bloco_produto .desc {
	float: right;
	font-size: 9px;
	width: 290px;
}

.bloco_esquerdo .bloco_produto .desc  .item {
	padding: 0 0 0 20px;
	background: url('../images/check.png') no-repeat 0 5px;
}

.bloco_esquerdo .bloco_produto .desc .tituloLNO {
	font-size: 18px;
	color: #4fa628;
}

.bloco_esquerdo .bloco_produto .desc .tituloVCE {
	font-size: 18px;
	color: #64883a;
}

.bloco_esquerdo .bloco_produto .desc .tituloCP {
	font-size: 18px;
	color: #347dbe;
}

.bloco_direito {
	float: right;
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7;
	width: 460px;
	text-align: center;
	height: 590px;
	position: relative;
}

.bloco_direito .titulo-direito {
	color: #7d9dba;
	font-size: 20px;
	padding: 15px 0 10px 0;
}

.bloco_direito .titulo-direito .border {
	border-top: 1px solid #e7e7e7;
	width: 180px;
	height: 1px;
	margin: 30px 0 0;
}

.bloco_direito .titulo-direito .texto1 {
	color: #888;
	font-size: 13px;
}

.bloco_direito .alerta {
	margin: 100px 0 0;
}

.bloco_direito .alerta .texto2 {
	font-size: 14px;
	margin: 20px 0 20px 0;
}

.bloco_direito .alerta .texto3 {
	font-size: 12px;
	margin: 20px 0 20px 0;
}

.bloco_direito .alerta .texto4 {
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-size: 12px;
	width: 460px;
	text-align: center;
}

.bloco_direito .alerta .texto4 .reenviar {
	color: #347dbe;
}

.bloco1_inputs {
	padding: 0 22px;
}

.bloco1_inputs input {
	float: left !important;
	margin-top: 8px !important;
	font-size: 11px !important;
	height: 20px !important;
	font-weight: normal;
}

.campo-nome,.fake1 {
	width: 175px !important;
}

.campo-sobrenome,.fake2 {
	width: 175px !important;
}

.campo-cpf,.fake3 {
	width: 115px !important;
	margin-right: 18px !important;
}

.campo-nascimento,.fake4 {
	width: 88px !important;
}

.campo-celular,.fake5 {
	width: 120px !important;
}

.campo-senha,.fake8 {
	width: 172px;
}

.campo-conf-senha,.fake9 {
	width: 172px;
	margin-top: 15px;
}

.campo-codigo,.fake10 {
	width: 172px;
	margin-top: 15px;
}

.campo-validador {
	width: 122px !important;
	margin-top: 12px !important;
}

.texto-email {
	text-align: left !important;
	font-size: 11px !important;
	color: #555 !important;
}

.texto-codigo {
	text-align: left !important;
	font-size: 12px !important;
	color: #888 !important;
	padding-bottom: 10px !important;
	margin-top: 15px !important;
}

.texto-opcional {
	text-align: left !important;
	font-size: 10px !important;
	color: #888 !important;
	padding-bottom: 10px !important;
}

.texto-validaor {
	text-align: left !important;
	font-size: 12px !important;
	color: #888 !important;
}

.texto-alterar-validador {
	text-align: left !important;
	text-decoration: underline !important;
	font-size: 10px !important;
}

.texto-alterar-validador a {
	color: #888 !important;
}

.texto-alterar-validador:hover {
	text-align: left !important;
	text-decoration: underline !important;
	font-size: 10px !important;
	color: #888 !important;
}

.texto-termo {
	text-align: left !important;
	font-size: 12px !important;
	color: #888 !important;
	padding-top: 10px !important;
}

.texto-termo a {
	color: #7d9dba !important;
	text-decoration: underline !important;
}

.botao_cadastrar {
	padding: 20px 95px !important;
}

.linhacl {
	width: 447px !important;
	height: 0.5px !important;
	display: block;
	-webkit-margin-before: 0.5em !important;
	-webkit-margin-after: 0.5em !important;
	-webkit-margin-start: auto !important;
	-webkit-margin-end: auto !important;
	border-style: inset !important;
	border-width: 1px !important;
	background: #5f5f5f !important;
}

.login-novo {
	width: auto;
	height: 60px;
	text-align: right;
	float: right;
}

.links_login-novo {
	width: 245px;
	color: #9d9d9d;
	text-transform: uppercase;
	float: right;
}

.links_login-novo a {
	color: #9d9d9d;
	font-size: 10px;
	text-decoration: none;
}

.links_login-novo span {
	color: #9d9d9d;
	font-size: 10px;
	margin: 0 10px;
}

.carrinho-novo {
	width: 92px;
	height: 27px;
	background: url('../images/carrinho.jpg') 0 0 no-repeat;
	color: #3e791d;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 7px 40px 0 0;
	float: right;
}

.carrinho-novo a {
	color: #3e791d;
	text-decoration: none;
}

input {
	color: black;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #9a9a9a;
}

.ie-placeholder {
	color: #9a9a9a;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #9a9a9a;
}

/************************* M�DIAS SOCIAIS *************************/
.midias_sociais {
	position: absolute;
	width: 105px;
	top: -212px;
	right: 0;
	overflow: hidden;
	z-index: 98;
}

.midias_sociais a {
	display: block;
	width: 100%;
	height: 20px;
	padding: 2px 0 0 0;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	text-indent: 27px;
	border: 4px solid #f3f3f3;
}

.midias_sociais a:hover {
	text-decoration: none;
	color: #666;
}

.midias_sociais ul {
	margin: 0;
	width: auto;
	background: none;
}

.midias_sociais li {
	display: block;
	float: none;
	width: 105px;
	height: 30px;
	margin: -4px 0 0 75px;
	padding: 0;
	list-style: none;
	font-size: 1em;
	line-height: 1.8em;
	background: #f3f3f3;
}

.facebook {
	background: url(../images/facebook.png) no-repeat;
	margin-top: 4px;
}

.linkedin {
	background: url(../images/linkedin.png) no-repeat;
}

.twitter {
	background: url(../images/twitter.png) no-repeat;
}

.youtube {
	background: url(../images/youtube.png) no-repeat;
}

/************************* M�DIAS SOCIAIS PADR�O*************************/
#socialSharing {
	position: fixed;
	top: 165px;
	right: 0;
	width: 150px !important;
    z-index: 100;
}

#socialSharing ul {
	list-style: none;
	float: right;
	height: 200px;
}

#socialSharing ul li {
	float: right;
	width: auto;
	margin: 1px 0 0 0;
	-webkit-box-shadow: 1px 1px 1px 1px #dddddd;
	-moz-box-shadow: 1px 1px 1px 1px #dddddd;
	box-shadow: 1px 1px 1px 1px #dddddd;
	-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;
	background: #555;
	clear: both;
	line-height: 10px !important;
	text-decoration: none !important;
}

#socialSharing ul li:hover a {
	text-decoration: none !important;
}

#socialSharing .facebook {
	width: 30px;
	height: 25px;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}

#socialSharing .facebook:hover {
	background: #3B5998;
}

#socialSharing .facebook a {
	background: url('../images/seta.png') 51px 0 no-repeat;
	height: 25px;
	float: right;
	display: none;
	margin: 0px 0 0 0px;
	font-size: 10px;
	font-weight: bold;
	color: #fff!important;
	padding-right: 24px;
	padding-top: 6px;
}

#socialSharing .facebook:hover a {
	display: block;
    color: #f0f0f0 !important;
}

.facebook .icoFb {
	width: 23px;
	height: 17px;
	background: url('../images/homeSprite.png') no-repeat scroll -17px
		-488px;
	float: right;
	margin: 4px -1px 0 0px;
}

#socialSharing .gplus {
	width: 30px;
	height: 25px;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}

#socialSharing .gplus:hover {
	background: #db5747;

}

#socialSharing .gplus a {
	background: url('../images/seta.png') 51px 0 no-repeat;
	height: 25px;
	float: right;
	display: none;
	margin: 0px 0 0 0px;
	font-size: 10px;
	font-weight: bold;
    color: #fff!important;
	padding-right: 24px;
	padding-top: 6px;
}

#socialSharing .gplus:hover a {
	display: block;
    color: #f0f0f0 !important;
}

.gplus .icoGp {
	width: 23px;
	height: 17px;
	background: url('../images/homeSprite.png') no-repeat scroll -42px
		-488px;
	float: right;
	margin: 4px -1px 0 0px;
}

#socialSharing .twitter {
	width: 30px;
	height: 25px;
	cursor: pointer;
}

#socialSharing .twitter:hover {
	background: #33B2D5;

}

#socialSharing .twitter a {
	background: url('../images/seta.png') 39px 0 no-repeat;
	height: 25px;
	float: right;
	display: none;
	margin: 0px 0 0 0px;
	font-size: 10px;
	font-weight: bold;
    color: #fff !important;
	padding-right: 20px;
	padding-top: 6px;
}

#socialSharing .twitter:hover a {
	display: block;
    color: #f0f0f0 !important;
}

.twitter .icoTw {
	width: 27px;
	height: 17px;
	background: url('../images/homeSprite.png') no-repeat scroll -12px
		-538px;
	float: right;
	margin: 4px 0 0 0px;
}

#socialSharing .youtube {
	width: 30px;
	height: 25px;
	cursor: pointer;
}

#socialSharing .youtube:hover {
	background: #C3302A;
}

#socialSharing .youtube a {
	background: url('../images/seta.png') 42px 0 no-repeat;
	height: 25px;
	float: right;
	display: none;
	margin: 0px 0 0 0px;
	font-size: 10px;
	font-weight: bold;
    color: #fff !important;
	padding-right: 20px;
	padding-top: 6px;
}

#socialSharing .youtube:hover a {
	display: block;
    color: #f0f0f0 !important;
}

.youtube .icoYt {
	width: 25px;
	height: 17px;
	background: url('../images/homeSprite.png') no-repeat scroll -15px
		-565px;
	float: right;
	margin: 5px -1px 0 0px;
}

#socialSharing .linkedin {
	width: 30px;
	height: 25px;
	cursor: pointer;
}

#socialSharing .linkedin:hover {
	background: #57A2C8;
}

#socialSharing .linkedin a {
	background: url('../images/seta.png') 44px 0 no-repeat;
	height: 25px;
	float: right;
	display: none;
	margin: 0px 0 0 0px;
	font-size: 10px;
	font-weight: bold;
    color: #fff !important;
	padding-right: 20px;
	padding-top: 6px;
}

#socialSharing .linkedin:hover a {
	display: block;
    color: #f0f0f0 !important;
}

.linkedin .icoLd {
	width: 25px;
	height: 17px;
	background: url('../images/homeSprite.png') no-repeat scroll -15px
		-513px;
	float: right;
	margin: 5px -1px 0 0px;
}

/* P�GINA ESQUECEU SENHA */
.esqueci_senha h3 {
	font-weight: bold;
}

.esqueci_senha img {
	text-align: center;
	padding-top: 15px;
}

.esqueci_senha .texto1 {
	font-weight: bold;
	margin-bottom: 52px;
}

.esqueci_senha .texto2 {
	font-size: 11px;
	color: #888;
	text-align: right;
	margin: 0 40px 20px 0;
}

.esqueci_senha .email {
	width: 440px;
	height: 80px;
	border-right: 1px solid #e7e7e7;
	margin-right: 35px;
	float: left;
}

.esqueci_senha .email input {
	width: 390px;
	*width: 380px !important;
	*margin-left: 22px !important;
	border: 1px solid #d7d7d7;
	font-size: 12px;
	padding: 5px;
	margin: 0 8px 0 10px;
}

.esqueci_senha .email p {
	font-size: 11px;
	margin: 5px 0 0 23px;
	text-align: left;
}

.esqueci_senha .caracter {
	text-align: left;
	float: left;
}

.esqueci_senha .caracter input {
	width: 140px;
	border: 1px solid #d7d7d7;
	font-size: 12px;
	padding: 5px;
	margin: 0 8px 0 10px;
}

.esqueci_senha .caracter p {
	font-size: 11px;
	margin: 5px 0 0 13px;
	text-align: left;
}

.esqueci_senha .caracter_especial {
	margin-left: 20px;
	text-align: left;
	float: left;
}

.esqueci_senha .caracter_especial img {
	padding: 0;
}

.esqueci_senha .senha {
	padding-right: 20px;
}

.esqueci_senha .confirma_senha {
	height: 80px;
}

.esqueci_senha .confirma_senha input {
	width: 390px;
	border: 1px solid #d7d7d7;
	font-size: 12px;
	padding: 5px;
	margin: 0 8px 0 0;
	float: left;
}

.esqueci_senha .texto3 {
	font-size: 16px;
	color: #888;
	margin: 80px 0;
}

.esqueci_senha .texto3 span {
	color: #337cbe;
	font-weight: bold;
}

/* FIM ESQUECEU SENHA */
/* PAGINA CARACTER INCORRETO */
.caracteres_incorretos {
	width: 930px;
	background-color: #f5c42d;
	padding: 5px 10px;
	margin: 20px 0;
}

.caracteres_incorretos p {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	bottom: 8px;
	padding-left: 15px;
	display: inline;
}

.esqueci_senha_bt_enviar {
	background: url('../images/botao_enviar.jpg') no-repeat;
	width: 208px;
	height: 50px;
	border: none;
	cursor: pointer;
	text-align: center;
	padding-top: 15px;
}

#preview #info .texto .obs {
	font-size: 10px;
	margin: 17px 0 0;
}

@font-face {
	font-family: 'Gothic720LightRegular';
	src: url('font/gothic720bt-lightb.eot');
	src: url('font/gothic720bt-lightb.eot') format('embedded-opentype'),
		url('font/gothic720bt-lightb.woff') format('woff'),
		url('font/gothic720bt-lightb.ttf') format('truetype'),
		url('font/gothic720bt-lightb.svg#Gothic720LightRegular') format('svg');
}

@font-face {
	font-family: 'Gothic720BTBoldItalic';
	src: url('font/got720bi.eot');
	src: url('font/got720bi.eot') format('embedded-opentype'),
		url('font/got720bi.woff') format('woff'), url('font/got720bi.ttf')
		format('truetype'), url('font/got720bi.svg#Gothic720BTBoldItalic')
		format('svg');
}

@font-face {
	font-family: 'gothic_720_lightregular';
	src: url('../font/gothic720bt-lightb-webfont.eot');
	src: url('../font/gothic720bt-lightb-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../font/gothic720bt-lightb-webfont.woff') format('woff'),
		url('../font/gothic720bt-lightb-webfont.ttf') format('truetype'),
		url('../font/gothic720bt-lightb-webfont.svg#gothic_720_lightregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}


.nova_home {
	width: 725px;
	margin: 0 auto;
	background: #FFF;
	font-family: Arial;
}

.nova_home h1 {
	font-size: 30px;
	color: #686868;
	margin: 0;
	padding-top: 10px;
}

.voce_consultou {
	margin: 20px 10px 25px 8px;
	color: #686868;
	font-size: 14px;
	width: 717px;
float: left;
}

.voce_consultou p {
	display: inline-block;
	margin: 0;
	*margin-top:-20px !important;
}

.linhas {
	padding: 15px 0 5px 0;
	border-top: 1px dotted #686868;
}

.voce_consultou span {
	color: #015cae;
	text-decoration: underline;
}

.bloco_limpanome {
	border: 1px solid #c5d9ee;
	float: left;
	width: 100%;
	z-index: 1;
	height: 100px;
	margin-top: 10px;
	height: 106px;
}

.vassoura {
	width: 116px;
	height: 108px;
	z-index: 2;
	background: url('../images/vassoura.png') 0 0 no-repeat;
	margin: -3px 0 0 0;
	float: left;
}

.texto_limoanome {
	width: 560px;
	float: right;
}

.texto_limoanome h2 {
	font-family: 'Gothic720LightRegular';
	font-size: 18px;
	text-transform: uppercase;
	color: #66bd4f;
	margin: 18px 0 10px 0;
}

.texto_limoanome p {
	font-family: 'Gothic720LightRegular';
	font-size: 17px;
	color: #3979c1;
	margin: 0;
	display: inline-block;
}

.callaction_limpanome {
	background: url('../images/seta2.png') 2px 2px no-repeat;
	float: right;
    background: url("../images/seta2.png") no-repeat scroll 2px 2px rgba(0, 0, 0, 0);
    float: right;
    margin: -23px 0 0;
    padding: 0 0 0 13px;
    text-align: left;
    width: 258px;
}

.callaction_limpanome a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #3979c1;
}

.bloco_meproteja {
	width: 100%;
	margin-top: 10px;
	background: #eef5e1;
	border: 1px solid #dbe6c8;
	float: left;
}

.bloco_meproteja img {
	padding: 15px;
	float: left;
}

.bloco_meproteja a {
	font-size: 12px;
	color: #005eb0;
	text-decoration: none;
}

.bloco_meproteja p {
	font-size: 12px;
	color: #777;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	*padding-bottom:0px !important;
	bottom: 5px;
	display: inline-block;
}

.botao_meproteja {
	float: none !important;
	padding: 20px 20px 0 55px !important;
	*padding:15px 15px 0 15px !important;
	*margin-top:-55px !important;
}

/* novo css limpa nome online 25/09/2013 */
.link{color:#345fae !important; font-weight:bold; padding: 0 0 0 10px; background:url('../images/seta-azul.gif') no-repeat 0 0;}
.mp-box-codigo-comunicado .color6588A6{color:#6588a6 !important; font-weight:bold; font-size:14px !important;}
.mp-box-codigo-comunicado .color719867{color:#719867 !important; font-weight:bold; font-size:14px !important;}
.obrigatorio{border:1px solid #e8a79e !important; background-color:#fce7db !important; }
.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;
}

.msg-erro{
	background: url("../images/ico-erro.png") no-repeat scroll 30px center #FCE7DB;
    color: #E74D15;
    float: left;
    padding: 20px 10px 10px 100px;
    width: 615px;
	font-size:14px;
	position:relative;
}

.msg-erro .msg{
	width:600px;
	text-transform:uppercase;
}

.msg-erro .fechar-msg{
	width:14px;
	height:14px;
	border:0;
	cursor:pointer;
	right: 10px;
	display:none;
	background: url("../images/fechar-msg.png") no-repeat 0 0;
	position:absolute;
}

.msg-erro-email{
	background:#f2f2f2;
	float: left;
    border:1px solid #c6c6c6;
	color: #8d8d8d;
    padding: 22px 10px 22px 0;
	margin: 10px 0 30px;
    width: 715px;
	font-size:18px;
	position:relative;
	z-index:1;
}

.msg-erro-email .vassoura{
    width: 58px;
	height:114px;
	position:absolute;
	top:-6px;
	left:60px;
	margin:0 60px 0 0;
	background: url("../images/vassouraln.png") no-repeat 0 0;
	z-index:2;
}

.msg-erro-email .msg{
    float:right;
	width:500px;
	margin: 0 70px 0 0;
}

.msg-erro-email span{
	color:#3572b1;
}

.mp-box-codigo-comunicado {
    width:723px;
	border: 1px solid #EFEFEF;
    margin: 15px 0 0;
    display:table;
	position:relative;
}

.mp-box-codigo-comunicado .separador-ou{
    width:56px;
    height:56px;
	position:absolute;
	top:63px;
	left:323px;
	background:url('../images/separador-ou.gif') no-repeat 0 0;
}

.mp-box-codigo-comunicado .bloco_esquerda{
    width:310px;
	padding: 30px 20px;
	float:left;
	border-right:1px solid #EFEFEF;
}

.mp-box-codigo-comunicado .bloco_esquerda .text{
    width:260px;
	border:1px solid #d7d7d7;
	padding:5px 10px;
}

.mp-box-codigo-comunicado .bloco_esquerda .onde-localizo{
    float:left;
	width:190px;
	height:auto;
	margin:15px 0 0;
	position:relative;
}

.mp-box-codigo-comunicado .bloco_esquerda .onde-localizo .ico-lupa{
    float:left;
}

.mp-box-codigo-comunicado .bloco_esquerda .onde-localizo .bt-onde-localizo-codigo{
    width:163px;
	height:17px;
	float:right;
	border:0;
	background:url('../images/bt-onde-localizo-codigo.gif') no-repeat 0 0;
}

.mp-box-codigo-comunicado .bloco_esquerda .onde-localizo .comunicado-zoom{
	width: 298px;
	height: 399px;
	position: absolute;
	left: 193px;
	top: -269px;
	display: none;
	background: url('../images/codigo-comunicado.jpg') no-repeat 0 0;
	z-index: 99;
}

.mp-box-codigo-comunicado .bloco_direita{
    width:310px;
	padding: 30px 20px;
	float:right;
}

.mp-box-codigo-comunicado .bloco_direita .text{
    width:260px;
	border:1px solid #d7d7d7;
	padding:5px 10px;
}

.mp-box-codigo-acessar{
    padding: 12px 0 2px;
    text-align: center;
	border-right:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
}

.floatLeft{float:left !important;}
.floatRight{float:right !important;}
.color596F82{color:#596f82 !important;}
.color347DBE{color:#347dbe !important;}
.color0193E0{color:#0193e0 !important;}
.color4BBE34{color:#4bbe34 !important;}
.colorEF4214{color:#ef4214 !important;}
.color32AC1A{color:#32ac1a !important;}
.clear{clear:both !important;}
.inputText3{padding:5px !important; border:1px solid #b5b5b5 !important; width:217px !important;}
.font-size-12{font-size:12px !important;}
.font-size-30{font-size:30px !important;}
.textoVoceConsulta{text-align: left;font-family: 'gothic_720_lightregular' !important; color:#686868 !important; font-size:18px !important; margin:40px 0 10px !important; float:left !important; padding:0 10px !important;}
.textoVoceConsulta .titulo{
	width:100% !important;
	font-size:16px !important;
	border-bottom:1px solid #347dbe !important;
	color:#347dbe !important;
}

.consulta{
	margin: auto;
width: 970px;
}

.consulta #banner{
	float:left !important;
	width:100% !important;
	min-height:200px !important;
	background:#fff !important;
	margin:40px 0 0 !important;
	border-bottom:10px solid #eef0f2 !important;
}

#banner .form-consulta{
	background:none !important;
}

.consulta .banner-dir{
	float:left !important;
	width:613px !important;
	height:333px !important;
	background:url('../images/separador.gif') no-repeat right 0 #FFF !important;
}

.consulta .banner-dir .img{
	width:247px !important;
	height:333px !important;
/*	position:absolute !important;
	left:0 !important;
	bottom:0 !important;*/
    float:left !important;
	background:url('../images/foto_vce.jpg') no-repeat !important;
}

.consulta .banner-dir .info{
	width:345px !important;
	height:333px !important;
    float: left !important;
	/*position:absolute !important;
	left:250px !important;
	bottom:0 !important;*/
	color:#0073b9 !important;
}
.consulta .banner-dir .info p{
	margin:0 !important;
	font-size: 1.4em;
line-height: 1.6em;
text-align:left;
}

.consulta .banner-dir .info .preco-de{
	color:#d15c63 !important;
	margin:15px 0 0 20px !important;
	position:relative !important;
	width:121px !important;
	height: 55px !important;
	float:left !important;
}

.consulta .banner-dir .info .preco-de .x{
	width:121px !important;
	height:34px !important;
	position:absolute !important;
	left:0 !important;
	top:18px !important;
	background:url('../images/x.png') no-repeat 0 0 !important;
}

.consulta .banner-dir .info .preco-de .de{
	position:absolute !important;
	left:3px !important;
	top:8px !important;
	font-size: 12px !important;
}

.consulta .banner-dir .info .preco-de .rs{
	position:absolute !important;
	left:3px !important;
	top:20px !important;
	font-size:20px !important;
}

.consulta .banner-dir .info .preco-de .valor{
	position:absolute !important;
	right:3px !important;
	top:7px !important;
	font-size:32px !important;
	font-weight:bold !important;
}

.consulta .banner-dir .info .preco-por{
	width:153px !important;
	height:86px !important;
	text-align:center !important;
	color:#fff !important;
	margin:15px 30px 0 0 !important;
	float:right !important;
	text-shadow: 1px 1px #8ec549 !important;
	font-family: 'gothic_720bold' !important;
	background:url('../images/bg-preco-por.png') no-repeat 0 0 !important;
}

.consulta .banner-dir .info .vantagem{
	color:#686868 !important;
	float:left !important;
	margin:15px 0 0 !important;
}

.consulta .banner-dir .info .vantagem ul{
	float:left !important;
	margin:0 !important;
	font-size: 1.4em;
line-height: 1.6em;
text-align: left;
}

.consulta .banner-dir .info .vantagem ul li{
	list-style-type:none !important;
	padding:0 0 0 15px !important;
	margin:0 !important;
	background:url('../images/ico-check-verde.png') no-repeat 0 5px !important;
	*width:200px !important;
}

.consulta .banner-dir .info .titulo1{
	font-family: 'gothic_720bold' !important;
	font-size: 24px !important;
    margin: 0 !important;
	text-align:left;
}

.form-consulta{
	background-color:#fff !important;
	float:right !important;
	min-height:180px !important;
	width:317px !important;
	padding:10px !important;
	background:url('../images/separador.gif') no-repeat right 0 #FFF !important;
}
.form-bottom {
	width: 370px !important;

	padding: 30px 60px !important;
}
.form-bottom .form {
	float: none !important;
} 
.form-consulta .titulo-consulta{
	color:#3b76ac !important;
	font-size:14px !important;
	text-align:center !important;
	margin:0 !important;
	font-family: 'gothic_720bold' !important;
	font-weight: bold !important;
}

.form-consulta .form{
	width:287px !important;
	float:right !important;
	margin:10px 0 0 !important;
}

.form-consulta .form .aviso{
	font-size:11px !important;
	color:#555 !important;
	margin:0 0 0 18px !important;
	float:left !important;
}

.form-consulta .form .campos{
	float:left !important;
	margin:0 0 3px !important;
	width:280px !important;
}

.form-consulta .form .campos .campo{
	float:left !important;
	margin:0 0 5px !important;
}

.form-consulta .form .campos .campo .numero{
	float:left !important;
	color:#596f82 !important;
	font-weight:bold !important;
	margin: 2px 5px 0 0 !important;
}

.form-consulta .form  .adiciona{
	width:25px !important;
	height:24px !important;
	float:right !important;
	cursor:pointer !important;
	margin: 3px 0 0 1px !important;
	background:url('../images/box-consulta-adiciona.png') no-repeat 0 0 !important;
}

.form-consulta .form .remove{
	width:25px !important;
	height:24px !important;
	float:right !important;
	cursor:pointer !important;
	margin: 3px 0 0 3px !important;
	background:url('../images/box-consulta-remove.png') no-repeat 0 0 !important;
}

.form-consulta .form .bt-comprar{
	width:228px !important;
	height:48px !important;
	float:left !important;
	clear:both !important;
	margin:13px 0 0 19px !important;
	background:url('../images/bt-comprar-cnpj.png') no-repeat 0 0 !important;
}

.bannerTotal{
	width:100%;
	height:555px;
	float:left;
	margin: 30px 0 0;
	background: #afd9f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNhZmQ5ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkOGU5ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #afd9f3 50%, #d8e9f8 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#afd9f3), color-stop(50%,#d8e9f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #afd9f3 50%,#d8e9f8 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #afd9f3 50%,#d8e9f8 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #afd9f3 50%,#d8e9f8 50%); /* IE10+ */
	background: linear-gradient(to right,  #afd9f3 50%,#d8e9f8 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd9f3', endColorstr='#d8e9f8',GradientType=1); /* IE6-8 */
}

.bannerTotal .bannerCentro{
    height: 555px;
    margin: 0 auto;
    position: relative;
    width: 973px;
    text-align: center;
}

.bannerTotal .bannerCentro .barra{
	width:921px;
	height:40px;
	margin: 15px 0 0 0;
	float:left;
	position:relative;
	z-index:10;
}

.bannerTotal  .bannerCentro .frase{
	width:580px;
	text-align: right;
	position:absolute;
	top:10px;
	left:180px;
	margin:0;
	font-family: 'gothic_720bold';
	font-size:40px;
	color:#488dc8;
	z-index: 5;
}

.bannerTotal  .bannerCentro .frase .comVC{
	font-family: 'gothic_720bold';
	font-size:30px;
	color:#6dc049;
	position:absolute;
	left:0;
	bottom: -20px;
	opacity:0;
	filter: alpha(opacity=0);
}

.bannerTotal  .bannerCentro .frase .semVC{
	font-family: 'gothic_720bold';
	font-size:30px;
	color:#c7443a;
	position:absolute;
	left:0;
	bottom: -6px;
}

.bannerTotal .bannerCentro .dragTrack{
	width:62px;
	height:62px;
	position:absolute;
	top:345px;
	left:0;
	background:url('../images/drag-track.png') no-repeat 0 0;
	z-index:5;
	cursor: move;
	cursor: -webkit-grab;
	opacity:0.6;
	filter: alpha(opacity=60);
}

.bannerTotal .bannerCentro .texto-sem-vc{
	color: #000;
	position: relative;
    z-index: 20;
	display:none;
}

.bannerTotal .bannerCentro .texto-com-vc{
	color: #32AC1A;
	position: relative;
    z-index: 20;
}

.bannerTotal .bannerCentro .pessoas{
	width:942px;
	height:555px;
	position:absolute;
	bottom:0;
	left:0;
	background:url('../images/bg_vce_claro.jpg') no-repeat 0 0;
	z-index:3;
}

.bannerTotal .bannerCentro .pessoasBlur{
	width:31px;
	height:555px;
	position:absolute;
	bottom:0;
	padding:0;
	left:0;
	background:url('../images/bg_vce.jpg') no-repeat 0 0;
	z-index:4;
}
.bannerTotal .balao{
	width:96px;
	height:0;
	text-align:center;
	position:absolute;
	color:#fff;
	background:url('../images/balao.png') no-repeat 0 0;
	z-index:10;
	overflow:hidden;
}

.bannerTotal .balao.balaoPos1{
	bottom: 280px;
    left: 205px;
}

.bannerTotal .balao.balaoPos2{
	bottom: 230px;
    left: 415px;
}

.bannerTotal .balao.balaoPos3{
	bottom: 195px;
    left: 571px;
}

.bannerTotal .balao.balaoPos4{
	left: 740px;
    bottom:300px;
}

.botoes-relatorio{
	width:950px !important;
	text-align: center !important;
	display:inline-block !important;
	margin:40px 0 0 !important;
}

.botoes-relatorio p{
	font-family: 'gothic_720_lightregular' !important;
	color:#686868 !important;
	font-size:18px !important;
}

.botoes-relatorio .bt-relatorioVCE{
	width:340px !important;
	height:48px !important;
	display: table !important;
	margin:0 auto !important;
	background:url('../images/bt-veja-relatorio-azul.png') no-repeat 0 0 !important;
	border:none;
	cursor:pointer;
}

.consulta-cnpj{
	border:1px solid #e7e7e7 !important;
	margin-top: 60px !important;
width: 970px !important;
margin: auto;
height:242px !important;
}

.consulta-cnpj .form-consulta{
	float:left !important;
	padding:10px 90px;
}

.consulta-cnpj .botao{
	float:right !important;
	padding: 76px 110px !important;
	cursor: default !important;
	width: 196px;
}

.consulta-cnpj .botao .bt-comprar{
	float:right !important;
	width:228px !important;
	height:48px !important;	
	background:url('../images/bt-comprar-cnpj.png') no-repeat 0 0 !important;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 12, 2013 */
@font-face {
    font-family: 'gothic720_btbold_italic';
    src: url('../font/got720bi-webfont.eot');
    src: url('../font/got720bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/got720bi-webfont.woff') format('woff'),
         url('../font/got720bi-webfont.ttf') format('truetype'),
         url('../font/got720bi-webfont.svg#gothic720_btbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'webfontregular';
    src: url('../font/goth720i-webfont.eot');
    src: url('../font/goth720i-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/goth720i-webfont.woff') format('woff'),
         url('../font/goth720i-webfont.ttf') format('truetype'),
         url('../font/goth720i-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic_720bold';
    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'),
         url('../font/gothic720bt-boldb-webfont.svg#gothic_720bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic_720_lightregular';
    src: url('../font/gothic720bt-lightb-webfont.eot');
    src: url('../font/gothic720bt-lightb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gothic720bt-lightb-webfont.woff') format('woff'),
         url('../font/gothic720bt-lightb-webfont.ttf') format('truetype'),
         url('../font/gothic720bt-lightb-webfont.svg#gothic_720_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic_720_lightitalic';
    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'),
         url('../font/gothic720bt-lightitalicb-webfont.svg#gothic_720_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic_720regular';
    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'),
         url('../font/gothic720bt-romanb-webfont.svg#gothic_720regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic720_btroman';
    src: url('../font/gothic720_bt_roman-webfont.eot');
    src: url('../font/gothic720_bt_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gothic720_bt_roman-webfont.woff') format('woff'),
         url('../font/gothic720_bt_roman-webfont.ttf') format('truetype'),
         url('../font/gothic720_bt_roman-webfont.svg#gothic720_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Cartão CPF - área logada */
.cpfcard{
	width:725px;
	font-family:Arial;
}
.cpfcard img{ max-width:100%; }

.cpfcard p{
	font-size:14px;
	line-height:16px;
	color:#525050;
	margin:15px 0;
}
.cpfcard h2{	
	font-size:30px;
	line-height:38px;
	font-weight:normal;
	color:#666;	
	margin:20px 0;
	width:100%;
	border-bottom:solid 2px #4eab03;
}
.cpfcard h2 strong{
	font-weight:bold;	
}

.cpfcard a.cpfcard-btprint{
	display:block;
	width:290px;
	height:60px;
	background:url(../images/cpfcard-btprint.png) no-repeat center top;
	text-indent:-9999px;
	margin:40px 0 40px 210px;
	cursor:pointer;
}
.cpfcard a.cpfcard-btprint:hover{
	background-position:center bottom;
}

.cpfcard-warning{
	width:100%;
	margin:130px 0 30px 0;
	background:#f7f5f5;
	border:solid 1px #ddd;
	border-radius:2px;	
}
.cpfcard-warning p{
	font-size:14px;
	line-height:16px;
	color:#525050;
	margin:15px 0;
	padding:0 20px;
}
.cpfcard-warning h3{
	position:absolute;
	z-index:2;
	margin:-35px 0 0 -1px;
	padding:5px 20px 1px 20px;	
	background:#f7f5f5;
	border:solid 1px #ddd;
	border-bottom:none;
	border-radius:2px;		
	font-weight:bold;
	font-size:24px;
	line-height:28px;
	color:#525050;
}


/* Cartão CPF - impressão */
.cpfcardprint{
	width:970px;
	padding:0 10px;
	margin:0 auto;
	font-family:Arial;	
}
.cpfcardprint h1{
	display:block;
	margin:60px;		
}
.cpfcardprint h1,
.cpfcardprint h1 img{
	width:250px;
	height:52px;		
}
.cpfcardprint h2{	
	font-size:36px;
	line-height:42px;
	font-weight:normal;
	color:#015cae;	
	margin:10px 0;
	padding:0 60px;
}
.cpfcardprint h2 strong{
	font-weight:bold;	
}
.cpfcardprint p{
	font-size:20px;
	line-height:26px;
	color:#000;
	margin:0;
	padding:0 60px;
}

.cpfprint-card{
	padding: 30px 3px 0px 10px;
}
.cpfprint-cardimg{
	width:970px;
}

.cpfprint img.cpfprint-code{
	max-width:300px;
}
.cpfprint span.cpfprint-cpf{
	width:100%;
	font-family:Arial;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:30px;
	line-height:38px;
}

.cpfcardprint-warning{
	width:100%;
	margin:50px 0 100px 0;
	background:#f7f5f5;
	border:solid 1px #ddd;
	border-radius:2px;	
}
.cpfcardprint-warning p{
	font-size:19px;
	line-height:23px;
	color:#000;
	margin:18px 0;
	padding:0 25px;
}
.cpfcardprint-warning h3{
	position:absolute;
	z-index:2;
	margin:-44px 0 0 -1px;
	padding:7px 25px 2px 25px;	
	background:#f7f5f5;
	border:solid: 1px #ddd;cpfprint-cardimg
	border-bottom:none;
	border-radius:2px;		
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	color:#000;
}

/* correções tela print */
.cpfcardprint { text-align: left; }
img.cpfprint-cardimg{ position:absolute; }
.cpfprint-card{ 
	min-height:460px; 
	margin: 160px 0 250px 0;
}

.cpfprint{
	position: absolute;
	z-index: 10;
	width: 320px;
	margin: 132px 0 0 546px;
}

.cpfprint img.cpfprint-code{
	max-width: 176px;
	margin: 0 62px;
}

/* correções tela principal */
.cpfprint-ex{
	display:block;
	width:230px;
	height:165px;
	padding:95px 70px 0 425px;
	background:url(../images/cpfcard-ex.jpg) no-repeat center center;	
}
.cpfprint-ex img.cpfprint-excode{
	max-width: 121px;
	max-height: 55px;
	margin: 0 45px;
}
.cpfprint-ex span.cpfprint-excpf{
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 32px;
}


span.help-codigo{
	display:block;
	width:19px;
	height:15px;
	padding-top:4px;
	margin-top:3px;
	background:url(../images/help-codigo-interrogacao.png) no-repeat center center;
	float:right;
	text-align:center;
	line-height:12px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
span.help-codigo span.help-codigo-balao{
	display:none;
	width:241px;
	height:67px;
	padding:7px 20px;
	margin:-80px 0 0 -270px;
	*margin:-70px 0 0 -288px;
	position:absolute;
	background:url(../images/help-codigo-balao.png) no-repeat center center;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	color:#2f7cc0;
}

/*home do vcp*/

/*fonts*/
@font-face {
    font-family: 'gothic_720bold';
    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'),
         url('../font/gothic720bt-boldb-webfont.svg#gothic_720bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothic720_btroman';
    src: url('../font/gothic720_bt_roman-webfont.eot');
    src: url('../font/gothic720_bt_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gothic720_bt_roman-webfont.woff') format('woff'),
         url('../font/gothic720_bt_roman-webfont.ttf') format('truetype'),
         url('../font/gothic720_bt_roman-webfont.svg#gothic720_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothic_720_lightregular';
    src: url('../font/gothic720bt-lightb-webfont.eot');
    src: url('../font/gothic720bt-lightb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gothic720bt-lightb-webfont.woff') format('woff'),
         url('../font/gothic720bt-lightb-webfont.ttf') format('truetype'),
         url('../font/gothic720bt-lightb-webfont.svg#gothic_720_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialBlack';
    src: url('../font/arialblack.eot');
    src: url('../font/arialblack.eot?#iefix') format('embedded-opentype'),
         url('../font/arialblack.woff') format('woff'),
         url('../font/arialblack.ttf') format('truetype'),
         url('../font/arialblack.svg#ArialBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@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;
}
/* banners*/
.sc-banners{
	float:left;
	width:725px;
	font-family: Arial;	
}
.sc-banners h2{
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	color: #666;
	margin: 20px 0;
	width: 100%;
	border-bottom: solid 2px #4eab03;	
}
.sc-banners a .sc-banner1,
.sc-banners a .sc-banner2,
.sc-banners a .sc-banner3,
.sc-banners a .sc-banner4{
	text-decoration:none;	
}

/* banner1*/
.sc-banner1{
	float:left;
	width:350px;
	height:240px;
	background:url(../images/sc-banner1.jpg) no-repeat left top;	
	margin:15px 25px 15px 0;
}
.sc-banner1 h3{
	text-align:center;
	font-family:'gothic_720bold';
	font-weight:normal;
	font-size:34px;
	line-height:34px;
	color:#0072bc;
	letter-spacing:-1px;
	padding:10px 0 2px 0;
	margin:0;
}
.sc-banner1 a.sc-banner1-bt{
	display:block;
	width:188px;
	height:30px;
	padding:10px 0 0 0;
	margin:0 0 0 140px;
	background:url(../images/sc-banner1-bt.png) no-repeat center top;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#fff;
}
.sc-banner1 a.sc-banner1-bt:hover{
	background-position:center bottom;
}
.sc-banner1 p{
	width:190px;
	margin:15px;
	margin-left:140px;
	font-size:16px;
	line-height:20px;
	color:#3b82b1;
}
.sc-banner1 p.sc-banner1-info{
	font-size:11px;
	line-height:14px;
	color:#888;
	margin-top:35px;
}

/* banner2*/
.sc-banner2{
	float:left;
	width:350px;
	height:240px;
	background:url(../images/sc-banner2.jpg) no-repeat left top;
	margin:15px 0;
	cursor:pointer;
}
.sc-banner2 span.sc-banner2-info{
	/*position:absolute;*/
	display:block;
	width:270px;
	height:52px;
	padding:10px 0 0 80px;
	margin:44px 0 0 0;
	background:url(../images/sc-banner2-info-verde.png) no-repeat left center;	
	font-size:16px;
	line-height:20px;
	color:#fff;	
}
.sc-banner2 p{
	font-family:'gothic720_btroman';
	font-size:22px;
	letter-spacing:-1px;
	line-height:28px;
	color:#235e84;
	padding:25px 20px;
	margin:0;	
}
.sc-banner2 p span.sc-banner2-nome{
	font-size:24px;
	font-family: 'gothic_720bold';
	color:#0072bc;
}

/* sc-bannerblackfriday*/
.sc-bannerblackfriday{
    float:left;
    width:350px;
    height:240px;
    background:url(../images/blackfridaybanner.jpg) no-repeat left top;
    margin:15px 0;
}
.sc-bannerblackfriday span.sc-banner2-info{
    /*position:absolute;*/
    display:block;
    width:270px;
    height:52px;
    padding:10px 0 0 80px;
    margin:44px 0 0 0;
    background:url(../images/sc-banner2-info-verde.png) no-repeat left center;
    font-size:16px;
    line-height:20px;
    color:#fff;
}
.sc-bannerblackfriday .sc-banner-empresa{
    float: left;
    height: 52px;
    margin: 124px 30px 0;
    width: 112px;
}
.sc-bannerblackfriday .sc-banner-vce{
    float: left;
    height: 44px;
    margin: 186px 0 0 -155px;
    width: 142px;
}
.sc-bannerblackfriday p span.sc-banner2-nome{
    font-size:24px;
    font-family: 'gothic_720bold';
    color:#0072bc;
}

/* banner3*/
.sc-banner3{
	display:none;
	float:left;
	width:350px;
	height:240px;
	background:url(../images/sc-banner3.jpg) no-repeat left top;
	margin:15px 0;	
}
.sc-banner3 a.sc-banner3-bt{
	display:block;
	width:135px;
	height:29px;
	padding:9px 0 0 25px;
	margin:0 0 0 20px;
	background:url(../images/sc-banner3-bt.png) no-repeat center top;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#fff;
}
.sc-banner3 a.sc-banner3-bt:hover{
	background-position:center bottom;	
}
.sc-banner3 p{
	width:150px;
	padding:0 20px;
	margin:25px 0 20px 0;
	font-size:16px;
	line-height:20px;
	color:#555;
}
.sc-banner3 p strong span{
	font-size:18px;
	color:#68b62e;
}

/* banner4*/
.sc-banner4{
	float:left;
	width:350px;
	height:240px;
	background:url(../images/sc-banner4b.jpg) no-repeat left top;
	margin:15px 0;
}
.sc-banner4 span.sc-banner4-imp{
	position:absolute;	
	width:60px;
	margin:10px 0 0 3px;
	padding:25px 0 0 0;
	background:url(../images/sc-banner3-importante.png) no-repeat center top;
	text-align:center;
	font-size:9px;
	color:#fff;
}
.sc-banner4 span.sc-banner4-prev{
	display:none;
	position:absolute;
	width:160px;
	margin:201px 0 0 100px;
	background:url(../images/sc-banner3-brasao.png) no-repeat right center;
	font-family:'ArialBlack', Arial;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#68b62e;
}

.sc-banner4 p{
	text-align:center;
	font-family:'gothic720_btroman';
	font-size:22px;
	line-height:26px;
	color:#fff;
	padding:112px 20px 0 20px;
	margin:0;
}
.sc-banner4 p strong{
	font-family: 'gothic_720bold';
	font-weight:normal;
}



    /*******************************************************************/
/* correções para o responsivo */

.login_direita_mobile{
	display:none !important;
}
.mobile-voltarhome{
	display:none !important;
}
.bt-voltar-mobile{
	display:none !important;
}
.mobile-top{
	display:none !important;
}
.titulo-cadastro-mobile{
	display:none !important;
}
.bloco_central .cadastro .lado-dir,
.termos{
	/*muda com js */
	display:block;		
}
.mobile-cadbts1{
	/*muda com js */
	display:none;	
}
.bloco_central .imgcheck-mobile{
	display:none !important;	
}
.bloco_central .texto4-mobile,
.bloco_central .bt-reenviar-mobile{
	display:none !important;
}
.miolo .confirmation-mobile{
	display:none !important;
}
.mobileheader,
.mobilemenu{
	display:none !important;
}
.footer_info-mobile{
	display:none !important;
}
.ui-loader-default{ display:none !important; } /* correção jquery mobile */

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'gothic720_btbold_italic';
    src: url('../font/got720bi-webfont.eot');
    src: url('../font/got720bi-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/got720bi-webfont.woff') format('woff'),
    url('../font/got720bi-webfont.ttf') format('truetype'),
    url('../font/got720bi-webfont.svg#gothic720_btbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'webfontregular';
    src: url('../font/goth720i-webfont.eot');
    src: url('../font/goth720i-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/goth720i-webfont.woff') format('woff'),
    url('../font/goth720i-webfont.ttf') format('truetype'),
    url('../font/goth720i-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic_720bold';
    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'),
    url('../font/gothic720bt-boldb-webfont.svg#gothic_720bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic_720_lightregular';
    src: url('../font/gothic720bt-lightb-webfont.eot');
    src: url('../font/gothic720bt-lightb-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/gothic720bt-lightb-webfont.woff') format('woff'),
    url('../font/gothic720bt-lightb-webfont.ttf') format('truetype'),
    url('../font/gothic720bt-lightb-webfont.svg#gothic_720_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic_720_lightitalic';
    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'),
    url('../font/gothic720bt-lightitalicb-webfont.svg#gothic_720_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic_720regular';
    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'),
    url('../font/gothic720bt-romanb-webfont.svg#gothic_720regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothic720_btroman';
    src: url('../font/gothic720_bt_roman-webfont.eot');
    src: url('../font/gothic720_bt_roman-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/gothic720_bt_roman-webfont.woff') format('woff'),
    url('../font/gothic720_bt_roman-webfont.ttf') format('truetype'),
    url('../font/gothic720_bt_roman-webfont.svg#gothic720_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* MeProteja - capa banner */
.meproteja-banner,
.meproteja-banner p,
.meproteja-banner a,
.meproteja-banner h3{
    margin:0;
    padding:0;
    list-style:none;
    font-family:Arial;
    font-weight:normal;
    text-decoration:none;
    font-size:14px;
    color:#666;
}
.meproteja-banner{
    display:block;
    width:722px;
    height:158px;
    background:url(../images/meproteja-banner.png) no-repeat center center;
}
.meproteja-banner h3{
    font-size:19px;
    font-weight:bold;
    text-transform:uppercase;
    color:#3975cb;
    padding:30px 0 5px 20px;
}
.meproteja-banner p{
    font-family: 'gothic720_btroman';
    font-size:14px;
    color:#fff;
    padding-left:20px;
}
.meproteja-banner p span{
    font-family:'gothic_720bold';
    font-size:16px;
    font-weight:normal;
    text-transform:uppercase;
    color:#faf709;
}
.meproteja-banner p span strong{
    font-weight:bold;
}
.meproteja-banner .bt-experimenteja{
    position:absolute;
    margin:60px 0 0 345px;
    display:block;
    width:138px;
    height:49px;
    background:url(../images/meproteja-bannerbt.png) no-repeat center center;
    text-indent:-9999px;
}

/* MeProteja - Geral */
h2.meprotejah2{
    font-family:Arial;
    font-weight:bold;
    font-size:31px;
    color:#6cc163;
    padding:0;
    margin:13px 0 20px 0;
}
.meproteja-box{
    float:left;
    width:698px;
    padding:25px 10px 10px 10px;
    border:solid 2px #edf1f4;
    margin-bottom:40px;
}

.meproteja-box ul,
.meproteja-box ul li,
.meproteja-box p,
.meproteja-box a,
.meproteja-box h3,
.meproteja-box h4{
    margin:0;
    padding:0;
    list-style:none;
    font-family:Arial;
    font-weight:normal;
    text-decoration:none;
    font-size:14px;
    color:#666;
}

/* MeProteja - capa coluna 1 */
.meproteja-box .capa-coluna1{
    float:left;
    width:338px;
    margin:25px 10px 10px 15px;
}
.meproteja-box .capa-coluna1 h3{
    font-weight:bold;
    margin:0 0 10px 0;
}
.meproteja-box .capa-coluna1 ul li{
    padding:5px 0 5px 32px;
    background:url(../images/meproteja-item.png) no-repeat left center;
}
.meproteja-box .capa-coluna1 .chamadaazul{
    text-align:center;
    font-weight:bold;
    font-size:16px;
    line-height:20px;
    color:#3975cb;
    margin:24px 0 12px 0;
}
.meproteja-box .capa-coluna1 .bt-experimenteja{
    display:block;
    width:216px;
    padding:13px 0;
    margin-left:60px;
    background:#4c83d0;
    border-radius:5px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    color:#fff;
}
.meproteja-box .capa-coluna1 .bt-experimenteja:hover{ background:#6495d9; }

/* MeProteja - capa coluna 2 */
.meproteja-box .capa-coluna2{
    float:left;
    width:280px;
    padding:10px 15px;
    margin:25px 5px 10px 15px;
    background:#d7e1ea;
    border-radius:6px;
}
.meproteja-box .capa-coluna2 h3{
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    color:#3975cb;
    padding:2px 0;
    margin:4px 0;
    border-bottom:solid 1px #3975cb;
}
.meproteja-box .capa-coluna2 ul{
    margin:14px 0 6px 0;
}
.meproteja-box .capa-coluna2 ul li{
    padding:13px 0 13px 50px;
    font-size:13px;
    color:#565755;
}
.meproteja-box .capa-coluna2 ul li span{
    color:#015cae;
}

.meproteja-box .capa-coluna2 ul li.bgicon1{ background:url(../images/meproteja-icon1.png) no-repeat left center; }
.meproteja-box .capa-coluna2 ul li.bgicon2{ background:url(../images/meproteja-icon2.png) no-repeat left center; }
.meproteja-box .capa-coluna2 ul li.bgicon3{ background:url(../images/meproteja-icon3.png) no-repeat left center; }


/* MeProteja - abas relatórios e alertas */
.meproteja-relatorios .aba-relatorios,
.meproteja-relatorios .aba-alertas-off,
.meproteja-alertas .aba-alertas,
.meproteja-alertas .aba-relatorios-off {
    display:block;
    width:325px;
    padding:15px 0 22px 0;
    border-radius:5px;
    text-align:center;
}

.meproteja-relatorios .aba-relatorios{
    float:left;
    background:#568fcd;
}
.meproteja-alertas .aba-relatorios-off{
    float:left;
    background:#aac7e6;
}
.meproteja-alertas .aba-alertas{
    float:right;
    background:#85c87f;
}
.meproteja-relatorios .aba-alertas-off{
    float:right;
    background:#c0e1bd;
}

.meproteja-relatorios .aba-relatorios h3,
.meproteja-relatorios .aba-alertas-off h3,
.meproteja-alertas .aba-alertas h3,
.meproteja-alertas .aba-relatorios-off h3 {
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:25px;
    color:#fff;
    cursor:default;
}

.meproteja-relatorios .aba-alertas-off h3 { color:#97aa95; }
.meproteja-alertas .aba-relatorios-off h3{ color:#8896a6; }

.meproteja-alertas .aba-relatorios-off a h3,
.meproteja-relatorios .aba-alertas-off a h3{
    text-decoration:underline;
    cursor:pointer;
}

.meproteja-relatorios .aba-relatorios h3{ background:url(../images/meproteja-relatorios.png) no-repeat 105px center; }
.meproteja-relatorios .aba-alertas-off h3{ background:url(../images/meproteja-alertas-off.png) no-repeat 120px center; }
.meproteja-alertas .aba-alertas h3{ background:url(../images/meproteja-alertas.png) no-repeat 120px center; }
.meproteja-alertas .aba-relatorios-off h3{ background:url(../images/meproteja-relatorios-off.png) no-repeat 105px center; }


/* MeProteja - conteudo sem relatórios e alertas */
.sem-relatorios,
.sem-alertas{
    display:block;
    float:left;
    width:100%;
    min-height:355px;
    margin-top:-2px;
}
.sem-relatorios{
    border-top:solid 10px #568fcd;
    background:#f2f5f9 url(../images/meproteja-bgsemrelatorios.png) no-repeat 540px 30px;
}
.sem-alertas{
    border-top:solid 10px #85c87f;
    background:#f1ffec url(../images/meproteja-bgsemalertas.png) no-repeat 540px 30px;

}

.sem-relatorios .meproteja-voltar,
.sem-alertas .meproteja-voltar{
    position:absolute;
    display:block;
    padding:8px 32px;
    margin:300px 0 0 15px;
    border-radius:5px;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#fff;
    cursor:pointer;
}
.sem-relatorios .meproteja-voltar{ background:#4079ca; }
.sem-relatorios .meproteja-voltar:hover{ background:#6495d9; }
.sem-alertas .meproteja-voltar{ background:#85c87f; }
.sem-alertas .meproteja-voltar:hover{ background:#98cc93; }

.sem-relatorios h4,
.sem-alertas h4{
    font-family: 'gothic_720_lightregular';
    font-size:23px;

    margin:35px 15px 15px 15px;
}
.sem-relatorios h4{ color:#568fcd; }
.sem-alertas h4{ color:#85c87f; }
.sem-relatorios p,
.sem-alertas p{
    max-width:500px;
    margin:0 15px;
}

/* MeProteja - conteudo com relatórios e alertas */
.com-relatorios,
.com-alertas{
    display:block;
    float:left;
    width:100%;
    min-height:275px;
    margin-top:-10px;
    background:#fff;
}
.com-relatorios{ 	border-top:solid 2px #abc7e6; }
.com-alertas{ border-top:solid 2px #c2e4bf; }

.com-relatorios .meproteja-voltar,
.com-alertas .meproteja-voltar{
    position:absolute;
    display:block;
    padding:8px 32px;
    border-radius:5px;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#fff;
    cursor:pointer;
}
.com-relatorios .meproteja-voltar{ background:#4079ca; }
.com-alertas .meproteja-voltar{ background:#85c87f; }
.com-relatorios .meproteja-voltar:hover{ background:#6495d9; }
.com-alertas .meproteja-voltar:hover{ background:#98cc93; }

.com-relatorios table,
.com-alertas table{
    width:100%;
    border:0;
    margin:0;
    padding:0;
    font-family:Arial;
    font-size:14px;
    color:#666;
}
.com-relatorios table th,
.com-alertas table th{
    font-weight:bold;
    color:#fff;
    padding:9px 15px 7px 15px;
}
.com-relatorios table th { background:#568fcd; }
.com-alertas table th { background:#85c87f; }

.com-relatorios table td,
.com-alertas table td{
    padding:12px 15px;
    border-bottom:solid 1px #c7dcf0;
}
.com-relatorios table td a.visualizar,
.com-alertas table td a.visualizar{
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    padding:5px 45px 5px 0;
}
.com-relatorios table td a.visualizar{
    background:url(../images/meproteja-lupa-azul.png) no-repeat right center;
    color:#3975cb;
}
.com-alertas table td a.visualizar{
    background:url(../images/meproteja-lupa-verde.png) no-repeat right center;
    color:#53a44c;
}

.com-relatorios table td a.visualizar span,
.com-alertas table td a.visualizar span{
    display:none;
    position:absolute;
    width:190px;
    height:60px;
    margin: -12px 0 0 -103px;
}
.com-relatorios table td a.visualizar span{ background:url(../images/meproteja-balao-relatorio.png) no-repeat center center; }
.com-alertas table td a.visualizar span{ background:url(../images/meproteja-balao-alerta.png) no-repeat center center; }

.bloco-mp{
line-height: normal;
float: left;
width: 725px;
margin-bottom: 100px;
margin-right: -20px;
margin-left: -38px;}
.bt-experimentemouseover:hover{
    opacity:1 !important;
}
