/*	Auto Gerência 1.0 */

/*	Resets ------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

    article, aside, canvas, figure, figure img, figcaption, hgroup,
    footer, header, nav, section, audio, video {
        display: block;
    }

    a img {
        border: 0;
    }


/*	Typography presets
	------------------	*/

.gigantic {
    font-size: 110px;
    line-height: 120px;
    letter-spacing: -2px;
}

.huge, h1 {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: -1px;
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
}

    h1 a {
        text-decoration: none;
        color: #373435;
    }

.h1blue {
    color: #204D7D;
}

.large, h2 {
    font-size: 24px;
    margin: 10px 0 10px 0;
    color: #204D7D;
}

.bigger, h3 {
    font-size: 20px;
    margin: 10px 0 10px 0;
}

.big, h4 {
    font-size: 16px;
    margin: 10px 0 10px 0;
}

body {
    font: 13px/24px Arial, serif;
}

.small, small {
    font-size: 11px;
}

.textos {
    margin: 5px 0 5px 0;
    padding: 0;
    text-align: left;
    color: #111;
    line-height: 20px;
    clear: both;
}

.red {
    color: #CC0000;
}

.left {
    float: left;
}

.right {
    float: right;
    display: block;
    margin: 5px 0;
}

/* --- Imagens --- */

img.float-left {
    margin: 5px 10px 5px 0px;
    float: left;
    padding: 1px;
    background: #666;
}

a img.float-left {
    margin: 5px 10px 5px 0px;
    float: left;
}

a:hover img.float-left {
    margin: 5px 10px 5px 0px;
    float: left;
    background: #FFF;
}

img.float-right {
    margin: 5px 0px 5px 10px;
    float: right;
    padding: 1px;
    background: #666;
}

a img.float-right {
    margin: 5px 0px 5px 10px;
    float: right;
}

a:hover img.float-right {
    margin: 5px 0px 5px 10px;
    float: right;
    background: #FFF;
}

/* Selection colours (easy to forget) */

::selection {
    background: rgb(255,255,158);
}

::-moz-selection {
    background: rgb(255,255,158);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: rgb(255,255,158);
    background: #F0F0F0 url('imagens/bg.jpg') top repeat-x;
}

/* Divs de Aviso usado na página Servico.aspx */

.loading, .success, .error, .warning, .info {
    border: 1px solid;
    margin: 10px 0px;
    padding: 5px 10px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.loading {
    color: #333;
    background-color: #FFF;
    background-image: url("imagens/ico-loading.gif");
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('imagens/success.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('imagens/error.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('imagens/warning.png');
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('imagens/info.png');
}

/* Divs de Aviso usado na página Servico.aspx */

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
    width: 992px;
    padding: 0;
    color: rgb(60,60,60);
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    margin: 0 auto 0 auto;
}

#Container {
    width: 896px;
    float: left;
    padding: 20px 48px 84px;
    margin-top: 20px;
    min-height: 100%; /* Para browsers modernos */
    height: auto !important;
    height: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px #8493a6;
    -webkit-box-shadow: 0 1px 3px #8493a6;
    box-shadow: 0 1px 3px #8493a6;
}

header {
    width: 100%;
    height: 140px;
    margin: 0;
    padding: 0;
}

h1 {
    margin: 10px 0 0 0;
}

#Logo {
    width: 280px;
    height: 33px;
    float: left;
    margin: 10px 0 20px 0;
    text-indent: -1000px;
}

#avatar {
    float: right;
}

hr {
    width: 100%;
    border: 1px solid #E1E1E1;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
}

/* Icones Portais */
#sitecontrato {
    width: auto;
    height: 35px;
    float: right;
    background:;
    margin: 0;
    padding: 0;
    display: block;
}

    #sitecontrato ul {
        list-style: none;
    }

        #sitecontrato ul li {
            width: 70px;
            height: 35px;
            display: inline;
        }

            #sitecontrato ul li a {
                width: 70px;
                height: 35px;
                color: #666;
                float: left;
            }

.cecico {
    background: url("imagens/cecico.png") no-repeat;
}

    .cecico:hover {
        background: url("imagens/cecico.png") 0 -35px no-repeat;
    }

.tecico {
    background: url("imagens/tecico.png") no-repeat;
}

    .tecico:hover {
        background: url("imagens/tecico.png") 0 -35px no-repeat;
    }

.oevico {
    background: url("imagens/oevico.png") no-repeat;
}

    .oevico:hover {
        background: url("imagens/oevico.png") 0 -35px no-repeat;
    }

.pecico {
    background: url("imagens/pecico.png") no-repeat;
}

    .pecico:hover {
        background: url("imagens/pecico.png") 0 -35px no-repeat;
    }

.sagico {
    background: url("imagens/sagico.png") no-repeat;
}

    .sagico:hover {
        background: url("imagens/sagico.png") 0 -35px no-repeat;
    }

.fivico {
    background: url("imagens/fivico.png") no-repeat;
}

    .fivico:hover {
        background: url("imagens/fivico.png") 0 -35px no-repeat;
    }

#hi {
    float: left;
    color: #DA241E;
    font-size: 16px;
    margin: 0;
    padding: 2px 0 0 0;
}

#content {
    width: 896px;
    float: right;
    margin: 0;
    padding: 5px 0 0 0;
}

/* Colunas para contéudo */
#colunique {
    width: 896px;
    clear: both;
}

#col01 {
    width: 436px;
    float: left;
    margin: 0 24px 0 0;
}

#col02 {
    width: 420px;
    float: left;
}

/*  Titulos fundo cinza */
.titulohome {
    float: left;
    width: 100%;
    margin: 2px 0 5px 0;
    padding: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #204D7D;
    background: #EEE;
    text-shadow: #fff 0 1px 0;
    border-bottom: 1px #e1e1e1 solid;
}

.titulocinza {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 2px;
    font-weight: bold;
    font-size: 14px;
    background: #EEE;
    text-shadow: #fff 0 1px 0;
    border-bottom: 1px #e1e1e1 solid;
}

.tituloazul {
    float: left;
    width: 100%;
    margin: 2px 0 2px 0;
    padding: 2px;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    background: #666;
    text-shadow: #333 0 1px 0;
    border-bottom: 1px #e1e1e1 solid;
}

/* Formulário Padrão */
.cuteform {
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
}

    .cuteform legend {
        width: 100%;
        margin: 5px 0 5px 0;
        padding: 2px;
        font-weight: bold;
        font-size: 14px;
        background: #F0F0F0;
    }

    .cuteform label {
        float: left;
        margin: 0 1px 4px 0;
        padding: 0;
        display: block;
        font-size: 13px;
        color: #444;
    }

    .cuteform input {
        float:left;
    }

    .cuteform select {
        float: left;
        width: 210px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .cuteform textarea {
        float: left;
        padding: 3px;
        margin: 3px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        clear: both;
    }

    .cuteform radio {
        float: left;
        padding: 3px;
        margin: 3px;
    }

    .cuteform checkbox {
        float: left;
        padding: 3px;
        margin: 3px;
        width: 20px;
    }
    .cuteform p {
        float:right;
    }

.labelinputs {
    width: 80px;
}

.labelradios {
    width: 40px;
}

.labelcheckbox {
    width: 10px;
}

.labelacess {
    float: left;
    width: 32%;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
}

.inputsp {
    float: left;
    width: 70px;
    padding: 3px;
    margin: 0 3px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.inputsm {
    float: left;
    width: 90px;
    padding: 3px;
    margin: 0 3px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.inputsg {
    float: left;
    width: 200px;
    padding: 3px;
    margin: 0 3px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Botão Padrão - 3 tamanhos: normal, medium, small */
.button {
    display: block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: block;
    vertical-align: baseline;
    margin: 4px 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    /*style blue*/
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

    .button:hover {
        text-decoration: none;
        /*style blue*/
        background: #007ead;
        background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
        background: -moz-linear-gradient(top, #0095cc, #00678e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
    }

    .button:active {
        position: relative;
        top: 1px;
        /*style blue*/
        color: #80bed6;
        background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
        background: -moz-linear-gradient(top, #0078a5, #00adee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
    }

.btnCancelColaborador {
    margin-top:5px !important;
}

.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
    float: left;
}

.small {
    font-size: 11px;
    padding: .2em 1em .275em;
    float: right;
}

/* Tabelas Padrão */
table {
    margin: 5px 0;
    border-collapse: collapse;
    line-height: 20px;
}
/* Zebra striping */
/*tr:nth-of-type(odd) {
    background: #eee;
}*/

th {
    background: #444;
    color: #FFF;
    font-weight: bold;
    border-bottom: 5px solid #444;
}

td, th {
    padding: 2px;
    border-bottom: 1px /*solid #ccc*/;
    text-align: left;
    font-size: 13px;
}

/* Class icones de todas as tabelas */
.icoslista {
    padding: 0;
    display: block;
}

/* Paginação */
.paginacao {
    text-align: center;
    padding: 0;
    margin: 1px 0;
    cursor: default;
    width: auto;
    clear: both;
    font-size: 12px;
    background: #F0F0F0;
}

    .paginacao a {
        padding: 1px 9px;
        margin: 0;
        background: #FFF;
        border: 1px solid #E1E1E1;
        color: #00335B;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-decoration: none;
    }

        .paginacao a:hover {
            background: #2160AD;
            color: #FFF;
            border: 1px solid #E1E1E1;
            text-decoration: none;
        }

    .paginacao span.atual,
    .paginacao span.atual:hover {
        padding: 1px 9px;
        margin: 0;
        background: #2160AD;
        color: #FFF;
        border: 1px solid #E1E1E1;
        text-decoration: none;
        cursor: default;
    }

.proxima {
    font-weight: bold;
}

.anterior {
    font-weight: bold;
}

/* Lista de Imagens */
#imagens {
    float: left;
    padding: 0;
    margin: 5px 0 5px 0;
    width: 100%;
    height: auto;
    clear: both;
    text-shadow: #FFF 0 1px 0;
}

    #imagens li {
        width: auto;
        height: auto;
        float: left;
        padding: 2px;
        margin: 0 5px 5px 0;
        background: #F0F0F0;
        display: inline;
        text-align: center;
    }

        #imagens li:hover {
            background: #FFF;
        }

    #imagens img {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        display: inline;
        border: 1px solid #E1E1E1;
    }

/* Informações usuário, cliente, produto */
#linhawrap {
    width: 100%;
    clear: both;
}

.titulosbox {
    width: 70px;
    float: left;
    padding: 0 2px;
    margin: 1px 1px;
    background: #EEE;
    color: #444;
}

.textobox {
    color: #000;
}

.textodestaque {
    font-weight: bold;
}

/* Help */
/* Estrutura */
.boxhelp {
    margin: 0 0 10px 0;
    padding: 0;
    float: right;
    display: block;
}

    .boxhelp .boxhelp_top {
        width: auto;
        height: 25px;
        margin: 0;
        float: right;
        display: block;
        padding: 0 10px 0 30px;
    }

    .boxhelp .boxhelp_content {
        width: 886px;
        margin: 0;
        padding: 5px;
        float: right;
        display: block;
    }

    .boxhelp .hide_link, .boxhelp .boxhelp_footer, .boxhelp .boxhelp_content {
        display: none;
    }

/* Design */
.boxhelp {
}

    .boxhelp .boxhelp_top {
        background: #E0ECFF url("imagens/ico-help.png") 5px no-repeat;
        font-size: 12px;
        color: #444;
        text-shadow: #FFF 0 1px 0;
        text-decoration: none;
        cursor: pointer;
    }

        .boxhelp .boxhelp_top:hover {
            color: #2160AD;
            text-decoration: none;
        }

        .boxhelp .boxhelp_top.open {
            background: #A5C9FF url("imagens/ico-cancel.png") 5px no-repeat;
        }

            .boxhelp .boxhelp_top.open:hover {
                color: #CC0000;
            }

    .boxhelp .boxhelp_content {
        border: 1px solid #A5C9FF;
        background: #E0ECFF;
        text-shadow: #FFF 0 1px 0;
    }

/* Listas */
.listas {
    margin: 15px;
    padding: 0;
    clear: both;
}

    .listas li {
        float: left;
        list-style-type: disk;
        line-height: 22px;
        width: 25%;
        margin: 0 0 5px 0;
    }

        .listas li a {
            padding: 0;
            margin: 0;
            color: #222;
            text-decoration: none;
        }

/* Rodapé */
Footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 0;
    clear: both;
    background: #E1E1E1;
    line-height: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #222;
    text-align: center;
    text-shadow: #FFF 0 1px 0;
}

    Footer a {
        color: #222;
    }


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    body {
        width: 768px;
    }

    #Container {
        width: 712px;
        padding: 10px 28px 60px;
    }

    header {
        width: 100%;
    }

    h1 {
        font-size: 38px;
        margin: 2px 0 0 0;
    }

    h2 {
        font-size: 22px;
    }

    #Logo {
        width: 252px;
        height: 29px;
    }

    #avatar {
        width: 176px;
        height: 72px;
    }

    #content {
        width: 712px;
    }

    /* Colunas para contéudo */
    #colunique {
        width: 712px;
    }

    #col01 {
        width: 344px;
        float: left;
        background:;
        margin: 0 24px 0 0;
    }

    #col02 {
        width: 344px;
        float: left;
        background:;
    }

    /* Formulário Padrão */
    .cuteform select {
        float: left;
        width: 210px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsp {
        float: left;
        width: 70px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsm {
        float: left;
        width: 90px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsg {
        float: left;
        width: 200px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    /* Paginação */
    .paginacao a {
        padding: 1px 6px;
    }

    /* Help */
    .boxhelp .boxhelp_content {
        width: 702px;
        padding: 5px;
    }
}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {

    body {
        width: 320px;
    }

    #Container {
        width: 252px;
        padding: 10px 34px 60px;
    }

    header {
        width: 100%;
        height: 100px;
    }

    h1 {
        font-size: 32px;
        margin: 2px 0 0 0;
    }

    h2 {
        font-size: 18px;
    }

    #Logo {
        width: 200px;
        height: 23px;
    }

    #avatar {
        width: 110px;
        height: 48px;
        float: left;
    }

    #hi {
        display: none;
    }

    #sitecontrato {
        display: none;
    }

    #main-nav li a {
        font-size: 11px;
    }

    #content {
        width: 252px;
    }

    /* Colunas para contéudo */
    #colunique {
        width: 252px;
    }

    #col01 {
        width: 252px;
        float: left;
    }

    #col02 {
        width: 252px;
        float: left;
    }

    /* Formulário Padrão */
    .cuteform select {
        float: left;
        width: 150px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsp {
        float: left;
        width: 70px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsm {
        float: left;
        width: 90px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsg {
        float: left;
        width: 140px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    /* Paginação */
    .paginacao a {
        padding: 1px 4px;
    }

    /* Help */
    .boxhelp .boxhelp_content {
        width: 242px;
        padding: 5px;
    }

    /* Listas */
    .listas li {
        width: 100%;
    }

    /* Titulo fundo cinza */
    .titulocinza {
        float: left;
        width: 100%;
        margin: 5px 0 5px 0;
        padding: 2px;
        font-weight: bold;
        font-size: 14px;
        background: #CCC;
        text-shadow: #f0f0f0 0 1px 0;
    }

    /* Tabelas Padrão - smarthphones  */
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td { /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #EEE;
        position: relative;
        padding-left: 30%;
        color: #111;
        font-size: 14px;
    }

        td:before { /* Now like a table header */
            position: absolute; /* Top/left values mimic padding */
            top: 2px;
            left: 6px;
            width: 65%;
            padding-right: 10px;
            white-space: nowrap;
            color: #444;
            font-size: 12px;
        }

    /* Titulos das tabelas para smartphones */

    #veiculosestoque td:nth-of-type(1):before {
        content: "-";
    }

    #veiculosestoque td:nth-of-type(2):before {
        content: "Foto";
    }

    #veiculosestoque td:nth-of-type(3):before {
        content: "Ano";
    }

    #veiculosestoque td:nth-of-type(4):before {
        content: "Tipo";
    }

    #veiculosestoque td:nth-of-type(5):before {
        content: "Marca";
    }

    #veiculosestoque td:nth-of-type(6):before {
        content: "Modelo";
    }

    #veiculosestoque td:nth-of-type(7):before {
        content: "Combust.";
    }

    #veiculosestoque td:nth-of-type(8):before {
        content: "Cor";
    }

    #veiculosestoque td:nth-of-type(9):before {
        content: "Preço";
    }

    #listagem td:nth-of-type(1):before {
        content: "-";
    }

    #listagem td:nth-of-type(2):before {
        content: "Status";
    }

    #listagem td:nth-of-type(3):before {
        content: "Cliente";
    }

    #listagem td:nth-of-type(4):before {
        content: "Fornec.";
    }

    #listagem td:nth-of-type(5):before {
        content: "Nome";
    }

    #listagem td:nth-of-type(6):before {
        content: "Cidade";
    }

    #listagem td:nth-of-type(7):before {
        content: "UF";
    }

    #listagem td:nth-of-type(8):before {
        content: "E-mail";
    }

    /* Div para página Servicos.aspx */
    #listaServico td:nth-of-type(1):before {
        content: "-";
    }

    #listaServico td:nth-of-type(2):before {
        content: "-";
    }

    #listaServico td:nth-of-type(3):before {
        content: "Descricao";
    }

    #listaServico td:nth-of-type(4):before {
        content: "Categoria";
    }

    #listaServico td:nth-of-type(5):before {
        content: "Item";
    }

    #listaServico td:nth-of-type(5):before {
        content: "Area";
    }
    /* Div para página Servicos.aspx */

    /* Div para página Produtos.aspx */
    #listaProduto td:nth-of-type(1):before {
        content: "-";
    }

    #listaProduto td:nth-of-type(2):before {
        content: "-";
    }

    #listaProduto td:nth-of-type(3):before {
        content: "Imagem";
    }

    #listaProduto td:nth-of-type(4):before {
        content: "Categoria";
    }

    #listaProduto td:nth-of-type(5):before {
        content: "Descricao";
    }

    #listaProduto td:nth-of-type(6):before {
        content: "Item";
    }

    #listaProduto td:nth-of-type(7):before {
        content: "Marca";
    }

    #listaProduto td:nth-of-type(8):before {
        content: "Preco";
    }

    #listaProduto td:nth-of-type(9):before {
        content: "Observacoes";
    }

    #listaProduto td:nth-of-type(9):before {
        content: "Area";
    }
    /* Div para página Produtos.aspx */


    #comprar td:nth-of-type(1):before {
        content: "-";
    }

    #comprar td:nth-of-type(2):before {
        content: "Data";
    }

    #comprar td:nth-of-type(3):before {
        content: "Marca";
    }

    #comprar td:nth-of-type(4):before {
        content: "Modelo";
    }

    #comprar td:nth-of-type(5):before {
        content: "Nome";
    }

    #comprar td:nth-of-type(6):before {
        content: "Telefone";
    }

    #comprar td:nth-of-type(7):before {
        content: "Cidade";
    }

    #comprar td:nth-of-type(8):before {
        content: "UF";
    }

    #comprar td:nth-of-type(9):before {
        content: "IP";
    }

    #vender td:nth-of-type(1):before {
        content: "-";
    }

    #vender td:nth-of-type(2):before {
        content: "-";
    }

    #vender td:nth-of-type(3):before {
        content: "Data";
    }

    #vender td:nth-of-type(4):before {
        content: "Marca";
    }

    #vender td:nth-of-type(5):before {
        content: "Modelo";
    }

    #vender td:nth-of-type(6):before {
        content: "Nome";
    }

    #vender td:nth-of-type(7):before {
        content: "Telefone";
    }

    #vender td:nth-of-type(8):before {
        content: "Cidade";
    }

    #vender td:nth-of-type(9):before {
        content: "UF";
    }

    #vender td:nth-of-type(10):before {
        content: "IP";
    }

    #faleconosco td:nth-of-type(1):before {
        content: "-";
    }

    #faleconosco td:nth-of-type(2):before {
        content: "Data";
    }

    #faleconosco td:nth-of-type(3):before {
        content: "Nome";
    }

    #faleconosco td:nth-of-type(4):before {
        content: "Telefone";
    }

    #faleconosco td:nth-of-type(5):before {
        content: "Cidade";
    }

    #faleconosco td:nth-of-type(6):before {
        content: "UF";
    }

    #faleconosco td:nth-of-type(7):before {
        content: "IP";
    }

    #propostas td:nth-of-type(1):before {
        content: "-";
    }

    #propostas td:nth-of-type(2):before {
        content: "-";
    }

    #propostas td:nth-of-type(3):before {
        content: "Data";
    }

    #propostas td:nth-of-type(4):before {
        content: "Mensagem";
    }

    #propostas td:nth-of-type(5):before {
        content: "Nome";
    }

    #propostas td:nth-of-type(6):before {
        content: "Telefone";
    }

    #propostas td:nth-of-type(7):before {
        content: "Cidade";
    }

    #propostas td:nth-of-type(8):before {
        content: "UF";
    }

    #propostas td:nth-of-type(9):before {
        content: "IP";
    }

    #templates td:nth-of-type(1):before {
        content: "-";
    }

    #templates td:nth-of-type(2):before {
        content: "-";
    }

    #templates td:nth-of-type(3):before {
        content: "Documento";
    }

    #templates td:nth-of-type(4):before {
        content: "Template";
    }
}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    body {
        width: 480px;
    }

    #Container {
        width: 436px;
        padding: 10px 22px 48px;
    }

    header {
        width: 100%;
    }

    h1 {
        margin: -6px 0 0 0;
    }

    #Logo {
        width: 200px;
        height: 23px;
    }

    #avatar {
        width: 110px;
        height: 48px;
        float: right;
    }

    /* Colunas para contéudo */
    #content {
        width: 436px;
    }

    #colunique {
        width: 436px;
    }

    #col01 {
        width: 206px;
        float: left;
        background:;
        margin: 0 24px 0 0;
    }

    #col02 {
        width: 206px;
        float: left;
        background:;
    }

    /* Formulário Padrão */
    .cuteform select {
        float: left;
        width: 110px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsp {
        float: left;
        width: 70px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsm {
        float: left;
        width: 90px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    .inputsg {
        float: left;
        width: 100px;
        padding: 3px;
        margin: 0 3px 0 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    /* Help */
    .boxhelp .boxhelp_content {
        width: 426px;
        padding: 5px;
    }

    /* Listas */
    .listas li {
        width: 50%;
    }
}
