html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #666666;
	font-family: 'Nunito', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
h1, .welcome {
	color: #EF2B39;
	font:700 38px/34px 'Nunito', sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	color:#8DC53D;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
	font:700 20px/18px 'Nunito', sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #00B7D9;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 237px;
}
#column-right {
	float: right;
	width: 220px;
}
#content {
	min-height: 400px;
	margin-bottom: 40px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 277px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 106px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 20px;
	left: 12px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #00B7D9;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 27px;
	right: 36px;
	width: 258px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	right: 0px;
	background: url('../image/buscar.png') 0 0 no-repeat;
	width: 72px;
	height: 38px;
	cursor: pointer;
}
#header .button-search:hover{background-position:bottom;}
#header #search input {
	background: none;
	width: 170px;
	height: 31px;
	border:none;
	color:#656565;
	font:400 13px 'Nunito', sans-serif;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #00B7D9;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 3px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top:10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links a:hover {
	border: 1px solid #00B7D9;
	color: #00B7D9;
	}
.pagination .links b {
	display: inline-block;
	border: 1px solid #EF2B39;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #EF2B39;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color:#999;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.zero_button, input.zero_button {
	cursor: default;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	background: url('../image/zero-button.png') top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;	
}
a.zero_button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.zero_button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.zero_button:hover, input.zero_button:hover {
	background: url('../image/zero-button-active.png') repeat-x;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	/*background: #FFFFFF;
	border: 1px solid #EEEEEE;*/
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #974199;
}
.htabs a {
	border-top: 1px solid #974199;
	border-left: 1px solid #974199;
	border-right: 1px solid #974199;
	background: #974199;
	padding: 7px 25px 6px 25px;
	float: left;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	margin-right: 2px;
	display: none;
	
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
	color:#974199;
}
.tab-content {
	border-left: 1px solid #974199;
	border-right: 1px solid #974199;
	border-bottom: 1px solid #974199;
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 218px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 0px;
	border: 1px solid #DDD;
	
	-webkit-border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-khtml-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	
	margin-bottom: -5px;
}
.box-product .image img:hover{
	border:1px solid #EF2B39;	
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	}
/*.box-product > .image img:hover:nth-child(1n+1) { background: #00B7D9; } 
.box-product > .image img:hover:nth-child(1n+2) { background: #F22A37; } 
.box-product > .image img:hover:nth-child(1n+3) { background: #FFBD33; } 
.box-product > .image img:hover:nth-child(1n+4) { background: #96439D; }
.box-product > .image img:hover:nth-child(1n+4) { background: #90C53F; }*/

.box-product .name{margin-top:7px;}
.box-product .name a {
	/*color: #974199;*/
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font:700 14px/16px 'Nunito', sans-serif;
}
.box-product .name a:hover{color:#6FBF43;}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	display:none;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #DDD;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 3px solid #8DC53D;
	padding-bottom: 10px;
	margin-bottom:20px;
	overflow: auto;
}
.product-filter .category-list{
	margin:0px!important;
	color:#999;
	}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
	display:none;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	display:none;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #DDD;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #00B7D9;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 218px;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 0px;
	border: 1px solid #DDD;
	
	-webkit-border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-khtml-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	
	margin-bottom: -5px;
}
.product-grid .image img:hover{
	border:1px solid #EF2B39;	
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	}


.product-grid .name{margin-top:7px;}
.product-grid .name a {
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font:700 14px/16px 'Nunito', sans-serif;
}
.product-grid .name a:hover{
	color:#EF2B39;
	}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	/*margin-top:32px;*/
	clear:both;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 657px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 17px;
	text-align: center;
	
	border: 1px solid #6FBF43;
	
	-webkit-border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-khtml-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}
.product-info .image-additional {
	width: 630px;
	margin-left: -13px;
	clear: both;
	overflow: hidden;
}

.product-info .image-additional img {
	border: 1px solid #6FBF43;
	
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius:  0px 10px 0px 10px;
	-khtml-border-radius:  0px 10px 0px 10px;
	border-radius:  0px 10px 0px 10px;
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.product-info .image-additional img:hover {
	border: 1px solid #EF2B39;
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	
	-webkit-border-radius: 10px;
	-moz-border-radius:  10px;
	-khtml-border-radius:  10px;
	border-radius:  10px;
	}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 14px;
	margin-bottom: 14px;
}
.product-info .description {
	border-top: 1px solid #6FBF43;
	border-bottom: 1px solid #00B7D9;
	padding: 5px 5px 10px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #00B7D9;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #DDD;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #EF2B39;
	padding: 0px 5px 10px 0px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #DDD;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	/*color: #4D4D4D;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 10px;*/
}
.product-info .review > div {
	padding: 10px 0 0 0;
	/*border-bottom: 1px solid #DDD;*/
	line-height: 20px;
}
.product-info .review > div > span {
	color: #00B7D9;
}
.product-info .review .share {
	/*overflow: auto;*/
	line-height: normal;
}
.product-info .review .compartilharSocial{position:absolute;}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #6FBF43;
	border-left: 1px solid #6FBF43;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #6FBF43;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #6FBF43;
	border-bottom: 1px solid #6FBF43;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/* footer personagens */
#personagens {
	clear: both;
	padding: 123px 10px 0px 10px;
	height:264px;
	/*margin-top:370px;*/
	/*border:1px solid #0F0;*/
	text-align:center;
}
#personagens h2{
	text-align:center;
	/*margin-top:6px;*/
	color:#FFF;
	font:700 30px 'Nunito', sans-serif;
	}
#estruturaCarousel{
	position:absolute;
	margin:-600px 0px 0px 0px;
	width:980px;
	/*border:1px solid #0F0;*/
	}
/* footer personagens */

/* footer institucional */
#institucional {
	clear: both;
	padding: 10px 10px 0px 60px;
	height:256px;
	/*margin-top:370px;*/
	/*border:1px solid #0F0;*/
	
	display:none;
}
#institucional .tit{
	width:200px;
	color:#FFCB33;
	font:700 50px/50px 'Nunito', sans-serif;
	margin-right:40px;
	margin-top:38px;
	float:left;
	}
#institucional .txt{
	color:#FFF;
	font:400 14px/18px 'Nunito', sans-serif;
	width:342px;
	margin-top:38px;
	float:left;
	}
#institucional a{
	background:#FFBD33;
	font:400 14px/18px 'Nunito', sans-serif;
	height:17px;
	padding:15px;
	color:#974199;
	text-decoration:none;
	display:inline-block;
	margin-top:23px;
	
	cursor: pointer;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 2px 2px 0px #009AB6;
	-moz-box-shadow: 2px 2px 0px #009AB6;
	box-shadow: 2px 2px 0px #009AB6;
	}
#institucional a:hover{
	background:#974199;
	color:#FFF;
	
	-webkit-box-shadow: 2px 2px 0px #006A7E;
	-moz-box-shadow: 2px 2px 0px #006A7E;
	box-shadow: 2px 2px 0px #006A7E;
	}
/* footer institucional */

/* footer */ 
#footer {
	clear: both;
	padding: 0px 10px 0px 10px;
	
	/*margin-top:370px;*/
	/*border:1px solid #0F0;*/
}
#footer .column {
	float: left;
	width: 49%;
	height: 327px;
	
	/*border:1px solid #0F0;*/
}
#footer .column .redesSociais{margin-bottom:12px; height:49px;}
#footer .column .redesSociais h2{
	color:#FFF;
	font:700 24px/20px 'Nunito', sans-serif;
	float:left;
	margin:15px 20px 0 0;
	}
#footer .column ul{
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	}
#footer .column .redesSociais ul li{
	float:left;
	margin-right:10px;
	}
#footer .column .redesSociais ul li a{
	display:block;
	text-indent:-999999px;
	width:49px; height:49px;
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	}
#footer .column .redesSociais .icoFacebook{background: url('../image/ico-facebook.png') 0 0 repeat-x;	width:49px; height:49px;}
#footer .column .redesSociais .icoYoutube{background: url('../image/ico-youtube.png') 0 0 repeat-x;	width:49px; height:49px;}

#footer .column .redesSociais ul li a:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);		
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	}
#footer .column .likeBox{
	clear:both;
	}

#footer .column .linkMenu{
	height:60px;
	border-bottom:1px solid #B67AB7;
	}
#footer .column .linkMenu ul{margin-top:21px;}
#footer .column .linkMenu ul li{float:left; display:block;}
#footer .column .linkMenu ul li a{
	color:#FFF;
	font:700 14px 'Nunito', sans-serif;
	text-decoration:none;
	padding:8px;	
	}
#footer .column .linkMenu ul li a:hover{
	background:#B67AB7;
	}
#footer .column .novidades{
	margin-bottom:118px;
	padding-left:8px;
	}
#footer .column .novidades h2{
	margin-top:16px;
	font:700 21px 'Nunito', sans-serif;
	color:#B67AB7;
	}
	
	
#footer .column .infoRodape{
	border-top:1px solid #B67AB7;
	padding-top:20px;
	padding-left:8px;
	}
#footer .column .infoRodape .icoElka {
	float:left;
	margin-right:70px;
	}
#footer .column .infoRodape .icoElka a{
	background: url('../image/ico-elka.png') 0 0 repeat-x;
	width:97px;
	height:54px;
	text-indent:-999999px;
	display:block;
	}
#footer .column .infoRodape .sac{
	color:#EFD321;
	font:700 16px/18px 'Nunito', sans-serif;
	margin-top:14px;
	}
#footer .column .infoRodape .sac strong{color:#FFF;}
#footer .column .infoRodape .sac a{
	color:#EFD321;
	font-weight:400;
	text-decoration:none;
	font-size:16px;
	}
#footer .column .infoRodape .sac a:hover{text-decoration:underline;}

#footer .baseRodape {
	height:70px;
	clear:both;
	/*border:1px solid #0F0;*/
	}
#footer .baseRodape .copyright{
	float:left;
	color:#656565;
	font:400 12px/18px 'Nunito', sans-serif;
	margin-top:25px;
	}
#footer .baseRodape .estudiorbianco{
	float:right;
	margin-top:20px;
	}
#footer .baseRodape .estudiorbianco a{
	width:97px;
	height:29px;
	background: url('../image/ass-estudio-rbianco.png') right 0 no-repeat;
	cursor:pointer;
	display:block;
	text-indent:-999999px;
	/*margin-top:-7px;
	margin-right:-4px;*/
	
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	}
#footer .baseRodape .estudiorbianco a:hover{
	background-position:right bottom;
	width:265px;
	
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

/* footer */

/* footer_bottom-left */
#footer_bottom-left{
	width:980px;
	margin:0 auto;
	}
/* footer_bottom-left */

/* footer_bottom-right */
#footer_bottom-right{
	width:980px;
	margin:0 auto;
	}
/* footer_bottom-right */

/* newsletter */
.newsletterRodape{
	position:absolute;
	width:450px;
	margin:-262px 0px 0px 492px;
	}
.newsletterRodape label{
	color:#FFF;
	font:400 13px/18px 'Nunito', sans-serif;
	}
.newsletterRodape .seuNome{float:left; margin-right:12px;}
.newsletterRodape .seuEmail{float:left; margin-right:12px;}
.newsletterRodape input{
	background: #FFF;
	padding: 10px;
	width: 137px;
	height: 17px;
	border: none;
	margin-top:5px;
	
	color:#974199;
	font:400 12px/18px 'Nunito', sans-serif;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: inset 2px 2px 0px #D9B7DA;
	-moz-box-shadow: inset 2px 2px 0px #D9B7DA;
	box-shadow: inset 2px 2px 0px #D9B7DA;
}
.newsletterRodape .btnCadastrar{
	background:#EFD321;
	font:700 13px/18px 'Nunito', sans-serif;
	height:17px;
	padding:10px;
	color:#974199;
	margin-top:22px;
	
	cursor: pointer;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 2px 2px 0px #7F3780;
	-moz-box-shadow: 2px 2px 0px #7F3780;
	box-shadow: 2px 2px 0px #7F3780;
}
.newsletterRodape .btnCadastrar:hover{
	background:#6FBF43; 
	color:#FFF;
	
	-webkit-box-shadow: 2px 2px 0px #4F214F;
	-moz-box-shadow: 2px 2px 0px #4F214F;
	box-shadow: 2px 2px 0px #4F214F;
	}

.newsletterRodape .box{	margin:0px;	}
.newsletterRodape .box .box-content{
	background:none;
	border:none;
	border-radius:0px;
	padding:0px;
	}

/* newsletter */

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

.estruturaBgTop{
	width:100%;
	background: url('../image/fd-topo.png') center 0 repeat-x;
	height:145px;
	margin-bottom:30px;
	position:relative;
	z-index:11;
	}
.estruturaBgBottom{
	width:100%;
	background: url('../image/fd-rodape2.jpg') center 0 repeat-x;
	height:780px;
	clear:both;
	}
.estruturaBase{
	width:980px;
	margin:0 auto;
	}
	
.menuInstitucional{
	position:absolute;
	margin:38px 0 0 188px;
	}
.menuInstitucional a{
	color:#FFF;
	font:700 13px 'Nunito', sans-serif;
	text-decoration:none;
	padding:8px;
	}
.menuInstitucional a:hover{
	background:#C62432;
	}
	
	
/* Home */
.home .blogModule .box-heading span{
	color:#EF2B39;
	font:700 30px 'Nunito', sans-serif;
	}
.home .box .box-heading{
	background:none;
	border:none;
	border-radius:0px;
	text-align:center;
	margin-bottom:20px;
	
	color:#6FBF43;
	font:700 30px 'Nunito', sans-serif;
	}
.home .box .box-content{
	border:none;
	border-radius:0px;
	background:none;
	padding:0px;
	}
.home .blogModule{
	margin:-70px 0 50px 0;
	position:relative;
	z-index:10;
	}
/* Home */

/* Categoria Personalizada */
.categoriaPersonalizada .box{
	padding-bottom:148px;
	background:url('../image/palito-sorvete.png') center bottom no-repeat;
	}
.categoriaPersonalizada .box .box-content{
	border:0px;
	padding:20px;
	background:#00B7D9 url('../image/ico-categorias.png') center 12px no-repeat;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}
.categoriaPersonalizada .box .box-heading{
	color:#FFF;
	font:700 22px 'Nunito', sans-serif;
	
	border:0px;
	padding:4px 20px 20px 33px;
	background:none;
	margin-bottom:20px;
	}
.categoriaPersonalizada ul.box-category > li + li{
	border-top:1px solid #7AC3D1;
	}
.categoriaPersonalizada ul.box-category > li > a:hover{
	background:#EF2B39;
	}
.categoriaPersonalizada ul.box-category > li > a{
	color:#FFF;
	font:700 14px 'Nunito', sans-serif;
	}
.categoriaPersonalizada ul.box-category > li a.active{
	color:#FFE543;
	}
.categoriaPersonalizada ul.box-category > li a.active + ul{
	margin:10px 0 10px 15px;
	}
.categoriaPersonalizada ul.box-category > li ul > li{
	background: url('../image/bullet-amarelo.png') 0 center no-repeat;
	padding:3px 5px 3px 10px;
	}
.categoriaPersonalizada ul.box-category > li ul > li > a{
	color:#fff;
	font:400 12px 'Nunito', sans-serif;
	}
.categoriaPersonalizada ul.box-category > li ul > li > a:hover{
	text-decoration:underline;
	color:#FFE543;
	}
/* Categoria Personalizada */

/* Contato */
.contact-info b{color:#EF2B39; font-size:15px; font-weight:700;}
.contact-info h2{color:#8DC53D; font-size:20px; font-weight:700;}
.contact-info .content{
	padding:20px!important;
	border:1px solid #ccc!important;
	
	-webkit-border-radius: 10px 0px 10px 0px!important;
	-moz-border-radius: 10px 0px 10px 0px!important;
	-khtml-border-radius: 10px 0px 10px 0px!important;
	border-radius: 10px 0px 10px 0px!important;
	}
/* Contato */

/* Blog */
#column-right .blogModule .title{font-size:14px; line-height:16px; color:#00B7D9;}
.livemarks{display:none;}
/* Blog */

/* video PDF*/
#videoPdf{
	/*border-bottom: 1px solid #ddd;*/
	padding: 5px 0px 16px 0px;
	margin-bottom: 10px;
}
/* video PDF*/

/* Vídeo */
#video_linkz{
	display:inline-block;
	}
#video_linkz a{
	padding:12px 10px 12px 50px;
	width:64px;
	height:30px;
	background:#00B7D9 url('../image/ico-video.png') 13px center no-repeat;
	display:block;
	
	font:15px/15px 'Nunito', sans-serif;
	margin-right: 10px;
	color: #FFF;
	text-decoration:none;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6x;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0px 6px 0px 0px rgba(50, 50, 50, 0.16);
	-moz-box-shadow:    0px 6px 0px 0px rgba(50, 50, 50, 0.16);
	box-shadow:         0px 6px 0px 0px rgba(50, 50, 50, 0.16);
	}
#video_linkz a:hover{
	background:#6FBF43 url('../image/ico-video.png') 13px center no-repeat;
	}
/* Vídeo */

/* Catálogo */
#pdfDownload{display:inline-block; height:60px;}

.pdfDownload{
	padding:12px 10px 12px 50px;
	width:64px;
	height:30px;
	background:#EF2B39 url('../image/ico-pdf.png') 13px center no-repeat;
	display:block;
	
	font:15px/15px 'Nunito', sans-serif;
	margin-right: 10px;
	color: #FFF!important;
	text-decoration:none;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6x;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0px 6px 0px 0px rgba(50, 50, 50, 0.16);
	-moz-box-shadow:    0px 6px 0px 0px rgba(50, 50, 50, 0.16);
	box-shadow:         0px 6px 0px 0px rgba(50, 50, 50, 0.16);
	}
.pdfDownload:hover{
	background:#974199 url('../image/ico-pdf.png') 13px center no-repeat;
	}
/* Catálogo */

.option b{
	color:#6FBF43;
	font-size:14px;
	margin-bottom:7px;
	margin-top:0px;
	display:inline-block;
}
.option textarea{
	background:none!important;
	padding:0px!important;
	width:100%!important;
	resize:none!important;
	border:none!important;
	color:#999!important;
	font-family: 'Nunito', sans-serif!important;
	font-size:13px!important;
	overflow:hidden!important;
	}
.clickZoom{
	position:absolute;
	background:url('../image/ico-zoom.png') 0 center no-repeat;
	height:12px;
	padding-left:18px;
	color:#666;
	font-size:12px;
	
	margin-top: -40px;
	margin-left: 497px;
	}
	
::-moz-selection {
	background:#6FBF43;
	color:#FFF;
}
::selection {
	background:#6FBF43;
	color:#FFF;
}
#tab-description h1{color:#6FBF43;}
#tab-related {
	padding:0px!important;
	border: none!important;
	margin-top: 40px!important;
	}
#tab-related .box-product > div{position: relative !important;}
#tab-related .box-product .image img{border: 1px solid #00B7D9;}
#tab-related .box-product .image img:hover{border: 1px solid #974199;}
#tab-related .box-product .name a:hover{color:#974199;}
#tab-related .horizontal, .rotated, .round{
	margin-left: 1px;
	top: 102px;
}

#logoFabricante{
	position: relative;
	float:left;
	margin-right:15px;
	/*margin-top: -39px;
	margin-left:12px;*/
	}
	
/* A Empresa */
	#historia{position:relative; float:left; max-width:920px;}
	#historia .coluna{ float:left; width:30%;}
	#historia .coluna.meio{ margin:0 5%;}
	#historia .coluna h3{font-size:26px; font-weight:300; margin: 15px 0;}
	#historia .coluna p{font-size:18px; font-weight:300; line-height: 22px;}
	#historia .half{width:46%; padding:0 2%; float:left;}
	#historia .half p{font-size:17px; font-weight:300;}
	#historia #conheca{float: left; background:#ffbd33; border-radius:15px; width:96%; padding:20px 2%;}
	#historia #conheca h2{float: left; color:#e30520; font-size:50px; width:100%; margin:20px 0;}
	#historia #conheca p{color:#000; font-size:17px; font-weight:300; width: 67%;line-height: 22px; display: table-cell;vertical-align: middle;}
	#historia #conheca div{margin:10px 0; float:left; display: table;}
	#historia #conheca .thumb-left{float:left;}
	#historia #conheca .thumb-right{float:right;}
	#historia  #inovadora{float:left; background:#00B7DA url('../image/bg-empresa-01.png') no-repeat; max-height:550px; width:96%; padding:20px 2%;}
	#historia #inovadora h2{font-size:48px; color:#fff; width:100%; margin: 120px 0 20px;}
	#historia #inovadora h3{color:#ffbd33;}
	#historia #inovadora p{color:#fff;}
	#historia #producao-nacional{float:left; background:url('../image/bg-empresa-02.png') no-repeat; height: 344px; width:96%; padding: 40px 2% 100px;}
	#historia #producao-nacional h2{float:left; font-size:48px; color:#fff; width:100%; margin: 70px 0 20px; line-height: 93px;}
	#historia #producao-nacional h2 span{background:url('../image/bandeira-brasil.png') no-repeat; background-size:100%; width:119px; height:93px; float:left; margin-right:15px;}
	#historia #producao-nacional h3{color:#ef2b39;}
	#historia #producao-nacional p{color:#000;}
	#historia #comercial{float:left; background:#fff; max-height:421px; width:96%; padding:20px 2%;}
	#historia #comercial h2{font-size:48px; color:#ef2b39; width:100%; margin: 50px 0 20px;}
	#historia #comercial h3{color:#974199;}
	#historia #comercial p{color:#000;}
	#historia #alvo{background:url('../image/alvo-detalhe.png') no-repeat; width:298px; height:248px; position:absolute; right:5px; top:934px;}
/* A Empresa */

/* Onde Encontrar */
#onde-encontrar{
	margin-top:30px;
	}

#onde-encontrar ul li{
	padding:7px 0;
	border-bottom:1px solid #e4e4e4;
	}