@CHARSET "UTF-8";
/*
        Base de css para todo o sistema
*/
*{margin:0;padding:0;}
a.img{border:none;}
/*
 Classes
*/
.hide{display:none;}
.show{display:block;}
.pointer{cursor:pointer;}
.atencion{padding:5px;	background:#f1f5dc;color:gray;	border:1px solid #ffbf00;}
.width80{width:80px;}
.requireSpan{font-weight: bold;}
/*
        Botões
*/
/*.btn {
        text-align: center;
        height: 28px;
        border: 1px solid #c4c4c4;
}
.btn {text-align: center;height: 28px;border: 1px solid #c4c4c4;}
input.btn {background: url("../img/but.png") repeat-x;border: none;outline-color: invert;outline-style: none;outline-width: 0px;height: 28px;cursor: pointer;width: 80px;line-height: normal;overflow: visible;}
.btn_span{background-image: url("/img/but.png");background-position: 203px 32px;height:32px;width: 1px;float: right;}
input.btn {
        background: url("../img/but.png") repeat-x;
        border: none;
        outline-color: invert;
        outline-style: none;
        outline-width: 0px;
        height: 28px;
        cursor: pointer;
        width: 80px;
        line-height: normal;
        overflow: visible;
}*/
.btn_span{
    background-image: url("/img/but.png");
    background-position: 203px 32px;
    height:32px;
    width: 1px;
    float: right;
}

/*
        Cores
*/

.cinza{color:#818181;}
.azul{color:#298CBA;}
.bgRed{background-color: #FF0000;}
.bgRedSoft{background-color:#FF9191; }
.bgRedDark{background-color: #993300;}
.bgGreen{background-color: #00FF00;}
.bgGreenSoft{background-color: #BFFFBF;}
.bgGreenDark{background-color: #006600;}
.bgPurple{background-color: #F0F0FF;}
.bgGray{background-color: #CCCCCC}
.bgGrayWhite{background-color: #F3F3F3;}
.bgLoading{background-color:orange;}
/*
        Hovers
*/
.bgRed:hover {background-color:orange;}
.bgGray:hover{background-color: #E1E1E1;}

/*
        Fontes familia
*/
.font_tahoma {font-family: tahoma;}
.font_arial {font-family: Arial;}
.font_arial_narrow {font-family: "Arial Narrow";}

/*
        Fontes tamanhos
*/
.font_size08 {font-size: 8px}
.font_size09 {font-size: 9px}
.font_size10 {font-size: 10px}
.font_size11 {font-size: 11px}
.font_size12 {font-size: 12px}
.font_size13 {font-size: 13px}
.font_size14 {font-size: 14px}
.font_size15 {font-size: 15px}
.font_size16 {font-size: 16px}
.font_size17 {font-size: 17px}
.font_size18 {font-size: 18px}
.font_size20 {font-size: 20px}
.font_size22 {font-size: 22px}
.font_size23 {font-size: 23px}
.font_size24 {font-size: 24px}
.font_size26 {font-size: 26px}
.font_size30 {font-size: 30px}
.font_size32 {font-size: 32px}
.font_size36 {font-size: 36px}
.font_size46 {font-size: 46px}
/*
        Fontes estilos
*/
.font_normal {font-weight: normal;}
.font_bold {font-weight: bold;}
.padding4{padding: 4px;}
.padding5{padding: 5px;}
.padding10{padding:10px;}
/*
        Posicionamento
*/
.imgMeio {margin: 0 auto;}
.font_center{text-align: center;}
.width80 {width: 80px;}
.width200 {width: 200px;}
.both{clear:both;}
/*
        Login Sistema
*/
#loginTop {
    background: url(../img/back-login.png) repeat-x;
    height: 142px;
}

#loginTop a img#sysImg {
    margin: 10px 103px 0;
    float: left;
}

#loginTop #typeSys {
    margin: 30px 103px 0 0;
    float: right;
    text-align: right;
    color: #666;
}

#loginSistem {
    margin: 150px auto;
    width: 350px;
}

#loginSistem p {
    margin: 1em 0;
}

#loginSistem form {
    display: block;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
}

#loginSistem form input.require {
    height: 30px;
    width: 325px;
    /*color: #818181;
    border: 1px solid #E5E5E5;*/
    margin: 2px 0;
    font-size: 13px;
}

#loginSistem img#sysImg {
    width: 299px;
    margin: 0 18px;
}

#loginSistem #contentLogin {
    height: 35px;
}

#loginSistem #contentLogin .lembrarme,.btnLogin {
    float: left;
}

#loginSistem #contentLogin .btnLogin {
    width: 100px;
}

#loginSistem #contentLogin .lembrarme {
    width: 220px;
    padding-top: 8px;
    position: relative;
}

#loginSistem #contentLogin .lembrarme label {
    position: absolute;
    top:8px;
    left: 16px;
}

#loginSistem  p.esqueceu {
    text-align: right;
}

#loginSistem  p.esqueceu a {
    text-decoration: none;
}

#loginSistem  p.esqueceu a:hover {
    text-decoration: underline;
}

.erro, .errors {
    padding: 5px;
    border: 1px solid #FA9245;
    background: #FDF0D9;
    font-size: 14px;
    width: 99%;
    font-family: "tahoma";
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    color: #666666;
    margin:0 auto;
}

.accept {
    padding: 5px;
    border: 1px solid #127a22;
    background: #e1fadf;
    font-size: 14px;
    font-family: "tahoma";
    text-align: center;
    color:#666666;
    margin:0 auto;
    width: 99%;
}	

#closeErro {
    background: url(../../arquives/img/admin/layout/close_icon.png) no-repeat;
    height: 15px;
    width: 15px;
    float: right;
    margin: -15px 10px;
    cursor: pointer;
}

#closeErro:HOVER {
    background: url(../../arquives/img/admin/layout/close_icon2.png) no-repeat;
}

#showAjax {
    display: none;
    height: 48px;
    width: 48px;
    /*background: url(../../arquives/img/admin/ajax-loader.gif) no-repeat;*/

}

/*
 Boxs
*/
.box_left{float: left;}
.box_right{float: right;}

/* Menus laterais */
#boxMenuPag{width: 180px; height: 100%;	padding: 15px 0;border:1px solid #ebebeb;background: #fafafa;position:relative;left: 0px;margin-top: 15px;font-family: "tahoma";font-size: 12px;         margin-left: 10px;}
#boxMenuPag a{display:block;padding: 7px 30px;}
#boxMenuPag a:HOVER{background:#e6e6e6;}
#boxMenuPag .titPag{color:#4d4d4d;margin-left: 15px;font-weight: bold;}

/* menu topo */
#menutopo{width: 100%; height: 47px; position: relative!important;}
#divmenutopo{width: 100%;height: 47px;float: right;margin-top: 6px;*margin-top: 0px;}

#divmenutopo input{width: 120px;height: 21px; *height: 16px;height: 16px\0/IE8+9;background: url("../../arquives/img/sprites.png") no-repeat -417px -261px; padding-left: 5px;*padding-top: 5px;padding-top: 5px\0/IE8+9;border: 1px solid #D6D6D6;font-size: 12px;float:right;}
#divmenutopo #goLogin {width: 13px;height: 19px;background: none;border: none;}
#divmenutopo a{ margin: 0 5px 0 10px;}
#divmenutopo img{float:right; margin-top: 4px; *margin-top: -4px;}
#form_clienteLogin{float:right;width: 305px;*width: 285px;height: 21px;*margin-top: -8px;}
#divmenutopo .linkA{float:right; *margin-top: -7px;}
.esqSen{position:relative; top: 25px; *top: 35px;right: -900px; z-index: 9;}

#top #header {width: 50%;height: 105px;	position: relative;top: 0;left: 0;}
#top #header h1 a {display: block;width: 500px;height: 100%;position: absolute;top: 0px;bottom: 0px;text-indent: -9999px;}
#top #menuHeader {float: right;margin-top: -71px;margin-right: 5px;}
#menuHeader img {margin-left: 15px;}
#menuHeader input {width: 120px;height: 21px;*height: 16px;height: 16px\0/IE8 +9;background: url("../../defaultimg/bg_input.png") no-repeat;padding-left: 5px;*padding-top: 5px;*padding-top: 5px\0/IE8 +9;border: 1px solid #D6D6D6;font-size: 12px;}
#menuHeader form {width: 350px;	height: 21px;margin-top: -23px;margin-left: 220px;}
#menuHeader #goLogin {width: 13px;height: 19px;background: none;border: none;position: relative;top: 5px;left: 0px;}
#menuHeader a:HOVER {text-decoration: underline;color: #999;}
#menuHeader #carTop {margin-bottom: -40px;width: 135px; float: right;}
#menuHeader #infoCompra {position: relative;top: 25px;right: 60px;text-align: right;}
#menuHeader #carRed{position: relative; right: -63px;top: -20px;}
.msgSuccess{text-align: center;line-height: 120%;font-family: "Tahoma";}

/*
Página produto para todas lojas
a não ser que esteja sobreescrito
*/
.hproduct #tableFrete{margin-right: 100px;}
#livezilla{z-index: 9999;}
.prod-frete-gratis .text-frete-gratis{margin-top:-3px; text-align: center;}
/*
Carrinho
*/
#main #carrinho .back_car{
    background:#F8F8F8 url(/arquives/img/back_box_pag.png) bottom repeat-x;
    width: 87px;
    min-height: 96px;
    padding: 2px;
    display: block;
    overflow: hidden;
    border-right:1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 4px;
}
div.contanierCheck{
    padding-top: 26px;
}
div.contanierCheck label{
    margin-top: -20px;
    margin-left: 20px;
}

#check_lembrar { position: relative; top: 24px; width: 100px; }
#main #carrinho .back_car{background:#F8F8F8 url(/arquives/img/back_box_pag.png) bottom repeat-x;width: 87px;min-height: 96px;padding: 2px;display: block;overflow: hidden;border-right:1px solid #D3D3D3;border-bottom: 1px solid #D3D3D3; margin-bottom: 4px;}
div.contanierCheck{padding-top: 26px;}
div.contanierCheck label{margin-top: -20px;margin-left: 20px;}

.sprite-pag {    width: 50px;    height: 29px;    float: left;    background: url('/arquives/img/sprites.png') no-repeat;    margin: 2px 4px;}
#linkPagamentos {    float: left;}
#divPag {    height: auto;}
.sprite-bancobra {    background-position: -408px -146px;}
.sprite-boleto {    background-position: -408px -16px;}
.sprite-hipercard {    background-position: -408px -103px;}
.sprite-hsbc {    background-position: -408px -58px;}
.sprite-visaElec {    background-position: -82px -58px;}
.sprite-bcash {    background-position: -82px -103px;}
.sprite-amex {    background-position: -82px -16px;}
.sprite-pagseguro {    background-position: -340px -146px;}
.sprite-paypal {    background-position: -340px -103px;}
.sprite-itau {    background-position: -340px -58px;}
.sprite-bradesco {    background-position: -340px -16px;}
.sprite-mercadoPago {    background-position: -147px -103px;}
.sprite-aura {    background-position: -147px -16px;}
.sprite-sicoob {    background-position: -147px -146px;}
.sprite-visa {    background-position: -16px -146px;}
.sprite-elo {    background-position: -16px -58px;}
.sprite-masterCard {    background-position: -211px -103px;}
.sprite-diners {    background-position: -211px -58px;}
.sprite-banrisul {    background-position: -211px -16px;}
.sprite-paggo {    background-position: -276px -146px;}
.sprite-santander {    background-position: -276px -103px;}
.sprite-caixa {    background-position: -276px -16px;}
.sprite-maestro {    background-position: -276px -58px;}
.sprite-sicredi {    background-position: -82px -146px;}
.sprite-banestes {    background-position: -471px -146px;}
.sprite-cielo { background-position: -471px -58px}

.redesSociais a {display: table;float: left;}
.redesSociais-icon {width: 24px;height: 24px;background: url('/arquives/img/sprites.png') no-repeat; margin-right: 10px; float: left;margin-bottom: 5px;}

#recpromo {margin-left: -25px;margin-bottom: -15px!important;margin-top: 32px;display: block;}

#redesSociais-twitter {background-position: -92px -189px;}
#redesSociais-googleplus {background-position: -16px -189px;}
#redesSociais-facebook {background-position: -53px -189px}
#redesSociais-orkut {background-position: -439px -189px;}
#redesSociais-youtube {background-position: -131px -190px}
.busca-prod-indisponivel{width: 138px;height: 53px;background: url('/arquives/img/sprites.png') no-repeat;margin: 5px auto;background-position: -229px -300px;}

#footer #top {width: 1002px;height: 29px;background: url('/arquives/img/sprites.png') no-repeat -10px -810px!important;margin-top: -9px;}

#emailPromo {background: url("/arquives/img/sprites.png") no-repeat scroll -417px -261px!important;}

/*-------------------------------------------- inclusão do index.css ----------------------------------------------------------------------*/

/*
        Begin left
*/
#mainLeft{
    width: 770px;
    float: left;
    overflow: hidden;
}
#mainLeft #bannerPrincipal{
    width: 678px;
    margin: 0px 0px 15px 0px;
    height:200px;
    z-index: -1;
}

/*
        Begin right
*/
#mainRight{
    width: 228px;
    float: right;
    overflow: hidden;
}
#mainRight a{
    text-decoration: none;
}
#mainRight #_chat{
    text-align: center;
    padding: 3px 0;
}
#mainRight #promocao #promocaoImg{
    width: 50px;
    height: 288px;
    float: left;
    background-image: url('/defaultimg/promo.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 20px;
    text-indent: -99999px;
}
#mainRight #promocao .promocaoProd{
    float: left;
    width: 271px;
    margin: 2px 0;
}
#mainRight #promocao .promocaoProd .font_color02{
    margin:2px;
}
#mainRight #promocao .promocaoProd .promocaoProdImg{
    height: 80px;
    width: 80px;
    overflow: hidden;
    float: left;	
}
#mainRight #promocao .promocaoProd .promocaoProdImg a{
    height:80px;
    width:80px;
    vertical-align: middle;
    display: table-cell;
}
#mainRight #promocao .promocaoProd .left{
    float: left;
    width:177px;
}
#mainRight #promocao .promocaoProd .promocaoProdTitulo{
    text-align: center;
    padding-left:2px;
    line-height: 10px;
}
#mainRight .bannerLateral {
    width: 202px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;

}

/*
        Left
*/
#mainLeft a{
    text-decoration: none;
}
#mainLeft .destaqueProd{
    float:left;
    width: 205px;
    text-align: center;
    margin-left: 40px;
}
#mainLeft .destaqueLinha{
    clear: both;
    border-bottom: 1px silver dashed;
    height: 20px;
    margin-bottom:20px;
}
#mainLeft .destaqueProdImg{
    height: 120px;
    width: 205px;
    overflow: hidden;
}
#mainLeft .destaqueProdImg a{
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    width: 226px;
}
#mainLeft .destaqueProdTitulo{
    line-height: 11px;
}
#mainLeft .destaqueBannerMeio{
    width: 468px;
    height: 60px;
    margin: 35px auto 30px auto;
}


/*-----------------------------------------------------------------inclusão do colorbox.css----------------------------------------------------------*/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10000; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxTopLeft{width:25px; height:25px; background:url(colorbox/images/border1.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(colorbox/images/border1.png) repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url(colorbox/images/border1.png) no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url(colorbox/images/border1.png) no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url(colorbox/images/border1.png) repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url(colorbox/images/border1.png) no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url(colorbox/images/border2.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(colorbox/images/border2.png) repeat-y -25px 0;}
#cboxContent{background:#fff; overflow:hidden;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:20px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url(colorbox/images/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute; top: 0px; right:0px; background:url(colorbox/images/controls2.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
/*#cboxClose.hover{background-position:-25px -25px;}*/

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(colorbox/images/ie6/borderMiddleRight.png);}

h2, h2.title{
    margin:0 0 14px 0;
}
/*----------------------------------------------------------incluindo nivo-slider.css-------------------------------------------------*/

/*

Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position:relative;
    background:#fff url('../img/loading.gif') no-repeat 50% 50%;

}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    position:absolute;
    left:50%;
    bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url('../img/bullets.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url('../img/arrows.png') no-repeat;
    text-indent:-9999px;
    border:0;
}
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right: 0px;
}
.theme-default a.nivo-prevNav {
    left: 0px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:8;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -40px;
}
.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url('../img/bullets.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}

/*---------------------------------------------------------------------inclusão do pagina.css---------------------------------------------------------------------------------*/

#conteudoPagina{
    width: 790px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Arial Narrow";
    color: #6B6F70;
    line-height: 30px;
    float: right;
    margin-top: -178px;
}
#conteudoPagina h1{
    text-shadow: 3px 2px 3px #D5D5D5;
    color: #4B4C4E;
    font-weight: normal;
    margin-top: 15px;
}

.table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial;
    font-size: 10px;
    color: #7c8186;
    line-height: 0px;
}

.table tr.header {
    font-family: Arial;
    color: #7c8186;
    background: url("/arquives/img/admin/layout/sombra.png") repeat-x;
    background-color: #f0f0f0;
    height: 1px;
}

.table tr.header th {
    cursor: pointer;
    height:25px;
}


.table tr.header th.fixo {
    cursor: default;
}

.table td {
    padding: 5px;
    border: 1px solid #EAEAEA;
}

.table th {
    border: 1px solid #EAEAEA;
}

.table .sub {
    background-color: #f6f0ed;
}

.table .asc,.table .desc {
    float: right;
    margin-right: 5px;
}

.ordenacao {
    font-size: 12px;
    margin-top: 15px;
    display: block;
}

/*
        TableSorter
*/
table.tablesorter {
    margin: 10px 0pt 15px;
    width: 100%;
    text-align: left;
    background: url("/arquives/img/admin/layout/sombra.png") repeat-x;
}

table.tablesorter thead tr th,table.tablesorter tfoot tr th {
    padding: 4px;
    background: url("/arquives/img/admin/layout/sombra.png") repeat-x;
}

table.tablesorter thead tr .header {
    background-image: url(/arquives/img/admin/tableSorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    padding: 4px;
    /*background-color: #FFF;*/
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/arquives/img/admin/tableSorter/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/arquives/img/admin/tableSorter/desc.gif);
}

table.tablesorter thead tr .headerSortDown,table.tablesorter thead tr .headerSortUp
{
    background-color: #cdcdcd;
}

#fundoH1{
    width: 760px;height: 45px; background: #fafafa; line-height: 45px; padding-left: 10px;
}

.hText{
    font-family: 'tahoma';font-size: 12px;color: #808080;font-weight: bold;margin-left: 10px;    
}

#cdPedido{
    display:block;
    color: #093;
    font-size: 32px;
    margin-top: -45px;
    margin-left: 97px;
}

#stPedido{
    display: block;
    color: #B5B5B5;
    font-size: 25px;
    margin-top: -48px;
    float: right;
    margin-right: 15px;
}

#main #form_cliente {
    width: 1002px;
    margin: 0 auto;
}
/* Footer */
#rodapedesenvolvimento {
    width: 1002px;
    height: auto;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #E6E6E6;
    margin-top: -4px;
    display: table;
}
#grade-sel {float: right;width: 185px;margin-bottom: 2px;}
.ie #grade-sel {width: 177px;}
#sel-lista {float: left;}
#grade-sel a {margin: 0 4px;}

/* BANNERS RODAPÉ */
#bannerRodape {
    width: 1002px;        
    display: inline-block;
    margin: 30px auto;
    clear: both;    
}
/*.bannersRodape {
    width: 325px;
    height: auto;
    float: left;
    margin-right: 13px;
}*/
.bannersRodape{
    width: 325px;
    max-width: 325px;
    height: auto;
    float: left;
    margin-right: 8px;
    overflow: hidden;
}
.bannersRodape a{
    display: block;
}
#bannerSub {
    margin-bottom: 35px;
}
#bannerRodapeFull {
    width: 1002px;
    display: inline-block;
    margin: 10px auto;
    clear: both;
}
/* TEXTO TOP HOME */
#divPersonalizada {
    width: 1002px;
    margin: 25px auto 40px auto;
    display: block;
    word-wrap: break-word;
}
/* TEXTO BOTTOM HOME */
#txt_bot_home{
    word-wrap: break-word;
}
/* BANNER FULL DEPARTAMENTO */
#slideCattop {
    margin: 0 0 15px 0;
}
#bg_menuNav .breadcrumb {
    margin-top: 25px;
}
.buscar-cep {
    font-size: 14px;
    display: inline-block;
    margin: -23px 0 0 10px;
}
.buscar-cep:hover{
    text-decoration: underline;
}
.buscar-cep-carrinho {
    font-family: sans-serif,Helvetica;
    font-size: 10px;
    color: #969696;
    width: 294px;
    display: block;
    margin: -5px auto 0;
    text-align: right;
}
.buscar-cep-carrinho:hover{
    text-decoration: underline;
}

/* PÁGINA FAQ */
#resultadoBusca{
    background: #fff !important;
}
#resultadoBusca .boxPerguntasFaq .divPergunta{
    border-bottom: 1px solid #c2c2c2;
    min-height: 35px;
}
#resultadoBusca .boxPerguntasFaq strong{
    font-family: 'Tahoma', sans-serif;
    font-size: 13px;
}
#resultadoBusca .boxPerguntasFaq strong span{
    font-weight: bold;
    color: #282828;
    text-transform: uppercase;
    padding-right: 3px;
    font-size: 14px;
}
#resultadoBusca ul{
    list-style: none !important;
}
#resultadoBusca .boxPerguntasFaq ul li{
    background: #f5f5f5;
    font-family: 'Tahoma', sans-serif;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 16px;
}
/* BANNERS */

/* SLIDER */
#bannerFull {
    position: relative;
    margin-bottom: 0px !important;
}
#vitrine .bx-viewport li{
    padding-right: 1px !important;
}
.nivo-directionNav {
    display: none !important;
}

/* BLANK SPACE FOOTER */
#footer{bottom: auto!important;}
#container{padding-bottom: 0!important;}
#bgBody{height: 100%!important;}

/*Menu Lateral - Home */
#menuLateral li.item {overflow: hidden; text-overflow: ellipsis;margin-right: 5px;}

#mainRight .bannerLateral a {display: block;}
.bannerEsquerdo a {display: block;}
.destaqueBannerMeio a {display: block;}