/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable 6
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

* { margin:0; padding:0; }

body          {
	background: #fff;
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #000;
	overflow-x:hidden;
}

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

a             { color:#1e7ec8; text-decoration:none; cursor: pointer; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { color:#0a263c; font-weight: normal; }
h1            { font-size:20px; }
h2            { font-size:18px; }
h3            { font-size:16px; }
h4            { font-size:14px; }
h5            { font-size:12px; }
h6            { font-size:11px; }

/* 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; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; font-size: 15px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; 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 !important; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.wrp-center { width: 960px; margin: auto; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main {
	width: 960px;
	margin: 52px auto 0 auto;
	min-height: 400px;
	text-align: left;
}

/* Base Columns */
.col-left { float:left; width: 188px;}
.col-main { float: left; width:748px;}
.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; /*margin-top: 46px;*/ }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.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 { font:12px 'allerlight', Open Sans, Helvetica, sans-serif; vertical-align: middle; color:#2f2f2f; }
input.input-text,select,textarea {
	background: #fff;
	border: 2px solid #dedede;
	padding: 10px 10px;
	font-size: 13px;
	border-radius: 2px;
}

.esmart-smartcheckout-index-index input.input-text,textarea { width: 345px; }

.quantidade .list-qtd input {
	width: 40px;
	padding: 6px 0px;
	float: left;
}

input.input-text,textarea {
	padding: 12px 10px;
}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; 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 {
	text-align: center;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #eee;
}
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; background:transparent; cursor:pointer; font-family: Open Sans, Helvetica; font-weight: bold; }
button.button {
	display:block;
	padding: 7px 13px;
	font:bold 12px/19px Open Sans, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#fff;
	text-transform: uppercase;
	background: #e5af56;
}

button.button:hover {
  background: #f4c16d;
}

button.button span { border:0; padding:0; background: none!important;}
button.button span span { border:0; padding:0; background: none!important;}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Open Sans, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {  }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin: 0 0 20px 0;
}
.form-list label {
	float: left;
	color: #454647;
	position: relative;
	z-index: 0;
	font-size: 12px;
}

.customer-account-login .form-list label {
	margin-bottom: 6px;
	width: 100%;
}

.form-list label.required {}
.form-list label.required em {
	font-style: normal;
	color: #454647;
	/*position: absolute;
	top: 0;
	left: -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 { }
.form-list .field { float:left;}
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; padding: 10px 7px; }
.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; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

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

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

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

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

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

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

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.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;
}
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link {
	float:left;
}

.buttons-set .back-link {
	float: left;
	margin-top: 6px;
}
.buttons-set .back-link a {
	color: #3a6a6e;
	font-size: 15px;
	border-radius: 4px;
	line-height: 21px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/icone-back.png) no-repeat;
	padding-left: 18px;
	line-height: 100%;
}
.buttons-set .back-link a:hover {
	text-decoration: underline;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/icone-back.png) no-repeat!important;
}
.buttons-set button.button {
	display:block;
	padding: 11px 18px;
	font:bold 15px/19px Open Sans, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#fff;
	text-transform: uppercase;
	background: #e5af56;
}
.buttons-set button.button:hover {
	background: #f4c16d;
}

.review-product-list form#review-form .buttons-set {
	float: right;
	margin-bottom: -45px;
}

.review-product-list form#review-form .buttons-set button.button {
	float: right;
	margin-bottom: -45px;
	background-color: #63103b;
	height: 49px;
	line-height: 55px;
}

.review-product-list form#review-form .buttons-set button.button:hover {
	background-color: #780d44;
}

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

.fieldset {
	margin-bottom: 30px;
}
.fieldset .form-list .field {
	margin-right: 20px;
}
.fieldset .field.name-lastname {
	clear: both;
	margin-top: 20px;
}
.fieldset label {
	float: left;
	margin: 6px 10px 0 0;
	width: 236px;
	text-align: right;
	color: #454647;
}
.fieldset .form-list label.required em {

}
.fieldset .form-list .input-box {
	float: left;
}
.fieldset .form-list .input-box input {
	width: 400px;
}
.fieldset .confirm-pass {
	margin-top: 20px;
}
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; float: left; position: absolute;}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; color: #eb340a!important; }
.validation-passed {}
p.required {
	font-size: 12px;
	text-align: right;
	color: #626262;
}
/* 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 { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; position: relative; z-index: 9999;}
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_msg-note.gif); color:#3d6611; }

.checkout-cart-index .success-msg, .checkout-cart-index .error-msg {
border: none !important;
color: #787878 !important;
font-size: 14px !important;
font-weight: normal !important;
padding: 0 0 0 27px !important;
background: #fff url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/icone-sucesso.png) no-repeat left top !important;
min-height: 19px !important;
}

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; display: none; }
.esmart-biblioteca-buscar-index .breadcrumbs{display: inherit;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title {
	width: 100%;
	overflow: hidden;
}
.page-title h1,
.page-title h2 {
	margin: 0;
	font-size: 16px;
	color: #373737;
	font-weight: bold;
	line-height: 100%;
}

.page-title h2.title-result {
	margin: 0;
	font-size: 15px;
	color: #a2a1a1;
	line-height: 100%;
}

.catalogsearch-result-index .page-title h2 {
	margin-bottom: 10px;
}
#coupon-discount .discount {
	width: 382px;
}
#coupon-discount .buttons-set {
	margin-right: 0;
}
.ontop {
	width: 100%;
	height: 100%;
	z-index: 999;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.72);
}

.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,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager {

}
.sales-order-history .pager {
	margin-bottom: 20px;
	background: #efefef;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.pager .amount {
	float: left;
	margin: 0 0 0 40px;
	width: 114px;
	color: #666666;
	font-size: 14px;
}
.pager .limiter {
	float: left;
}
.pager .limiter label {
	float: left;
	color: #666666;
	font-size: 14px;
	margin: 0 10px 0 22px;
}
.pager .limiter select {
	float: left;
}
.pager .pages {
	float: right;
	margin: 0px 20px 0 0;
}
.pager .pages ol {
	display: inline;
}
.pager .pages li {
	display: inline;
	color: #7d7d7d;
	margin: 0 1px;
	font-size: 14px;
}
.pager .pages li a {
	color: #7d7d7d;
	text-decoration: none;
	font-size: 14px;
}
.pager .pages li a:hover,
.pager .pages .current {
	color: #7d7d7d;
	font-weight: bold;
}
.pager .pages .v-middle {
	margin-top: -3px;
}
.toolbar .bt-comparar {
	float: right;
}
.toolbar .bt-comparar button {
	width: 98px;
	height: 48px;
	background: #77a8af;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-family: Open Sans;
	font-size: 16px;
	cursor: pointer;
}
.toolbar .bt-comparar button:hover {
	background: #84b8c0;
}
/* Sorter */
.sorter { font-size:11px; }
.sorter .view-mode { float:left; margin:0; }
.sort-by {
	float: left;
}
.sort-by label {
	float: left;
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
}
.sort-by select {
	float: left;
}
.sorter .link-feed {}

/* Toolbar */
.toolbar {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-toolbar.png) no-repeat;
	margin-bottom: 10px;
	height: 38px;
	line-height: 39px;
}
.toolbar .pager {
	float: left;
	width: 100%;
}
.toolbar .sorter { }
.toolbar-bottom {
	margin-top: 30px;
}

/* Data Table */
.data-table {
	width:100%;
}
/*.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 { border-bottom:0 !important; }*/
.data-table th {
	padding: 3px 0;
	border-bottom: 1px solid #d9dde3;
}
.data-table td { padding: 3px 0; }

.data-table thead th {
	padding: 2px 0;
	color: #000;
	white-space: nowrap;
	font-size: 14px;
}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th {

}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {}
.data-table tfoot tr { background-color: #efefef !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; padding: 5px; }
.data-table tfoot strong { font-size:16px; }

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

}
.data-table tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #d9dde3;
}
.price-excl-tax {
	padding-top: 16px;
}
/* Bundle products tables */
.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 { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; 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(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/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 td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
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(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !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 { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.product-view .link-wishlist { background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/lista-de-desejos.png') no-repeat 0 0; width: 132px; height: 27px; float: left; color: #fff !important; text-transform: uppercase; letter-spacing: -1px; font-size: 13px; padding-left: 8px; line-height: 25px; text-align: left;}
.category-iniciante .product-view .link-wishlist{background-position:0 -40px;}
.category-experiente .product-view .link-wishlist{background-position:0 -80px;}
.category-autonomo .product-view .link-wishlist{background-position:0 -120px;}
.product-view .email-friend a { background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/recomendar-produto.png) no-repeat; width: 167px; height: 27px; float: left; text-indent: -9999em; margin-bottom: 8px; }
.link-reorder { color: #646464; font-size: 11px; }
.link-compare { font-weight:bold; display: none; }
.link-print { /*background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ color: #646464; font-size: 11px; }
.link-rss { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:12px; font-size:0; line-height:0; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_previous.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(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin-bottom: -24px; margin-left: 11px;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

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

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo {
	float:left;
}
.header-container {
	height: 90px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/header-bg.png) no-repeat top center;
}
.header {
	width: 960px;
	height: 90px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 999;
}
.header .logo {
	height: 56px;
	text-decoration: none !important;
	margin-top: 14px;
}
.header .logo a {
	display: block;
}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.inner-header {
	margin-left: 235px;
	padding: 15px 0;
}
.header .quick-access {

}
.header .welcome-msg {
	color: #979797;
	float: right;
}
.header .welcome-msg a { color:#979797; }
.header .form-search {
	float: right;
	width: 388px;
	height: 39px;
	background: #fff;
	-webkit-box-shadow:inset 0 0 5px 1px #D9D9D9;
	box-shadow:inset 0 0 5px 1px #D9D9D9;
	margin: 5px;
	border-radius: 5px;
}

.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;
	width: 282px;
	margin: 4px 0 0 14px;
	color: #dedede;
	font-size: 12px;
	border: none;
	padding: 8px 0;
	text-transform: uppercase;
	font-family: Open Sans;
	font-size: 12px;
	font-weight: bold;
	background: none;
	box-shadow: none;
}
.header .form-search button.button {
	float: right;
	background: #e5af56;
	width: 83px;
	height: 31px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Open Sans, Helvetica;
	margin: 4px;
}

.header .form-search button.button:hover {
	opacity: 0.9;
}

.header .form-search button.button span { border:0; height:21px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Open Sans, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; 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; }
.nav-header {
	float: left;
	margin: 0px;
}
.nav-header ul.nav-head {
	float: left;
	width: 100%;
}

.nav-header ul.nav-head li {
	float: left;
	font-size: 11px;
	color: #e5af56;
	margin-right: 17px;
}

.nav-header ul.nav-head li:last-child {
	margin-right: 0px;
}

.nav-header ul.nav-head li a {
	font-size: 11px;
	color: #e5af56;
	text-decoration: none;
}

.nav-header ul.nav-head li a:hover {
	text-decoration: underline;
}

.nav-header ul.nav-head li.login a {
	font-weight: bold;
}

.nav-header ul.nav-head li.login-facebook a {
	width: 178px;
	height: 40px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/login-facebook.png) no-repeat;
	display: block;
	margin: -15px 10px 0px 10px;
}

.nav-header ul.nav-head li.login-facebook a:hover {
	opacity: 0.8;
}

.nav-header ul.nav-head ul.social-networks {
	float: left;
}

.nav-header ul.nav-head ul.social-networks li {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/social-networks.png) no-repeat;
	width: 17px;
	height: 17px;
	float:left;
	margin-right: 10px!important;
}
.nav-header ul.nav-head ul.social-networks li a {
	text-indent: -9999em;
}
.nav-header ul.nav-head ul.social-networks li:hover {
	opacity: 0.8;
}

.nav-header ul.nav-head ul.social-networks li.twitter {
	background-position: -18px 0px;
}

.nav-header ul.nav-head ul.social-networks li.youtube {
	background-position: -41px 0px;
}

.nav-header ul.nav-head ul.social-networks li.pinterest {
	background-position: -65px 0px;
}

.header .links li {
	float: left;
	color: #e5af56;
}
.header .links li.last span{
	display: none;
}
.header .links li.last span {
	display: none;
}
.header .links a {
	color: #e5af56;
	text-decoration: none;
	font-size: 12px;
	margin: 0 4px;
}
.header .links a:hover {
	text-decoration: underline;
}
.nav-header {
	display: block;
	height: 20px;
	width: 100%;
}

.nav-header p.phone {
	color: #e5af56;
	font-size: 12px;
	padding: 3px 0 0 0;
}

.nav-header li.nav-head:first-child {
	margin-left: 10px;
}

.nav-header li.nav-head:last-child {
	margin-right: 0px;
}

.nav-head li:last-child a {
	font-weight: bold;
}

.nav-header li.nav-head {
	float: left;
	display: block;
	margin-right: 32px;
}

.nav-header li.nav-head i {
	font-size: 26px;
	color: #197eb1;
	float: left;
	margin: 7px 13px 7px 14px;
}

.nav-header li.nav-head i.icon-down-open {
	float: right;
	margin: 12px 11px 0 0;
	font-size: 12px;
	cursor: pointer;
	color: #3a6a6e;
}

.nav-header .clique {
	color: #3a3a3a;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.nav-header .clique:hover {
	text-decoration: underline;
}

.nav-header ul.menu {
	float: left;
	margin-top: 10px;
}

.nav-header ul.menu li {
	float: left;
	margin-right: 26px;
}

.nav-header ul.menu li:last-child {
	margin-right: 0px;
}

.nav-header ul.menu li a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}

.nav-header ul.menu li a:hover {
	text-decoration: underline;
}

.nav-header .nav-with-sub ul,
.nav-header ul.menu ul {
	display: none;
	padding: 8px;
	width: 120px;
	position: absolute;
	left: 50%;
	top: -6px;
	text-align: left;
	background: #3a6a6e;
	margin-left: -60px;
	z-index: 999;
	margin-top: 33px;
	border: 1px solid #509297;
}
.nav-header ul.menu li.parent {
	position: relative;
	padding-bottom: 10px;
}
.nav-header ul.menu li.parent ul li:last-child {
	padding-bottom: 6px;
}
.nav-header ul.menu li.parent:hover ul {
	display: block;
}
.nav-header .nav-with-sub ul li,
.nav-header ul.menu ul li {
	float: none;
	margin: 0px;
	text-align: left;
}

.nav-header .nav-with-sub ul li a,
.nav-header ul.menu ul li a {
	color: #fff;
	text-align: left;
	border: 0px;
	padding-bottom: auto;
	padding: 5px 7px!important;
}

.nav-header .nav-with-sub a,
.nav-header ul.menu ul li {
	padding-bottom: 14px;
}

.nav-header .nav-with-sub ul li:hover a {
	color: #fff;
	text-decoration: none;
}
.nav-header ul.menu ul li {
	padding-bottom: 6px;
}
.nav-header ul.menu ul li a {
	display: block;
	padding: 7px;
}
.nav-header ul.menu ul li:hover a {
	background: #e5af56;
	color: #fff;
	text-decoration: none;
}
/*Cart-topo*/
.cartTopo {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/minha-cesta.png) no-repeat;
	float: right;
	text-align: left;
	width: 182px;
	height: 48px;
	position: absolute;
	top: 42px;
	right: 0;
}

.cartTopo p {
	text-transform: uppercase;
	color: #3a6a6e;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 0px 0px 52px;
}

.wrp_cart .block.block-cart {
	display: none;
	background: #3a6a6e;
	position: absolute;
	right: 2px;
	top: 90px;
	width: 343px;
}

.wrp_cart:hover .block.block-cart {
	display: block;
}

.cartTopo a {
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 4px;
}
.cartTopo h4 {
	text-decoration: none;
	color: #197eb1;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}
.cartTopo a .total {
	text-decoration: none;
	color: #197eb1;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Open Sans';
	display: block;
}

.home-slider {
	width: 100%;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/slide-home.jpg) no-repeat top center;
	height: 361px;
}

.home-slider .slide-wrp {
	width: 960px;
	margin: auto;
}

.home-slider .slide-wrp .texto {
	width: 350px;
	padding-left: 50px;
	float: left;
	color: #fff;
	padding-top: 48px;
}

.home-slider .slide-wrp .texto h3 {
	font-size: 40px;
	color: #fff;
	letter-spacing: -2px;
	font-weight: 100;
	line-height: 41px;
	margin-bottom: 40px;
}

.home-slider .slide-wrp iframe{
	float: right;
	margin-top: 34px;
}

/********** < Navigation */
.nav-container {
	float: left;
}

/* All Levels */ /* Style consistent throughout all nav levels */

.cms-home .main-container {
	width: 100%;
	margin-bottom: 0px;
	clear: both;
}

.cms-home .main-container .main {
	width: 100%;
}

.checkout-cart-index .main-container {
	width: 100%;
	margin: auto;
}

.checkout-cart-index .main, .catalogsearch-result-index .main {
	width: 100%;
}

.checkout-cart-index .main {
	margin-top: 25px;
}

.catalog-category-view .main-container, .catalogsearch-result-index .main-container {
	width: 100%;
	margin: auto;
}

.catalog-category-view .main {
	width: 100%;
}


.main-container {
	width: 960px;
	margin: 12px auto;
}

/********** Navigation > */
/* ======================================================================================= */

/* Biblioteca ====================================== */

.biblioteca .colored-title {
	width: 960px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/orange-title.png) no-repeat right;
	height: 38px;
	margin: 12px auto;
}

.biblioteca .colored-title h1 {
	color: #e5af56;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	float: left;
}

.biblioteca .colored-title p {
	color: #fff;
	font-size: 14px;
	float: left;
	margin: 9px 0px 0px 70px;
}

.biblioteca .obras-indicadas {
	width: 100%;
	height: 441px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/biblioteca-bg.png) no-repeat center;
}

.obras-indicadas .obras-form {
	width: 960px;
	margin: 0 auto;
}
.obras-indicadas .obras-form .tipo-de-leitor {
	float: left;
	width: 178px;
}
.obras-indicadas .obras-form .tipo-de-leitura {
	float: left;
	width: 190px;
	margin-left: 36px;
}
.obras-form ul {
	float: left;
	padding-left: 0px;
	padding-top: 14px;
}

.obras-form h2 {
	font-size: 14px;
	color: #3a6a6e;
	margin: 14px 0 0 0;
	font-weight: 700;
}

.obra-content  h2 { font-size: 13px; }
.obras-indicadas .obras-form .tipo-de-leitura ul {
	margin-top: 42px;
}
.obras-indicadas .obras-form ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 14px;
	overflow: hidden;
	float: left;
}
.biblioteca .obras-indicadas .obras-form .tipo-de-leitura li:first-child {
	margin-bottom: 32px;
}
.obras-indicadas .obras-form .tipo-de-leitura li:first-child img {
	margin-left: -20px;
}
.obras-indicadas .obras-form .tipo-de-leitura .inputs {
	margin-top: 52px;
}
.obras-indicadas .obras-form .tipo-de-livro {
	float: left;
	width: 478px;
	margin-left: 78px;
}
.obras-indicadas .obras-form .tipo-de-livro h2 {
	margin-bottom: 20px;
	margin-top: 0;
}
.obras-indicadas .obras-form .tipo-de-livro h2 span.text-right {
	font-weight: 500;
}
.obras-indicadas .obras-form .tipo-de-livro ul {
	float: left;
	padding-top: 0;
}
.obras-indicadas .obras-form .tipo-de-livro ul.first-list {
	width: 240px;
	margin-right: 12px;
}
.obras-indicadas .obras-form .tipo-de-livro ul.last-list {
	width: 226px;
}
.obras-indicadas .obras-form .tipo-de-livro ul li {
	margin-bottom: 10px;
}
.obras-indicadas .obras-form .tipo-de-livro .inputs {
	margin-top: 34px;
}
.obras-indicadas .obras-form .tipo-de-livro .obra-content {
	width: 190px;
	display: table;
	margin-left: -10px;
}
.obras-indicadas .obras-form .tipo-de-livro ul.last-list .obra-content {
	width: 182px;
}
.obras-form .tipo-de-livro li .obra-content img {
	float: left;
}
.obras-form .tipo-de-livro .obra-content p {
	display: table-cell;
	vertical-align: middle;
	font-weight: 800;
	text-align: left;
	font-size: 12px;
}
.obras-form .inputs {
	float: left;
	width: 40px;
}
.obras-form .tipo-de-leitor .inputs {
	margin-top: 44px;
}
.obras-form .tipo-de-leitor .inputs {
	margin-top: 44px;
}
/*Radio Button Style*/
.obras-form input[type=radio]:not(old),
.obras-form input[type=checkbox ]:not(old) {
	width: 18px;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}
.obras-form input[type=radio]:not(old) + label,
.obras-form input[type=checkbox]:not(old) + label {
    display: inline-block;
    width: 18px;
	height: 18px;
	margin-left: -18px;
	padding-left: 18px;
    cursor: pointer;
	text-indent: -9999em;
}
.obras-form .azul input[type=radio]:not(old) + label,
.obras-form .azul input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-azul.png) no-repeat left top;
}
.obras-form .azul input[type=radio]:not(old):checked  + label,
.obras-form .azul input[type=checkbox]:not(old):checked  + label {
    background-position: left bottom;
}
.obras-form .salmao input[type=radio]:not(old) + label,
.obras-form .salmao input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-salmao.png) no-repeat left bottom;
}
.obras-form .salmao input[type=radio]:not(old):checked  + label,
.obras-form .salmao input[type=checkbox]:not(old):checked  + label {
    background-position: left top;
}
.obras-form .verde input[type=radio]:not(old) + label,
.obras-form .verde input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-verde.png) no-repeat left bottom;
}
.obras-form .verde input[type=radio]:not(old):checked  + label,
.obras-form .verde input[type=checkbox]:not(old):checked  + label {
    background-position: left top;
}
.obras-form .amarelo input[type=radio]:not(old) + label,
.obras-form .amarelo input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-amarelo.png) no-repeat left bottom;
}
.obras-form .amarelo input[type=radio]:not(old):checked  + label,
.obras-form .amarelo input[type=checkbox]:not(old):checked  + label {
    background-position: left top;
}
.obras-form .laranja input[type=radio]:not(old) + label,
.obras-form .laranja input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-laranja.png) no-repeat left bottom;
}
.obras-form .laranja input[type=radio]:not(old):checked  + label,
.obras-form .laranja input[type=checkbox]:not(old):checked  + label {
    background-position: left top;
}
.obras-form .rosa input[type=radio]:not(old) + label,
.obras-form .rosa input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-rosa.png) no-repeat left bottom;
}
.obras-form .rosa input[type=radio]:not(old):checked  + label,
.obras-form .rosa input[type=checkbox]:not(old):checked  + label {
    background-position: left top;
}
.obras-form .roxo input[type=radio]:not(old) + label,
.obras-form .roxo input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-roxo.png) no-repeat left bottom;
}
.obras-form .roxo input[type=radio]:not(old):checked  + label,
.obras-form .roxo input[type=checkbox]:not(old):checked  + label  {
    background-position: left top;
}
.obras-form .violeta input[type=radio]:not(old) + label,
.obras-form .violeta input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-violeta.png) no-repeat left bottom;
}
.obras-form .violeta input[type=radio]:not(old):checked  + label,
.obras-form .violeta input[type=checkbox]:not(old):checked  + label  {
    background-position: left top;
}
.obras-form .preto input[type=radio]:not(old) + label,
.obras-form .preto input[type=checkbox]:not(old) + label {
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/radio-preto.png) no-repeat left bottom;
}
.obras-form .preto input[type=radio]:not(old):checked  + label,
.obras-form .preto input[type=checkbox]:not(old):checked  + label {
    background-position: left top;
}
.obras-indicadas .obras-form .obra-content {
	float: left;
}
.obras-indicadas .obras-form .tipo-de-leitor .obra-content {
	width: 114px;
	text-align: center;
}

.obras-indicadas .obras-form ul li .obra-content p {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 700;
}
.biblioteca .tipo-de-livro .acao {
	float: left;
	margin: 14px 0 0 60px;
}
.biblioteca .tipo-de-livro .acao input {
	width: 157px;
	height: 45px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-filtro-home.png) no-repeat left top;
	border: none;
}
.biblioteca .tipo-de-livro .acao input:hover {
	background-position: left bottom;
	cursor: pointer
}
/* Lan�amentos Home ========================================== */

.lancamentos .colored-title {
	width: 960px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/green-title.png) no-repeat right;
	height: 38px;
	margin: 12px auto;
}

.lancamentos .colored-title h3 {
	color: #3a6a6e;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	float: left;
}

.lancamentos .colored-title p {
	color: #fff;
	float: left;
	font-size: 14px;
	margin: 9px 0px 0px 70px;
}

.lancamentos .produtos-lancamentos {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tiled-wood.png);
}

.lancamentos .produtos-lancamentos ul {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/wood-table.png) no-repeat;
	background-position: center 211px;
}

/* Busca ============================================== */
.busca-livro {
	float: left;
	clear: both;
	margin-top: 10px;
}
.busca-livro h3 {
	font-size: 24px;
	color: #e5af56;
	width: 960px;
	margin: auto;
	text-align: left;
	font-weight: bold;
	padding: 18px 0;
}
.busca-livro form#search_mini_form {
	width: 960px;
	margin: auto;
	display: block;
}
.busca-livro form#search_mini_form select {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
}
.busca-livro form#search_mini_form .styleSelect {
    width: 80px;
    height: 34px;
    overflow: hidden;
    background: url("http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/seta-submenu.png") no-repeat right;
	cursor: pointer;
}
.busca-livro form#search_mini_form select option {
	background: #e5af56;
	padding: 5px;
}
.busca-livro form#search_mini_form .form-search {
	width: 680px;
	display: block;
	border: none;
	background: #ececec;
	float: right;
	box-shadow: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.busca-livro form#search_mini_form label {
	color: #006a6f;
	font-weight: bold;
	font-size: 20px;
	line-height: 44px;
	text-transform: uppercase;
}
.busca-livro form#search_mini_form .form-search input::-webkit-input-placeholder {
	color: #fff;
}
.busca-livro form#search_mini_form .form-search input:-moz-placeholder {

	/* Firefox 18- */
	color: #fff;
}
.busca-livro form#search_mini_form .form-search input::-moz-placeholder {

	/* Firefox 19+ */
	color: #fff;
}
.busca-livro form#search_mini_form .form-search input:-ms-input-placeholder {
	color: #fff;
}
.busca-livro form#search_mini_form .bg-search{
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-search.jpg') no-repeat;
    height: 50px;
    width: 50px;
    background-size: 100%;
    float: left;
    margin-left: 220px;
}
.busca-livro form#search_mini_form .form-search input {
	border: none;
	color: #666666;
	font-size: 14px;
	padding-left: 30px;
	background: none;
	padding: 10px 10px;
	margin: 0 0 0 10px;
	width: 620px;
	float: left;
	font-weight: normal;
	text-transform: inherit;
}
.busca-livro form#search_mini_form .form-search button {
	border: none;
	background: transparent url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/search-icon.png) no-repeat;
	text-indent: -9999em;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 19px;
	height: 18px;
	margin: 10px 20px 0px 0px;
}
.busca-livro .search-autocomplete {
	background: #006a6f;
	padding: 10px;
	z-index: 9999;
	left: 275px !important;
	width: 636px !important;
	color: #fff;
}
.busca-livro .search-autocomplete li {
	float: left;
	width: 100%;
	text-align: left;
	margin: 5px 0;
}
.busca-livro .search-autocomplete li a {
	color: #fff;
}
.busca-livro .search-autocomplete img {
	float: left;
	padding-right: 10px;
}
.busca-livro .search-autocomplete .name {
	font-size: 16px;
	margin: 0;
}
.busca-livro .search-autocomplete .description {
	font-size: 12px;
}
.busca-livro .search-autocomplete li.suggest {
	float: right;
	width: 100%;
	text-align: right;
}
.busca-livro .search-autocomplete li a:hover {
	text-decoration: none;
}


ul.titulo-select { float: left; height: 41px; float: left; padding-left: 0px;}
ul.titulo-select li { float: none; list-style: none;}
ul.titulo-select li a { height: 28px; line-height: 45px; font-weight: bold; font-size: 16px; color: #fff; text-align: center; text-decoration: none; }
ul.titulo-select li.first { padding: 10px 53px 0px 0px;}
ul.titulo-select li.first a { color: #878787; font-size: 12px; cursor: pointer;}

ul.titulo-select li.first a:hover {
	color: #555555;
}

ul.titulo-select li a:hover {
	color: #fff;
}

ul.titulo-select li.busca-titulo a.principal {
	margin-top: 4px;
}

ul.titulo-select li.busca-titulo i {
	margin-top: 12px;
	display: block;
	float: right;
}

li.nav-with-sub {
	position: relative
}
li.nav-with-sub a:hover {
	text-decoration: none;
	color: #000;
}
li.nav-with-sub ul {
	display: none;
	padding: 0px;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 26px;
	text-align: left;
	background: #F5F5F5;
	margin-left: -35px;
	z-index: 999;
	margin-top: 19px;
}
li.nav-with-sub ul li a {
	background: none!important;
	font-weight: normal!important;
	color: #80a8b2;
	font-size: 13px;
	border-top: 1px solid #E2E2E2;
	padding: 10px;
}

li.nav-with-sub ul li:first-child a {
	border-top: none;
}

li.nav-with-sub ul li a:hover {
	background-color: #e5af56!important;
}

li.nav-with-sub ul li a:last-child:hover {

}

li.nav-with-sub ul li:last-child {
	margin-bottom: 0;
}
li.nav-with-sub:hover ul {
	display: block;
}
li.nav-with-sub ul a {
	display: block;
	text-align: center;
	height: auto;
	line-height: 100%;
}

/* Home Links =================================== */

.home-links {
	overflow: hidden;
	margin-top: 10px;
}

.home-links ul {
	width: 960px;
	padding-left: 0px;
	margin: auto;
}

.home-links ul li {
	width: 50%;
	float: left;
	height: 240px;
	list-style: none;
}

.home-links ul li .link-content {
	margin: 35px auto;
	width: 365px;
	height: 135px;
}

.home-links ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 20px;
	margin-top: 7px;
}

.home-links ul li a i {
	float: right;
}

.home-links ul li.orange {
	background: #fe8c67;
}

.home-links ul li.orange a {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/circulo-leitores-link.png) no-repeat;
	width: 120px;
	height: 20px;
	display: block;
}

.home-links ul li.blue {
	background: #80a8b2 url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/blue-bg.png) no-repeat top right;
}

.home-links ul li.blue a {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bate-papo-link.png) no-repeat;
	width: 216px;
	height: 20px;
	display: block;
}

.home-links ul li h3 {
	color: #fff;
	font-size: 34px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 10px;
}

.home-links ul li p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
}

.home-links ul li.blue p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 35px;
}

p.botao-comprar button {
	text-align: center;
	width: 160px;
	height: 54px;
	text-indent: -9999em;
	margin: auto;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-experiente.png) no-repeat;
}
p.botao-comprar.assinatura-bebes button {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-bebes.png) no-repeat;
}
p.botao-comprar.assinatura-bebes button:hover {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-bebes.png) no-repeat;
	opacity: 0.8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha'(Opacity=0.80);
}
p.botao-comprar.assinatura-leitor-iniciante button {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-iniciante.png) no-repeat;
}
p.botao-comprar.assinatura-leitor-iniciante button:hover {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-iniciante.png) no-repeat;
	opacity: 0.8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha'(Opacity=0.80);
}
p.botao-comprar.assinatura-leitor-autonomo button {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-autonomo.png) no-repeat;
}
p.botao-comprar.assinatura-leitor-autonomo button:hover {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-autonomo.png) no-repeat;
	opacity: 0.8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha'(Opacity=0.80);
}
p.botao-comprar.assinatura-leitor-experiente button {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-experiente.png) no-repeat;
}
p.botao-comprar button:hover,
p.botao-comprar.assinatura-leitor-experiente button {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar-experiente.png) no-repeat;
	opacity: 0.8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha'(Opacity=0.80);
}

/* Sidebar =============================================================================== */

.block { }
.block .block-title { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { }
.block .block-content li.item {
	margin: 10px 11px;
	background: #fff;
	padding: 10px;
	position: relative;
}
.block .block-content .product-name a { color:#444444; font-size: 15px; font-weight: bold; text-align: left; float: left; }
.block .btn-remove,
.block .btn-edit { float:right; }
.block .actions {
	text-align: right;
}
.block .actions a { float:left; }
.block .actions button.button { margin: auto; font-size: 16px; text-transform: uppercase; padding: 10px 15px; }
.block .actions button.button i { color: #fff; font-size: 18px; margin: 0px 8px 0px 0px }
.block .empty {
	margin: 0;
	text-align: center;
	line-height: 30px;
	padding: 20px 0;
	font-family: Open Sans;
	font-size: 14px;
	color: #ADDCE0;
}

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; 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:21px; }

/* Mini Products List */
.mini-products-list .product-image {
	float: left;
	margin-top: 7px;
}
.mini-products-list .product-details {
	overflow: hidden;
	display: block;
	float: left;
	width: 225px;
	margin: 0px auto 0 auto;
}
.product-view .mini-products-list .product-details {
	overflow: hidden;
	display: block;
	float: left;
	width: 141px;
	margin: 0px auto 0 auto;
}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
.mini-products-list .product-details p.preco{
	margin: 8px 0 0 0;
	text-align: left;
	color: #3a6a6e;
	font-weight: bold;
}

.mini-products-list .product-details p.preco .price{
	font-size: 15px;
	color: #3a6a6e;
}
.block-cart.block .btn-remove {
	position: absolute;
	right: 13px;
	top: 12px;
}

/* Block: Account */
.my-account {
	margin: 0 0 80px 0;
}
.my-account .data-table thead th,
.my-account .data-table td {
	font-size: 13px;
}
.my-account .fieldset label {
	width: 184px;
}
.my-account .fieldset .control {
	margin-left: 196px;
}
.newsletter-manage-index .fieldset .control {
	margin-left: 0;
}
.newsletter-manage-index button.button {
	float: right;
}
.block-account {
	padding: 14px;
	background: #3a6a6e;
}
.block-account .block-title { background:#fc9d36 url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content li {
	padding: 6px 0;
	text-transform: uppercase;
	font-size: 15px;
}
.block-account .block-content li.last{
	margin-bottom: 0;
}
.block-account .block-content li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.block-account .block-content li a:hover {
	text-decoration: underline;
}
.block-account .block-content li.current {
	color: #e5af56;
	font-weight: bold;
}

/* Block: Currency Switcher */
.block-currency { border:0; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Open Sans, Helvetica, sans-serif; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content {
	border-radius: 4px;
}
.catalog-category-view .col-left {
	margin-top: 36px;
}
.catalog-category-view .col-left .title-filtros {
	border-radius: 5px;
	background-image: -moz-linear-gradient( -90deg, rgb(172,205,218) 0%, rgb(135,192,211) 0%, rgb(0,146,198) 0%, rgb(0,121,172) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(172,205,218) 0%, rgb(135,192,211) 0%, rgb(0,146,198) 0%, rgb(0,121,172) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(172,205,218) 0%, rgb(135,192,211) 0%, rgb(0,146,198) 0%, rgb(0,121,172) 100%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-indent: 14px;
	line-height: 40px;
	margin-bottom: 4px;
	padding: 5px;
}
.catalogsearch-result-index .col-left .title-filtros {
	border-radius: 5px;
	background-image: -moz-linear-gradient( -90deg, rgb(172,205,218) 0%, rgb(135,192,211) 0%, rgb(0,146,198) 0%, rgb(0,121,172) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(172,205,218) 0%, rgb(135,192,211) 0%, rgb(0,146,198) 0%, rgb(0,121,172) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(172,205,218) 0%, rgb(135,192,211) 0%, rgb(0,146,198) 0%, rgb(0,121,172) 100%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-indent: 14px;
	line-height: 40px;
	margin-bottom: 4px;
	padding: 5px;
}
.block-layered-nav .block-content .currently {
	padding-left: 16px;
}
.block-layered-nav h3.title-filtros-principal {
	padding: 4px;
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	background-image: -moz-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(253,253,253) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(253,253,253) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(253,253,253) 100%);
	border: 1px solid #EEE;
	text-indent: 14px;
	line-height: 40px;
	margin-bottom: 14px;
}
.block-layered-nav .lista-filtros dt {
	color: #007fb4;
	font-size: 14px;
	margin-bottom: 3px;
	padding-left: 14px;
}
.block-layered-nav .lista-filtros dd {
	margin-bottom: 16px;
}
.block-layered-nav dd li {
	color: #373737;
	font-size: 12px;
	padding-left: 14px;
}
.block-layered-nav dd a {
	color: #373737;
	font-size: 12px;
	text-decoration: none;
}
.block-layered-nav dd a:hover {
	text-decoration: underline;
}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.block-layered-nav .currently .label {
	color: #007fb4;
	font-size: 14px;
	margin-bottom: 3px;
}
.block-layered-nav .currently .value {
	display: block;
	position: relative;
	color: #373737;
	font-size: 14px;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
	position: absolute;
	right: 12px;
	top: -16px;
}
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions {
	text-align: right;
	margin: 16px 0;
}
.block-layered-nav .actions a {
	float: right;
	margin-right: 14px;
	text-decoration: none;
	color: #007fb4;
	font-size: 14px;
}
.block-layered-nav .actions a:hover {
	text-decoration: underline;
}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal {
	padding: 5px 0;
	background: #e2dedf;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { margin-bottom: 10px; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.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(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.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 { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.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 { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_block-list.gif); }
.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 { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.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 { border-color:#406a83; background:#618499; }

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


/* Category Page ========================================================================= */
.catalog-category-view .col2-left-layout .col-main {
	margin-top: 30px;
}
.catalog-category-view .breadcrumbs {
	display: none;
}

.catalog-category-view .breadcrumbs-grid {
	width: 100%;
	margin-top: 20px;
}
.category-livraria .busca-completa {
	display: block !important;
}
.category-livraria .busca-simples {
	display: none;
}
.catalog-category-view .obras-indicadas {
	overflow: hidden;
	padding: 20px 0;
}
.catalog-category-view .busca-simples {
	background: #eee;
}
.obras-indicadas.category-view .obras-form ul li .obra-content p {
	font-size: 11px;
	font-weight: 700;
}

.catalog-category-view .breadcrumbs-grid .breadcrumbs {
	display: block;
	margin-bottom: 20px;
}
.catalog-category-view .breadcrumbs-grid  p {
	float: left;
	font-size: 14px;
	color: #7b7b7b;
	margin: 0 8px 0 0;
	line-height: 100%;
}
.catalog-category-view .breadcrumbs ul {

}

.breadcrumbs li,
.breadcrumbs li a {
	color: #7b7b7b;
	font-size: 14px;
	text-decoration: none;
	line-height: 100%;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}
.category-title {
	display: none;
}
.category-title h2 {
	width: 960px;
	margin: 46px auto 0 auto;
	color: #fff;
	font-size: 24px;
	text-indent: 14px;
}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

.category-kits .bloco-img,
.category-kits .obras-indicadas.category-view {
	display: none;
}
.category-bar {
	height: 130px;
	margin-bottom: 15px;
	overflow: hidden;
}
.category-bar .cat-bar {
	width: 960px;
	z-index: 2;
	margin: auto;
	color: #fff;
}
.category-bar .cat-bar h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 9px;
	padding-top: 18px;
}

.category-bar .cat-bar a.image {
	float: left;
	display: block;
	padding-right: 18px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/cat-line.png) no-repeat right center;
	height: 121px;
	margin-right: 40px;
}

.category-bar .cat-bar a.image img {
	padding-top: 10px;
}

.catalog-category-view .colored-title {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/blue-title.png) no-repeat right;
	height: 38px;
	margin: 20px auto;
	width: 960px;
}
.categorypath-kits-html .colored-title,
.categorypath-kits-html .obras-indicadas {
	display: none;
}
.categorypath-kits-html .product-carousel .colored-title {
	display: block;
}
.catalog-category-view.category-experiente .colored-title {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/experiente-title.png) no-repeat right;
}
.catalog-category-view.category-autonomo .colored-title {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/autonomo-title.png) no-repeat right;
}
.catalog-category-view .biblioteca .colored-title {
	display: none;
}
.catalog-category-view.category-iniciante .biblioteca .tipo-de-livro .acao input {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-filtro-iniciante.png) no-repeat left top;
}
.catalog-category-view.category-experiente .biblioteca .tipo-de-livro .acao input {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-filtro-experiente.png) no-repeat left top;
}
.catalog-category-view.category-autonomo .biblioteca .tipo-de-livro .acao input {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-filtro-autonomo.png) no-repeat left top;
}
.catalog-category-view .colored-title h1 {
	color: #5b7e9d;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	float: left;
}
.catalog-category-view.category-experiente .colored-title h3 {
	color: #79a54e;
}
.catalog-category-view.category-autonomo .colored-title h3 {
	color: #ca644b;
}
.catalog-category-view .product-carousel .colored-title {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/title-light-blue.png) no-repeat right;
	height: 38px;
	width: 940px;
	position: relative;
	z-index: 2;
	margin: 0px auto;
	padding: 20px 0px;
}
.catalog-category-view.category-experiente .product-carousel .colored-title {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/experiente-title.png) no-repeat right;
}
.catalog-category-view.category-autonomo .product-carousel .colored-title {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/autonomo-title.png) no-repeat right;
}
.catalog-category-view .product-carousel .colored-title h3 {
	color: #84b7e4;
    width: 25%;
    float: left;
    margin-top: 5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
}
.catalog-category-view.category-experiente .product-carousel .colored-title h3 {
	color: #8ec079;
}
.catalog-category-view.category-autonomo .product-carousel .colored-title h3 {
	color: #e67d68;
}
.catalog-category-view .product-carousel .colored-title p {
	color: #fff;
	font-size: 14px;
	float: left;
	margin: 9px 0px 0px 20px;
}

/* View Type: Grid */
.products-grid {
	position: relative;
}
.products-grid.last {
	border-bottom:0;
	margin-bottom: 0;
}
.std .products-grid {
	padding-left: 0 !important;
}
.products-grid li.item {
	float: left;
	width: 207px;
	margin: 0 4px 0 0;
	position: relative;
	list-style: none;
}
.products-grid li.item.last {
	margin: 0;
}
.products-grid li.item img {
}
.products-grid li.item .add-to-cart {
	width: 172px;
	height: 113px;
	background: #dcdcdc;
}
.products-grid .product-image {
	text-align: center;
	display: table;
	margin: auto;
	height: 210px;
}

.cms-bau .products-grid .product-image {
	width: 183px;
	margin: 0px;
	position: relative;
}

.cms-bau .products-grid .product-image img{
    position: absolute;
    bottom: 0;
}

.cms-bau .products-grid {
	margin-left: 0px;
	margin-bottom: 46px;
    height: 270px;
}

.cms-bau .products-grid li.item {
	width: 183px;
	margin-right: 76px;
    height: 100px;
    margin-top: 30px;
}

.planos li.item:first-child{
	margin-left: 88px;
}

.planos li.item .inner-product{
    width: 141px !important;
    margin: 45px auto 16px auto !important;
    height: 63px !important;
}

.cms-home .lancamentos .products-grid .product-image {
	text-align: center;
	height: 210px;
	width: 190px;
	display: table;
	margin: auto;
}
.catalog-category-view .products-grid .product-image {
	height: 210px;
	width: 178px;
}
.products-grid .product-image img {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}
.products-grid .product-name {
	text-align: center;
	display: table;
	margin: 0 auto;
	height: 46px;
}
.products-grid .product-name a {
	text-align: center;
	color: #151515;
	font-size: 15px;
	display: table-cell;
	text-decoration: none;
	line-height: 120%;
	vertical-align: middle;
}
.products-grid li.item:hover .product-name {
	text-decoration: none;
}
.catalog-category-view .products-grid {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 30px
}

.catalog-category-view .products-grid.first {
	border-top: 1px solid #e6e6e6;
}

.catalog-category-view .products-grid .price-box {
	line-height: 100%;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.catalog-category-view .products-grid .price-box span {
	color: #77a5ce;
	font-size: 18px;
	line-height: 100%;
}
.catalog-category-view.category-experiente .products-grid .price-box span {
	color: #9cc078;
}
.catalog-category-view.category-autonomo .products-grid .price-box span {
	color: #e58265;
}
.products-grid .availability { line-height:21px; }
.products-grid .actions {
	position: absolute;
	bottom: 0;
	width: 163;
	height: 26px;
	left: 0;
}
.products-grid .actions button {
	width: 163px;
	height: 26px;
	text-transform: uppercase;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-colocar-cesta.png) no-repeat left top;
	text-indent: -9999em;
}
.products-grid .actions button:hover {
	background-position: left bottom;
}
.catalog-category-view .main {
	margin: 0 auto;
	position: relative;
}

.products-grid.last {
	border: none!important;
}

.col2-left-layout .category-products,
.col2-right-layout .category-products {
	width: 748px;
}
.col1-layout .category-products {
	width: 960px;
	margin: 10px auto;
	clear: both;
}
.col1-layout .related-full .category-products {
	width: 960px;
}
.related-full {
	width: 960px;
	padding-top: 30px;
}
.product-tabs-content {
	padding: 0;
	margin-bottom: 0;
	background: none;
}

.banners-home {
	width: 960px;
	height: 175px;
	overflow: hidden;
	margin-bottom: 50px;
}

.h3-title {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-features.png) no-repeat;
	width: 960px;
	height: 33px;
	font-size: 15px;
	color: #3a3a3a;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 0px 0px 16px;
}

.catalog-product-view .product-tabs-content {
	padding-top: 20px;
}

.catalog-product-view .product-tabs-content  iframe{
	padding-top: 30px;
}

.related-products .product-tabs-related {
	width: 960px;
	padding-left: 0px;
	overflow: hidden;
}
.related-products .inner-vitrine-home{
	width: 960px;
	position: relative;
}
.product-tabs-destaque {
	width: 737px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 0;
}
.related-products li {
	list-style: none;
}
.related-products #abas-related a:hover {
	border-bottom: 5px solid #971434;
	color: #971434;
}
.related-products #abas-related a.selected-related {
	border-bottom: 5px solid #971434;
	color: #971434;
}
.product-tabs li,
.product-tabs-destaque li,
.product-tabs-related li {
	float: left;
}
.product-tabs li:last-child,
.product-tabs-destaque li:last-child,
.product-tabs-related li:last-child{
	margin-right: 0;
}
.product-tabs a,
.product-tabs-destaque a,
.product-tabs-related a {
	float: left;
	display: block;
	height: 36px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	line-height: 35px;
	font-family: Open Sans;
}
.product-tabs li.active a,
.product-tabs li.active a:hover,
.product-tabs-destaque li.active a,
.product-tabs-destaque li.active a:hover,
.product-tabs-related li.active a,
.product-tabs-related li.active a:hover {
	color: #e5af56;
	font-weight: bold;
}
.cms-index-index .related-full .products-grid li.item  {
	padding: 0 8px;
}
.cms-index-index .related-full .list-home {
	overflow: visible !important;
}
.cms-index-index .related-full .list-home .products-grid li.item  {
	width: 212px;
}
.cms-index-index .related-full .list-home .products-grid li.item  img {
	opacity: .5;
}
.cms-index-index .related-full .list-home .products-grid li.item:hover img {
	opacity: 1;
}
.cms-index-index .related-full .list-home .products-grid li.item:hover h2 a {
	color: #fff;
}
.cms-index-index .related-full .list-home-2 .products-grid li.item  {
	width: 167px;
}
.cms-index-index .related-full .list-home-2 .products-grid li.item .inner-product {
	width: 170px;
	height: 228px;
	position: absolute;
	top: 0;
	left: 8px;
	background: rgba(0, 0, 0, 0.95);
	display: none;
}
.cms-index-index .related-full .list-home-2 .products-grid li.item:hover .inner-product {
	display: block;
	cursor: pointer;
}
.related-full .list-home-2 .products-grid li.item .product-name {
	width: 170px;
	height: 106px;
	border: none;
}
.related-full .product-tabs-content .list-home-2 h2 {
	padding-bottom: 0;
}
.related-full .list-home-2 .products-grid li.item .product-name a {
	padding: 0 12px;
	color: #dbdbdb;
}
.related-full .list-home-2 .products-grid  .versoes {
	width: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.related-full .list-home-2 .products-grid  .versoes .price-box {
	white-space: nowrap;
	height: 19px;
	overflow: hidden;
}
.related-full .list-home-2  .products-grid .ver-impressa {
	width: 120px;
	float: left;
	overflow: hidden;
	margin-bottom: 24px;
}
.related-full .list-home-2 .products-grid .ver-digital {
	width: 120px;
	float: left;
	overflow: hidden;
}
.related-full .list-home-2 .products-grid .ver-impressa i,
.related-full .list-home-2 .products-grid .ver-digital i  {
	display: block;
	width: 31px;
	height: 30px;
	float: left;
	margin-right: 6px;
}
.related-full .list-home-2 .products-grid .ver-impressa i {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/versao-impressa.png) no-repeat left bottom;
}
.related-full .list-home-2 .products-grid .ver-digital i {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/versao-digital.png) no-repeat left bottom;
}
.products-grid .content-line-products .price-box {
	float: left;
	width: 71px;
	white-space: nowrap;
	height: 19px;
	overflow: hidden;
}
.products-grid .content-line-products .price-box span {
	color: #b2b2b2;
	font-size: 14px;
	white-space: nowrap;
}
.products-grid .item:hover .content-line-products .price-box span {
	color: #ed911a;
}
.products-grid .item .content-line-products .ver-impressa p,
.products-grid .item .content-line-products .ver-digital p {
	color: #b2b2b2;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	float: left;
}
.products-grid .content-line-products .item:hover .ver-impressa p,
.products-grid .content-line-products .item:hover .ver-digital p  {
	color: #dbdbdb;
}
/*Line-home 2*/
.related-full .list-home-2 .price-box span {
	color: #b2b2b2;
	font-size: 14px;
	white-space: nowrap;
}
.related-full .list-home-2 .price-box span {
	color: #ed911a;
}
.related-full .list-home-2 .ver-impressa p,
.related-full .list-home-2 .ver-digital p  {
	color: #dbdbdb;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	float: left;
}
.related-products  .product-tabs-content {
	padding: 0;
}
.related-products .product-tabs-content .products-grid li.item {
	margin: 0 !important;
}
.inner-vitrine-home .products-grid .price-box p {
	margin: 0 !important;
}
/* =========== LIQUID CAROUSEL =========== */
.related-full-bottom {
	height: 298px;
}

.wrapper.list-home ul.products-grid {
	width: 960px;
}

.cms-home .wrapper.list-home ul.products-grid {
	padding-top: 52px;
}

.liquid .wrapper {
	width: 934px !important;
	overflow: hidden;
	margin: 0 auto !important;
	float: none !important;
}
.liquid .previous,
.liquid .next {
	display: block;
	width: 21px;
	height: 52px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/liquid-setas.png) no-repeat;
	position: absolute;
	z-index: 9999999;
	cursor: pointer;
	top: 30%;
}
.related-full-bottom .liquid .previous,
.related-full-bottom .liquid .next {
	top: 38%;
}
.liquid .previous {
	left: -10px;
	background-position: left top;
}
.liquid .previous:hover {
	background-position: left bottom;
}
.liquid .next {
	right: 5px;
	background-position: right top;
}
.liquid .next:hover {
	background-position: right bottom;
}

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; 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; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.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-learn { font-size:11px; }
.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 { font-size:11px; 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: 100px;
	height: 25px;
	font-size: 0;
	line-height: 0;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_rating.png) 0 0 repeat-x;
	text-indent: -999em;
}
.rating-box .rating { float: left;
	height: 25px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_rating.png) 0 100% repeat-x;
}

.rating-box-top {
	float: left;
	margin-left: 6px;
	margin-top: 1px;
}

.rating-info {
	float: right;
	margin-top: 4px;
	margin-right: 20px;
}

.rating-info a {
	color: #7d7d7d;
	font-weight: bold;
}

.rating-info p {
	font-family: Open Sans;
	font-size: 13px;
	color: #7d7d7d;
	margin-bottom: 0px;
}

.rating-bg {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-rating.png) no-repeat top left;
	width: 278px;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 0px;
}

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

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; margin-bottom: 10px; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.catalog-product-view .product-actions .availability{background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/em-estoque.png') no-repeat 0 0; width: 171px; height: 25px; color:#fff; padding-left: 8px; line-height: 23px; font-size:11px;}
.category-iniciante.catalog-product-view .product-actions .availability{background-position:0 -30px;}
.category-experiente.catalog-product-view .product-actions .availability{background-position:0 -60px;}
.category-autonomo.catalog-product-view .product-actions .availability{background-position:0 -90px;}

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

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

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */

p.parcelamento {
	color: #3a6a6e;
	font-size: 12px;
	text-align: center;
	float: left;
}

p.book-author {
	color: #5c5c5c;
	font-size: 11px;
	text-transform: uppercase;
}

li.item .price { white-space:nowrap !important; color: #565656;
font-size: 14px;
font-weight: bold;
text-transform: uppercase; }

.price { font-weight: normal; }

.price-box {  }
.price-box .price { }

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

/* Old price */
.old-price { margin:0; color: #7c7c7c;}
.old-price .price-label { white-space:nowrap; color:#7c7c7c; }
.old-price .price { color:#7c7c7c;}
.old-price span { color:#7c7c7c!important; font-weight: normal!important; font-size: 12px!important;}

/* Special price */
.special-price { margin:0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; display: none; }

.minimal-price-link { display:none; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; 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 { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart.list-qtd {
	padding: 0;
	margin: 0;
}
.add-to-cart label {
	clear: both;
	color: #3a6a6e;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-left: 6px;
}
.add-to-cart label em {
	color: #3a6a6e;
	font-size: 14px;
	font-style: normal;
}
.add-to-cart input {
	color: #858585;
	font-size: 16px;
	padding: 10px 0;
	width: 40px;
	text-align: center;
	float: left;
	margin-right: 8px;
	font-weight: bold;
}
.bt-comprar {
	display: table-cell;
	vertical-align: middle;
}
.product-options-bottom .bt-comprar button.button {
	margin: 0px 0px 0px 10px;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	display: block;
	padding: 8px 13px 8px 54px;
	font: bold 18px Open Sans, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar.png) no-repeat;
	width: 192px;
	margin: 0px;
	height: 47px;
	margin-top: -45px;
}

.product-options-bottom-inner button.button {
	margin: 0px 0px 0px 10px;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	display: block;
	padding: 8px 13px 8px 54px;
	font: bold 18px Open Sans, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comprar.png) no-repeat;
	width: 192px;
	margin: 0px;
	height: 47px;
	margin-top: -45px;
    margin-bottom: 15px;
}
.category-iniciante .product-options-bottom .bt-comprar button.button {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-comprar-iniciante.png) no-repeat;
}
.category-experiente .product-options-bottom .bt-comprar button.button {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-comprar-experiente.png) no-repeat;
}
.category-autonomo .product-options-bottom .bt-comprar button.button {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-comprar-autonomo.png) no-repeat;
}
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { }
.add-to-box .add-to-cart {
	float: left;
	width: 32px;
	text-align: center;
}
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.block-shipping-estimate {
	float: left;
}

.block-shipping-estimate ul li {
	margin: 10px 0px!important;
	padding: 0px!important;
}

.catalog-product-view .nav-container {
	margin-bottom: 28px;
}
.catalog-product-view .breadcrumbs {
	padding-bottom: 12px;
	display: block;
	width: 960px;
	margin: 40px auto 22px auto;
}
.catalog-product-view .breadcrumbs li,
.catalog-product-view .breadcrumbs li a {
	color: #a2a1a1;
	font-size: 12px;
}

.catalog-product-view .breadcrumbs li.product {
	font-weight: bold;
}

.catalog-product-view .main {
	width: 100%;
}
.catalog-product-view .col-main {
	width: 960px;
	margin: 0 auto;
}
.catalog-product-view .product-essential {
	width: 960px;
	margin: 0 auto 30px auto;
	position: relative;
}

.catalog-product-view .wrp-product-tabs {
	width: 100%;
	margin: 0 auto 30px auto;
	position: relative;
}

.wrp-product-tabs ul.product-tabs {
    background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-tab-transparent-verde.png') no-repeat 0 0;
    width: 353px;
	height: 38px;
	position: relative;
}
.wrp-product-tabs ul.product-tabs a {
	height: 38px;
	line-height: 38px;
}
.wrp-product-tabs ul.product-tabs .first a {
	text-indent: 36px;
	width: 133px;
}
.wrp-product-tabs ul.product-tabs .last {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 34px;
}
.wrp-product-tabs ul.product-tabs .active.first a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-pequeno-verde.png') no-repeat top right;
}
.wrp-product-tabs ul.product-tabs .last a {
	width: 230px;
}
.wrp-product-tabs ul.product-tabs .active.first a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-pequeno-verde.png') no-repeat top right;
}
.wrp-product-tabs ul.product-tabs .active.last a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-grande-verde.png') no-repeat top right;
}
.category-iniciante .wrp-product-tabs ul.product-tabs{
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-tabs.png') no-repeat 0 -50px;
}
.category-iniciante .wrp-product-tabs ul.product-tabs .active.first a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-pequeno-azul.png') no-repeat top right;
}
.category-iniciante .wrp-product-tabs ul.product-tabs .active.last a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-grande-azul.png') no-repeat top right;
}
.category-experiente .wrp-product-tabs ul.product-tabs {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-tabs.png') no-repeat 0 -100px;
}
.category-experiente .wrp-product-tabs ul.product-tabs .active.first a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-pequeno-verde-forte.png') no-repeat top right;
}
.category-experiente .wrp-product-tabs ul.product-tabs .active.last a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-grande-verde-forte.png') no-repeat top right;
}
.category-autonomo .wrp-product-tabs ul.product-tabs{
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-tabs.png') no-repeat 0 -150px;
}
.category-autonomo .wrp-product-tabs ul.product-tabs .active.first a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-pequeno-laranja.png') no-repeat top right;
	color: #fff;
}
.category-autonomo .wrp-product-tabs ul.product-tabs .active.last a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-grande-laranja.png') no-repeat top right;
	color: #fff;
}

.category-bebe .wrp-product-tabs ul.product-tabs {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-tab-transparent-bebes.png') no-repeat;
}
.category-bebe .wrp-product-tabs ul.product-tabs .active.first a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-pequeno-bebes.png') no-repeat top right;
	color: #fff;
}
.category-bebe .wrp-product-tabs ul.product-tabs .active.last a {
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tab-grande-bebes.png') no-repeat top right;
	color: #fff;
}
.category-bebe.catalog-product-view .product-actions .availability {
	background-position: 0 -120px;
}
.category-bebe.catalog-product-view .product-view .link-wishlist {
	background-position: 0 -159px;
}


.product-view {
	width: 960px;
	position: relative;
}
.product-essential { margin-bottom: 32px; }
.product-essential h2 { }

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

/* Product Tabs */
.product-tabs {
	overflow: hidden;
	padding-left: 0px;
	overflow: hidden;
}
.product-tabs-content .std {
	color: #a2a1a1;
	font-size: 14px;
	line-height: 140%;
	font-family: Open Sans;
}
.product-tabs-content .std.description-short {
	margin-top: 20px;
}
.product-tabs-content .std.description-short h3 {
	font-size: 16px;
	color: #807e7e;
	font-weight: 600;
	margin-bottom: -12px;
}
.product-tabs-content h2 {
	font-size: 15px;
	border-bottom: 2px solid #eee;
	padding-bottom: 4px;
	color: #3a6a6e;
	font-weight: bold;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.product-tabs-content table {
	font-size: 14px;
	color: #a2a1a1;
}
.recomendacao {
	width: 100%;
	background: #fbf8f3;
	padding: 24px 0 40px 0;
	margin-bottom: 40px;
}
.box-collateral.box-up-sell {
	width: 960px;
	margin: 0 auto;
}
.recomendacao h3 {
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	color: #77a8af;
	line-height: 100%;
	margin-bottom: 24px;
}
.product-view .box-up-sell .products-grid .product-image {
	width: 171px;
	border: 1px solid #f4ede0;
	background: #fff;
	text-decoration: none;
}
.product-view .box-up-sell .products-grid .product-image:hover {
	border: 1px solid #86a6ad;
}
.recomendacao .product-name {
	text-align: center;
	color: #050505;
	font-family: Open Sans;
	font-size: 15px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	line-height: 110%;
	width: 150px;
}
.recomendacao .parcelamento {
	text-align: center;
	color: #86a6ad;
	font-family: Open Sans;
	font-size: 15px;
}
/* Product Images */
.product-view .product-img-box {
	float: left;
	padding-top: 60px;
	width: 300px;
}
.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;
	overflow: hidden;
	z-index: 9;
	height: 318px;
	width: 211px;
	text-align: center;
}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; 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; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/slider_bg.gif) 50% 50% no-repeat; 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(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/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 {
	width: 86px;
	float: left;
	z-index: 9;
}
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul {
	overflow: hidden;
}
.product-view .product-img-box .more-views li {
	margin: 0 9px 9px 0;
	clear: left;
	float: left;
}
.product-view .product-img-box .more-views li:nth-child(3n+3){
	margin: 0 0 9px 0;
}
.product-view .product-img-box .more-views li a {
	float: left;
	width: 82px;
	height: 82px;
	border: 2px solid #d8d8d8;
	overflow: hidden;
	border-radius: 4px;
}
.product-view .product-img-box .more-views li a:hover {
	border: 2px solid #037fb2;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.catalog-product-view .main {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.product-view .product-shop {
	float: left;
	width: 365px;
	margin-left: 20px;
}
.product-view.product-bau .product-shop {
	float: right;
	width: 600px;
}
.product-view.product-bau .product-tabs  {
	clear: both;
}
.product-view.product-bau .product-actions {
	display: none;
}
.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}
.product-view .product-shop .product-name {
	margin: 0 0 17px 0;
	position: relative;
}
.product-view .product-shop .product-name h1 {
	margin: 0 0 5px 0;
	color: #5b7e9d;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
}
.category-bebe .product-view .product-shop .product-name h1 {
	color: #92b3ab;
}
.product-view.product-bau .product-shop .product-name h2 {
	color: #3a6a6e;
}
.category-inciante .product-view .product-shop .product-name h2{
	color: #5b7e9d;
}
.category-experiente .product-view .product-shop .product-name h2 {
	color: #79a550;
}
.category-autonomo .product-view .product-shop .product-name h2 {
	color: #cc644b;
}
.product-view .product-shop .product-name h3 {
	color: #d6d6d6;
	font-size: 12px;
	line-height: 100%;
}
s.product-view .product-shop .short-description {
	padding-bottom: 14px;
	border-bottom: 3px solid #eeefe3;
}
.product-view .product-shop .short-description .std {
	color: #a2a1a1;
	font-size: 12px;
	line-height: 140%;
	padding-bottom: 10px;
}
.product-view .product-shop .price-box,
.product-view .product-shop .price-box p {
	margin: 0;
	line-height: 100%;
	margin-left: 20px;
}

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

.product-view .product-shop .price-box span {
	font-weight: normal;
	line-height: 120%;
}
.product-view .product-shop .price-box .old-price span {
	color: #B8B8B8;
	font-size: 13px;
	font-family: Open Sans;
}
.product-view .product-shop .price-box .special-price span,
.product-view .product-shop .price-box .regular-price span {
	color: #555555;
	font-size: 20px;
	font-weight: bold;
}
.product-shop .parcelamento {
	color: #007db0;
	font-size: 14px;
	line-height: 100%;
	text-align: left;
	margin: 4px 0px 0px 20px;
}

.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.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 { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options {
	overflow: hidden;
}
.product-options dt { font-weight:normal; }
.product-options dt label {color: #6e6e6e; font-size: 14px; }
.product-options dt label.required em { color:#4f5a5c; margin-right:3px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { }
.product-options dl.last dd.last {}
.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 #d9e5ee; 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 { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; display: none; }

.product-options select.super-attribute-select { box-shadow: none; border: 1px solid #efefef; border-radius: 0px; }

.product-options-bottom-inner .product-options-bottom,
.product-options-bottom-inner .add-to-box {
	overflow: hidden;
}
.product-options-bottom-inner .preco-produto {
	width: 238px;
	float: left;
	margin-top: 5px;
}

.product-options-bottom-inner .preco-produto .price-box .regular-price span {
	font-size: 24px;
	color: #3a6a6e;
	font-weight: bold;
}

.product-options-bottom-inner .preco-produto .price-box .special-price span {
	font-size: 24px;
	color: #3a6a6e;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { }

.preco-produto {
	overflow: hidden;
}
.product-options-bottom .price-box span { font-size: 24px; font-weight: 700; color: #3a6a6e; }

.category-iniciante .product-options-bottom .price-box span,
.category-iniciante p.parcelamento,
.category-iniciante .add-to-cart label {
	color: #5b7e9d;
}

.category-experiente .product-options-bottom .price-box span,
.category-experiente p.parcelamento,
.category-experiente .add-to-cart label {
	color: #79a550;
}

.category-autonomo .product-options-bottom .price-box span,
.category-autonomo p.parcelamento,
.category-autonomo .add-to-cart label {
	color: #cc644b;
}

.category-bebe .product-options-bottom .price-box span,
.category-bebe p.parcelamento,
.category-bebe .add-to-cart label {
	color: #92b3ab;
}

.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:left; margin-top: 5px;}
.product-shop .product-options-bottom {
	padding: 10px 0;
	width: 100%;
	display: table;
}
.product-shop .product-options-bottom .list-qtd input {
  border-radius: 0px;
  box-shadow: none;
}
.product-shop .product-options-bottom .price-box {
	float: none;
	margin: 0;
	line-height: 120%;
	margin-left: 20px;
	text-align: left;
}
.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; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

.product-shop .book-info li {
	color: #838383;
	font-size: 11px;
}

.product-actions {
	width: 197px;
	float: right;
	background: #e6e6e6;
	padding: 20px;
}

.share-block {
	padding-top: 20px;
	overflow: hidden;
}
.share-block p.no-rating,
.share-block p.email-friend {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/icon-share-block.png) no-repeat right center;
	margin-right: 9px;
	float: left;
}
.share-block p.no-rating a,
.share-block p.email-friend a {
	display: block;
	text-transform: uppercase;
	color: #b9b9b9;
	font-size: 12px;
	float: left;
	text-decoration: none;
	padding-right: 16px;
	margin-top: 3px;
}
.share-block p.no-rating a:hover,
.share-block p.email-friend a:hover {
	text-decoration: underline;
}
.review-product-list .zoom-notice,
.review-product-list .zoom {
	display: none;
}

/*popup avalie este produto*/
.share-block .ontop {
	position: fixed !important;
	z-index: 99999;
}
#popup {
	width: 400px;
	margin: auto;
	top: 10%;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	background: #eeefe3;
	border-radius: 4px;
	padding: 12px 10px 6px 10px;
}
.catalog-product-view #popup {
	width: 480px;
	margin-left: -240px;
}
.modal-review h2 {
	font-size: 17px;
	padding: 0 15px;
	margin-top: 10px;
	color: #5a1c41;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.modal-review h3 {
	margin-bottom: 10px;
}
.close_la {
	position: absolute;
	top: 18px;
	right: 10px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url("http://loja.ataba.com.br/skin/frontend/leituraemrede/default/esmart/smartcheckout/images/cancel.png") no-repeat transparent;
}
.modal-review fieldset {
	margin: 0 16px;
}
.modal-review fieldset li {
	margin: 0 0 6px 0;
}
.modal-review .input-box {
	clear: both;
}
.modal-review table {
	margin-bottom: 16px;
}
.modal-review h4 {
	margin-bottom: 12px;
	color: #5a1c41;
}
.modal-review thead th {
	padding: 2px 3px;
}
.modal-review th {
	font-size: 14px;
}
.modal-review td {
	text-align: center;
}
.modal-review .form-list label {
	font-size: 14px;
}
.modal-review .input-box input,
.modal-review .input-box textarea {
	width: 92%;
}
.modal-review .input-box textarea{
    height: 70px;
}
.modal-review .buttons-set {
	margin: 10px 22px 8px 16px;
}

.modal-review.buttons-set button.button {
	line-height: 31px;
	border: none;
	height: 50px;
}
.lnk-zipcode {
	color: #929292;
	font-size: 13px;
	text-decoration: none;
}
.lnk-zipcode:hover {
	text-decoration: underline;
}

/*  Customer Reviews ======================================================================== */

#customer-reviews .title .rating-box {
	float: left;
}
#customer-reviews .title h3 {
	font-size: 17px;
	color: #3a6a6e;
	float: left;
	margin: 3px 10px 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#customer-reviews ul li p {
	font-size: 15px;
	color: #6B6B6B;
	clear: both;
	margin-bottom: 4px;
	margin-top: 10px;
}
#customer-reviews ul li {
	margin: 10px 20px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px 0 #DEDEDE;
	box-shadow: 0 0 6px 0 #DEDEDE;
}
#customer-reviews ul li p.autor {
	margin-top: 0px;
	color: #B3B3B3;
	font-style: italic;
	font-size: 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; }
.product-view .box-up-sell .products-grid { width: 748px; }
.product-view .box-up-sell .products-grid td {
	width: 20%;
}
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td img {  }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.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 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.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; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; font-size: 16px; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.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 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.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; }

/* Related Products */

.catalog-product-view .block-related {
	clear: both;
	float: right;
	width: 960px;
}

.catalog-product-view .block-related .block-title {
	padding: 0px;
}

.catalog-product-view .block-related .block-title strong{
	background-image: none;
	background-color: #63103b;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	height: 50px;
	line-height: 52px;
}

.catalog-product-view .block-related ol li.item {
	float: left;
	background: none;
	width: 154px;
	margin: 0 33px;
	margin-top: 15px;
}

.catalog-product-view .block-related .product-image {
	float: left;
	width: 120px;
	margin-bottom: 10px;
}

.catalog-product-view .block-related .product-name a {
	color: #3a6a6e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	float: none;
}

.catalog-product-view .block-related .colored-title {
	width: 960px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/book-title.png) no-repeat right;
	height: 38px;
	margin: 20px auto;
}

.catalog-product-view .block-related .colored-title h3 {
	color: #e5af56;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	float: left;
}

.catalog-product-view .block-related .product-name {
	height: 48px;
	display: table;
	text-align: center;
	border: none
}

.catalog-product-view .block-related span.regular-price span.price {
	color: #e5af56;
	font-size: 16px;
}

.catalog-product-view .block-related p.special-price span.price {
	color: #e5af56;
	font-size: 16px;
}

.catalog-product-view .block-related p.special-price span.price-label {
	color: #e5af56;
	font-size: 16px;
}

.catalog-product-view .block-related p.old-price span {
	font-size: 10px!important;
}

.catalog-product-view .block-related p.book-author {
	padding: 3px 0;
	text-align: center;
}

.catalog-product-view .block-related .price-box {
	text-align: center;
	margin-top: 6px;
}

.catalog-product-view .block-related .product-name {
	text-align: center;
}

.catalog-product-view .block-related {
	position: relative;
}

.bloco-formas-pagamento {
	padding-bottom: 48px;
	width: 212px;
	margin-top: -24px;
}
.product-view .formas-pagamento {
	background: #dcdcdc;
	border: 2px solid #d8d8cd;
	padding: 0 10px;
	height: 30px;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	float: left;
	color: #141414;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 12px 0 26px 0;
}
.product-view .formas-pagamento:hover {
	border: 2px solid #b4b4ae;
}
.bloco-formas-pagamento:hover #formas-parcelamento {
	display: block!important;
}

#formas-parcelamento {
	width: 274px;
	display: none;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #E6E6E6;
	color: #8D8D8D;
	overflow: hidden;
	position: absolute;
	margin-top: 47px;
}

#formas-parcelamento h3 {
	font-size: 14px;
	margin: 3px 10px 0px;
}

#formas-parcelamento ul {
	width: 116px;
	margin: 10px;
	overflow: hidden;
	float: left;
}
#formas-parcelamento ul li {
	float: left;
	font-size: 14px;
}


/* Send a Friend */
.sendfriend-product-send .col-main {
	width: 960px;
	margin: 32px auto;
}
.sendfriend-product-send .page-title {
	border-bottom: 0;
	margin-bottom: 14px;
}
.sendfriend-product-send .page-title h2 {
	padding-bottom: 0;
}
.sendfriend-product-send .subtitulo {
	margin-bottom: 20px;
}
.send-friend .form-list { width: 100%; overflow:hidden; margin-left: 16px; }
.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: 100%; }
.send-friend .form-list label {
	text-align: left;
	display: block;
	width: 100%;
}
.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: 100%; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


.facebook-comments .colored-title {
	width: 960px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/title-comments-normal.png) no-repeat right;
	height: 38px;
	margin: 20px auto;
}
.category-iniciante .facebook-comments .colored-title {background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comentarios-title-35.fw.png) no-repeat top right;}
.category-experiente .facebook-comments .colored-title {background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comentarios-title-37.png) no-repeat top right;}
.category-autonomo .facebook-comments .colored-title {background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/comentarios-title-36.png) no-repeat right;}
.category-bebe .facebook-comments .colored-title {background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/title-comments-bebes.png) no-repeat right;}

.facebook-comments .colored-title h3 {
	color: #3a6a6e;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	float: left;
}

.category-iniciante .facebook-comments .colored-title h3{color: #5b7e9d;}
.category-experiente .facebook-comments .colored-title h3{color: #79a550;}
.category-autonomo .colored-title h3{color: #cc644b;}
.category-bebe .colored-title h3{color: #92b3ab;}

.product-bau .facebook-comments .colored-title h3 {
	color: #e5af56;
}

/* Content Styles ================================================================= */
.product-name { margin:0; font-weight: normal; }
.product-name a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
.product-name a:hover {
	text-decoration: underline;
}

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.catalogsearch-advanced-result .page-title  {
	width: 960px;
	margin: 0 auto;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/titulo-busca-avancada.png) no-repeat right top;
	height: 38px;
}
.catalogsearch-advanced-result .page-title h2  {
	font-size: 25px;
	font-weight: bold;
	color: #39686e;
	line-height: 38px;
}
.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: 10px 0; }
.advanced-search-summary { margin:10px 0; border:1px solid #ddd; background:#e6e6e6; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_search_criteria.gif) 0 7px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .main {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.related-full {
	width: 960px;
	margin: 0 auto;
}
.cms-home .subtitle {}
.cms-index-index .subtitle {}

.cms-home .main { margin-top: 0px;}

.content-home {
	position: relative;
}
.faixa-home {
	height: 105px;
	width: 100%;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-line-products.png) repeat-x left top;
	position: absolute;
	top: 385px;
	left: 0;
}
.line-products {
	width: 240px;
	height: 105px;
	margin: 18px 0 30px -15px;
}
.content-line-products {
	width: 980px;
	margin: 0 auto;
}
.col1-layout .content-line-products .category-products {
	width: 970px;
	margin: 0 auto;
}

.cms-home .lancamentos .products-grid li.item {
	width: 200px;
	margin: 0;
}

.cms-home .products-grid li.item .inner-product  {
	width: 141px;
	margin: 45px auto 16px auto;
	height: 63px;
}

.cms-home .products-grid li.item:first-child {
	margin-left: 80px;
}
.list-home .product-image {
	position: relative;
	display: block;
}
.list-home .product-image img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -71px;
}
.products-grid li.item {
	width: 195px;
	margin: 0;
	margin-right: 2px;
	height: 460px;
}

.products-grid li.item:last-child {
	margin-right: 0px!important;
}
.products-grid  li.item .inner-product {
	width: 141px;
	margin: 25px auto 0 auto;
}
.products-grid  li.item .short-description {
	height: 78px;
	overflow: hidden;
	display: table;
	width: 100%;
}
.products-grid  li.item .short-description .std {
	font-size: 14px;
	color: #888888;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.products-grid  li.item .short-description .std h3 {
	display: none;
}
.products-grid  li.item .product-name {
	height: 48px;
	display: table;
	text-align: center;
	border: none;
}
.products-grid  li.item .product-name a {
	color: #5b7e9d;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.category-experiente .products-grid  li.item .product-name a {
	color: #79a550;
}
.category-autonomo .products-grid  li.item .product-name a {
	color: #cc644b;
}
.products-grid  li.item .wrp-autor{
	text-align: center;
	height: 30px;
	display: table;
	vertical-align: middle;
	width: 100%;
	margin: 5px 0 10px 0;
}
.products-grid  li.item p.book-author {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	width: 190px;
	height: 20px;
}

.lancamentos .products-grid li.item .product-name a {
	color: #3a6a6e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

.products-grid .price-box  {
	text-align: center;
	margin-top: 10px;
}
.products-grid .content-line-products .price-box span {
	color: #77a5ce;
	font-size: 18px;
	white-space: nowrap;
}
.products-grid .item:hover .content-line-products .price-box span {
	color: #77a5ce;
}

.jcarousel ul {
	width: 20000em !important;
	position: relative;
	list-style: none;
}

.product-carousel {
	background: #e6e6e6;
	padding-bottom: 40px;
}
.bloco-ofertas  {
	width: 960px;
	margin: auto;
	height: 480px;
	overflow: hidden;
}

.bloco-ofertas .products-grid li.item .inner-product {
	height: auto;
}

.bloco-ofertas .jcarousel li {
	float: left;
	width: 196px !important;
	margin: 0 50px;
}

.bloco-ofertas .jcarousel {
	position: relative;
	left: 40px;
	overflow: hidden;
}

.bloco-ofertas ul.products-grid {
	border: none!important;
}

.bloco-ofertas .jcarousel .products-grid li.item {
	width: 195px;
	margin-right: 40px;
}

.bloco-ofertas .jcarousel .products-grid li.item.last {
	margin-right: 0px;
}

.bloco-ofertas .products-grid li.item .product-image {
	width: 195px;
}

.bloco-ofertas .setas-carousel {
	position: absolute;
	width: 960px;
	top: 180px;
}

.bloco-ofertas .setas-carousel a {
	padding: 13px;
	border-radius: 35px;
	background: #fff;
}

.bloco-ofertas .setas-carousel a:hover i {
	opacity: 0.8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha'(Opacity=0.80);
}

.bloco-ofertas .setas-carousel a.jcarousel-control-prev {
	-webkit-box-shadow: 2px 2px 0 1px #D9D9D9;
	box-shadow: 2px 2px 0 1px #D9D9D9;
}

.bloco-ofertas .setas-carousel a.jcarousel-control-next {
	-webkit-box-shadow: -2px 2px 0 1px #D9D9D9;
	box-shadow: -2px 2px 0 1px #D9D9D9;
}

.bloco-ofertas .setas-carousel i {
	font-size: 30px;
	color: #84b7e4;
}
.category-experiente .bloco-ofertas .setas-carousel i {
	color: #8cc078;
}
.category-autonomo .bloco-ofertas .setas-carousel i {
	color: #e57f66;
}
.bloco-ofertas .setas-carousel a.jcarousel-control-prev {
	float: left;
}
.bloco-ofertas .setas-carousel a.jcarousel-control-next {
	float: right;
}

.bloco-ofertas .jcarousel-wrapper {
	position: relative;
	width: 20000em;
}

.promo-news {
	width: 964px;
	margin: 0 auto;
	overflow: hidden;
}
.promo-news .promo-1,
.promo-news .promo-2 {
	float: left;
	margin-right: 12px;
}
.news-home {
	width: 191px;
	height: 170px;
	border: 3px solid #dbdbdb;
	background: #000;
	float: left;
	padding: 17px 0 0 17px;
}
.news-home h3 {
	font-size: 15px;
	color: #ed911a;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.news-home .label-news {
	font-size: 11px;
	color: #dbdbdb;
	font-family: 'Open Sans';
	margin-bottom: 14px;
}
.news-home .input-box {
	position: relative;
}
.news-home input {
	font-size: 12px;
	color: #6c6c6c;
	font-family: 'Open Sans';
	width: 146px;
}
.news-home input.mail-news {
	border-right: none;
	width: 111px;
	padding: 10px 10px 9px 10px;
}
.news-home button {
	position: absolute;
	width: 39px;
	height: 36px;
	top: 0;
	right: 20px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-news.png) no-repeat left top;
	text-indent: -99999em;
}
.news-home button:hover {
	background-position: left bottom;
}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/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 ========================================================================= */

.checkout-cart-index .block.block-subscribe {
	display: none;
}
.checkout-cart-index .main .cart {
	margin: 0 auto;
}
.checkout-cart-index .main .cart .page-title {

}

.checkout-cart-index .main .cart .page-title h2 {
	font-size: 22px;
	color: #006a6f;
}

.checkout-cart-index .messages {
	position: absolute;
	top: 117px;
	left: 50%;
	margin-left: -325px !important;
	width: 680px;
}
.checkout-cart-index .messages .success-msg {
	background: none;
	border: 0;
	border: 0 !important;
}
.checkout-cart-index .messages .success-msg li {
	background: none !important;
	border: 0 !important;
	color: #a2a1a1;
	font-size: 12px !important;
	font-weight: normal;
	line-height: 20px;
}
/* Checkout Types */
.cart .page-title .checkout-types li {}
.cart .title-buttons .checkout-types {
	float: right;
}
.cart .title-buttons .checkout-types button {
	float: right;
}
.cart .checkout-types button i {
	margin-right: 8px;
}
.cart .checkout-types button  {
	font-size: 18px;
	margin: 0px 0px 0px 10px;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	display: block;
	padding: 11px 15px;
	float: right;
	font: bold 16px Open Sans, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	background: #e5af56;
}
.cart .title-buttons .checkout-types button:hover,
.cart .checkout-types button:hover {
	opacity: 0.7;
}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart .for-header {
	height: 45px;
	color: #373737;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: 14px;
	line-height: 40px;
	margin-bottom: 2px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/title-cart.png) no-repeat;
}
.cart-table {
	border: 0;
	margin-bottom: 22px;
	margin-top: -50px;
}
.cart-table thead {

}
.cart-table thead th {
	padding: 16px 12px 13px 25px;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	border-bottom: none;
	text-transform: uppercase;
	line-height: 100%;
}
.cart-table thead th.first {
	text-indent: 10px;
}
.cart-table thead th.last {
	padding-right: 24px;
}
.cart-table tr.odd,
.cart-table tr.even  {
	background: none;
}
.cart-table tbody td {
	padding: 14px 25px 18px 25px;
	border: none;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}
.cart-table tbody td.last {
	padding-left: 30px;
}
.cart-table tbody tr.last td {

}

.a-center span.cart-price span {
	font-weight: bold;
}

.cart-table .product-name {
	line-height: 140%;
}
.cart-table p.sku-cart {
	color: #b9b9b9;
	font-size: 11px;
}
.cart-table .product-name a {
	line-height: 140%;
	color: #006a6f;
	font-weight: bold;
	font-size: 20px;
}
.cart-table tbody td .cart-price span {
	color: #006a6f;
	font-size: 18px;
}

.cart-table tbody td.preco-carrinho .cart-price span {
	font-weight: normal;
}

.cart-table tbody td .list-qtd {
	margin: 0 0 0 33px;
}
.cart-table tbody td .list-qtd input {
	width: 30px;
	height: 25px;
	border: 1px solid #E8E8EB;
	padding: 0;
	text-align: center;
	font-family: Open Sans, Helvetica;
	font-size: 14px;
	color: #141414;
	float: left;
	margin-right: 8px;
}
.cart-table tbody td .list-qtd .spinner {
	margin: -3px 0 0 0;
}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot tr {
	background: none;
}
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	margin: 15px 0 50px 0;
	background: #dfdfdf ;
}
.cart .cart-collaterals .col2-set {
	float: left;
	width: 636px;
	padding: 28px 32px;
}
.cart .cart-collaterals .col2-set .col-1 {
	width: 280px;
}
.cart .cart-collaterals .col2-set .col-2 {
	width: 288px;
	float: left;
	margin-left: 50px;
}

.cart ul.checkout-types {
	width: 960px;
	overflow: hidden;
	margin: 0px 0px 20px;
}

.cart ul.checkout-types button {
	border: none;
	text-indent: -9999em;
	background: transparent url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/finalizar-compra.png) no-repeat;
	width: 247px;
	height: 47px;
	display: block;
}

.cart ul.checkout-types button.continue-shop {
	float: left;
	background: transparent url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/continuar-comprando.png) no-repeat;
	width: 247px;
	height: 47px;
	display: block;
	cursor: pointer;
}

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	margin: 0px;
}
.cart .cart-collaterals .col2-set {
	float: left;
	padding: 24px 0 28px 32px;
	width: 660px;
}

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .col-2 {
	margin-left: -30px;
	float: left;
}
.cart .discount h3,
.cart .shipping h3 {
	color: #006a6f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
.cart .discount label,
.cart .shipping label {
	color: #8e8e8e;
	font-size: 14px;
	margin-bottom: 4px;
	float: left;
}
.cart .shipping .buscar-cep {
	float: left;
	font-size: 12px;
	color: #9c9c9c;
	text-decoration: none;
	margin-top: 9px;
}
.cart .discount .input-box,
.cart .shipping .input-box {
	position: relative;
	float: left;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/input-cart.png) no-repeat;
	height: 38px;
	width: 289px;
	border-right: none;
}


.cart .discount .input-box input,
.cart .shipping .input-box input {
	border: none;
	background: none;
	padding: 6px 10px;
	margin: 5px;
	box-shadow: none;
	margin-left: 25px;
	color: #b0b0b0;
}
.cart .discount .input-box input:focus,
.cart .shipping .input-box input:focus {
	background: none;
}
.cart .discount .input-box input {
	width: 154px;
}
.cart .discount .input-box button,
.cart .shipping .input-box button {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 29px;
	padding: 0 8px;
	color: #7097af;
	text-transform: uppercase;
	text-align: center;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	background: none;
	font-size: 12px;
	text-decoration: none;
}
.cart .discount .input-box button:hover,
.cart .shipping .input-box button:hover {
	background: none;
	color: #85afc9;
}
.cart .shipping .sp-methods {
	clear: both;
	padding-top: 12px;
	overflow: hidden;
    width: 310px;
}
.cart .discount .buttons-set button.button {
	float: left;
	height: 29px;
	padding: 0 14px 0 9px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	background: #006a6f;
	font-size: 12px;
	text-decoration: none;
	margin: 12px 0px 0 0;
}
.cart .discount .buttons-set button.button:hover {
	background: #1b9399;
}
.cart .shipping .buttons-set {
	margin-top: 10px;
	padding-top: 0;
}
.cart .shipping .buttons-set button {
	float: left;
	height: 29px;
	padding: 0 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	background: #006a6f;
	font-size: 12px;
	text-decoration: none;
	margin: 2px 2px 0 0;
}

.cart .shipping .selecionar-frete input.radio {
	margin-top: 4px;
	float: left;
}

.cart .shipping .buttons-set button:hover {
	background: #1b9399;
}
/* Shopping Cart Totals */
.cart .totals {
	float: right;
	width: 234px;
	margin-right: 20px;
	margin-top: 25px;
}
.cart .totals table { width:100%; }
.cart .totals td {
	padding-bottom: 4px;
}
.cart .totals td.a-left,
.cart .totals td.a-right {
	color: #006a6f;
	font-weight: normal;
	font-size: 17px;
}

.cart .totals td .price {
	font-weight: normal;
}

.cart .totals tr.last td {}
.cart .totals tfoot {
	line-height: 120%;
}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td {
	padding-top: 5px;
	padding-bottom:5px;
	font-size: 18px !important;
	color: #006a6f !important;
	font-weight: bold!important;
}
.cart .totals tr td:first-child {
	padding-right: 40px;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
	font-size: 20px !important;
	color: #73134b !important;
	font-weight: normal;
}

.cart .totals tfoot td .price {
	font-weight: bold;
}

.cart .totals .checkout-types {
	margin-top: 18px;
	display: none;
}
.cart .totals .checkout-types li {
	clear: both;
}
.cart .bt-continue {
	float: left;
	margin: 0px 0 15px 0;
}
.cart .bt-continue a {
	display: block;
	height: 13px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: #414141 url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/icone-continue-comprando.png) no-repeat;
	background-position: 12px center;
	padding-left: 19px;
	line-height: 100%;
	border-radius: 6px;
	padding: 15px 20px 15px 33px;
}
.cart .bt-continue a:hover {
	text-decoration: underline;
}
.carrinho-vazio {
	text-align: center;
}

.carrinho-vazio h2 {
	color: #3a6a6e;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}

.carrinho-vazio p {
	color: #666;
}

.carrinho-vazio .page-title-full {
	padding-top: 20px;
}

.carrinho-vazio i {
	color: #3a6a6e;
	font-size: 40px;
}

/* Options Tool Tip */
.item-options {
	margin-top: 10px;
}
.item-options dt {
	float: left;
	margin-right: 6px;
	color: #000;
	font-size: 14px;
}
.item-options dd {
	padding-left: 10px;
	font-size: 14px;
	color: #77a8af;
}
.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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { 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; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; overflow: hidden; }
.sp-methods label { font-weight:bold; color:#666; }
.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; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this {
	cursor: help;
	margin-left: 3px;
	font-size: 11px;
	font-family: 'Open Sans';
	text-decoration: none;
	color: #454647;
}
.cvv-what-is-this:hover {
	text-decoration: none;
}

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.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(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/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 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.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; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; 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 { font-size:11px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/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; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

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

/* Generic Info Set */
.info-set { background:#fbfaf6 url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.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 { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.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 { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.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; border-color:#fff #d9dde3 #d9dde3; background:#eee url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px Open Sans, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Open Sans, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; 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 { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; 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; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* 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 #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.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 { background:#fbfaf6 url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.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 21px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.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 { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* 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 #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login {
	margin: 32px auto 0px auto;
}
.account-login .messages {
	margin-top: 14px !important;
}
.account-login label {
	float: left;
	color: #878787;
	position: relative;
	z-index: 0;
	font-size: 14px;
	font-family: Open Sans;
}
.account-login .page-title,
.customer-account-forgotpassword .page-title,
.account-create .page-title {
	width: 100%;
	overflow: hidden;
	border-bottom: none;
	margin: 0;
}
.account-login .page-title h2,
.customer-account-forgotpassword .page-title h2,
.account-create .page-title h2 {
	padding-bottom: 0;
	color: #3a6a6e;
	font-size: 20px;
}
.required-login {
	margin: 0;
	color: #626262;
	font-size: 11px !important;
	margin-right: 21px;
}
.login-titles {
	height: 45px;
	overflow: hidden;
	margin: 4px auto 30px auto;
	width: 100%;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-title-cadastro.png) no-repeat;
}

.login-titles h3 {
	float: left;
	font-size: 13px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
	text-indent: 12px;
	text-transform: uppercase;
}
.account-login .content {
	float: left;
	width: 430px;
	margin-left: 68px;
}
.account-login .content.left {
	margin-left: 16px;
	width: 440px;
}
.account-login .content.left .input-box {
	width: 410px;
}
.account-login .content.left input {
	width: 410px;
	border: 1px solid #d1d1d1 !important;
	border-radius: 5px;
}
.account-login .content.left .buttons-set {
	width: 434px
}
.account-login .content.left label a {
	color: #878787;
	font-size: 11px;
	margin-right: 10px;
}
.account-login .content.left .buttons-set button.button {
	float: right;
	width: 123px;
	height: 45px;
	text-indent: -9999em;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/entrar.png) no-repeat;
}

.account-login .content.left .buttons-set button.entrar-facebook {
	float: left;
	width: 178px;
	height: 40px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/login-facebook.png) no-repeat;
	text-indent: -9999em;
	border: none;
	margin-top: 2px;
	cursor: pointer;
}

.account-login .content.left .buttons-set button:hover {
	opacity: 0.8;
}
.account-login .content.left .buttons-set .required {
	margin: 0 10px 5px 0 !important;
}
.account-login .content.left .buttons-set .f-left {
	color: #454647;
	font-size: 12px;
	text-decoration: none;
	margin-top: 16px;
}
.account-login .content.left .buttons-set .f-left:hover {
	text-decoration: underline;
}
.account-login .right-content .buttons-set button.button {
	text-indent: -9999em;
	width: 166px;
	height: 45px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/cadastre-se.png) no-repeat;
	float: right;
}

.account-login .right-content .buttons-set button.button:hover {
	opacity: 0.7;
}

.customer-address-form .buttons-set button.button {
	float: right;
}

.customer-account-create .radio {
	width: 420px;
	margin: 0 auto 30px auto;
	overflow: hidden;
	color: #454647;
	font-size: 12px;
}
.customer-account-create .radio input,
.customer-account-create #isento input  {
	margin-top: -3px;
}
.customer-account-create .radio .field-left {
	float: left;
}
.customer-account-create .radio .field-right {
	float: left;
	margin-left: 30px;
}
.customer-account-create .form-list .customer-dob .dob-day,
.customer-account-create .form-list .customer-dob .dob-month {
	margin-right: 20px;
}
.customer-account-create #isento {
	color: #b9b9b9;
	font-size: 12px;
}

.customer-account-create .buttons-set button.button {
	float: right;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/salvar.png) no-repeat;
	width: 123px;
	height: 45px;
	text-indent: -9999em;
}

.customer-account-create .buttons-set button.button:hover {
	opacity: 0.7;
}

.account-login .content.right-content p {
	color: #878787;
	font-size: 14px;
	font-family: 'Open Sans';
	padding-bottom: 36px;
	line-height: 120%;
	margin-top: 14px;
}
.account-login .new-users {}
.account-login .registered-users {}

.fieldset .form-list .field {
	margin-right: 20px;
}
.fieldset .field.name-lastname {
	clear: both;
	margin-top: 20px;
}
.customer-account-create .fieldset .field.name-lastname {
	margin-top: 0 !important;
}
.fieldset label {
	float: left;
	margin: 13px 10px 0 0;
	width: 236px;
	text-align: right;
}
.fieldset .form-list label.required em {

}
.fieldset .form-list .input-box {
	float: left;
}
.fieldset .form-list .input-box input {
	width: 400px;
}
.fieldset .confirm-pass {
	margin-top: 20px;
}

.fieldset .control {
	margin-left: 246px;
	float: left;
}
.fieldset .control label {
	color: #373737;
	font-size: 12px;
	text-align: left;
	width: 448px;
	margin-right: 0;
}
.account-create {
	margin-bottom: 80px;
}
.account-create input, .account-create select {
	border: 1px solid #dedede;
	border-radius: 6px;
}
.account-create .fieldset label {
	color: #878787;
	font-size: 14px;
	font-family: Open Sans;
}
.account-create .login-titles h3 {
	text-indent: 36px;
}
.account-create .fieldset {
	margin-bottom: 40px;
}
.account-create .buttons-set {
	width: 422px;
	margin-left: 246px;
	padding-top: 40px;
}
.buttons-set p.required {
	margin: 0 10px 20px 0;
}
.subtitulo {
	font-size: 14px;
	line-height: 45px;
	color: #373737;
	margin-bottom: 54px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 4px;
	height: 45px;
	overflow: hidden;
	margin: 4px auto 40px auto;
	width: 100%;
	height: 45px;
	overflow: hidden;
	margin: 4px auto 40px auto;
	width: 100%;
	background: #f7f7f7;
	text-indent: 17px;
}
.customer-account-forgotpassword .fieldset {
	width: 528px;
	margin: 0 auto;
}
.customer-account-forgotpassword .fieldset .form-list .input-box input{
	width: 506px;
	margin-top: 6px;
}

.customer-account-forgotpassword .buttons-set button {
	float: right;
}

.customer-account-edit .buttons-set button.button {
	float: right;
}

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Open Sans, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* 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.hello {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 8px;
}
.dashboard .welcome-msg p strong {
}
.dashboard .welcome-msg p {
	margin:0;
	font-size: 14px;
}
.dashboard .col2-set { margin: 0 0 30px 0; }
.dashboard .box-recent {
	display: none;
}
.dashboard .col2-set p,
.dashboard .col2-set address {
	font-size: 14px;
	font-family: 'Open Sans';
}
.dashboard .box-account.box-reviews {
	display: none;
}
/* General Box */
.my-account .page-title {
	margin-bottom: 25px;
	height: 45px;
}
.dashboard {
	color: #626262
}
.my-account .page-title h2{
	color: #373737;
	font-size: 16px;
	text-indent: 15px;
	line-height: 45px;
	text-transform: uppercase;
	height: 45px;
	overflow: hidden;
	width: 100%;
	background: #f7f7f7;
}
.my-account label {
	font-size: 15px;
}

.my-account .page-title button {
	float: right;
	height: 35px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.1s ease-in 0s;
	margin: 5px 5px 0 0;
}

.my-account .buttons-set {
	width: 450px;
	margin: 0 auto;
}
.my-account .buttons-set .back-link {
	margin-left: 40px;
	margin-top: 41px;
}
.my-account .buttons-set p.required {
	margin: 0 10px 10px 0;
}
.box-account {
	margin-bottom: 80px;
}
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 20px 0; text-align:left; }
.box-account .box-head h3 {
	font-size: 15px;
	text-transform: uppercase;
}
.dashboard .box .box-title {
	border-bottom: 1px solid #efefef;
	padding: 0 0 2px;
	margin: 0 0 8px;
	text-align:right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
	float: left;
	font-size: 14px;
	margin: 0;
	color: #3a6a6e;
	font-weight: bold;
	text-transform: uppercase;
}
.dashboard .box a {
	font-size: 13px;
	color: #b9b9b9;
	font-family: 'Open Sans';
	font-weight: bold;
}
.dashboard .box .box-content a {
	padding-top: 10px;
	display: block;
}
.my-account .fieldset label {
	width: 184px;
}
.my-account .fieldset .control {
	margin-left: 194px;
}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_ma-info.gif); }
.dashboard .box-info h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #5f5d5c;
	margin-bottom: 10px;
}
.wishlist-index-index .buttons-set {
	width: 100%;
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.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 { background-image:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.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 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list .page-title-inner {
	margin: 20px 0 10px 0;
}
.addresses-list .page-title-inner h3 {
	font-size: 15px;
	text-transform: uppercase;
}
.addresses-list .item h3 {
	font-size: 14px;
	color: #3a6a6e;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.addresses-list address {
	margin:0 0 3px;
	font-size: 14px;
	font-family: 'Open Sans';
}
.addresses-list p { margin:0; }
.addresses-list a {
	font-size: 13px;
	color: #5f5d5c;
	font-family: 'Open Sans';
	font-weight: bold;
}
.addresses-list .link-remove {
	color: #5f5d5c;
}
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {
	background: #fefefe;
	border: 1px solid #DFDFDF;
	padding:10px 13px;
	margin: 0 0 10px;
	border-radius: 7px;
}
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; font-size: 14px;}
.addresses-list .addresses-additional li.item { }
#setar-endereco strong{
	background: #3a6a6e;
	margin-left: 160px;
	padding: 7px 14px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	text-transform: uppercase;
}
.customer-address-index .title-buttons button {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	background: #515151;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	font-size: 12px;
	margin-bottom: 10px;
}
.customer-address-index .title-buttons button:hover {
	background: #6f6f6f;
}
.customer-address-index .my-account .buttons-set {
	float: left;
}
.customer-address-index .my-account .buttons-set .back-link {
	margin: 0;
}
/* Order View */
.sales-order-view .my-account .page-title {
	margin-bottom: 20px;
}
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

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

.order-info-box {
	background: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 7px;
	padding: 12px 15px;
	margin: 0 0 15px;
}
.order-info-box h2 {
	font-size: 14px;
	color: #3a6a6e;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
.order-info-box address,
.order-info-box .box-content {
	font-size: 14px;
	font-family: 'Open Sans';
}

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-size:16px; padding:0; margin:0 0 14px 0; color:#000; text-transform: uppercase; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }
.order-items th {
	color: #626262;
	text-transform: uppercase;
}
.order-items td,
.order-items td .product-name {
	font-size: 14px;
	color: #626262;
	text-transform: none;
}
.order-items .data-table tfoot strong {
	color: #000;
	text-transform: uppercase;
}
.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; 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 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bkg_divider1.gif) 0 100% repeat-x; 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; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }
.my-wishlist .data-table .regular-price .price {
	font-weight: normal;
	font-size: 14px;
}
.my-wishlist .buttons-set{display: none;}
.my-wishlist .data-table .cart-cell button {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	background: #515151;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	font-size: 12px;
}
.my-wishlist .data-table .cart-cell button:hover {
	background: #6f6f6f;
}
.block-reorder {
	display: none;
}
.sales-order-history select {
	border-radius: 0;
	margin-right: 6px;
}
.sales-order-history .data-table td {
	padding: 10px 10px 10px 0;
}
.sales-order-history .data-table td .nobr a {
	color: #646464;
	font-size: 11px;
}
.sales-order-view .buttons-set  {
	float: left;
}
.sales-order-history .buttons-set .back-link,
.sales-order-view .buttons-set .back-link {
	margin-left: 0;
}
/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 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; }
.review-customer-index .buttons-set {
	margin: 0;
}
.review-customer-index .my-account .buttons-set .back-link {
	margin-left: 0;
}
.review-customer-index .pager {
	margin-bottom: 20px;
	background: #efefef;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.review-customer-index .data-table a {
	color: #646464;
}
.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 { font-size:11px; 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 { font-size:16px; margin:0 0 10px; color: #000; text-transform: uppercase;}
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt {
	font-size: 15px;
	margin-bottom: 10px;
	color: #3a6a6e;
}
.product-review dd {
	color: #bebebe;
	font-size: 13px;
	line-height: 140%;
}

.newsletter-manage-index .fieldset  {
	width: 542px;
	margin: 0 auto;
}
.newsletter-manage-index .fieldset .control {
	margin-left: 0;
	width: 530px;
}
.newsletter-manage-index .fieldset label {
	font-size: 14px;
}
.newsletter-manage-index .buttons-set  {
	width: 570px;
	margin-left: 60px;
}

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border: none; background: #f7f7f7; margin-top: 12px;}
.footer { width: 960px; margin: 0 auto; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { }
.footer-container .bottom-container { text-align:center; }

.footer .top-footer {
	overflow: hidden;
	width: 960px;
}

.footer .top-footer h2 { font-size: 16px; color: #e5af56;  margin-bottom: 7px; font-weight: bold; }
.footer .top-footer h3 { clear: both; color: #fff; font-size: 14px; font-weight: normal; }
.footer .top-footer a { color: #3a6a6e; text-decoration: none; font-size: 12px; cursor: pointer; }
.footer .top-footer a:hover { text-decoration: underline; }
.footer .top-footer .col { float: left; }
.footer .top-footer .linha1 { float: left; width: 100%;}
.footer .top-footer .linha1 .col.box01 { width: 143px; }
.footer .top-footer .linha1 .col.box02 { width: 170px; padding-left: 50px; }
.footer .top-footer .linha1 .col.box03 { width: 212px; padding: 0px 82px; }
.footer .top-footer .social-newsletter .col.box04 { width: 280px; margin: 10px 0px 0px 28px;}
.footer .top-footer .social-newsletter .col.socialmidia ul { float: right; }
.footer .top-footer .social-newsletter .col.socialmidia ul li { display: block; height: 25px; width: 25px;  background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/social-sprite.png) no-repeat; float: left; margin-right: 15px; cursor: pointer; }
.footer .top-footer .social-newsletter .col.socialmidia ul li:hover { opacity: 0.6; }
.footer .top-footer .social-newsletter .col.socialmidia ul li a { display: block; width: 25px; height: 25px; }
.footer .top-footer .social-newsletter .col.socialmidia ul li.facebook { background-position: 0px 0px; }
.footer .top-footer .social-newsletter .col.socialmidia ul li.twitter { background-position: 0px -35px; }
.footer .top-footer .social-newsletter .col.socialmidia ul li.pinterest { background-position: 0px -112px; margin-right: 0px;}
.footer .top-footer .social-newsletter .col.socialmidia ul li.youtube { background-position: 0px -72px; }
.footer .top-footer .linha1 .col.certificates { border: 1px solid #3b5998; float: right;}

.footer-container .related-products { float: none!important; }

.footer .linha2 { clear: both; width: 960px; margin: auto; overflow: hidden; padding-bottom: 25px; }
.footer .linha2 .col.faleconosco { width: 365px; float: left; padding-right: 82px;}
.footer .linha2 .col.faleconosco h2 { font-size: 16px; color: #e5af56; margin-bottom: 7px; font-weight: bold; }
.footer .linha2 .col.faleconosco address { color: #3a6a6e; font-size: 12px; margin: 5px 0; text-align: left;}
.footer .linha2 .col.box02 { float: left; }
.footer .linha2 .col.box02 h2 { font-size: 16px; color: #e5af56; margin-bottom: 7px; font-weight: bold; }
.footer .linha2 .col.box02 strong { color: #3a6a6e; font-size: 14px; text-align: left;}
.footer .linha2 .col.box02 p { color: #3a6a6e; font-size: 12px; text-align: left; margin-bottom: 0px; margin-top: 12px; line-height: 5px;}


.footer .top-footer .linha1 .col.certificates { border: none; }

.footer .top-footer .social-newsletter {
	width: 960px;
	padding: 25px 0 30px 0;
	overflow: hidden;
}

.footer .top-footer .social-newsletter .block-subscribe-inner {
	width: 651px;
	float: left;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/newsletter-bg.png) no-repeat;
}

.footer .top-footer .social-newsletter .block-subscribe-inner input {
	background: none;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 10px;
	width: 195px;
	float: left;
}

.footer .top-footer .social-newsletter .block-subscribe-inner input.validation-failed {
	padding: 9px 10px;
	width: 195px;
	float: left;
}

.footer .top-footer .social-newsletter .block-subscribe-inner button {
	background: none;
	border: none;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 0px 0px 17px;
}

.footer .top-footer .social-newsletter .block-subscribe-inner .input-box {
	float: left;
}

.footer .top-footer .socialmidia h2 {
	text-transform: uppercase;
	color: #80a8b2;
	font-size: 15px;
	float: left;
	margin-left: 10px;
}

.footer .top-footer .formas-pag ul { clear: both; float: left; }
.footer .top-footer .formas-pag ul li { float: left; }
.footer .top-footer .formas-pag ul li span { float: left; display: block; width: 40px; height: 34px; margin-right: 11px; background-image: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/sprite_payment_methods.png); background-repeat: no-repeat; text-shadow: none; }
.formas-pag ul li span.fp_visa { background-position: -30px -32px; }
.formas-pag ul li span.fp_master { background-position: -30px -133px; }
.formas-pag ul li span.fp_dinner { background-position: -30px -332px; }
.formas-pag ul li span.fp_elo { background-position: -30px -832px; }
.formas-pag ul li span.fp_american { background-position: -30px -236px; }
.formas-pag ul li span.fp_hiper { background-position: -30px -733px; }
.formas-pag ul li span.fp_bb { background-position: -30px -633px; }
.formas-pag ul li span.fp_bradesco { background-position: -30px -533px; }
.formas-pag ul li span.fp_boleto { background-position: -30px -432px; }

.creditos { width: 960px; min-height: 92px; clear: both; margin: auto;}
.creditos .copyright { float: left; margin-top: 16px; width: 100%;}
.creditos .copyright img { float: left; }
.creditos .copyright p { text-align: left; overflow: hidden; padding: 18px 0px 0px 26px; color: #e5af56; font-size: 12px; float: left;}
.creditos a.esmart-logo { float: right; display: block; width: 83px; height: 33px; margin-top: 12px; background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/esmart_logo.gif) no-repeat 0 0; color: transparent; text-shadow: none; }
.creditos a.bseller-logo { float: right; display: block; width: 83px; height: 33px; margin-top: 12px; background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/logo-bseller.png) no-repeat 0 0; color: transparent; text-shadow: none; }
/* ======================================================================================= */

/* ======================================================================================= */

/* 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; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* 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-view .product-shop .short-description:after,
.product-view .box-description: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; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

.cms-page-view .col-main,
.cms-no-route .col-main {
	margin: 32px 0;
}
.checkout-onepage-success .main-container h2,
.moip-standard-redirect .main-container h2 {
	margin-bottom: 30px;
	color: #00696f;
	font-size: 20px;
}
.checkout-onepage-success .main-container p,
.moip-standard-redirect .main-container p {
	font-size: 14px;
	color: #818181;
}
.checkout-onepage-success .main-container p a,
.moip-standard-redirect .main-container p span {
	text-transform: uppercase;
	color: #f8b34e;
}
.checkout-onepage-success .main-container a,
.moip-standard-redirect .main-container a {
	color: #000;
}
.checkout-onepage-success .main-container .bt-imprimir,
.moip-standard-redirect .main-container .bt-imprimir {
	width: 228px !important;
	height: 47px !important;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-imprimir-boleto.jpg) no-repeat !important;
	text-indent: -99999em !important;
	float: left !important;
	margin-right: 44px !important;
}
.checkout-onepage-success .main-container .bt-meus-pedidos,
.moip-standard-redirect .main-container .bt-meus-pedidos {
	display: block;
	width: 202px;
	height: 47px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-meus-pedidos.jpg) no-repeat;
	text-indent: -99999em;
	float: left;
	margin-right: 40px;
}
.checkout-onepage-success .main-container .button-continuar,
.moip-standard-redirect .main-container .button-continuar {
	width: 298px !important;
	height: 47px !important;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-continuar-comprando-success.jpg) no-repeat;
	text-indent: -99999em !important;
	float: left !important;
}
.cms-page-view .main {
	width: 960px;
	margin: 0 auto;
}
.cms-page-view .page-title-full h2{
	font-size: 30px;
	font-weight: bold;
	color: #e5af56;
	margin-bottom: 26px;
}

#contactForm ul {
	list-style: none;
}
/*Selects estilizados*/
.styled-select select {
   background: transparent;
   -webkit-appearance: none;
   border: 0;
   padding: 1px 2px;
   font-size: 12px;
   color: #a5a5a5;
}
.styled-select {
   height: 27px;
   overflow: hidden;
   border: 1px solid #c8c8c8;
   float: left;
   margin-top: 5px;
}
.sort-by .styled-select select {
   width: 196px;
   color: #a1a1a0;
   font-family: 'Open Sans';
   padding-top: 3px;
   font-size: 14px;
   box-shadow: none;
}
.sort-by .styled-select {
	width: 174px;
	background: #fff url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/seta-filter.png) no-repeat 150px 1px;
}
.limiter .styled-select select {
   width: 102px;
   color: #a1a1a0;
   font-family: 'Open Sans';
   padding-top: 3px;
   font-size: 14px;
   box-shadow: none;
}
.limiter .styled-select {
	width: 66px;
	background: #fff url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/seta-filter.png) no-repeat 42px 1px;
}
.product-options .styled-select select {
   width: 120px;
   font-size: 11px;
}
.product-options .styled-select {
	width: 90px;
	background: #fff url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/seta-submenu.png) no-repeat 74px 7px;
}
.esmart-smartcheckout-index-success .col-main {
	margin-top: 32px;
}
.esmart-smartcheckout-index-success .page-title {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 8px;
	margin-bottom: 20px;
	text-align: center;
}
.esmart-smartcheckout-index-success .page-title h2 {
	text-indent: 0;
	color: #3a6a6e;
}
.esmart-smartcheckout-index-success  h3 {
	font-size: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3a6a6e;
}
.esmart-smartcheckout-index-success .content-inner a {
	color: #3a6a6e;
}

.esmart-smartcheckout-index-success .content-inner {
	text-align: center;
}

.esmart-smartcheckout-index-success .content-inner button {
	margin: auto;
}

.customer-account-logoutsuccess .col-main {
	margin-top: 32px;
}
.catalogsearch-result-index .col-main {
	width: 960px;
	margin: 0 auto;
}
.catalogsearch-result-index .toolbar-bottom {
	margin-top: 20px;
}
/*Spinner*/
.spinner {
	width: 10px;
	display: block;
	float: left;
	margin: -2px 0 0 10px;
}
.add-qty,
.use-sprites.increment,
.qty-up {
	display: block;
	width: 11px;
	height: 11px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/spinner.png) no-repeat;
	background-position: left top;
	text-indent: -9999em;
	float: left;
	margin-top: 6px;
}

.add-qty:hover,
.use-sprites.increment:hover,
.qty-up:hover {
	background-position: right top;
}

.remove-qty,
.use-sprites.decrement,
.qty-down {
	display: block;
	width: 11px;
	height: 11px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/spinner.png) no-repeat;
	text-indent: -9999em;
	background-position: left bottom;
	float: left;
	margin-top: 6px;
	margin-left: 0px;
}

.remove-qty:hover,
.use-sprites.decrement:hover,
.qty-down:hover {
	background-position: right bottom;
}
.products-grid .availability { line-height:21px; }
.products-grid .actions {
	position: absolute;
	bottom: 0;
	width: 163;
	height: 26px;
	left: 0;
}
/*Clube do Laitor*/
.clube-leitores-pages .container{
  width: 960px;
  margin: 0 auto;
}
.clube-leitores-pages .anchor{
	float: left;
	clear: both;
  	margin: 10px 0;
}
.clube-leitores-pages .ref-anchor.active{
    width: 100%;
    height: 80px;
}
.cms-page-view.clube-leitores-pages .main-container,
.cms-page-view.clube-leitores-pages .main,
.cms-page-view.clube-leitores-pages .std {
	width: 100%;
}
.cms-page-view.clube-leitores-pages .main,
.cms-page-view.clube-leitores-pages .col-main,
.cms-page-view.clube-leitores-pages .main-container  {
	margin-top: 0;
}
.menu-clube {
  width: 100%;
  height: 64px;
  background: #f7f7f7;
  float: left;
}
.menu-clube.fixed{
  position: fixed;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 1px rgba(31, 22, 22, 0.13);
  -moz-box-shadow:    0px 2px 1px rgba(31, 22, 22, 0.13);
  box-shadow:         0px 2px 1px rgba(31, 22, 22, 0.13);
  z-index: 999;
}
.menu-clube ul {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 0;
}
.menu-clube li {
	float: left;
	list-style: none;
}
.menu-clube li a {
	padding: 0 26px;
	line-height: 64px;
	color: #80a8b2;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	display: block;
	height: 64px;
	font-weight: bold;
}
.menu-clube li a:hover {
	color: #3a6a6e;
}
.menu-clube li a.active:hover,
.menu-clube li a.active {
	color: #3a6a6e;
	background: #ededed;
}
.livro-capa {
	width: 960px;
	margin: 0 auto;
}
.bt-outros-lancamentos {
	display: block;
	width: 347px;
	height: 42px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-outros-lancamentos.png) no-repeat left top;
	text-indent: -9999em;
	margin: 48px auto 0 auto;
}
.bt-outros-lancamentos:hover {
	background-position: left bottom;
}
.title-clube {
	height: 38px;
	width: 960px;
	margin: 0 auto 22px auto;
	position: relative;
}
.title-clube h2 {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #e5af56;
	margin-right: 26px;
	line-height: 38px;
}
.title-clube.title-bau h2 {
    width: 8%;
    float: left;
    margin-top: 5px;
}

.title-clube .left {
	display: inline-block;
	height: 38px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-title-clube.png) no-repeat left top;
}
.title-clube.title-bau .right {
    right: 40px;
}
.title-clube .right {
	position: absolute;
	top: 0;
	right: 0px;
	width: 26px;
	height: 38px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-title-clube.png) no-repeat right top;
}
/*O que e*/
.title-clube .left.title-o-q-e  {
	width: 84%;
}
.bloco-o-q-e {
	width: 960px;
	margin: 22px auto 0 auto;
}
.bloco-o-q-e .sobre {
	width: 50%;
	background: #e6e6e6;
	float: left;
	height: 222px;
	padding: 42px 0;
}
.bloco-o-q-e .sobre p {
	margin: 0 42px;
	font-size: 14px;
	color: #807e7e;
	line-height: 170%;
}
.bloco-o-q-e .sobre p.first {
	margin-bottom: 36px;
}
.bloco-o-q-e img {
	float: lef;
}
/*Como funciona*/
.title-clube .left.title-como-funciona  {
	width: 72%;
}
.bloco-como-funciona {
	width: 960px;
	margin: 28px auto 0 auto;
}
.bloco-como-funciona ul {
	overflow: hidden;
	padding-left: 0;
}
.bloco-como-funciona li {
	list-style: none;
	float: left;
	background: #e6e6e6;
	width: 232px;
	height: 362px;
	margin-right: 10px;
}
.bloco-como-funciona li:last-child {
	margin-right: 0;
}
.bloco-como-funciona li span {
	display: block;
	width: 65px;
	height: 44px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/numero-como-funciona.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 44px;
	text-indent: 20px;
}
.bloco-como-funciona li img{
	float: left;
	margin: 8px 0 26px 32px;
}
.bloco-como-funciona li p {
	clear: both;
	border-top: 1px solid #b2b2b2;
	margin: 0 28px;
	padding-top: 26px;
	font-size: 20px;
}
/*Planos*/
.title-clube .left.title-planos  {
	width: 85%;
}
.descricao-planos {
	color: #807e7e;
	font-size: 16px;
	width: 900px;
	margin: 0 auto 40px auto !important;
	line-height: 170%;
	padding-top: 10px !important;
}
.bloco-planos {
	width: 960px;
	margin: 0 auto;
}
.bloco-planos ul {
	overflow: hidden;
	padding-left: 0;
}
.bloco-planos li {
	list-style: none;
	float: left;
	background: #e6e6e6;
	width: 234px;
	height: 334px;
	margin-right: 8px;
	position: relative;
}
.bloco-planos li:last-child {
	margin-right: 0;
}
.bloco-planos li .name {
	display: block;
	width: 234px;
	height: 38px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/barra-plano.png) no-repeat left top;
	color: #e5af56;
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	text-indent: 38px;
	text-transform: uppercase;
	margin-bottom: 44px;
}
.bloco-planos li .preco {
	text-indent: 38px;
	font-weight: bold;
	font-size: 34px;
	color: #3a6a6e;
	margin-bottom: 10px;
}
.bloco-planos li .periodo {
	display: block;
	padding-left: 38px;
	font-size: 14px;
	color: #848484;
	margin-bottom: 20px;
}
.bloco-planos li .economize {
	display: block;
	text-indent: 38px;
	font-size: 14px;
	color: #848484;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}
.bloco-planos li .economize-valor {
	display: block;
	text-indent: 38px;
	font-size: 22px;
	color: #80a8b2;
	font-weight: bold;
	margin-bottom: 0;
}
.bloco-planos li a {
	display: block;
	width: 147px;
	height: 48px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-assinar-planos.png) no-repeat left top;
	position: absolute;
	bottom: 30px;
	left: 38px;
}
.bloco-planos li a:hover {
	background-position: left bottom;
}
/*Livros do mes*/
.left.title-livros-mes {
	width: 74%;
}
.bloco-livros-do-mes {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/tiled-wood.png);
	height: 486px;
}

.bloco-livros-do-mes ul {
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/wood-table.png) no-repeat;
	background-position: center 211px;
}
.bloco-livros-do-mes .category-products {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
.bloco-livros-do-mes .category-products ul {
	padding-top: 52px;
}
.bloco-livros-do-mes .products-grid li.item {
	width: 200px;
	margin: 0;
}

.bloco-livros-do-mes .products-grid li.item .inner-product  {
	width: 141px;
	margin: 45px auto 0 auto;
}

.bloco-livros-do-mes .products-grid li.item:first-child {
	margin-left: 80px;
}
/*Vantagens*/
.left.title-vantagens {
	width: 79%;
}
.bloco-vantagens {
	width: 960px;
	margin: 0 auto;
}
.bloco-vantagens ul {
	overflow: hidden;
	padding-left: 0;
}
.bloco-vantagens li {
	list-style: none;
	float: left;
	background: #f7f7f7;
	width: 232px;
	height: 362px;
	margin-right: 10px;
}
.bloco-vantagens li:last-child {
	margin-right: 0;
}
.bloco-vantagens img {
	float: left;
	margin: 42px 0 37px 38px
}
.bloco-vantagens .desc-vantagem {
	clear: both;
	background: #e6e6e6 url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/topo-desc-vantagens.png) no-repeat top center;
	height: 166px;
	width: 232px;
}
.bloco-vantagens .desc-vantagem p {
	margin: 0 28px;
	padding-top: 36px;
	font-size: 16px;
	color: #797979;
	font-weight: normal;
}
/*Planos*/
.title-clube .left.title-cancelamento  {
	width: 74%;
}
/*Bau*/
.cms-page-view.cms-bau .std {
	padding-top: 40px;
	padding-bottom: 40px;
}
.title-bau img  {
	float: left;
    margin: -12px 9px 0 15px;
}
.title-bau .left.title-bau  {
	width: 85%;
}
.cms-page-view.cms-bau .lista-bau {
	margin-top: 70px;
}

/*Kits*/
/*-------------*/
.catalog-category-view.category-kits .page-title-kit {
	display: block !important;
}
.page-title-kit  {
	width: 960px;
	margin: 0 auto;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/title-kits.jpg) no-repeat right top;
	height: 38px;
}
.page-title-kit h2  {
	font-size: 30px;
	font-weight: bold;
	color: #39686e;
	line-height: 38px;
}
.catalog-category-view.category-kits .products-grid.first {
	border: none !important;
}
.obras-indicadas.category-view .obras-form h4 {
	margin-top: 0;
}
.obras-indicadas.category-view .obras-form .tipo-de-leitura  h4 {
	margin-bottom: 12px;
}
.obras-indicadas.category-view .obras-form .tipo-de-leitura {
	margin-left: 6px;
	width: 228px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/borda-obras-category.png) repeat-y right top;
}
.obras-indicadas.category-view .obras-form .tipo-de-livro {
	width: 686px;
	margin-left: 40px;
	position: relative;
}
.obras-indicadas.category-view .obras-form .tipo-de-livro  ul {
	width: 236px;
	float: left;
	margin-right: 0;
}
.obras-indicadas.category-view .obras-form .tipo-de-livro ul.last-list {
	width: 212px;
}
.obras-indicadas.category-view .tipo-de-livro .acao {
	margin: 14px 0 0 60px;
	position: absolute;
	bottom: 24px;
	right: 0;
}
.obras-indicadas.category-view .tipo-de-livro .acao input {
	width: 157px;
	height: 45px;
	background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-filtro-category.png) no-repeat left top;
	text-indent: -9999em;
	border: none;
}
.obras-indicadas.category-view .tipo-de-livro .acao input:hover {
	background-position: left bottom;
	cursor: pointer
}
.cms-atendimento .validation-advice {
	position: absolute !important;
}
.esmart-biblioteca-buscar-index .main-container,
.esmart-biblioteca-buscar-index .main {
	width: 100%;
}
.esmart-biblioteca-buscar-index .breadcrumbs {
	width: 960px;
	margin: 0 auto;
}
.category-lancamentos .page-title,
.category-lancamentos .img-categories-block,
.category-lancamentos .product-carousel,
.category-kits .product-carousel {
	display: none;
}


.bloco-como-funciona h2 {
  	border-top: 1px solid #b2b2b2;
    clear: both;
    font-size: 20px;
    margin: 0 28px;
    padding-top: 26px;
}

.bloco-como-funciona p {
	border-top: 1px solid #b2b2b2;
	clear: both;
	font-size: 14px !important;
	margin: 0 28px;
	padding: 26px 5px;
	font-weight: normal;
	color: #797979;
}

/********** BOTÃO DE PRESENTE CHECKOUT *********/

.gift-cart{
    background: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/presente.png) no-repeat left top;
    font-size: 12px;
    color: #3a6a6e;
}
.gift-message{
    width: 100%;
}
.gift-message .title-message{
    text-align: center;
    margin-bottom: 10px;
}
.gift-message .title-message input{
    width: 345px;
    border: 2px solid #dedede;
    border-radius: 5px;
    height: 30px;
    padding: 0px 12px;
}
.gift-message .text-message{
    text-align: center;
}
.gift-message .text-message textarea{
    width: 350px;
    height: 100px;
    border-radius: 5px;
}
.gift-message .check{
    text-align: center;
    font-size: 11px;
    color: #006a6f;
    margin-top: 10px;
}

.busca-avancada-container{
	width: 960px;
	margin: 0 auto;
	height: 50px;
}

.bt-busca-avancada{
	background: url('http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bt-filtro-busca-avancada.png') no-repeat;
	height: 45px;
	text-indent: -999999px;
	border: 0;
	width: 195px;
	float: right;
	cursor: pointer;
}
.bt-busca-avancada:hover{
	background-position: 0 -45px;
}
/********** ALTERAÇÃO SEO **********/

.tipo-de-leitor span, .tipo-de-leitura span, .tipo-de-livro span {
	font-size: 14px;
	color: #3a6a6e;
	position: relative;
	top: 14px;
	font-weight: 700;
}
.tipo-de-leitor ul{
	padding-top: 12px;
}
.tipo-de-livro ul {
	margin-top: 27px;
}
.text-right {
	font-weight: 100 !important;
}
.tipo-de-leitor ul li div span {
	position: inherit;
	font-size: 13px;
}
.tipo-de-leitor ul li {
	margin-bottom: 10px;
}
.footer .top-footer .social-newsletter .col.box04 span{
	margin-bottom: 7px;
	font-weight: bold;
	text-transform: uppercase;
	color: #80a8b2;
	font-size: 15px;
	float: left;
	margin-left: 10px;
}
.footer .col.box01 span, .footer .col.box02 span,
.footer .col.box03 span, .footer .col.box04 span,
.footer .col.box05 span{
	font-size: 16px;
	color: #e5af56;
	font-weight: bold;
}
.footer .col.box01 ul, .footer .col.box02 ul,
.footer .col.box03 ul, .footer .col.box04 ul,
.footer .col.box05 ul{
	margin-top: 7px;
}
.footer .linha2 .col.box01 .atendimento {
	margin-top: 7px;
}
.obras-indicadas .obras-form h2{
	font-weight: 700;
	line-height: 23px;
}

.cart .info-shipping-cart { float: left; padding-top: 10px; }
.info-shipping-cart p {
	color: #8e8e8e;
	font-size: 14px;
}

.bubbles { position: absolute; display: none; font-size: 12px; padding: 10px; width: 180px; margin: 1em 0 3em; margin-left: 170px; border: 5px solid #5a8f00; color: #333; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-transform: initial; font-family: 'Open Sans', Helvetica, sans-serif;   box-shadow: 2px 4px 10px rgba(136, 136, 136, 0.46); }
.bubbles:before { content: ""; position: absolute; bottom: -20px; left: 40px; border-width: 20px 20px 0; border-style: solid; border-color: #5a8f00 transparent; display: block; width: 0; }
.bubbles:after { content: ""; position: absolute; bottom: -13px; left: 47px; border-width: 13px 13px 0; border-style: solid; border-color: #fff transparent; display: block; width: 0; }
.bubbles:before { top: 10px; bottom: auto; left: -30px; border-width: 15px 30px 15px 0; border-color: transparent #5a8f00; }
.bubbles:after { top: 16px; bottom: auto; left: -21px; border-width: 9px 21px 9px 0; border-color: transparent #fff; }

.bubbles.bebes,
.list-home .bubbles-bottom.assinatura-bebes { background: #92b3ab; border-color: #92b3ab; color: #fff; }
.bubbles.bebes:before,
.bubbles.bebes:after{ border-color: transparent #92b3ab; }
.list-home .bubbles-bottom.assinatura-bebes:after{ border-bottom-color: #92b3ab; }

.bubbles.iniciante,
.list-home .bubbles-bottom.assinatura-leitor-iniciante { background: #7baad4; border-color: #7baad4; color: #fff; }
.bubbles.iniciante:before,
.bubbles.iniciante:after{ border-color: transparent #7baad4; }
.list-home .bubbles-bottom.assinatura-leitor-iniciante:after { border-bottom-color: #7baad4; }

.bubbles.autonomo,
.list-home .bubbles-bottom.assinatura-leitor-autonomo { background: #e58065; border-color: #e58065; color: #fff; }
.bubbles.autonomo:before,
.bubbles.autonomo:after{ border-color: transparent #e58065; }
.list-home .bubbles-bottom.assinatura-leitor-autonomo:after { border-bottom-color: #e58065; }

.bubbles.experiente,
.list-home .bubbles-bottom.assinatura-leitor-experiente { background: #8dbf79; border-color: #8dbf79; color: #fff; }
.bubbles.experiente:before,
.bubbles.experiente:after { border-color: transparent #8dbf79; }

.lancamentos .bubbles,
.bloco-livros-do-mes .bubbles { top: 215px; left: 35px; z-index: 9; }
.lancamentos .bubbles,
.bloco-livros-do-mes .bubbles:before { top: 105px; }
.lancamentos .bubbles,
.bloco-livros-do-mes .bubbles:after { top: 110px; }


.title-clube.title-category h2 {
	font-size: 30px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: bold;
	line-height: 34px;
}


.title-category img {
    float: left;
    margin: -8px 9px 0 15px;
}


.title-bau .left.title-bau {
    width: 85%;
}


.title-clube.title-category p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
    height: 100%;
    background-image: url(http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/bg-title-left.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 32px;
    border-radius: 0 18px 18px 0;
}

.title-category { margin-top: 30px !important; }
=======
.bubbles.experiente:after{ border-color: transparent #8dbf79; }
.list-home .bubbles-bottom.assinatura-leitor-experiente:after { border-bottom-color: #8dbf79; }

.bloco-como-funciona .bubbles { margin-top: 140px; left: 220px; font-size: 14px; z-index: 9; }

.bloco-como-funciona .bubbles.bebes { margin-left: 125px; margin-top: 145px; }
.bloco-como-funciona .bubbles.bebes:before { top: 70px; }
.bloco-como-funciona .bubbles.bebes:after { top: 75px; }

.bloco-como-funciona .bubbles.iniciante { margin-top: 225px; margin-left: 90px; }
.bloco-como-funciona .bubbles.autonomo { margin-top: 225px; margin-left: 170px; }
.bloco-como-funciona .bubbles.experiente { margin-top: 245px; margin-left: 130px; }

.list-home .bubbles { z-index: 9; top: 305px; left: 40px; }
.lancamentos .bubbles { top: 317px; }

.bubbles-bottom { position: absolute; z-index: 9; display: none; font-size: 12px; padding: 10px; margin: 70px 0 0.5em; color: #333; background: #eee; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.bubbles-bottom p { font-size: 28px; line-height: 1.25em; }
.bubbles-bottom:before { position: absolute; top: -60px; left: 0; width: 155px; height: 36px; display: block; }
.bubbles-bottom:after { content: ""; position: absolute; top: -30px; left: 80px; border: 15px solid transparent; border-bottom-color: #eee; display: block; width: 0; }
.bubbles-bottom + p { padding-left: 15px; font: 14px Arial, sans-serif; }

.bloco-como-funciona u { text-decoration: none; }

#out-of-stock-subs {
	width: 197px;
	float: right;
	padding: 20px;
	background: #006A6F;
	border-radius: 20px;
	margin-top: 10px;
	position: relative;
}
#out-of-stock-subs .seta-icon {
	background: url("http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/seta-icon.png") no-repeat center;
	display: block;
	width: 70px;
	height: 34px;
	position: absolute;
	top: -34px;
	right: 85px;
}
#out-of-stock-subs input {
	border: 0;
	border-radius: 0;
	padding: 8px 10px;
}
.out-of-stock-button span {
	background: url("http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/avise-icon.png") no-repeat left center;
	display: block;
	width: 132px;
	height: 31px;
	text-indent: -999em;
	margin-top: 5px;
	cursor: pointer;
}
#out-of-stock-subs button.button.btn-cart {
	background: url("http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/button-subs.png") no-repeat center;
	display: block;
	width: 115px;
	height: 27px;
	text-indent: -99999em;
	margin-left: 37px;
	margin-top: 10px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://loja.ataba.com.br/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(http://loja.ataba.com.br/skin/frontend/base/default/css/esmart/slider/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

/*.owl-theme .owl-controls .owl-buttons div{*/
	/*color: #FFF;*/
	/*display: inline-block;*/
	/*zoom: 1;*/
	/**display: inline;!*IE7 life-saver *!*/
	/*margin: 5px;*/
	/*padding: 3px 10px;*/
	/*font-size: 12px;*/
	/*-webkit-border-radius: 30px;*/
	/*-moz-border-radius: 30px;*/
	/*border-radius: 30px;*/
	/*background: #869791;*/
	/*filter: Alpha(Opacity=50);!*IE7 fix*!*/
	/*opacity: 0.5;*/
/*}*/
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url("http://loja.ataba.com.br/skin/frontend/leituraemrede/default/images/carousel/pager-bullets.png") no-repeat bottom;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background-position: top;
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#owl-demo .item{
    padding: 30px 0px;
    /*margin: 10px;*/
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    z-index: 1;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: 361px;
}

.fullimage {
    position: relative;
    z-index: 9;
}

.video {
    position: absolute;
    margin-top: -160px;
    top: 50%;
    right: 10%;
    z-index: 99999;
}



.owl-carousel .owl-buttons .owl-prev {
    background-image: url("http://loja.ataba.com.br/skin/frontend/base/default/css/esmart/slider/images/arrow-left-icon-big.svg");
    left: 30px;
}

.owl-carousel .owl-buttons .owl-next {
    background-image: url("http://loja.ataba.com.br/skin/frontend/base/default/css/esmart/slider/images/arrow-right-icon-big.svg");
    right: 30px;
}

.owl-carousel .owl-buttons .owl-prev,
.owl-carousel .owl-buttons .owl-next {
    width: 20px;
    height: 29px;
    background-size: 100%;
    margin-top: -15px;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    z-index: 999;
}


.owl-controls .owl-buttons div {
    cursor: pointer;
}


