html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}


#tab-related > .box-product > div{
    width: 23%;
}

.cart > input.button:hover{
    background-image:none !important;
}

.cart > input.button:hover{
    background-image:none !important;
}

.cart > input.button:hover > .o_botao a.button:hover, input.button:hover{
    background-image:none !important;
}

.o_botao a.button:hover, input.button:hover{
    background-image:none !important;
}

.form-cell > div > .button {
    color:#fff;
}

.form-cell > div > .button {
    color:#fff;
}

body {
    background-color: #333333;
    color: rgb(127, 127, 127);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
body, td, th, input, textarea, select, a {
    font-size: 12px;
}
h1, .welcome {
    color: #636E75;
    font: Verdana;
    margin-top: 0px;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
    background:#FFF;
}
h2 {
    color: #636E75;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: center;
}
p {
    margin-top: 0px;
    margin-bottom: 20px;
}
a, a:visited, a b {
    cursor: pointer;
    text-decoration:none;
}
a, a:visited {
    color: #ce001a;
}
a:hover, a:visited:hover {
    color: #ce001a;
    opacity:1;
    transition:			opacity 300ms;
    -moz-transition:	opacity 300ms;
    -webkit-transition:	opacity 300ms;
    -o-transition:		opacity 300ms;
}
a, a:visited, a b, .button, .user-menu > ul > li > a {
    transition:			color 300ms ease-in-out;
    -moz-transition:	color 300ms ease-in-out;
    -webkit-transition:	color 300ms ease-in-out;
    -o-transition:		color 300ms ease-in-out;
}
.user-menu > ul > li:hover > .background {
    transition:			opacity 300ms ease-in-out;
    -moz-transition:	opacity 300ms ease-in-out;
    -webkit-transition:	opacity 300ms ease-in-out;
    -o-transition:		opacity 300ms ease-in-out;

}
.box-product .image img, .product-grid .image img, .product-list .image img, .button.active, .brand img {
    transition:			opacity 300ms ease-in-out;
    -moz-transition:	opacity 300ms ease-in-out;
    -webkit-transition:	opacity 300ms ease-in-out;
    -o-transition:		opacity 300ms ease-in-out;


}
a img {
    border: none;

}
form {
    padding: 0;
    margin: 0;
    display: inline;
}

input:disabled{
    background: #f2f2f2 !important;
}

input[type='text'], input[type='password'], textarea {
    background: #fff;
    border: 1px solid #ECECEC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 8px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    font-size: 12px;

    width: 188px;
}
input[type='text']:hover, input[type='password']:hover, textarea:hover {
    border: 1px solid #c2c2c2;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus {
    border: 1px solid #c2c2c2 !important;
    background: #FAFAFA
}

select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #E8E8E8, 0 -1px #fff inset;
    background: #FFFFFF;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 100%;
}

.options  select {
    height: 30px;
    max-width: 220px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.option label {position:relative}
.option label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right: 10px;
    top: 0px;
    padding: 0 0 5px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.option label:before {
    content:'';
    right: 3px;
    top: -3px;
    width:25px; height:27px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
/* layout */
#container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#column-left {
    width: 248px;
    float:left;
    padding-right: 8px;
}
#column-right {
    float: right;
    width: 180px;
}
#content {
    min-height: 400px;
    margin-bottom: 25px;
    margin-top: 30px;
    background:#FFFFFF;
    border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    padding: 15px;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 235px;
    padding: 15px;
}
#column-right + #content {
    margin-right: 195px;
    padding: 15px;
}
/* header */
#header {
    /*height: 90px;*/
    margin-bottom: 7px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 6px;
    float: left;
    z-index: 99;
}
#header #logo {
    position: absolute;
    top: 25px;
    left: 15px;
}
#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;
}

/*********** button ***********/


a.button, input.button { cursor: pointer; color: #FFFFFF !important; font-size: 13px; font-weight: bold; background: #C80201; border:none; -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; box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25); -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);}
a.button { display: inline-block; text-decoration: none; padding:7px 12px; }

input.button { margin:0; padding:7px 12px; }
a.button:hover, input.button:hover {
    background:#444 !important;
    color:#fff !important;
    -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;
}

.buttons { border-top:1px solid #EEEEEE; overflow: auto; padding:15px 6px 0px 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; padding-left:10px;  }
.htabs a {padding: 7px 15px 6px 15px; float:left; font-size: 13px; font-weight: normal; text-align: center; text-decoration: none; color: #333;  display: none; padding: 6px 0px 0 23px;}
/*.htabs a.selected { padding-bottom: 7px; background: #FFFFFF; border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; font-weight: bold;}
*/.tab-content{padding: 10px; margin-bottom: 20px; z-index: 2;}
.tab-content ul { margin-left:20px; }

.product-tab{margin-bottom:20px;}
.product-tab .tabs{height:30px; line-height: 16px; padding-left:10px; border-bottom: 1px solid #ddd; margin-bottom:20px;}
.product-tab .tabs li{float:left; list-style-type:none;}
.product-tab .tabs li a{padding:7px 15px 6px 15px; float:left; font-size:14px; text-transform:uppercase; font-weight: normal; text-align: center; text-decoration: none; color: #222; margin-right: 2px; opacity:0.7; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff;}
.product-tab .tabs li.active a{opacity:1; padding-bottom: 7px; background: #FFFFFF; border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.product-tab .deactive{display:none;}
.addthis_default_style > a{padding:0}


#header #cart {}
#header #cart .heading {
    z-index: 1;
    background:url("../image/bg__top_cart.png") no-repeat scroll 0 0 transparent;
    height:34px;
    padding-left: 41px;
    float:right;
    display:inline-block;
}
#header #cart .heading .heading-inner{background:url("../image/bg__top_cart.png") no-repeat scroll right -34px transparent;}
#header #cart .heading h4 {
    display:none
}
#header #cart .heading a {
    display: inline-block;
    font: bold 11px/34px Arial;
    height: 34px;
    padding: 0 9px 2px 10px;
    position: relative;
    z-index: 7;
    color:#4D4D4D;
    text-decoration:none
}
#header #cart .heading a span {
    padding-right: 15px;
}
#header #cart .content {
    clear: both;
    display: none;
    position: absolute;
    padding: 8px;
    min-height: 150px;
    z-index: 1011;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: 350px;
    top: 195px;
    margin-left: -134px;
    box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 3px 7px -2px rgba(0, 0, 0, 0.25); background: #FFF; border-bottom-left-radius:8px; border-bottom-right-radius:8px; }
#header #cart.active .heading{   }

#header #cart.active .content { display: block; }

.mini-cart-info{padding:5px 0 5px 0px;  margin:0 19px; margin: 5px 3px 5px 3px}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    vertical-align: middle !important;
    padding: 0px 4px 0 4px;
}


.mini-cart-info tr {
    border: 0; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2;
}


.mini-cart-info .total {
    font-size: 12px;
}

.mini-cart-info td.name{padding:0 0 7px}
/*.mini-cart-info .image {
	width: 1px;
}*/
.mini-cart-info .thumb_image{position:relative}
.mini-cart-info .thumb_image .remove{position:absolute; top:0; left:0}
.mini-cart-info .image{
    vertical-align: middle;
    padding: 10px 10px 10px 0px;
}
.mini-cart-info .image img {
    text-align: left;
}
.mini-cart-info .image .inner-image{position:relative}
.mini-cart-info .image .inner-image span.remove{position:absolute; top:0; left:0}
.mini-cart-info div.name{margin-bottom:12px}
.mini-cart-info div.subs{display:block; margin-bottom:10px}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .name a, .mini-cart-info .name span, .mini-cart-info td.name{color:#000; font-family:Tahoma,Arial,Helvetica,sans-serif; text-decoration:none; font-size: 12px;vertical-align: middle;}
.mini-cart-info .name span{display:block; margin-top:22px}
.mini-cart-info .quantity {}
.mini-cart-info .quantity .count{font: bold 12px Tahoma,Arial,Helvetica,sans-serif; color:#7f7f7f; float:left; margin-right:5px}
.mini-cart-info .quantity .total{font: bold 12px Tahoma,Arial,Helvetica,sans-serif; color:#e20101}

.mini-cart-info .remove {
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
    padding: 11px 0px 0 20px;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    padding: 0 3px 9px 10px;
}
.mini-cart-total td.left{color:#141414; font:11px Tahoma,Arial,Helvetica,sans-serif; text-transform:uppercase}
.mini-cart-total td.right{color:#e20101; font:bold 12px Tahoma,Arial,Helvetica,sans-serif; text-transform:uppercase;}
a.left-button-checkout{
    background: url("../image/button-checkout.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 24px;
    padding: 0 0 0 3px;
    text-decoration:none;
}
a.left-button-checkout span.right-button-checkout{
    background: url("../image/button-checkout.jpg") no-repeat scroll 100% 100% transparent;
    display: block;
    float: left;
    height: 24px;
    padding: 0 3px 0 0;
}
a.left-button-checkout span.right-button-checkout span.text-button{
    background: url("../image/shadow_checkout_03.png") no-repeat scroll center top transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: bold 10px/22px Tahoma,Arial,Helvetica,sans-serif;
    height: 24px;
    padding: 0 9px;
    text-transform: uppercase;
    white-space: nowrap;
}
a.left-button-checkout span.right-button-checkout span.text-button b{background:url(../image/arrow-checkout.png) no-repeat right; padding-right:18px}
#header #cart .checkout {
    clear: both;
    padding: 0 0 4px 16px;
    overflow:hidden
;
    text-align: right;
}
#header #cart .checkout a.button-gray{float:left; margin-right:10px}
#header #cart .empty {
    padding-top: 40px;
    text-align: center;
}

a.button-gray, span.button-gray{
    /*background:url(../image/button-gray.png) no-repeat 0 0;*/
    display:inline-block;
    height:24px;
    padding:0 0 0 2px;
    text-decoration:none
}
a.button-gray span{
    background:url(../image/button-gray.png) no-repeat 100% 100%;
    display:inline-block;
    height:24px;
    padding:0 12px 0 10px;
    line-height:23px;
    color:#575757;
    font-size:10px;
    font-weight:700;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    text-transform:uppercase;
    border:none;
    cursor:pointer



}
span.button-gray input{
    display:inline-block;
    height:24px;
    padding:0 12px 2px 10px;
    line-height:24px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:700;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    text-transform:uppercase;
    border:none;
    cursor:pointer
}

#header #search {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 298px;
    z-index: 15;
}
#header .button-search {
    position: absolute;
    left: 0px;
    background: url('../image/button-search.png') center center no-repeat;
    width: 28px;
    height: 24px;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
}
#header #search input {
    background: #FFF;
    padding: 1px 1px 1px 33px;
    width: 262px;
    height: 21px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 2px 0px #F0F0F0;
    -moz-box-shadow: 0px 2px 0px #F0F0F0;
    box-shadow: 0px 2px 0px #F0F0F0;
}
#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: #38B0E3;
    text-decoration: none;
    font-size: 12px;
}
#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}
/* menu */
#menu {
    background:none;
    height: 37px;
    margin-bottom: 15px;
    padding: 0px 5px;
    width:90px;
    position:absolute;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding: 6px 5px 5px 0px;
    margin-left: 90px;
}
#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-top:10px;

    z-index: 6;
    position: relative;
    width: 100px;
    height: 20px;
    margin-left: -60px;
}
#menu > ul > li:hover > a {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu > ul > li > div {
    display: none;
    background: #ece8cf;
    position: relative;
    z-index: 5;
    padding: 5px;
    border: 3px solid #93b122;
    -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;
    margin-left: -66px !important;

    color:#61940b;
}
#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: #61940b;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}
#menu > ul > li ul > li > a:hover {

}
#menu > ul > li > div > ul > li > a {
    color: #61940b;
}
.breadcrumb {
    color: #CCCCCC;
    margin-bottom: 10px;
}

.breadcrumb a {
    color: #7F7F7F;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration:none;
}

.breadcrumb a + a {
    background: url("../image/breadcrumb.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
    color: #141414;
    margin-left: 2px;
    padding-left: 11px;
    text-decoration:none;
}

#notification{
    margin-top:30px;
}

.success, .warning, .attention, .information {
    padding: 27px 27px 27px 80px;
    margin-bottom: 15px;
}
.success {
    background: #e9ffca url('../image/success.png') 25px center no-repeat;
}
.success, .success a {
    color:#296a23 !important;
}
.warning {
    background: #F5DAD3 url('../image/warning.png') 25px center no-repeat;
}
.warning, .warning a {
    color:#df280a !important;
}
.attention, .information {
    background: #FDEDA4 url('../image/attention.png') 25px center no-repeat;
}
.attention, .attention a, .information, .information a {
    color:#7c622a !important;
}
.success a, .warning a, .information a, .attention a {
    font-style:italic;
    font-weight: bold;
    text-decoration: underline;
}
.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 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    background: #F42121;
    padding: 5px;
    width: 179px;
    text-align: center;
    display: none;
    margin: -34px 0 0px 195px;
    position: absolute;
    min-height: 27px;
}


.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: 300px;
    font-size: 14px;
    text-align: right;
    /* font-weight: bold; */
    color: #81898E;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
table.form td select {
    width: 206px;
}
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 {
    background:url(../image/pagination.jpg) repeat-x;
    border: 1px solid #d4d4d4;
    height:36px;
    line-height:35px;
    border-radius:3px;
    -moz-border-radius:3px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    position:relative;
    text-align:center;
}
#top_footer{position:absolute; top:11px; right:10px; font:bold 10px Arial; text-transform:uppercase; cursor:pointer}
.pagination .links {
    display:inline;
}
.pagination .links a {
    color:#7f7f7f;
    font-size:11px;
    padding:0 6px;
}
.pagination .links b {
    text-decoration: none;
    color: #e20101;
    font-size:11px;
    padding:0 6px;
}
.pagination .results {
    float: left;
    color:#7f7f7f;
    font:bold 10px Arial;
    text-transform:uppercase;
    position:absolute;
    top:11px;
    left:10px
}
/* 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: 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;
}
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: 37px;
    margin: 20px 0 0 0;
    background: #F7F7F7;
    padding: 0px 0 5px 0;
}
.htabs a {
    float: left;
    display: none;
    color:#7f7f7f;
    font:bold 12px Tahoma,Arial,Helvetica,sans-serif;
    text-transform:uppercase;
    line-height:33px;
    min-width: 130px;
}
.htabs a.left-htab.selected {
    background:url(../image/shadow_htab.png) repeat-x bottom;
    text-decoration:none;
    cursor: default;
    padding: 6px 0px 0 17px;
}
.htabs a.left-htab.selected span.right-htab{
    background: url("../image/htab.png") repeat-x scroll 0 0 transparent;
    display: block;
    float: left;
    height: 35px;
    padding: 0 0 0 4px;
    cursor: default;
}
.htabs a.left-htab.selected span.right-htab span.text-tab{
    background: url("../image/htab.png") no-repeat scroll 100% 100% transparent;
    display: block;
    float: left;
    height: 35px;
    padding: 0 14px 0 9px;
    color: #FFFFFF;
    cursor: default;
    float: left;
    font: bold 12px/24px Tahoma,Arial,Helvetica,sans-serif;
    height: 35px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height:33px;
    min-width: 110px;
}

.tab-content {
    margin-bottom: 20px;
    z-index: 2;
    border: 1px solid #f2f2f2;
    padding: 15px;
}

#tab-related > .box-product > div{
    width: 23%;
}

/* box products */
.box-product {
    width: 100%;
    overflow: hidden;
}
.box-product > div {
    /*width: 130px;*/
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    width: 226px;
    padding: 0px;
    margin: 0px 10px 0 10px;
}
#column-left + #column-right + #content .box-product > div {
    width: 119px;
}
.box-product .image {
    display: block;
    height: 261px;
}
.box-product .image img {
    padding: 3px;
    /*border: 1px solid #E7E7E7;*/

    transition:			opacity 100ms ease-in-out;
    -moz-transition:	opacity 100ms ease-in-out;
    -webkit-transition:	opacity 100ms ease-in-out;
    -o-transition:		opacity 100ms ease-in-out;
}

.box-product .image img:hover {
    opacity: 0.7;
}

.box-product .name a {
    color: rgb(0, 0, 0);
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.box-product .price {
    font-weight: bold;
    color: rgb(226, 1, 1);
    font-size: 24px;
    margin-bottom: 4px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.box-product .price-old {
    color: #6C6C6C;
    font-size: 12px;
    text-decoration: line-through !important;
    float: left;
    font-size: 12px;
    width: 150px;
}
.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; */
}

#coupon, #voucher, #reward, #shipping {
    background: #F7F7F7;
    padding: 10px 10px 0px 10px;

    -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;

    border: 1px solid #E7E7E7;
}

#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */
.category-info {
    overflow: hidden;
    margin-bottom: 20px;
}
.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
}
.category-list {
    overflow: hidden;
    margin-bottom: 20px;
}
.category-list ul {
    float: left;
    width: 50%;
}
.category-list ul li{margin-bottom:5px}
.category-list ul li a{background:url(../image/arrow-list.png) no-repeat left; padding-left:11px; font-size:12px; color:#7f7f7f; text-decoration:none}
.category-list ul li a:hover{background-image:url(../image/arrow-red.png); color:#e91111}
.cate-description{margin-top:5px}
.cate-description h1{font-family:Tahoma,Arial,Helvetica,sans-serif; font-size:12px; color:#000; margin-bottom:6px}
.cate-description p{font-size:11px; color:#7f7f7f; color:#7f7f7f; line-height:14px; margin-bottom:21px}
.cate-description h2{color:#141414; font-family:Tahoma,Arial,Helvetica,sans-serif; font-size:11px; font-weight:700; text-transform:uppercase; margin-bottom:13px}
/* 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 .display ,.product-filter .limit,.product-filter .sort{}
.product-filter {border:1px solid #d4d4d4;padding: 6px 37px 6px 11px;overflow:hidden; margin-bottom:8px; position:relative; height:24px;}
.product-filter .display {float:left; padding-top:0}
.product-filter .display b{color:#7f7f7f; font-size:10px; font-weight:700; text-transform:uppercase; float:left; margin:6px 12px 0 0}
.product-filter .sort {float:right; font-size:11px; font-family:Tahoma,Arial,Helvetica,sans-serif; margin:0}
.product-filter .limit {float:right;margin:0 25px 0; font-size:11px; font-family:Tahoma,Arial,Helvetica,sans-serif;}
.product-filter select{color:#505050;font-size:11px;border:none;font-family:Tahoma,Arial,Helvetica,sans-serif;}
.product-filter .limit select, .product-filter .sort select{width:130px; background:none; font-size:11px; font-family:Arial; height:25px; padding:3px; border:1px solid #c9c9c9; color:#a9a9a9; line-height:18px}
.product-filter .sort b, .product-filter .limit b{color:#7f7f7f; font-size:10px; font-weight:700; text-transform:uppercase; font-family:Arial}
.product-filter .sort select option, .product-filter .limit select option{padding-left:5px;}
.display a.no-active-gird,.display span.active-list,.display span.active-gird,.display a.no-active-list{width:14px;height:14px;display:block;float:left;text-indent:-9999px; margin-top:5px}
#top_header{position:absolute; background:url(../image/filter_03.jpg) no-repeat 0 0; width:17px; height:11px; right:10px; top:12px; text-indent:-9999px; display:block; cursor:pointer; font-size:0}
/* grid */
.display a.no-active-list{ background:url('../image/no-acti-list.png') no-repeat 0 0;}
.display span.active-gird{ background:url('../image/acti-gird.png') no-repeat 0 0;margin-right:12px;}

/* list */
/* display list */
.display a.no-active-gird{background:url('../image/no-gird.png') no-repeat 0 0;margin-right:12px;}
.display span.active-list{background:url('../image/active-list.png') no-repeat 0 0;}

.product-compare {margin-bottom: 23px;}
.product-compare a{color: #141414;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;}

.product-list  div.one-product {
    overflow: hidden;
    margin-bottom: 20px;
    position:relative
}
.product-list .left{
    float: left;
    margin-right: 20px;
    padding-bottom: 7px;
    position: relative;
    width: 215px;
}
.product-list .right {

    width: 100%;
}
.product-list > div + div {

}
.product-list .image {
    float: left;
    margin-right: 10px;
    position:relative
}
.product-list .image img {
    transition:			opacity 100ms ease-in-out;
    -moz-transition:	opacity 100ms ease-in-out;
    -webkit-transition:	opacity 100ms ease-in-out;
    -o-transition:		opacity 100ms ease-in-out;

}
.product-list .image img:hover {
    opacity: 0.7;
}
.product-list .name {
    display: block;
    margin-bottom: 9px;
}
.product-list .name a {
    color: #000000;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.product-list .description {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 9px;
}
.product-list .discount{left:142px; top:20px}
.product-list .rating {
    color: #7B7B7B;
    margin-bottom:5px
}
.product-list .price {
    color: #E20101;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 17px;
}
.product-list .price-old {
    color: #6C6C6C;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
    text-decoration: line-through;
}
.product-list .price-new {
    display: block;
}
.product-list .price-tax {
    font-size: 11px;
    font-weight: normal;
    color: #7f7f7f;
    margin-left:11px
}
.product-list .cart {
    float:left; margin-right:12px; display:inline-block
}
.product-list .wishlist, .product-list .compare {
    margin-top: 4px; float:left
}
.product-list .compare{margin-right:10px}
.product-list .wishlist a {
    background: url("../image/compare.jpg") no-repeat scroll left center transparent;
    color: #7F7F7F;
    font-size: 10px;
    padding-left: 12px;
}
.product-list .compare a {
    background: url("../image/compare.jpg") no-repeat scroll left center transparent;
    color: #7F7F7F;
    font-size: 10px;
    padding-left: 12px;
}

.titulo-relacionado{
    color: rgb(20, 20, 20);
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.titulo-relacionado a{
    color: rgb(20, 20, 20);
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.tab-content .wishlist, .product-list .compare {
    margin-top: 4px;
}
.tab-content .compare{margin-right:10px}
.tab-content .wishlist a {
    background: url("../image/compare.jpg") no-repeat scroll left center transparent;
    color: #7F7F7F;
    font-size: 10px;
    padding-left: 12px;
}
.tab-content .compare a {
    background: url("../image/compare.jpg") no-repeat scroll left center transparent;
    color: #7F7F7F;
    font-size: 10px;
    padding-left: 12px;
}

.product-grid {
    width: 99%;
    overflow: hidden;
}
.product-grid div.one-product {
    width: 217px;
    min-height:440px;
    float:left;
    display: inline-block;
    vertical-align: top;
    margin-right: 23px;
    position:relative
}
.product-grid div.one-product.last{/*margin-right:0*/}
#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.product-grid .image {
    display: block;
    margin-bottom: 14px;
    position:relative
}
.product-grid .image img {
    background:#fff
}
.product-grid .name{display:block; margin-bottom:5px}
.product-grid .name a {
    color: #000;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:12px;
}
.product-grid .description {
    color:#505050;
    font-size:11px;
    margin-bottom:9px;
    line-height:14px;
    display:none;
}
.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .discount{top:20px; right:20px}
.product-grid .price {
    font-weight: bold;
    color: #e20101;
    font-size:16px;
    margin-bottom: 12px;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
}
.product-grid .price-old {
    margin-right:5px;
    font-size: 12px;
    color:#6c6c6c;
    font-weight:700;
    text-decoration: line-through;
}
.product-grid .price-new {
    color:#e20101;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom:6px
}
.product-grid .wishlist{
    margin-bottom: 3px;
}
.product-grid .compare {}
.product-grid .wishlist a {
    color: #7f7f7f;
    font-size:10px;
    background:url(../image/compare.jpg) no-repeat left; padding-left:12px;
}
.product-grid .compare a {
    color: #7f7f7f;
    font-size:10px;
    background:url(../image/compare.jpg) no-repeat left; padding-left:12px;
}
/* Product */
/* Product */
.product-info {
    overflow: hidden;
    margin-bottom: 20px;
}
.product-info h1{ color: #333; margin-bottom: 10px;
    font-size: 25px;
    font-weight: normal;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    text-align: left;}
.product-info .left {
    float: left;
    width: 500px;
    margin-right: 20px;
}
.product-info .right{/*float:left;*/  width: 455px;}
.product-info > .left + .right {
    margin-left: 535px;
    padding: 10px 0 0;
}
/* Main image */
.product-info .image {
    position:relative; /* IMPORTANT: Stickers ("zoom", "sale") are positioned relative to this box */
    margin-bottom:10px;
    z-index:0;
    padding:5px;
    border:#e5e5e5 0px solid;
    z-index:3; /* needed for ie7 */
}
.product-info .image img {
    max-width:100%;
}
.product-info .image .sale_tag {
    right:-2px;
    z-index:10000;
    /* See rest of styles under .sale_tag*/
}
#zoom-btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0px 12px;
    line-height: 32px;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333333;
}
#zoom-btn:hover {
    color:#ce061a;
}

/* Additional images */
.product-info .image-additional {
    /*padding:0px 30px 20px 30px;*/
    position:relative;
}
/* Next and preview buttons */
.product-info .image-additional .additional_next, .product-info .image-additional .additional_prev {
    position:absolute;
    top:20px;
    display:block;
    width:30px;
    height:30px;
    background: url('../image/colorbox/slider-arrows.png') no-repeat ;
    text-indent:-9999px;
    transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    z-index: 20;
}
.product-info .image-additional .additional_next, .product-info .image-additional .additional_next.disabled:hover {
    right:0px;
    background-color:#ffffff;
    background-position:-60px -10px;
    z-index: 20;
}
.product-info .image-additional .additional_next:hover {
    background-color:#333333;
    background-position:-60px -60px;
    z-index: 20;
}
.product-info .image-additional .additional_prev, .product-info .image-additional .additional_prev.disabled:hover {
    left:0px;
    background-color:#ffffff;
    background-position:-10px -10px;
    z-index: 20;
}
.product-info .image-additional .additional_prev:hover {
    background-color:#333333;
    background-position:-10px -60px;
    z-index: 20;
}
.product-info .image-additional > .disabled {
    cursor:default;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}
.product-info .image-additional ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.product-info .image-additional li {
    text-align: center;
    padding: 0px;
    margin:0px 3px;
    display: block;
    float: left;
    overflow:auto;
}
.product-info .image-additional img {
    border:1px solid #eeeeee;
    padding: 4px;
}
.product-info .image-additional img:hover {
    border:1px solid #999999;
}

.product-info .description {
    margin-bottom: 22px;
    line-height: 20px;
    color: #7f7f7f;
    font-size:12px;
}
.product-info .description span {
    color: #7f7f7f;
}
.product-info .description a {
    color: #7f7f7f;
    font-size:12px;
    text-transform:uppercase
}
.product-info .description b{color:#7f7f7f; font-weight:400}
.product-info .cart .price {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #e20101;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    /*margin-top:22px;*/
}
.product-info .cart span.button-gray{float:left; margin-right:10px}
.product-info .price-old {
    color: #6C6E6D;
    text-decoration: line-through;
    font-size: 12px;
    margin-right:15px
}
.product-info .price-new {
}
.product-info .price-tax {
    font-size: 14px;
    font-weight: 700;
    color: #7f7f7f;
    margin-left:15px;
    font-family:Arial
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display:block; margin:6px 0
}
.product-info .price .reward small{font-size:11px; color:#7f7a6d}
.product-info .price .discount {
    font-weight: 400;
    font-size: 11px;
    color: #767169;
    line-height:20px;
    margin-bottom:0
}
.product-info .options {
    padding: 0 ;
    margin-bottom: 10px;
    color:#7f7a6d;
    font-size:15px;
}
.product-info .options h2 {
    text-align:left;
}
.product-info .options h2{color: #141414;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;}
.product-info .options .option b{font-weight:700; font-size:10px; text-transform:uppercase; color:#000}
.product-info .options .option input[type='text'], .product-info .options .option textarea{margin:6px 0 17px}
.product-info .options select{margin:8px 0 12px; width: 206px;}
.product-info .options textarea {width:347px}
.product-info .options #option-208 input[type='text']{width:205px}
.product-info .options #option-222 span.black_button{margin:7px 0 0}
.product-info .options #option-219, .product-info .options #option-221{width:50%; float:left; line-height:20px}
.product-info .options span.left-button-org{margin-top:7px}
.product-info .options .box-check{float:left; width:36%; line-height:20px}
.product-info .options #option-208{clear:both}
.product-info .options #option-219 input, .product-info .options #option-221 input{width:146px; margin-bottom:6px; margin-top:3px}
.product-info .options #option-220 input{width:146px; margin-bottom:6px; margin-top:6px}
.product-info .options #option-222{margin-bottom:14px}
.product-info .options #option-219, .product-info .options #option-221{margin-bottom:11px}

.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 {
    margin-bottom: 43px;
    color: #4D4D4D;
    overflow: hidden;
}
.product-info .cart b{color:#141414; font-size:10px; font-weight:700; display:block; margin-bottom:7px; text-transform:uppercase}
.product-info .cart div {
    display:block; margin-bottom:10px; overflow:hidden; color:#7f7f7f;
}
.product-info .cart div .compare, .product-info .cart div .wishlist{
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}
.product-info .cart div .compare a, .product-info .cart div .wishlist a{color: #7f7f7f;
    background: url("../image/compare.jpg") no-repeat scroll left center transparent;
    color: #7F7F7F;
    font-size: 10px;
    padding-left: 12px;
}
.product-info .cart input[type='text']{width:146px;}

.quantidade-x input[type=text]{
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    max-width: 100%;
    outline: none;
    clear:both;
    width:150px;
    height:50px;
}

.product-info .cart .minimum {
    padding-top: 9px;
    margin-bottom:0;
    font-size: 11px;
    color: #7f7f7f;
    clear: both;
}
.product-info .cart span.button{margin:4px 0 1px}
.product-info .cart a.write_review {}
.product-info .cart .action{margin-bottom:0; margin-top:3px}
.product-info .rating{margin-bottom:0px}
.product-info .rating a{color: #7f7f7f;}
.product-info .review {
    margin-bottom: 10px; overflow:hidden
}
.product-info .review > div {
    line-height: 20px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    overflow: hidden;
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none; padding-right:15px;
}
.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;
}
#tab-review input[type='text'], #tab-review textarea {width:292px!important; display:block; margin:6px 0 0}
h2.ta-related{background:url(../image/related-header.png) no-repeat; height:44px; width:100%;}
h2.ta-related span{font:bold 12px Tahoma,Arial,Helvetica,sans-serif; text-transform:uppercase; color:#fff; padding:0 12px; line-height:33px;}
.tags{margin:50px 0; font-family:Tahoma,Arial,Helvetica,sans-serif; color:#000}
.tags b{font:bold 14px Tahoma,Arial,Helvetica,sans-serif; text-transform:uppercase; color:#000;}
/* Specification */
.attribute {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    font-size: 13px;
    font-weight: bold;
    background:#eeeeee;
    text-align: left;
    color: #4C4C4C;
}
.attribute tr td:first-child {
    text-align: left;
    width: 25%;
}
.attribute td {
    padding: 8px;
    text-align: left;
    vertical-align: top;
    background: #f5f5f5;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    text-align: left;
    text-transform:uppercase;
    padding:15px 20px;
}
.compare-info tr td:first-child {
    text-align: left;
    font:bold 10px Arial;
    color:#141414;
    text-transform:uppercase;
    padding:12px 7px 12px 19px;
}
.compare-info td {
    padding: 12px 7px;
    width: 20%;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
}
.compare-info .name a {
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    color:#000
}
.compare-info .price{color:#e20101; font:bold 12px Tahoma,Arial,Helvetica,sans-serif;}
.compare-info .price-old {
    text-decoration: line-through;
    font-size: 12px;
    color:#6C6C6C;
}
.compare-info .price-new {}
.compare-info .model{color:#000; font-family:Tahoma,Arial,Helvetica,sans-serif}
.compare-info .brand{text-transform:uppercase}
.compare-info .stock{color:#e20101; font-size:11px}
.compare-info .description{font-size:11px}
.compare-info .action{padding:14px 7px 30px}
.compare-info td span.button-gray{display:block; margin-bottom:20px}
/* wishlist */
.wishlist-info {background:url(../image/heading.jpg) repeat-x; border-radius:3px; -moz-border-radius:3px; padding:0 0 0 1px; margin-bottom:18px;}
.wishlist-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.wishlist-info td {
    padding: 27px 7px ;
}
.wishlist-info thead td {
    color: #555;
    font:bold 10px Tahoma,Arial,Helvetica,sans-serif;
    height:27px;
    text-transform:uppercase;
    padding:0 7px;
}
.wishlist-info thead td.name{}
.wishlist-info thead .image {
    text-align: left; padding-left:20px;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .quantity {
    text-align: left;
}
.wishlist-info thead .price, .wishlist-info thead .total {
    text-align: left;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
}
.wishlist-info tbody .image img {
}
.wishlist-info tbody .image {
    text-align: left;
    border-left: 1px solid #e0e0e0;
    width:115px;
    padding-left:20px;
}
.wishlist-info tbody .action{border-right: 1px solid #e0e0e0; padding-top:22px;}
.wishlist-info tbody .remove{padding-top:29px;}
.wishlist-info tbody .stock{font-size:11px; color:#e20101; padding-top:28px;}
.wishlist-info tbody .name a, .wishlist-info tbody .name span{color:#000; font-family:Tahoma,Arial,Helvetica,sans-serif}
.wishlist-info tbody .model{color:#000; font-family:Tahoma,Arial,Helvetica,sans-serif; text-transform:uppercase}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .quantity {
    text-align: left;
}
.wishlist-info tbody .quantity{padding-top:21px}
.wishlist-info tbody .quantity input[type='text']{border:none; color:#7f7f7f; font-size:11px; width:30px}
.wishlist-info tbody .quantity input[type='image'], .wishlist-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.wishlist-info tbody .price, .wishlist-info tbody .total {
    text-align: left; color:#e20101; font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:700
}
.wishlist-info tbody .price s{color: #6C6C6C; text-decoration: line-through;}
.wishlist-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.dis_button{margin-bottom:100px}
.login-content {
    margin-bottom: 20px;
    overflow: hidden;
    color:#7f7f7f;
    width: 772px;
    margin: 30px auto 0 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: 200px;
    background: #f7f7f7;
    padding: 20px !important;
}

.login-content .right .content {
    padding: 20px 0 20px 50px !important;
}

.login-content .right .content p {
    margin: 0 0 10px -30px;
}

.login-content .right span.left-button-org{margin-bottom:5px}
.login-content b{font-weight:400}
.login-content input[type='text'], .login-content input[type='password']{margin:5px 0 2px; width:254px;}
.login-content input[type='password']{margin-bottom:10px}
a.forgotten{color:#d40000; font-size:10px;}
/* 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: hidden;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 100%;
}
.return-model {
    float: left;
    width: 100%;
}
.return-quantity {
    float: left;
    width: 100%;
}
.return-detail {
    overflow: hidden;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
    line-height:20px
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
form.return-form input[type='text'], form.return-form textarea{margin:6px 0}
.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 tbody .quantity input[type="text"]{
    background-color: #ececec;
    border:1px solid #ccc !important;
}

.cart > input.button:hover{
    background-image:none !important;
}

.cart > input.button:hover{
    background-image:none !important;
}

.cart > input.button:hover > .o_botao a.button:hover, input.button:hover{
    background-image:none !important;
}

.o_botao a.button:hover, input.button:hover{
    background-image:none !important;
}


.cart-info {background:url(../image/heading.jpg) repeat-x; border-radius:3px; -moz-border-radius:3px; padding:0 0 0 1px; margin-bottom:18px;}
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.cart-info td {
    padding: 20px 7px;
}
.cart-info thead td {
    color: #555;
    font:bold 10px Tahoma,Arial,Helvetica,sans-serif;
    height:27px;
    text-transform:uppercase;
    padding:0 7px;
}
.cart-info thead td.name{padding-left:22px}
.cart-info thead .image {
    text-align: left;
}
.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: left;
}
.cart-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
}
.cart-info tbody .image img {
}
.cart-info tbody .image {
    text-align: left;
    border-left: 1px solid #e0e0e0;
    width:115px;
}
.cart-info tbody .remove{border-right: 1px solid #e0e0e0; padding-top:29px;}
.cart-info tbody .name a, .cart-info tbody .name span{color:#000; font-family:Tahoma,Arial,Helvetica,sans-serif}
.cart-info tbody .model{color:#000; font-family:Tahoma,Arial,Helvetica,sans-serif; text-transform:uppercase; padding-right:20px;}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity{padding-top:21px; padding-left:1px;}
.cart-info tbody .quantity input[type='text']{border:none; color:#7f7f7f; font-size:11px; width:20px;text-align: center;}
.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: left; color:#e20101; font-family:Tahoma,Arial,Helvetica,sans-serif; font-weight:700
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-info tbody td.giftvoucher{vertical-align:middle}
h2.choice-shopping{font-size:12px}
.choice-cart{}
.choice-cart p{color:#7f7f7f; font-size:11px}
.choice-cart table.radio td{color:#5d5d5d}
.choice-cart table.radio td input[type='radio']{vertical-align:-1px}
.cart-module{

    margin: 0 0 13px 0;
}
.cart-module > div {
    display: none;
}
.cart-module .content input[type='text']{margin:0}
.cart-module #voucher.content input[type='text']{margin:9px 0 21px}
.cart-module #coupon.content input[type='text']{margin:9px 0 21px}
.cart-module #shipping.content span.button_black{margin-top:13px}
.cart-module .content p{color:#1f2021; font-weight:700; margin-bottom:15px}
.cart-module .content select{margin:0;}
.cart-module .content table tr td{padding:0 0 6px; font-weight:400; font-size: 12px;}
.buttons_continue{border-top:1px solid #d1d1d1; padding:20px 0; margin-top:20px}
.cart-total {
    overflow: hidden; margin-bottom:4px;
}
.cart-total table {
    float: left;
}
.cart-total td {
    padding: 0 140px 8px 0;
    text-align: left;
}
.cart-total td.left{color:#7f7f7f; font-size:11px; padding-top:2px}
.cart-total td.left.last{padding-top:4px}
.cart-total td.right{color:#e20101; font:bold 12px Tahoma,Arial,Helvetica,sans-serif}
.cart-total td.right.last{font-size:16px}
.buttons_checkout{margin-bottom:100px}
a.left-button-process{
    background: url("../image/process.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 38px;
    padding: 0 0 0 5px;
    text-decoration:none;
}
a.left-button-process span.right-button-process{
    background: url("../image/process.png") no-repeat scroll 100% 100% transparent;
    display: block;
    float: left;
    height: 38px;
    padding: 0 5px 0 0;
}
a.left-button-process span.right-button-process span.text-button{
    background: url("../image/shadow-process.png") no-repeat scroll center top transparent;
    color: #e7e7e7;
    cursor: pointer;
    float: left;
    font: bold 14px/37px Tahoma,Arial,Helvetica,sans-serif;
    height: 38px;
    padding: 0 27px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height:38px;
}
a.left-button-process span.right-button-process span.text-button b{
    background: url("../image/arrow-checkout.png") no-repeat scroll right center transparent;
    padding-right: 18px;
}

p.check_search{}
p.check_search input[type='text']{margin:5px 0}
p.check_search select{margin:0 0 15px 0 }
p.check_search select option{padding:0 0 0 7px}
.buttons.form_search_button{margin-bottom:20px}
/* Checkout */
.checkout-heading {
    background: #dddddd;
    padding:15px;
    font-weight: bold;
    font-size: 15px;
    color: #555555;
    margin-top: 10px;
    border-radius: 3px;
    position:relative;
}
.checkout-heading a {
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
    position:absolute;
    right:10px;
}
.checkout-content {
    padding: 15px 30px;
    display: none;
    overflow: auto;
    background:#f9f9f9;
    margin-bottom: 10px;
}
.checkout-content h2 {
    color:#333333;
    font-size:15px;
    margin-top:0px;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:1px solid #eeeeee;
    line-height:24px;
}
.checkout-content .left {
    float: left;
    width: 430px;
    padding-right:20px;
    border-right:1px solid #eeeeee;
    margin-bottom:10px;
}
.checkout-content .right {
    float: right;
}
#login.right { /* Extra right class since agreement uses .right */
    float: right;
    width: 430px;
}
#column-right + #content .checkout-content .left {width:310px;}
#column-right + #content .checkout-content #login.right {width:310px;}
#column-left + #content .checkout-content .left {width:310px;}
#column-left + #content .checkout-content #login.right {width:310px;}

.checkout-content .left .content, .checkout-content .right .content {
    min-height:220px;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-content .forgotten {
    float:right;
    line-height:34px;
}
.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 */
#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    padding: 20px;
    border-top: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    background: #99b929; /* Old browsers */
    background: -moz-linear-gradient(top,  #99b929 0%, #99b83a 50%, #8ba81f 51%, #aecb4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99b929), color-stop(50%,#99b83a), color-stop(51%,#8ba81f), color-stop(100%,#aecb4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #99b929 0%,#99b83a 50%,#8ba81f 51%,#aecb4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #99b929 0%,#99b83a 50%,#8ba81f 51%,#aecb4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #99b929 0%,#99b83a 50%,#8ba81f 51%,#aecb4f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #99b929 0%,#99b83a 50%,#8ba81f 51%,#aecb4f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b929', endColorstr='#aecb4f',GradientType=0 ); /* IE6-9 */

}
#footer h3 {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 8px;
}
#footer .column {
    float: left;
    width: 19%;
    min-height: 100px;
}
#footer .column ul {
    margin-top: 0px;
    margin-left: 8px;
    padding-left: 12px;
}
#footer .column ul li {
    margin-bottom: 3px;
}
#footer .column a {
    text-decoration: none;
    color: #4c4c4c;
}
#footer .column a:hover {
    text-decoration: underline;
}
#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
}
/* banner */
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}


/*ESTOQUE*/
.button-gray a.zero_button, .button-gray input.zero_button {
    cursor: default;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #DD1414 !important;
    -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 #dd0006;
    -moz-box-shadow: 0px 2px 2px #f34b4b;
    box-shadow: 0px 2px 2px #f66b67;
}
.button-gray a.zero_button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}
.button-gray input.zero_button {
    margin: 0;
    border: 0;
    height: 27px !important;
    padding: 0px 20px 0px 20px !important;
}
.button-gray a.zero_button:hover, .button-gray  input.zero_button:hover {
    background: none;
}
/*ESTOQUE*/

/*ESTOQUE*/
.cart a.zero_button, .cart input.zero_button {
    cursor: default;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #DD1414 !important;
    -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 #dd0006;
    -moz-box-shadow: 0px 2px 2px #f34b4b;
    box-shadow: 0px 2px 2px #f66b67;
    height: 37px ;
}
.cart a.zero_button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
    height: 14px !important;
}
.cart input.zero_button {
    margin: 0;
    border: 0;
    height: 24px;
    padding: 0px 8px 0px 8px;
}
.cart a.zero_button:hover, .cart  input.zero_button:hover {
    background: none;
}
/*ESTOQUE*/


/***********************************/
/* Form content with border */
#content .content.border {
    padding: 10px !important;
    overflow: none !important;
    margin:20px 0px 30px 0px !important;
    padding:30px 20px 20px 20px !important;
    border: 15px solid #EEEEEE !important;
}
#content .content.border .border_heading {
    font-size:14px !important;
    color:#ce001a !important ;
    margin:-47px 0px 0px 1px;
    padding:0px 15px !important;
    float:left !important;
    background:#ffffff !important;
}

.clearfix {
    clear:both  !important;
    float:none !important;
}

/* Fortis field forms */
.input_field_half {
    /*float:left !important;*/
    display:block !important;
    width:275px !important;
    margin-bottom:5px !important;
    max-width:100% !important;
}
.input_field_half input {
    width:254px !important;
    max-width:100% !important;
}
.input_field_half select {
    width:264px !important;
    max-width:100% !important;
}
.input_field_half #description, .input_field_half #sub_category {
    width:auto !important;
    vertical-align:middle !important;
}
.input_field_half b {
    line-height:22px !important;
    color:#555555 !important;
}
.input_field_full {
    float:left !important;
    display:block !important;
    width:535px !important;
    margin-bottom:5px !important;
    max-width:100% !important;
}
.input_field_half .help, .input_field_full .help {
    margin-bottom:5px !important;
    line-height:14px !important;
}
.input_field_full input, .input_field_full textarea {
    width:529px !important;
    max-width:100% !important;
}
.input_field_full b {
    line-height:22px !important;
    color:#555555 !important;
}
.input_field_radio {
    float:left !important;
    display:block !important;
    width:275px !important;
    margin-bottom:5px !important;
    max-width:100% !important;
    padding:0px 0px 10px 0px !important;
}
.input_field_radio b {
    line-height:20px !important;
    display:block !important;
    color:#555555 !important;
}
.input_field_radio input {
}





/*******//******/

#column-right .box-product > div, #column-left .box-product > div {
    width: 100%;
    min-height:10px;
    padding:10px 1px;
    margin:0px;
    display:block;
    clear:both;
    float:left;
    background: none;
    border-top:none;
    border-bottom:1px solid #e5e5e5;
}

/* module boxes */
.box {
    margin-bottom: 20px;
    margin-left:3px;
}
/* module heading in content */
.box .box-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    padding: 25px 10px 35px 0px;
    font-weight: 600;
    line-height: 20px;
    color: #565656;
}
/* module heading in columns */
#column-left .box .box-heading, #column-right .box .box-heading {
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    background-image: url('../image/column_box_heading.png');
    background-color:#ce001a;
    padding: 12px 10px 12px 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    color: #555555;
}
.box .box-content {
    background: #FFFFFF;
    padding: 10px 0px;
    list-style-type:none;

}

.box .box-content a{
    color:#4c4c4c;
}

.box .box-content a:hover{
    color:#cf001a;
}

*{
    list-style-type:none !important;
}

.box-content > ul > li > a {
    text-decoration: none;
    list-style-type:none !important;
    padding: 5px 0px 5px 30px;
    color:#4c4c4c;
    background: url("../image/arrow-menu.png") no-repeat scroll left top transparent;
}
#column-left .box .box-content, #column-right .box .box-content {
    padding: 10px;

}
/* Product modules starts */


/* Account module */
#column-left .box .box-heading.content, #column-right .box .box-heading.content {
    background: #ffffff url('../image/icons.png') 6px -468px no-repeat;
    border-bottom:1px solid #eeeeee;
    padding: 11px 10px 11px 42px;
    color: #555555;
}
.box-content  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-content  > ul > li {
    padding: 5px 0px;
}
.box-content  > ul > li > a {
    text-decoration: none;
    padding: 5px 0px 9px 30px;
    color: #555555;
    background: url('../image/arrow-menu.png') top left no-repeat;
}

ul.box-category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-content > ul.box-category > ul > li {
    padding: 5px 2px;
}

.box-content > ul.box-category > li > a {
    text-decoration: none !important;
    padding: 5px 0px 5px 30px !important;
    font-size:15px;
    color: #c60301 !important;
    /*background: url('../image/arrow-menu2.png') top left no-repeat ;*/

}

.box-content > ul.box-category > li > a:hover {
    background-position:bottom left;
    color:#ce001a;
}

.box-content  > ul > li > a:hover {
    background-position:bottom left;
    color:#ce001a;
}

#content .content.border  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .content.border  > ul > li {
    padding: 5px 2px;
}

#content .content.border  > ul > li > a {
    text-decoration: none;
    padding: 5px 0px 9px 30px;
    color: #555555;
    background: url('../image/arrow-menu.png') top left no-repeat;
}
#content .content.border  > ul > li > a:hover {
    background-position:bottom left;
    color:#ce001a;
}

/* Cloud zoom */
.cloud-zoom-lens {
    border: 1px solid #888;
    margin:0px;	/* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}
.cloud-zoom-big {
    border:1px solid #eeeeee;
    width: 93%;
    z-index: 1001 !important;

}
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}



.webwidget_vertical_menu{
    background:#FFFFFF;
    border-radius:10px;
    padding-left: 20px !important;
    width: 160px !important;
}

.webwidget_vertical_menu a{
    color:#4c4c4c;
}

.metodos {
    background: #FCFCFC;

    border: 1px solid #f2f2f2;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    width: 435px;
}

.metodos .icone_pagamento {
    padding: 10px 5px 10px 5px;

    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */


}

.metodos .parcelamentodiv {
    padding: 10px 0 0;
}


.metodos .box {
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

.preco_desconto_boleto {
    background: #F9F9F9;
    margin: 0px 11px 8px 0;
    font-size: 16px;

    padding: 5px;
    border: 1px solid #F4F4F4;
    width: 421px;
}