/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
3 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set {
	clear:both;
	margin:29px 0 0 0;/*background:#f3f3f3;*/
}
/* Col2 */
.col2-set .col-1, .col2-set .col-2 {
	width:290px;
}
.col2-set .col-1 {
	float:left;
	margin:0 2px 0 0;
}
.col2-set .col-2 {
	float:left;
	border-left:1px solid #e3e3e3;
}
/* Col2-alt */
.col2-alt-set .col-1 {
	width:32%;
}
.col2-alt-set .col-2 {
	width:65%;
}
.col2-alt-set .col-1 {
	float:left;
}
.col2-alt-set .col-2 {
	float:right;
}
/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
	float:left;
	width:31.3%;
}
.col3-set .col-1, .col3-set .col-2 {
	margin-right:3%;
}
/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 {
	float:left;
	width:22%;
}
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 {
	margin-right:4%;
}
/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 {
	float:none !important;
	margin:0 !important;
}
.col3-set td.spacer {
	width:3%;
}
.col4-set td.spacer {
	width:4%;
}
.accent {
	color:#E76200;
	font-weight:bold;
}
/********************** Form */

/* Form Elements */
.precisaAjuda {
	width:524px;
	height:100px;
	margin:36px 0 0 0;
	padding:11px 0 0 261px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/contacts_precisaAjuda.jpg) no-repeat;
}
input.input-text, select, textarea {
	border:1px solid #a5afbb;
	font:12px arial, helvetica, sans-serif;
	background:#fff;
}
option, optgroup {
	font:12px arial, helvetica, sans-serif;
}
optgroup {
	font-weight:bold;
}
textarea {
	overflow:auto;
}
input.input-text, textarea {
	padding:2px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_input.jpg) repeat-x;
}
input.radio {
	margin-right:3px;
}
input.checkbox {
	margin-right:3px;
}
.qty {
	width:2.5em;
}
.group-select label, .form-list label, .payment-methods label {
	color:#497b92;
	font-size:14px;
	font-weight:normal;
}
.input-text:focus, select:focus, textarea:focus {
/*background:#fff;*/
}
.button-set { /* Container for form buttons*/
	clear:both;
	/*margin-top:4em;*/
	/*border-top:1px solid #e4e4e4;*/
	padding-top:8px;
	text-align:right;
	padding-right:21px;
}
.form-button, .form-button-alt {
	overflow:visible;
	width:auto;
	border:0;
	padding:4px 8px;
	/*background:#f18200;*/
	background:#7db240 url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_inputs.jpg);
	color:#fff;
	/*border:1px solid #de5400;*/
	font:bold 12px arial, sans-serif !important;
    cursor:pointer;
	text-align:center;
	vertical-align:middle;
	height:24px;
}
a.forgotVerde, a.forgotVerde:active, a.forgotVerde:visited, a.forgotVerde:hover {
background:#7db240 url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_inputs.jpg) repeat-x;
color:#fff;
text-align:center;
font-weight:bold;
padding:4px;
margin:0 5px 0 0;
}
.form-button span, .form-button-alt span {
	white-space:nowrap;
}
.form-button-alt {
	border:1px solid #406a83;
	background-color:#618499;
}
.form-button-altB {
	background:	url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_bt_azul.jpg) repeat-x;
	height:23px;
	border:0;
}
.form-button-altB .span {
	color:#FFFFFF;
	font-weight:bold;
}
.continue-shopping {
	color:#fff;
}
.shopping-cart-collaterals {
	float:left;
}
a.form-button-alt {
	padding:2px 9px;
	text-decoration:none;
}
.form-button-alt:hover {
	color:#fff;
	text-decoration:none;
}
.btn-checkout {
	display:block;
	float:right;
	background:transparent url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
	font-size:15px;
	font-weight:bold;
	padding-right:8px;
}
.btn-checkout, .btn-checkout:hover {
	color:#fef5e5;
	text-decoration:none;
}
.btn-checkout span {
	display:block;
	padding:0 17px 0 25px;
	background:transparent url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/btn_proceed_to_checkout_bg.gif) no-repeat;
	line-height:40px;
}
/* Form lists */
.form-list li {
	margin-bottom:6px;
}
.form-list li .input-box .input-text, .form-list li .input-box textarea {
	width:250px;
}
.form-list li .input-box select {
	width:256px;
}
.form-list li.addElement {
	border-top:1px solid #DDD;
	padding-top:10px;
}
.customer-name {
}
.group-select li .input-box {
	/*float:left;*/
	width:auto;
	margin:0 0 10px 0;
}
.group-select li .input-text, .group-select li select, .group-select li textarea {
	width:525px;
}
.group-select li .input-box .input-text, .group-select li .input-box textarea {
	width:491px;
}
.group-select li .input-box select {
	width:256px;
}
/* Form Messages */
.validation-advice, .required {
	color:#497b92;
	font-size:14px;
	font-weight:normal;
}
.validation-advice {
	clear:both;
	min-height:15px;
	margin-top:3px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/validation_advice_bg.gif) no-repeat 2px 1px;
	padding-left:17px;
	font-size:.95em;
	font-weight:bold;
	line-height:1.25em;
}
.validation-failed {
	border:1px dashed #EB340A !important;
	background:#faebe7 !important;
}
label.required {
	font-weight:bold;
}
p.required {
	font-size:11px;
	text-align:right;
	padding:0 8px 0 0;
}
/********************** Messages  */
.success {
	color:#3d6611;
}
.error {
	color:#df280a;
}
.notice {
	color:#e26703;
}
.success, .error {
	font-weight:bold;
}
.messages {
	width:100%;
	overflow:hidden;
	line-height:42px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_tabela_carrinho_rodape.jpg) repeat-x;
	color:#487c92;
	margin:0 0 10px 0;
}
/*.error-msg, .success-msg, .notice-msg, .note-msg {
	min-height:23px !important;
	margin-bottom:1em !important;
	border-style:solid !important;
	border-width:1px !important;
	background-repeat:no-repeat !important;
	background-position:10px 10px !important;
	padding:8px 8px 8px 32px !important;
	font-size:.95em !important;
	font-weight:bold !important;
}*/
.error-msg li, .success-msg li, .notice-msg li {
	/*margin-bottom:.2em;*/
	font-weight:bold;
	padding:8px 0 0 8px;
}
.error-msg {
	/*border-color:#f16048;*/
	color:#df280a;
	background-color:#faebe7;
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHohttp://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/error_msg_icon.gif);
}
.success-msg {
	width:100%;
	overflow:hidden;
	/*line-height:58px;*/
	color:#487c92;/*border-color:#446423;
	color:#3d6611;
	background-color:#eff5ea;
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/success_msg_icon.gif);*/
}
.notice-msg, .note-msg {
	/*border-color:#fcd344;*/
	color:#3d6611;
	background-color:#fafaec;
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/note_msg_icon.gif);
}
/********************** Headings */

.head, .inner-head {
	/*background:#e4e8e9;*/
	padding:5px 4px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/h3_produto.jpg) repeat-x;
	color:#fff;
	text-align:right;
	line-height:1.25em;
}
.head h1, .head h2, .head h3, .head h4, .head h5, .inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5 {
	margin:0;
	float:left;
}
/* Page heading */
.pageBackground {
	background:#fff;
	width:792px;
	padding:0 13px 0 9px;
}
.page-head {
	margin:0 0 13px 0;
	/*border-bottom:1px solid #ccc;*/
	background:#fff;
}
.page-head-alt {
	margin:0 0 12px 0;
}
.page-head, .page-head-alt {
	text-align:right;
	background:#fff;
}
.page-head h3, .page-head-alt h3 {
	max-width:100%;
	margin:0;
	padding:2px 6px;
	color:#fff;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/header_category_h2.jpg);
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:blod;
	overflow:hidden;
	text-align:left;/*	margin:0;
	font-size:1.7em !important;
	font-weight:normal !important;
	text-transform:none !important;
	text-align:left;*/
}
.button-level h3 { /* heading level with buttons */
	float:left;
	width:98.5%;
}
.page-head .link-feed {
	float:right;
	margin-top:9px;
}
.button-level .link-feed {
	float:none!important;
	font-size:1em!important;
}
/* Category list heading */
.category-head {
	margin:0;
}
.category-head h1 {
	max-width:100%;
	margin:0;
	padding:2px 6px;
	color:#fff;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/header_category_h2.jpg);
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:blod;
	overflow:hidden;
}
.box-header {
	font-size:1.05em;
	text-align:left;
	background:#EEEEEE none repeat scroll 0%;
	font-weight:bold;
	padding:2px 8px;
	margin:10px 0px
}
.category-head .link-feed {
	float:right;
	margin-top:10px;
	position:relative;
}
/********************* Tables */
td.label {
	font-weight:bold;
}
/* Data Table */
.data-table {
	/*border:1px solid #bebcb7;*/
	width:100%;
}
.data-table tr {
	background:#e4e8e9;
}
.data-table .odd {
	background:#f8f7f5
}
.data-table .even {
/*background:#eeeded !important;*/
}
.data-table td.last, .data-table th.last {
	border-right:0;
}
.data-table tr.last th, .data-table tr.last td {
/*border-bottom:1px solid #fff;/*color:#d67902;*/
}
.attributes-col {
	background:#f3f3f3;
}
.data-table th {
	/*border-right:1px solid #c2d3e0;*/
	padding:2px 8px;
	color:#0a263c;
	white-space:nowrap;
}
.data-table th.wrap {
	white-space:normal;
}
.data-table th a, .data-table th a:hover {
	color:#fff;
}
.data-table td {
	padding:3px 8px;
}
.data-table thead tr th {
/*background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee;*/
	/*background:#e4e8e9;*/
}
.data-table tfoot {
	border-bottom:1px solid #d9dde3;
}
.data-table tfoot tr.first {
	background:#e4e8e9;
	padding:5px 0 4px 10px;
	font-weight:bold;/*background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_tabela_carrinho_rodape.jpg) 0 0 repeat-x;
	height:50px;*/
}
.linhaVerde {
	background:#d1e1bd url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_tabela_carrinho_rodape.jpg) 0 0 repeat-x;
	height:auto;
	text-align:right;
}
.data-table tfoot tr {
/*background-color:#DEE5E8 !important;*/
}
.data-table tfoot td {
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:0;/*border-right:1px solid #d9dde3;*/
}
.data-table tbody td {
/*border-bottom:1px solid #d9dde3;/*border-right:1px solid #d9dde3;*/
}
/* Bundle Products */
.data-table tbody.odd tr {
/*background:#f8f7f5 !important;*/
}
.data-table tbody.even tr {
/*background:#f6f6f6 !important;*/
}
.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 h5.title {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	color:#2f2f2f;
}
.data-table tbody td .option-label {
	font-weight:bold;
	font-style:italic;
}
.data-table tbody td .option-value {
	padding-left:10px;
}
.box-table td {
	padding:10px;
}
.box-table tfoot td {
	padding-top:5px;
	padding-bottom:5px;
}
.box-table select {
	width:100%;
}
.nested-data-table th, .nested-data-table td {
	padding-top:2px;
	padding-bottom:2px;
}
.generic-table td {
	padding:0 8px
}
.generic-table td.first {
	padding-left:0;
	white-space:nowrap;
}
.shipping-tracking .button-set {
	margin-top:0;
	border:none;
	border-top:0;
	padding-top:0;
}
/********************** Lists */
.disc {
	margin-bottom:10px;
	list-style:disc;
}
.disc li {
	margin-left:20px;
}
/* Bare List */ /* Unstyled list */
.bare-list {
	margin:5px 0;
}
.bare-list li {
	margin:3px 0;
}
/********************** Space Creators */
.no-display {
	display:none;
}
.content-box {
	min-height:250px;
} /* Set minimum height for visual presentation */
.content {
	padding:12px 10px 12px 10px;
} /* Sets default padding */
.actions {
	line-height:1.3em;
}
.separator {
	padding:0 3px;
}
.pipe {
	padding:0 4px;
	font-size:.95em;
}
.divider {
	margin:10px 0;
	height:1px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/dotted_divider.gif) repeat-x;
	font-size:1px;
	line-height:1em;
	overflow:hidden;
}
/********************** Pager */
table.pager select, table.view-by select {
	margin:0 3px;
	font-size:.95em;
}
table.pager select {
	width:50px;
}
table.view-by td.sort-by {
	text-align:right;
	padding-right:44px;
}
table.view-by select {
	width:85px;
}
table.pager, table.view-by {
	width:100%;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/pager_bg.gif) repeat-x 0 100% #fff;
	font-size:.95em;
}
table.pager td {
	width:32%;
	border-top:1px solid #eee;
	padding:4px 8px;
	vertical-align:middle;
}
table.pager td.pages {
	padding:4px 0;
	white-space:nowrap;
	text-align:center;
}
table.pager ol, table.pager li {
	display:inline;
}
table.pager li {
	padding:0 2px;
}
table.view-by td {
	width:33%;
	border-top:1px solid #e2e2e2;
	padding:4px 8px;
	vertical-align:middle;
}
/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper {
	width:905px;
	height:auto;
	margin:0 auto;
	padding:20px 0 0 0;
}
.header {
	width:946px;
	height:auto;
	float:left;/*padding:0 91px 0 25px;*//*margin:0 0 7px 0;*/
}
.header-top-container {
	float:left;
	padding:0 0 0 67px;/*margin:0 0 7px 0;*/
	_padding:0 0 0 140px;/*padding:0 0 0 25px;*/
}
.header-top {
	position:relative;
	z-index:999;
	width:785px;
	margin:0 auto;	
	float:left;
}
.header-nav {
	width:865px;
	float:left;
	height:25px;
}
.header-nav-container {
	width:865px;
	height:10px;
	float:left;
}
#logo {
	width:210px;
	_width:160px;
	height:52px;
	float:left;
	padding:21px 75px 29px 0;
	_padding:21px 50px 29px 0;
}
.barra_user {
	width:406px;
	height:21px;
	float:right;
	margin:0 0 10px 109px;
}
.barraUserBg {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_barra_user.jpg) repeat-x;
	padding:0 8px 0 7px;
	color:#fff;
}
.cxLogin {
	width:240px;
	height:112px;
	float:right;
	margin:0 0 0 9px;
}
.cxLogin .abas {
	width:155px;
	height:28px;
	float:left;
}
.cxLogin .abas #paincelControle {
	width:78px;
	height:32px;
	position:absolute;
}
.cxLogin .abas #webMail {
	width:78px;
	height:31px;
	position:absolute;
	margin:0 0 0 76px;
}
.cxLogin .abas #email {
	width:78px;
	height:31px;
	position:absolute;
	margin:0 0 0 161px;
}
.carrinho {
	width:56px;
	height:82px;
	float:left;
	margin:32px 0 0 0;
}
.carrinho img {
	border:0;
	padding:0;
	margin:0;
}
.carrinho .valor {
	width:56px;
	height:30px;
	background:#7fae4e url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/carrinho_bg.jpg) no-repeat;
	color:#fff;
	padding:11px 0 0 0;
	text-align:center;
	font-size:9px;
	margin:0;
}
.cxLogin .login {
	width:220px;
	height:82px;
	float:left;
	background:#d9e5ec url(/skin/frontend/default/cappuccinoHome/images/background_login.png) repeat-x;
	padding:0 8px 0 5px;
	font-size:9px;
}
.cxLogin .login .input {
	width:162px;
	height:14px;
	background:#ffffff;
	border:1px solid #cccccc;
	font-size:10px;
	margin-bottom:4px
}
.imagemB {
	width:245px;
	height:auto;
	float:left;
	margin:30px 0 0 0;
	color:#4673AC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
}

.imagemB a { color:#4673AC; font-weight: bold; }
.imagemB a:hover { text-decoration:underline; }

.sac-chat{display:none}
.sac-email{}
.middle-container {
	float:left;
	width:852px;
	padding:0 0 0 56px;
}
.middle-container .flash {
	width:946px;
	height:auto;
	float:left;
	/*padding:0 0 0 13px;*/
margin:0 0 18px 0;
	z-index:1;
}
.last {
	color:#487a91;
	background:none;
	background:none;
}
.label {
	color:#487a91;
}
/****************************************/
.middle {
	width:814px;
	/*padding:0 0 0 13px;*/
	margin:0 0 0 -71px;
	float:left;
}
.middleB {
	width:600px;
	margin:0 10px 0 0;
	/*padding:0 0 0 13px;*/
/*margin:0 0 0 13px;*/
float:left;
}
.middleC {
	width:814px;
	/*padding:0 0 0 13px;*/
	/*margin:0 0 0 13px;*/
	float:left;
	background:#fff;
}
.side-col {
	width:195px;
}
.col-left {
	float:left;
	margin:0 10px 0 10px;
}
.col-main {
	float:left;
}
.col-right {
	float:left;
}
.col-1-layout .col-main {
	float:none;
	margin:0;
	padding:0 10px;
	_padding:0 10px 0 100px;
}
.col-2-right-layout .col-main {
	float:left;
	width:650px;
}
.col-2-left-layout .col-main {
	float:left;
	width:589px;
}
.col-3-layout .col-main {
	width:792px;
	background:#fff;
	/*margin:0 0 0 13px;*/
	padding:0 13px 0 9px;
}
/************************** Prices */
.price {
	white-space:nowrap !important;
}
.price-box {
	/*background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/price_box.jpg) no-repeat;*/
width:128px;
	height:29px;
	padding:7px 0 0 0;
	text-align:right;
}
.price-boxAuxiliar {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/price_box.jpg) no-repeat;
	width:128px;
	height:29px;
	padding:7px 0 0 0;
	text-align:right;
}
.price-boxAuxiliarComparar {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/price_boxComparar.jpg) no-repeat;
	width:128px;
	height:29px;
	padding:7px 0 0 0;
	text-align:right;
}
.price-box .price {
	font-weight:bold;
	color:#fff;
}
/* Regular price */
.regular-price {
	color:#fff;
	margin:0 36px 0 0;
}
.regular-price .price {
	font-weight:bold;
	font-size:28px; /*color:#CC9900;*/
	color:#D47517;
}
.price-boxAuxiliar .price {
	font-weight:bold;
	font-size:16px; /*color:#CC9900;*/
	color:#fff;
}
/* Old price */
.old-price {
	margin:0;
}
.old-price .price-label {
	white-space:nowrap;
	color:#999;
}
.old-price .price {
	font-weight:bold;
	color:#c76200;
	text-decoration:line-through;
}
/* Special price */
.special-price {
	margin:0;
	padding:3px 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;
}
a.minimal-price-link {
	display:block;
}
a.minimal-price-link .label {
}
a.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;
}
/* 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;
	display:none;
}
.price-notice .price {
	font-weight:bold;
	color:#487a91;
}
.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-pricing-grouped li {
	padding:2px 0;
	color:#e26703;
}
.product-pricing-grouped li .price {
	font-weight:bold;
}
/********************** Generic Box */
.generic-box {
	margin-bottom:15px; /*padding:12px 15px; border:1px solid #D0CBC1;*/
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/base_mini_head_bg.gif) repeat-x #fff;
}
.generic-product-list li {
	margin:12px 0;
}
/********************** Catalog Listing */
.catalog-listing {
}
.catalog-listing h5 {
	width:128px;
	height:35px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/catalog-listing_h5.jpg) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.catalog-listing h5 a, .catalog-listing h5 a:hover {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
/********************* EDIÇO FEITA PELA CAPPUCCINO */
.divAddTo {
	width:123px;
	height:auto;
	background:#c8cfd4 url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/to_do_bg.jpg) repeat-x;
	float:left;
	margin-top:-3px;
	padding:3px 0 0 5px;
}
.divAddToRodape {
	width:109px;
	height:7px;
	float:left;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/addToRodape.jpg) no-repeat;
}
.compararProduto {
	margin:10px 0 11px 0;
}
/********************* EDIÇO FEITA PELA CAPPUCCINO */
.catalog-listing .add-to {
	color:#3d6986;
	font-size:10px;
	margin:0 0 9px 0;
}
.catalog-listing .add-to a, .catalog-listing .add-to a:hover {
	text-decoration:underline;
}
.catalog-listing .ratings {
	margin-bottom:.6em;
}
.catalog-listing .ratings {
	line-height:1.5;
}
.catalog-listing .ratings .rating-box {
	float:none;
	margin-bottom:3px;
}
.catalog-listing .ratings .pipe {
	display:none;
}
.catalog-listing .ratings a {
	display:block;
}
/* Generic Product Grid */
.generic-product-grid {
	width:100%;
}
.generic-product-grid td {
	border-right:1px solid #d9dde3;
	border-bottom:1px solid #d9dde3;
	padding:12px 10px;
	line-height:1.6em;
}
.generic-product-grid tr.last td {
	border-bottom:0;
}
.generic-product-grid td.last {
	border-right:0;
}
.generic-product-grid .product-image {
	text-align:center;
	margin:0;
	padding:0;
}
.generic-product-grid td.empty-product {
	border-right:0;
	background:#f5f6f6;
}
/********************** Layered Navigation */
.layered-nav .head {
	margin:0;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/layered_nav_head_bg.gif) no-repeat;
	height:24px;
}
.layered-nav h3 {
	display:none;
}
.layered-nav .border-creator {
	border-style:solid;
	border-color:#a0b3c3;
	border-width:0 1px 1px 1px;
}
.layered-nav h4 {
	margin:0;
	border:1px solid #b9ccdd;
	border-left:0;
	border-right:0;
	padding:3px 10px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
	color:#1f5070;
	font-weight:bold;
	font-size:1em;
}
.layered-nav .narrowed-category li {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/narrow_category_bg.gif) repeat-x 0 100% #fff;
	padding:4px 6px 4px 10px;
}
.layered-nav .narrowed-category li .label {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/narrow_by_li_by.gif) no-repeat 0 .2em;
	padding-left:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.layered-nav .widget-btn {
	float:right;
	margin:.1em 0 0 5px;
	font-size:.95em;
}
.layered-nav .actions {
	border-style:solid;
	border-color:#dee5e8;
	border-width:1px 0;
	padding:4px 10px;
	background:#cad6e4;
}
.narrow-by dl {
	background:#e7f1f4;
	padding:0 0 1em 0;
}
.narrow-by dt {
	margin:0;
	padding:7px 10px 0 28px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/narrow_by_set.gif) no-repeat 9px .9em;
	color:#2f2f2f;
	text-transform:uppercase;
}
.narrow-by dd {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/narrow_by_dd_bg.gif) repeat-x 0 100%;
	padding:0 12px .8em 12px;
}
.narrow-by dd li {
	margin-bottom:.3em;
	line-height:1.3em;
}
.narrow-by dd.last {
	background:none;
}
/********************* Tool Tips */
.tool-tip {
	border:1px solid #7ba7c9;
	background:#eaf6ff;
	position:absolute;
}
.tool-tip .inline-content {
	padding:8px;
}
.tool-tip .block-content {
	padding:15px 20px;
}
.tool-tip .btn-close {
	display:block;
	position:absolute;
	right:6px;
	text-align:right;
	top:6px;
}
/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item {
	border-top:1px solid #D9DDE3;
	padding:12px 10px;
}
.listing-type-list .product-image {
	float:left;
	width:135px;
	margin-bottom:-5px;
}
.listing-type-list .product-shop {
	width:305px;
}
.listing-type-list .product-shop .description {
	margin:.5em 0 1.2em 0;
}
.listing-type-list .product-shop .price-box {
	float:left;
	text-align:left;
	white-space:nowrap;
	margin:3px 13px 5px 0;
	padding:0;
}
.listing-type-list .product-shop .form-button {
	margin:0.5em 0 0;
}
.listing-type-list .product-shop .product-reviews {
	margin:15px 0;
	font-size:.95em;
}
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover {
	color:#6e6969;
}
.listing-type-list .listing-item .rating-box {
	margin-bottom:6px;
}
/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/

/* Grid Type */
.listing-type-grid {
	padding:0 0 0 17px;
	margin-bottom:20px;
	float:left;
	width:775px;
}
.listing-type-grid .grid-row {
	padding:0;
	list-style-type:none;
	clear:both;
	width:800px;
	margin:0 auto;
}
.listing-type-grid li.item {
	float:left;
	width:128px;
	margin:0 25px 0 0;
	overflow:hidden;
}
.listing-type-grid .last {
	border-bottom:0;
}
.listing-type-grid .product-image {
	text-align:center;
	margin:0;
}
.listing-type-grid .rating-box {
	float:left;
	margin-left:0;
	margin-right:5px;
}
.listing-type-grid .actions {
	margin:10px 0;
	text-align:center;
}
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bkg_products-grid1.gif);
}
.col-1-layout .listing-type-grid li.item {
	width:280px;
}
.col-2-left-layout .listing-type-grid, .col-2-right-layout .listing-type-grid {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bkg_products-grid2.gif);
}
.col-2-left-layout .listing-type-grid li.item, .col-2-right-layout .listing-type-grid li.item {
	width:208px;
}
/********************** Product Detail */
/* Product Images */
.product-img-box {
	float:left;
	width:267px;
}
.product-img-box .product-image-zoom {
	position:relative;
	overflow:hidden;
	width:265px;
	height:265px;
	z-index:9;
}
.product-img-box .product-image-zoom img {
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}
.image-zoom {
	position:relative;
	z-index:9;
	height:18px;
	margin:0 auto 13px auto;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/slider_bg.gif) no-repeat 50% 50%;
	padding:0 28px 0 28px;
	cursor:pointer;
}
.image-zoom #track {
	position:relative;
	height:18px;
}
.image-zoom #handle {
	position:absolute;
	left:0;
	top:-1px;
	width:9px;
	height:22px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/magnifier_handle.gif) 0 0 no-repeat;
}
.image-zoom .btn-zoom-out {
	position:absolute;
	left:2px;
	top:1px;
}
.image-zoom .btn-zoom-in {
	position:absolute;
	right:2px;
	top:1px;
}
.product-img-box .more-views h4 {
	border-bottom:1px solid #ccc;
	margin-bottom:.8em;
	font-size:.95em;
	text-transform:uppercase;
}
.product-img-box .more-views ul {
	margin-left:-9px;
}
.product-img-box .more-views li {
	float:left;
	margin:0 0 9px 9px;
}
.product-img-box .more-views li a {
	float:left;
	width:56px;
	height:56px;
	border:2px solid #ddd;
	overflow:hidden;
}
.product-img-box .more-views li a img {
	margin:-32px 0 0 -32px;
}
.product-info-box {
	margin-top:10px; /*border:1px solid #c4c6c8;*/
	margin-top:0;
	background:#fff;
	padding:0 0 0 7px;
	width:807px;
}
.product-info-box .product-name { /*margin-bottom:.3em;*/
	color:#fff;
	font-size:14px;
	padding:3px 0 5px 13px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/h3_produto.jpg) repeat-x;
	width:578px;
}
.product-info-box .price-box {
	margin:10px 0;
}
.product-info-box .availability {
	margin:10px 0;
	padding:0;
	font-size:0.92em;
}
.add-to-cart-box {
	float:right;
}
.add-to-cart-box .qty-box {
	float:left;
}
.add-to-cart-box .qty-box label {
	float:left;
	padding:14px 0 0 0;
}
.add-to-cart-box .qty-box .qty {
	float:left;
	margin:0 5px;
	height:21px;
}
.add-to-cart-box .form-button {
	float:left;
}
.add-to-box { /*text-align:right;*/
	height:39px;
}
.add-to-box li {
	display:inline;
}
.add-to-holder {
	margin:10px 0;
}
.add-to-holder .add-to-cart-box {
	float:left;
}
.add-to-holder .add-or {
	float:left;
	padding:0 7px;
	font-weight:bold;
	color:#666;
}
.add-to-holder .add-to-box {
	float:left;
	line-height:1.25em;
	text-align:left;
}
.add-to-holder .add-to-box li {
	display:block;
}
.add-to-holder .add-to-box li .pipe {
	display:none;
}
.nomeCategoria {
	width:387px;
	line-height:39px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_categoriaNome.jpg) no-repeat;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding:0 0 0 12px;
	margin:7px 7px 0 0;
	float:left;
}
.descricaoCategoria {
	width:173px;
	height:auto;
	background:#fff url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_cinza_descricao.jpg) no-repeat;
	color:#7fb442;
	font-weight:bold;
	padding-left:12px;
	margin-top:7px;
	float:left;
}
.descCurta {
	width:393px;
	float:left;
	height:auto;
	padding:24px 0 15px 13px;
}
.descPreco {
	width:185px;
	float:left;
	height:auto;
	color:#d47517;
	font-size:31px;
	font-weight:bold;
}
.product-info-box .ratings {
	margin-bottom:1em;
}
.product-essential, .product-collateral { /*padding:25px;*/
}
.product-essential { /*padding:0 0 0 13px;*/
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/product_essential_bg.gif) no-repeat 100% 0 #fff;
}
.product-essential .product-shop {
	width:591px;
	background:#d1e1bd url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_productshop.jpg) no-repeat;
}
.product-essential .product-shop .ratings {
	margin-bottom:10px;
}
.product-pricing {
	margin:10px 0;
	padding:10px;
	background-color:#f4f7f7;
	border:1px solid #dadddd;
}
.product-pricing li {
	line-height:1.4;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_tierico1.gif) no-repeat 0 3px;
	padding:2px 0 2px 10px;
	color:#424242;
}
.product-pricing .benefit {
	font-style:italic;
	font-weight:bold;
	color:#2f2f2f;
}
.product-pricing .price {
	font-weight:bold;
	color:#2f2f2f;
}
.product-options {
	width:573px; /*margin:20px 0 0;*/
	padding:9px 8px 9px 8px; /*background-color:#f3f3f3; border:1px solid #dddddd;*/
}
.product-options dt {
	padding:10px 0 0;
	font-weight:normal;
}
.product-options dt label {
	color:#487a91;
}
.product-options dt .qty-holder {
	float:right;
	margin-right:15px;
}
.product-options dt .qty-holder label {
	vertical-align:middle;
}
.product-options dt .qty-disabled {
	background:none;
	border:0;
	padding:3px;
	color:#2f2f2f;
}
.product-options dd {
	padding:5px 10px 15px;
	margin:0 0 5px;
	border-bottom:1px solid #e4e4e4;
}
.product-options dl.last dd.last {
	border-bottom:0;
	padding-bottom:5px;
	margin-bottom:0;
}
.product-options dd input.input-text {
	width:98%;
}
.product-options dd 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;
	color:#487a91;
}
.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;
	color:#487a91;
}
.product-options ul.options-list label {
	font-weight:normal;
	color:#487a91;
}
.product-options ul.validation-failed {
	padding:0 7px;
}
.product-options p.required {
	margin-bottom:0;
	padding:15px 0 0;
}
.product-options-bottom {
	width:558px;
	height:24px;
	background:#fffada url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_product-options-bottom.jpg);
	padding:17px 15px 13px 18px; /*border:1px solid #e4e4e4;*/
	border-top:0;
}
.product-options-bottom .product-pricing {
	margin:0;
	padding:0 0 10px;
	border:0;
	background:0;
}
.product-options-bottom .product-pricing li {
	background:0;
	padding:2px 0;
	color:#e26703;
}
.product-options-bottom .product-pricing .price, .product-options-bottom .product-pricing .benefit {
	color:#e26703;
}
.product-options-bottom .price-box {
	float:left;
	margin:0;
	padding:0;
}
.product-options-bottom .price-label {
	float:left;
	padding-right:5px;
}
.product-options-bottom .price-tax {
	float:left;
}
.product-shop .product-options-bottom .price-box {
	float:none;
}
.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 Options */
dl.item-options dt {
	font-weight:bold;
	font-style:italic;
	color:#4a7a91;
}
dl.item-options dd {
	padding-left:10px;
	color:#4a7a91;
}
.a-right {
	background:none;
}
.a-right span {
	color:#4a7a91;
	font-weight:bold;
	font-size:12px;
}
.title {
	font-size:16px;
}
.truncated {
	cursor:help;
}
.truncated a.dots {
	cursor:help;
	text-decoration:none !important;
}
.truncated a.details {
	cursor:help;
	text-decoration:none !important;
	display:inline-block;
	border-bottom:1px #1e7ec8 dotted;
}
.truncated .truncated_full_value {
	position:relative;
	z-index:999;
}
.truncated .truncated_full_value dl {
	position:absolute;
	top:-99999em;
	z-index:999;
	width:250px;
	padding:8px;
	border:1px solid #ccc;
	border-bottom-color:#bbb;
	border-right-color:#bbb;
	background-color:#f6f6f6;
}
.truncated .truncated_full_value dl dt {
	margin-top:0;
}
.truncated .show dl {
	top:-20px;
	left:50%;
}
.col-left .truncated .show dl {
	left:35px;
	top:10px;
}
.col-right .truncated .show dl {
	left:-240px;
	top:10px;
}
/* Product Collateral */
.product-collateral {
	width:591px;
}
.product-collateral .head {
	font-size:1.15em;
	padding:9px;
	background:#e4e8e9;
}
.product-collateral .collateral-box {
	margin-top:13px;
	padding-bottom:5px;
	background:#f3f3f3;
}
.product-collateral .collateral-box h4 {
	color:#477a95;
}
.product-collateral .attribute-specs table {
	border-color:#d9DDE3;
	width:573px;
	margin:0 auto;
}
.product-collateral .attribute-specs .label {
	font-weight:bold;
}
.product-collateral .attribute-specs .data {
	border-right:0;
}
.product-collateral .attribute-specs td {
	padding-top:3px;
	padding-bottom:3px;
	line-height:1.25em;
}
.product-specs {
	padding:12px 14px 12px 14px;
}
.product-collateral .up-sell .head {
	padding-bottom:8px;
	margin-bottom:0;
}
.product-collateral .up-sell .generic-product-grid {
	border:1px solid #E5DCC3;
	border-top:0;
}
.product-collateral .up-sell .generic-product-grid td {
	width:25%;
	border-color:#E5DCC3;
	background:#f6f2e7;
	padding-top:15px;
}
.product-collateral .up-sell .generic-product-grid td img {
	border:1px solid #E5DCC3;
}
.product-collateral .up-sell .generic-product-grid td.empty-product {
	background:#f1ecdb;
}
#customer-reviews {
	margin-bottom:15px;
}
#customer-reviews li {
	margin-bottom:25px;
}
#customer-reviews li p {
	clear:both;
}
.product-collateral .add-tag-box .input-box {
	float:left;
	width:302px;
	margin-right:8px;
}
.product-collateral .add-tag-box .input-box .input-text {
	width:300px;
}
.tags-list {
	margin-bottom:15px;
}
.tags-list li {
	display:inline;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/separator.gif) no-repeat 100% .4em;
	padding:0 8px 0 4px;
}
.tags-list li.first {
	padding-left:0;
}
.tags-list li.last {
	background:none;
}
.add-tag-box {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_tag_add.gif) no-repeat 0 2px;
	padding-left:23px;
}
.product-review-box {
	padding-bottom:10px;
}
.product-review-box table {
	width:456px;
	margin:8px 0 0;
}
.product-review-box td, .product-review-box th {
	text-align:center;
}
.product-review-box td.label {
	width:100px;
	text-align:left;
}
/* Product Detail sidebar */
.mini-related-items .head h4 {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_clip.gif);
}
.mini-related-items .product-images {
	width:72px;
}
.mini-related-items .product-images a {
	display:block;
	margin-left:20px;
}
.mini-related-items .product-images input {
	float:left; /*margin-right:4px; margin-left:-6px;*/
}
.mini-related-items .product-images .checkbox-container {
	float:left;
	width:15px;
}
.mini-related-items .product-details {
	margin-left:80px;
	padding-left:5px;
}
.mini-related-items ol li {
	padding-left:0;
	padding-right:0;
}
/********************** Footer */
.topoR {
	width:829px;
	height:30px;
	float:left;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/background_rodape.jpg);
	color:#fff;
	font-size:12px;
color::#fff;
}
.tituloR {
	width:801px;
	line-height:27px;
	float:left;
	border-bottom:2px solid #d4d9dc;
	background:#fff url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/background_rodape_titulo.jpg) no-repeat;
	padding:0 0 0 28px;
}
.listasR {
	width:815px;
	height:auto;
	float:left;
	padding:13px 0 10px 0;
}
/*.listasR ul{
width:auto;
height:auto;
float:left;
border-right:2px solid #e9edf0;
padding:0 14px 0 13px;
list-style-type:none;
}*/




.listasR ul.primeiraColuna {
	width:170px;
	height:auto;
	float:left;
	border-right:2px solid #e9edf0;
	padding:0 15px;
	list-style-type:none;
}
.listasR ul.segundaColuna {
	width:170px;
	height:auto;
	float:left;
	border-right:2px solid #e9edf0;
	padding:0 15px;
	list-style-type:none;
}
.listasR ul.terceiraColuna {
	width:170px;
	height:auto;
	float:left;
	border-right:2px solid #e9edf0;
	padding:0 15px;
	list-style-type:none;
}
.listasR ul.quartaColuna {
	width:170px;
	height:auto;
	float:left;
/*	border-right:2px solid #e9edf0; */
	padding:0 0 0 15px;
	list-style-type:none;
}
.listasR ul.quintaColuna {
	display:none;
/* 
	width:auto;
	height:auto;
	float:left;
	padding:0 0 0 13px;
	list-style-type:none;
	*/
}


.listasR ul li {
	width:auto;
	height:auto;
}
.listasR ul li.ultimo {
	width:auto;
	height:auto;
	margin-bottom:10px;
}
.listasR ul li a, a:hover {
	width:auto;
	height:auto;/*font-size:11px;*/
}
.footer-container {
	float:left;
	color:#1A4D63;
	margin:13px 0 0 0px;
	width:946px;
}
.footer {
	width:829px;
	height:auto;
	float:left;
	background:#fff;
	font-size:11px;
}
.footer .store-switcher {
	display:inline;
	padding:0 10px 0 0;
	vertical-align:middle;
}
.footer .informational label {
	color:#fff;
	font-weight:bold;
	padding-right:3px;
}
.footer .informational ul {
	width:auto;
	height:auto;
	float:left;
	border-right:2px solid #e9edf0;
	padding:0 14px 0 13px;
	list-style-type:none;
	cursor:default;
}
.footer .informational li {
	width:auto;
	height:auto;
}
.footer .informational li.last {
	background:none;
	padding-right:0;
}
.footer .informational a, .footer .informational a:hover {
	text-decoration:underline
}
.footer .informational a {
	color:#1A4D63;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	font-size:12px;
}
.footer .legality {
	padding:13px 0;
	color:#ecf3f6;
	text-align:center;
	color:#1A4D63;
}
.footer .legality a, .footer .legality a:hover {
	color:#1A4D63;
}
/**************************************** CAPPUCCINO */
.bordaTopo {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/borda_topo.jpg) no-repeat;
	height:15px;
	width:814px;/*margin:0 0 0 13px;*/
}
.bordaRodape {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/borda_rodape.jpg) no-repeat;
	height:15px;
	width:814px;
	/*margin:0 0 0 13px;*/
float:left;
}
.blocos {
	width:894px;
	height:auto;
	float:left;
	padding:0 0 0 52px;
	margin:10px 0 0 0;
}
.blocos .imgA {
	width:259px;
	height:286;
	float:left;
	margin:0 27px 0 0;
}
.blocos .imgB {
	width:259px;
	height:286;
	float:left;
	margin:0 22px 0 0;
}
.blocos .imgC {
	width:259px;
	height:286;
	float:left;
}
.dominios {
	width:894px;
	height:111px;
	float:left;
	margin-top:-19px;
	padding:0 0 0 52px;
}
.dominios .busca {
	position:absolute;
	margin:48px 0 0 184px;
	color:#2E4D15;
	font-size:15px;
	font-weight:bold;
}
.bottom {
	width:100%;
	height:auto;
	color:#fff;
	float:left;
	padding:5px 0;
	background:#98b9cc;
	font-size:10px;
	*margin-top:420px;
	_margin-top:0px;
}
.bottomInterna {
	margin:0 auto;
	width:794px;
}
.bottom .left {
	float:left;
}
.bottom .right {
	float:right;
}
.boxesEscritos {
	width:100%;
	height:auto;
}
.boxesEscritos h2 {
	font-size:16px;
	font-weight:bold;
}
.grupoProdutos {
	width:823px;
	height:auto;
	float:left;
	border-top:1px solid #e5e5e5;
	margin:28px 0 0 0;
}
.grupoProdutos .posicaoEsquerda {
	width:233px;
	height:180px;
	float:left;
	margin:0 60px 0 0;
}
.grupoProdutos .posicaoMeio {
	width:228px;
	height:180px;
	float:left;
	margin:0 54px 0 0;
}
.grupoProdutos .posicaoDireita {
	width:233px;
	height:180px;
	float:left;
}
.segundoBloco {
	width:785px;
	height:auto;/*margin-left:19px;*//*padding:0 0 0 13px;*//*margin:0 0 13px 0;*/
}
.segundoBloco .segundoTopo {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/borda_topo.jpg) no-repeat;
	height:15px;
	width:845px;
	float:left;
}
.segundoBloco .segundoRodape {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/borda_rodape.jpg) no-repeat;
	height:15px;
	width:845px;
}
.segundoBloco .segundoconteudo {
	width:785px;
	height:auto;
	background:#fff;
	float:left;/*padding:0 0 0 10px;*/
}
.blocoDicas {
	width:416px;
	height:79px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/blocoDicas.jpg) no-repeat;
	padding:61px 0 0 117px;
	font-size:12px;
	color:#525252;
	float:left;
	margin:0 13px 0 0;
}
.blocoAjuda {
	width:166px;
	height:87px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/blocoAjuda.jpg) no-repeat;
	padding:52px 0 0 73px;
	font-size:12px;
	color:#c69f01;
	float:left;
}
.produtosRelacionados {
	width:820px;
	height:auto;
	float:left;
	padding:0 0 0 11px;/*background:#ccc;*/
}
.produtosRelacionadosInternaB {
	width:788px;
	height:149px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/produtos_relacionados.jpg) no-repeat;
	float:left;
	padding:25px 0 0 26px;
	margin:16px 0 0 -20px;
	text-align:center
}
.produtosRelacionados .pA {
	width:164px;
	height:auto;
	float:left;
	margin:0 37px 0 0;
}
.pAlonga {
	width:720px;
	height:auto;
	float:left;
	text-align:center;
}
.pAlonga img {
	margin:0 0 0 20px;
}
.produtosRelacionados .pB {
	width:133px;
	height:auto;
	float:left;
}
/*.produtosRelacionados .pA {
width:133px;
height:auto;
float:left;
margin:0 23px 0 0;
}
.produtosRelacionados .pAjuste {
width:164px;
height:auto;
float:left;
margin:-8px 37px 0 0;
}
.produtosRelacionados .pB {
width:133px;
height:auto;
float:left;
}*/
.funcionalidades {
	width:775px;
	height:auto;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/func_bg.jpg) repeat-x top;
	margin:10px 0;
	padding:6px 7px 6px 8px;
	float:left;
}
.funcionalidades h3 a.func, a.func:hover, a.func:active {
	color:#699f2f;
	font-size:16px;
	margin:6px 0 25px 0;
	width:548px;
	text-decoration:underline;
}
.funcionalidades ul.func {
	width:548px;
	height:auto;
	float:left;
	list-style-type:none;
}
.funcionalidades ul.func li.func {
	margin:0 0 17px 5px;
	font-size:12px;
}
.funcionalidades img {
	float:right;
}
.funcionalidades h3.revendaTitulo {
	color:#459ac3;
	font-size:16px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/func_revenda_bg.jpg) repeat-x;
	padding:8px 16px 4px 12px;
	width:337px;
	margin:-6px 0 33px 206px;
}
/**************************************** CAPPUCCINO */
.faleConosco {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/faleConosco_escolha.jpg) no-repeat;
	width:785px;
	height:52px;
	margin:41px 0 0 0;
}
.faleConoscoB {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/faleConosco_escolha2.jpg) no-repeat;
	width:772px;
	height:146px;
	padding:33px 0 0 13px;
}
.bordaAzulTopo {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bordaAzulTopo.jpg) no-repeat;
	width:791px;
	height:12px;
	float:left;
}
.bordaAzulRodape {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bordaAzulRodape.jpg) no-repeat;
	width:791px;
	height:12px;
	float:left;
}
.conteudoAzul {
	background:#eaf2f5;
	width:772px;
	padding:0 9px 0 9px;
	float:left;
}
.clientesImagem {
	width:213px;
	height:205px;
	float:left;
	margin:0 17px 0 0;
}
.clientesConteudo {
	width:542px;
	height:auto;
	float:left;
}
.clientesDepoimentoTopo {
	width:542px;
	height:9px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/comentariosBordaTopo.jpg) no-repeat;
	float:left;
	margin:13px 0 0 0;
}
.clientesDepoimentoRodape {
	width:542px;
	height:9px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/comentariosBordaRodape.jpg) no-repeat;
	float:left;
	margin:0 0 14px 0;
}
.clientesDepoimentoConteudo {
	width:522px;
	height:auto;
	background:#fff;
	float:left;
	padding:0 10px 0 10px;
}
.clientesDepoimentoAspasTopo {
	width:21px;
	height:17px;
	background:#ccc;
	position:fixed;
	float:left;
}
.clientesNome {
	font-size:15px;
	color:#80b543;
	font-weight:bold;
	margin:0;
}
.clientesCase {
	font-size:14px;
	color:#49a0cd;
	margin:0;
}
.bordaVerdeTopo {
	width:791px;
	height:11px;
	float:left;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bordaVerdeTopo.jpg) no-repeat;
}
.bordaVerdeRodape {
	width:791px;
	height:11px;
	float:left;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bordaVerdeRodape.jpg) no-repeat;
}
.bordaVerdeConteudo {
	width:773px;
	height:auto;
	float:left;
	background:#e9efe1;
	padding:0 9px 0 9px;
}
.divBrancaPeq {
	width:213px;
	height:auto;
	float:left;
	margin:0 18px 0 0;
}
.bordaBrancaPeqTopo {
	width:213px;
	height:16px;
	float:left;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bordaBrancoCampanhasTopo.jpg) no-repeat;
}
.bordaBrancaPeqRodape {
	width:213px;
	height:16px;
	float:left;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bordaBrancoCampanhasRodape.jpg) no-repeat;
}
.bordaBrancaPeqConteudo {
	width:181px;
	height:auto;
	float:left;
	background:#fff;
	padding:0 16px 0 16px;
}
.bordaVerdeTexto {
	width:540px;
	height:auto;
	float:left;
}
.paragrafoVerde {
	color:#6a686b;
	margin:18px 0 11px 0;
	padding:0;
}
.paragrafoDescricao {
	width:792px;
	height:auto;
	float:left;
	margin:0 0 10px 0;
	list-style-type:none;
}
.descricaoSeparador {
	width:492px;
	height:auto;
	float:left;
}
.descricaoItens {
	width:197px;
	height:auto;
	float:left;
	padding:13px 0 0 100px;
list-style-type:
}
/*TITULO DO CARRINHO*/
.tituloCarrinho {
	width:197px;
	height:32px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/box_titulo_carrinho.jpg) no-repeat;
	float:left;
}
.rodapeCarrinho {
	width:197px;
	height:28px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/box_rodape_carrinho.jpg) no-repeat;
}
/* Base Mini */
.base-mini { /*border:1px solid #c4c1bc;*/
	background:#efefef;
	font-size:11px;
}
.base-mini .head {
	margin:0 1px;
	border-bottom:1px solid #ddd;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/base_mini_head_bg.gif) repeat-x #fff;
	padding:2px 8px;
}
.base-mini .head h4 {
	min-height:16px;
	color:#e26703;
	background-repeat:no-repeat;
	background-position:0 0;
	padding:1px 0 1px 21px;
	text-transform:uppercase;
}
.base-mini .head h4 .count {
	text-transform:none;
	color:#2f2f2f;
	white-space:nowrap;
	font-weight:normal;
	font-size:.95em;
}
.base-mini h5 {
	font-size:1em;
}
.base-mini .content, .base-mini ol {
	background:#efefef;
}
.base-mini ol li {
	padding:7px 4px 7px 8px; /*position:relative;*/
}
.base-mini ol li.odd {
	background:#f4f3f3;
}
.base-mini ol li.even {
	background:#fafafa;
}
.base-mini .actions { /*background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/base_mini_actions_bg.gif) repeat-x #dee5e8; background:#fff; /*padding:6px;*/
}
.base-mini .product-images { /*position:absolute; z-index:1; left:8px;*/
	float:left;
	width:52px;
	height:52px;
}
.base-mini .product-images a img {
	border:1px solid #a9a9a9;
	vertical-align:top;
}
.base-mini .product-checkbox {
	float:left;
	width:10px;
}
.base-mini .product-names {
	margin-left:18px;
}
.base-mini .product-details {
	margin:0 0 0 0;
	height:50px;
}
.base-mini .product-details[class] {
	height:auto;
	min-height:50px;
}
.base-mini .regular-price {
	font-size:11px;
}
.base-mini .regular-price .price {
	color:#2f2f2f;
}
.base-mini .special-price {
	font-size:11px;
}
.base-mini .minimal-price {
	font-size:11px;
}
.base-mini .price-box {
	margin:1px 0;
}
/* Sidebar Blocks */
.mini-product-tags .head h4 {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_tag_green.gif);
}
.mini-product-tags li {
	display:inline;
	padding-right:4px;
	line-height:1.5em;
}
.mini-product-tags li:after {
	display:inline!important;
}
.mini-product-tags .content {
	padding:10px;
}
.mini-product-tags .content a, .mini-product-tags .content a:hover {
	color:#1b2d3b;
}
.mini-newsletter h4 {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_newspaper.gif);
}
.mini-newsletter .input-text {
	margin-bottom:3px;
}
.mini-cart .head h4 {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_basket.gif);
}
.mini-cart .subtotal { /*background:#fbebd9;*/
	margin-top:5px;
	padding:2px 0;
	text-align:center;
}
.mini-cart h5 {
	margin:0;
	background:#F4F3F3;
	padding:6px 8px 2px 8px;
}
.mini-cart .actions {
	border-bottom:1px solid #c2c2c2;
	padding-top:3px;
	padding-bottom:1px;
}
.mini-cart .actions .form-button {
	margin-top:3px;
	margin-bottom:5px;
}
.mini-wishlist .head h4 {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_bell.gif);
}
.mini-wishlist .link-cart {
	display:block;
}
.mini-compare-products .head h4 {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_table.gif);
}
.mini-compare-products .topo {
	height:auto;
}
.mini-compare-products .rodape {
	width:197px;
	height:28px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/box_rodape_carrinho.jpg) no-repeat;
}
.mini-poll .head h4 {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_group.gif);
}
.mini-poll td.label {
	font-weight:bold;
	padding-right:10px;
}
.mini-poll td.item {
	white-space:nowrap;
}
.mini-product-view .head h4 {
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/icon_tag_green.gif);
}
/* Form lists */
.form-list li {
	margin-bottom:6px;
}
.form-list li .input-box .input-text, .form-list li .input-box textarea {
	width:250px;
}
.form-list li .input-box select {
	width:256px;
}
.form-list li.addElement {
	border-top:1px solid #DDD;
	padding-top:10px;
}
.input-box {
	margin:0 0 37px 0;
}
.input-boxB {
	margin:0 0 37px 0;
	padding:0 0 0 142px;
}
.input-box .inputs {
	margin:27px 0 0 0;
	padding:0 0 0 86px;
}
.customer-dob {
}
.inputData {
	width:20px;
}
.inputDataAno {
	width:60px;
}
.inputAniversario {
	margin:0;
	width:363px;
}
.group-select {
/*margin:28px 0;*/
    /*border:1px solid #bbafa0;*/
    /*padding:22px 25px 12px 25px;*/
    /*background:#fbfaf6;*/
    }
.group-select .legend {
	/*margin-top:-33px;*/
    /*float:left;*/
    /*border:1px solid #f19900;*/
    /*background:#F9F3E3;*/
    padding:0 8px;
	color:#487a91;
	font-weight:bold;
	font-size:16px;
	margin:0 0 24px 0;
}
.group-select li {
	padding:0;
}
.group-select li .input-box { /*float:left;*/
	width:275px;
	padding:0 0 0 86px;
}
.group-select li .input-text, .group-select li select, .group-select li textarea {
	width:525px;
}
.group-select li .input-box .input-text, .group-select li .input-box textarea {
	width:250px;
}
.group-select li .input-box select {
	width:256px;
}
/* Form Messages */
.validation-advice, .required {
	color:#487a91;
}
.validation-advice {
	clear:both;
	min-height:15px;
	margin-top:3px;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/validation_advice_bg.gif) no-repeat 2px 1px;
	padding-left:17px;
	font-size:.95em;
	font-weight:bold;
	line-height:1.25em;
}
.validation-failed {
	border:1px dashed #EB340A !important;
	background:#faebe7 !important;
}
label.required {
	font-weight:bold;
}
p.required {
	font-size:.95em;
	text-align:right;
}
/********************** Messages  */
.success {
	color:#3d6611;
}
.error {
	color:#df280a;
}
.notice {
	color:#e26703;
}
.success, .error {
	font-weight:bold;
}
.messages {
	width:100%;
	overflow:hidden;
}
.error-msg, .success-msg, .notice-msg, .note-msg {
	min-height:23px !important;
	margin-bottom:1em !important;
	border-style:solid !important;
	border-width:1px !important;
	background-repeat:no-repeat !important;
	background-position:10px 10px !important;
	padding:8px 8px 8px 32px !important;
	font-size:.95em !important;
	font-weight:bold !important;
}
.error-msg li, .success-msg li, .notice-msg li {
	margin-bottom:.2em;
}
.error-msg {
	border-color:#f16048;
	color:#df280a;
	background-color:#faebe7;
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/error_msg_icon.gif);
}
.success-msg {
	border-color:#446423;
	color:#3d6611;
	background-color:#eff5ea;
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/success_msg_icon.gif);
}
.notice-msg, .note-msg {
	border-color:#fcd344;
	color:#3d6611;
	background-color:#fafaec;
	background-image:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/note_msg_icon.gif);
}
/*EDIÇO DO CARRINHO CHECKOUT*/
.produtosCategoria {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.produtosCategoria .produtos {
	height:auto;
	width:auto;
	float:left;
}
.painelConta {
	width:194px;
	height:35px;
	float:left;
}
.painelContaRodape {
	width:194px;
	height:36px;
	float:left;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/painelContaRodape.jpg) no-repeat;
}
.account-nav {
	float:left;
	width:100%;
	background:#f2f2f2 url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/painelContaRodape.jpg) no-repeat;
	padding:0 0 25px 0;
}
.h4Verde {
	color:#80b241;
}
.divh4Verde {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_informacao_conta.jpg) no-repeat;
	padding:6px 0 0 7px;
	margin:17px 0 0 0;
}
.divInfo {
	margin:12px 0 30px 14px;
}
.account-box {
	width:583px;
}
.dob-day {
	width:auto;
	float:left;
}
.dob-day {
	width:auto;
	float:left;
}
.dob-day {
	width:auto;
	float:left;
	padding:0 0 0 86px;
}
.dob-month {
	width:auto;
	float:left;
}
.page-popup {
	background:#fff;
}
#idPainel {
	height:auto;
}
#idWebMail {
	display:none;
}
#idEmail {
	display:none;
}
.planosProdutos {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/produto_planos_bg_topo.jpg) repeat-x;
	width:783px;
	height:auto;
	float:left;
}
.planosProdutos h2 {
	color:#7ba93c;
	width:269px;
	height:auto;
	padding:0 0 0 13px;
}
.planosProdutos .conteudoPP {
	background:#f0f4f7;
	width:741px;
	height:auto;
	padding:15px 21px 8px 21px;
	float:left;
}
.planosProdutos .conteudoPP ul {
	float:left;
	width:410px;
	height:auto;
	list-style-type:none;
}
.planosProdutos .conteudoPP ul li {
	margin:0 0 17px 0;
	font-weight:bold;
}
.planosProdutos .conteudoPlanos {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/produtos_planos_bg.jpg) no-repeat;
	width:299px;
	height:182px;
	padding:20px 0 0 32px;
	float:left;
}
.rodapePlanos {
	background:#fff url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/produto_planos_bg.jpg) repeat-x bottom;
	width:785px;
	height:75px;
	float:left;
	margin:0 0 24px 0;
}
.audioVideo {
	width:792px;
	height:auto;
	float:left;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/produto_planos_bg_topo.jpg) repeat-x;
}
.audioVideo ul {
	list-style-type:none;
	padding:15px 10px 0 10px;
}
.audioVideo ul li.classA {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/li_1.jpg) no-repeat;
	padding:0 0 0 35px;
	margin:0 0 12px 0;
}
.audioVideo ul li.classB {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/li_2.jpg) no-repeat;
	padding:0 0 0 35px;
	margin:0 0 12px 0;
}
.audioVideo ul li.classC {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/li_3.jpg) no-repeat;
	padding:0 0 0 35px;
	margin:0 0 12px 0;
}
.audioVideo ul li.classD {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/li_4.jpg) no-repeat;
	padding:0 0 0 35px;
	margin:0 0 12px 0;
}
.audioVideo ul li.classE {
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/li_5.jpg) no-repeat;
	padding:0 0 0 35px;
	margin:0 0 12px 0;
}
.audioVideo ul li p {
	margin:10px 0 0 0;
}
.h3comparar {
	padding:10px 0;
	text-align:center;
}
.one-page-checkout {
	width:99%;
	margin:0 auto;
}
#checkout-step-billing {
	padding:18px 13px 17px 17px;
	background:#f3f3f3;
	margin:4px 0 1px 0;
}
#checkout-step-payment {
	padding:18px 13px 17px 17px;
	background:#f3f3f3;
	margin:4px 0 1px 0;
}
#co-payment-form {
	padding:0 0 29px 0;
	border-bottom:1px solid #000;
}
.section {
	margin:0 0 1px 0;
}
.address-select {
	width:100%;
	background:url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/bg_input.jpg) repeat-x;
}
.laranja {
	color:#d37901;
	font-weight:bold;
}
.marcador {
	font-size:16px;
}
#shopping-cart-totals-table {
	margin:0 0 0 180px;
}
.price-excl-tax {
	text-align:center;
}
#newsletter-validate-detail div {
	display:none;
}
#logo-ig-empresas {
	width:210px;
	height:52px;
	display:block;
	text-indent:-20000px;
	overflow:hidden;
	background: url(http://www.igempresas.com.br/skin/frontend/default/cappuccinoHohttp://www.igempresas.com.br/skin/frontend/default/cappuccinoHome/images/logo.png) no-repeat;
}
/** STYLES geral - outros **/
.precisa-ajuda {
	font-size:11px;
}
.home-tut1 {
	float: left;
	width: 262px;
	height: 100px;
}
.home-tut2 {
	float: left;
	width: 262px;
	height: 186px;
}
.home-tut3 {
	float: left;
	width: 285px;
	height: 104px;
}
.home-tut4 {
	float: left;
	width: 285px;
	height: 183px;
}
.home-tut5 {
	float: left;
	width: 285px;
	height: 103px;
}
.home-tut6 {
	float: left;
	width: 285px;
	height: 183px;
}
.carrinho-barra {
	width:520px;
	heigth:auto;
	float:left;
}
.painel-login {
	width: 250px;
	position: absolute;
	top: -10px;
	right: -70px;
}
#idEsquecePainelA {
	display:block;
}
#idEsquecePainelB {
	display: none;
}
.footer-margin {
	margin:13px 0 0 52px;
}
.footer-cadastre {
	padding-left:6px;
	color:#fff;
}
.footer-cadastre2 {
	padding-top:4px;
}

