﻿html, body {
    /*margin: 0;*/
    /*padding: 0;*/
    height: auto; /* needed for container min-height */
    font-family: tahoma;
    font-size: small;
    color: #666;
}

h1 {
    font-family: Calibri;
    font-size: large;
}

h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #161616;
    outline: 0;
    text-decoration: none;
    font-variant: small-caps;
}

hr {
    color: #000000;
    box-shadow: 1px 1px 15px #aeaeae;
}

a {
    color: #333;
    outline: none;
    padding-right: 3px;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    color: #161616;
    outline: 0;
    font-size: 1em;
    font-weight: 400;
    font-variant: small-caps;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }



    a:hover {
        background-color: #fff;
    }

    a img {
        border: none;
        margin: 0;
    }

.loginbox {
    margin-right: 4%;
}

#header {
    /*padding: 0px;*/
    /*margin-left:75px;*/
    height: 115px;
    /*width:1150px;*/
    background-color: #fff;
    /*background-image: url("../Images/wood.jpg");*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9ff', endColorstr='#009bff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    /*background-image: -ms-radial-gradient(left top, circle farthest-corner, #00c9ff 0%, #009bff 100%);*/
}

    #header a:hover {
        background-color: transparent;
    }

footer {
    /*width: 90%;*/
    bottom: 0; /* stick to bottom */
    background: #fff; /*border-top: 4px solid gray;*/ /*border-top: 6px double gray;*/
    height: 75px;
    padding-bottom: 15px;
    padding-top: 0px;
    color: #000000;
}

div#body {
    /*position: absolute; /* needed for footer positioning*/
    /*margin: 0 auto; /* center, not in IE5 */
    /*width: 1150px;*/
    width: 1180px;
    height: auto !important; /* real browsers */
    /*height: 100%; /* IE6: treaded as min-height*/
    /*min-height: 100%; /* real browsers */
    /*box-shadow: 0 0 5px 5px #888;*/
    /*background-color:#fff;*/
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#main-body {
    background-color: #fff;
}

#main-content {
    /*margin-top:0px;*/
    /*margin-left:75px;*/
    /*float:left;*/
    /*margin-right:auto;*/
    height: auto;
    /*width:1260px;*/
    /*overflow:hidden;*/
    float: left;
    background: #fff!important;
    width: 100%;
}

#main-content2 {
    float: left;
    height: auto;
    width: 76%;
    margin-right: 1%;
    overflow: hidden;
    background: #fff!important;
}

#sidebar {
    background: #333;
    color: #fff;
    float: left;
    padding-left: 0px;
    position: absolute;
    top: 70px;
    bottom: 60px;
    width: 7%;
}

    #sidebar ul {
        padding: 0px;
    }

    #sidebar li {
        filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
        padding-top: 5px;
    }

        #sidebar li:hover, #sidebar .active {
            filter: none;
            -webkit-filter: grayscale(0);
        }

        #sidebar li img {
            border: 0;
            vertical-align: middle;
            margin: 0px 5px 0 15px;
        }

    #sidebar li, #sidebar a {
        display: block;
        text-decoration: none;
        color: #fff;
        vertical-align: middle;
        line-height: 40px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: small;
        font-variant: small-caps;
        text-align: left;
    }

        #sidebar a:hover, a:active {
            border: 0 !important;
            color: #C0C0C0;
            /*background-color: RGBA(162,209,244,0.3); /*#A2D1F4*/
        }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* site title
----------------------------------------------------------*/
.site-title {
    font-size: 24px;
    font-family: Ebrima;
    text-indent: 30px; /*font-variant: small-caps;*/
    margin-top: 0px;
    margin-left: 0px;
    color: #000000;
    font-weight: 600;
}

    .site-title a:link, .site-title a:visited, .site-title a:active, .site-title a:hover {
        color: #000;
        text-decoration: none;
    }

/* login
----------------------------------------------------------*/
#login {
    color: #FFFFFF;
    margin-right: 100px;
    line-height: 20px;
    width: 250px;
}

    #login img {
        /*box-shadow:1px 1px 15px #000;*/
        vertical-align: middle;
    }

    #login a {
        color: #fff;
        text-decoration: none;
    }

        #login a:hover {
            color: #ddd;
        }

.tCol {
    display: inline-block;
    /*border:1px solid #333;*/
}

    .tCol img {
        vertical-align: middle;
        border: 0;
    }

    .tCol a:hover {
        /*background-color: #fff;*/
    }

.tForm {
    margin: 10px 0;
}

.tColSpacer {
    margin-left: 100px;
}



/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 100%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}


input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        /*text-align: center;*/
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}


.headerview {
    padding: 5px;
    height: 40px;
    width: 99%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#C0C0C0',GradientType=0 ); /* IE6-9 */
}

.headerview2 {
    padding: 5px;
    height: 5px;
    width: 99%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}

.prodtiles {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #161616;
    outline: 0;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
    font-variant: small-caps;
    border: 1px solid #bbb;
    width: 81%;
    margin-left: 95px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.15), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.5);
    border-radius: 5px;
}

#search {
}

    #search input[type="text"] {
        background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
        border: 1px solid #d1d1d1;
        font: bold 12px Arial,Helvetica,Sans-serif;
        color: #bebebe;
        width: 350px;
        height: 18px;
        padding: 6px 15px 6px 35px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        -webkit-transition: all 0.7s ease 0s;
        -moz-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

        #search input[type="text"]:focus {
            width: 370px;
        }

.menu_footer {
    width: 1200px;
    float: left;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

    .menu_footer li {
        list-style: none;
    }

        .menu_footer li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #161616;
            outline: 0;
            text-decoration: none;
            /*text-shadow: 1px 1px 1px #000;*/
            font-weight: bold;
        }

    .menu_footer nav {
        /*float:right;
    margin-right:300px;*/
    }

    .menu_footer a:active {
        border: 0 !important;
        color: #C0C0C0;
        /*background-color: RGBA(162,209,244,0.3); /*#A2D1F4*/
    }

.menu_footer2 {
    color: red;
}

.favoritos_floater {
    float: right;
    position: relative;
    /*margin-left:98%;*/
    margin-right: 5px;
    width: 100px;
    height: auto;
    background-color: transparent;
}

.Show {
    display: normal !important;
}

.Hidde {
    display: none !important;
}

.topup {
    margin-top: 0px;
}

.topdown {
    margin-top: 380px;
}

.topdown2 {
    margin-top: 490px;
}

.input {
    width: 40px;
}

#banner-fade,
#banner-slide {
    margin-bottom: 0px;
}

ul.bjqs-controls.v-centered li a {
    display: block;
    padding: 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
}

    ul.bjqs-controls.v-centered li a:hover {
        background: #F2F2F2;
        color: #000000;
    }

ol.bjqs-markers li a {
    /*padding:5px 10px;*/
    padding-bottom: 5px;
    padding-left: 10px;
    background: #fff;
    color: #fff;
    margin: 5px;
    text-decoration: none;
    border: thin solid;
    border-color: #bbb;
    border-radius: 50px;
}

    ol.bjqs-markers li.active-marker a,
    ol.bjqs-markers li a:hover {
        background: #FD5902;
        color: #FD5902;
        border-color: #fff;
    }

p.bjqs-caption {
    background: rgba(255,255,255,0.5);
}

.list_carousel {
    margin-left: 95px;
    background-color: #fff;
    margin: 0 0 30px 180px;
    width: 850px;
    height: 280px;
    /*border: 1px solid #bbb;
                  box-shadow:
                    0 0 5px 1px rgba(0,0,0,0.15),
                    0 3px 3px rgba(0,0,0,0.3),
                    inset 0 1px 0 rgba(255,255,255,0.5); border-radius:5px;*/
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel li {
        font-size: 40px;
        color: #999;
        text-align: left;
        background-color: #fff;
        /*border: 5px solid #999;*/
        width: 250px;
        height: 180px;
        padding: 0;
        margin: 6px;
        display: block;
        float: left;
    }

    .list_carousel.responsive {
        width: auto;
        margin-left: 0;
    }

.clearfix {
    float: none;
    clear: both;
}

.prev {
    position: relative;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
}

    .pager a {
        margin: 0 5px;
        text-decoration: none;
    }

        .pager a.selected {
            text-decoration: underline;
        }

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.list_carousel h2 {
    font-size: 12px;
    font-weight: normal;
}



.list_carouselImages {
    margin-left: 95px;
    background-color: #fff;
    margin: 0 0 30px 50px;
    width: 534px;
    height: 77px;
    /*border: 1px solid #bbb;
                  box-shadow:
                    0 0 5px 1px rgba(0,0,0,0.15),
                    0 3px 3px rgba(0,0,0,0.3),
                    inset 0 1px 0 rgba(255,255,255,0.5); border-radius:5px;*/
}

    .list_carouselImages ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carouselImages li {
        font-size: 40px;
        color: #fff;
        text-align: left;
        background-color: #fff;
        /*border: 5px solid #999;*/
        width: 102px;
        height: 77px;
        padding: 0;
        margin: 4px;
        display: block;
        float: left;
    }

    .list_carouselImages.responsive {
        width: auto;
        margin-left: 0;
    }

.clearfix {
    float: none;
    clear: both;
}

.prev {
    position: relative;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
}

    .pager a {
        margin: 0 5px;
        text-decoration: none;
    }

        .pager a.selected {
            text-decoration: underline;
        }

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.list_carouselImages h2 {
    font-size: 12px;
    font-weight: normal;
}


.list_carouselProdutos {
    margin-left: 95px;
    background-color: #fff;
    margin: -100px 0 30px 50px;
    width: 300px;
    height: 77px;
    /*border: 1px solid #bbb;
                  box-shadow:
                    0 0 5px 1px rgba(0,0,0,0.15),
                    0 3px 3px rgba(0,0,0,0.3),
                    inset 0 1px 0 rgba(255,255,255,0.5); border-radius:5px;*/
}

    .list_carouselProdutos ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carouselProdutos li {
        font-size: 40px;
        color: #fff;
        text-align: left;
        background-color: #fff;
        /*border: 5px solid #999;*/
        width: 120px;
        height: 77px;
        padding: 0;
        margin: 8px;
        display: block;
        float: left;
    }

    .list_carouselProdutos.responsive {
        width: auto;
        margin-left: 0;
    }

.clearfix {
    float: none;
    clear: both;
}

.prev {
    position: relative;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
}

    .pager a {
        margin: 0 5px;
        text-decoration: none;
    }

        .pager a.selected {
            text-decoration: underline;
        }

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.list_carouselProdutos h2 {
    font-size: 8px;
    font-weight: normal;
}


a.prev {
    background: url(../images/leftArrow.png) no-repeat transparent;
    width: 30px;
    height: 130px;
    top: 150px;
    right: 20px;
    display: block;
    position: relative;
    /*top: 85px;*/
}

a.next {
    background: url(../images/right.png) no-repeat transparent;
    width: 30px;
    height: 130px;
    display: block;
    position: relative;
    top: 60px;
    right: 0px;
    /*top: 85px;*/
}

    /*a.prev {			left: -22px;
					background-position: 0 0; }*/
    /*a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}*/

    a.prev span, a.next span {
        display: none;
    }

.pagination {
    text-align: center;
}

    .pagination a {
        background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
        display: inline-block;
    }

        .pagination a.selected {
            background-position: -25px -300px;
            cursor: default;
        }

        .pagination a span {
            display: none;
        }

.sidebox {
    margin-top: 80px;
    width: 150px;
    height: 210px;
    /*margin-top:40px;*/
    float: left;
    border: 2px solid #986C00;
    background-color: #FC7E00;
    /*background-image: url("../Images/orange.jpg");*/
    /*background-color:#F4F4F4;*/
    text-align: center;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.15), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.5);
    border-radius: 5px;
}

    .sidebox a {
        margin: 0 auto;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 17px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        outline: 0;
        text-decoration: none;
        font-variant: small-caps;
        text-shadow: 0px 0px 6px #000000;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=2);
        filter: DropShadow(Color=#000000, OffX=1, OffY=1);
        /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#AABBCC,strength=13, direction=310);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#C0C0C0,direction=125,strength=5);*/
    }

        .sidebox a:hover {
            background-color: transparent;
        }


.sidebox2 {
    width: 150px;
    height: 130px;
    margin-top: 40px;
    float: left;
    /*background-color:#F4F4F4;*/
    text-align: center;
}

    .sidebox2 a {
        margin: 0 auto;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 17px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #FC7E00;
        outline: 0;
        text-decoration: none;
        font-variant: small-caps;
    }

        .sidebox2 a:hover {
            background-color: transparent;
        }




/*//////////////////////////////////////////////////////*/

#menu2 {
    list-style: none;
    width: 1180px;
    margin: 30px auto 0px auto;
    height: 45px;
    padding: 0px 10px 0px 10px;
    /* Rounded Corners */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Background color and gradients */
    /* SVG as background image (IE9/Chrome/Safari/Opera) */
    /*background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFRUYwRUUiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIwLjg3NSIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMC45Mzc1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIwLjk2ODc1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzQ3NCkiIC8+Cjwvc3ZnPg==);*/ /* Borders */
    border: 2px solid #986C00;
    background-color: #FC7E00;
    /*background-image: url("../Images/orange.jpg");*/
    /*background-color:#F4F4F4;*/
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.15), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.5);
    border-radius: 5px;
    /*border: 1px solid #002232;  
    border-left:1px solid;
  border-bottom:0px;
  border-right:opxpx solid;
  border-top:0px;
    -moz-box-shadow:inset 0px 0px 1px #edf9ff;  
    -webkit-box-shadow:inset 0px 0px 1px #edf9ff;  
    box-shadow:inset 0px 0px 1px #edf9ff;*/
}

    #menu2 li {
        display: block;
        float: left;
        text-align: center;
        position: relative;
        padding: 4px 0px 4px 0px;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 7px;
        border: none;
    }

        #menu2 li:hover {
            border: 2px solid #986C00;
            /*padding: 4px 9px 4px 9px;*/
            padding-left: 13px;
            /* Background color and gradients */
            background: #FC7E00;
            /*background: #F4F4F4;*/
            /*background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);*/
            /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));*/
            /* Rounded corners */
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
        }

        #menu2 li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #EEEEEE;
            display: block;
            outline: 0;
            text-decoration: none;
            font-weight: bold;
        }

        #menu2 li:hover a {
            /*color:#161616;*/
            color: #EEEEEE;
            /*text-shadow: 1px 1px 1px #FFFFFF;*/
        }

        #menu2 li .drop {
            padding-right: 31px;
            /*background:url("../images/drop.png") no-repeat right 8px;*/
        }

        #menu2 li:hover .drop {
            /*background:url("../images/drop.png") no-repeat right 7px;*/
        }

/* Drop Down */

.dropdown_1columns,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns,
.dropdown_6columns,
.dropdown_7columns,
.dropdown_8columns,
.dropdown_9columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em; /* Hides the drop down */
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #777777;
    border-top: none;
    /* Gradient background */
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));*/
    /* Rounded Corners */
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    z-index: 5;
}

.dropdown_1columns {
    width: 170px;
}

.dropdown_2columns {
    width: 210px;
}

.dropdown_3columns {
    width: 170px;
}

.dropdown_4columns {
    width: 170px;
}

.dropdown_5columns {
    width: 170px;
}

.dropdown_6columns {
    width: 170px;
}

.dropdown_7columns {
    width: 170px;
}

.dropdown_8columns {
    width: 170px;
}

.dropdown_9columns {
    width: 230px;
}

#menu2 li:hover .dropdown_1columns,
#menu2 li:hover .dropdown_2columns,
#menu2 li:hover .dropdown_3columns,
#menu2 li:hover .dropdown_4columns,
#menu2 li:hover .dropdown_5columns,
#menu2 li:hover .dropdown_6columns,
#menu2 li:hover .dropdown_7columns,
#menu2 li:hover .dropdown_8columns,
#menu2 li:hover .dropdown_9columns {
    left: -1px;
    top: auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.col_1 {
    width: 160px;
}

.col_2 {
    width: 200px;
}

.col_3 {
    width: 160px;
}

.col_4 {
    width: 160px;
}

.col_5 {
    width: 160px;
}

.col_6 {
    width: 160px;
}

.col_7 {
    width: 160px;
}

.col_8 {
    width: 160px;
}

.col_9 {
    width: 220px;
}

/* Right alignment */

#menu2 .menu2_right {
    float: right;
    margin-right: 0px;
}

#menu2 li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu2 li:hover .align_right {
    left: auto;
    right: -1px;
    top: auto;
}

/* Drop Down Content Stylings */

#menu2 p, #menu2 h2, #menu2 h3, #menu2 ul li {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-size: 12px;
    text-align: left;
    /*text-shadow: 1px 1px 1px #FFFFFF;*/
}

#menu2 h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 7px 0 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #666666;
}

#menu2 h3 {
    font-size: 14px;
    margin: 7px 0 14px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}

#menu2 p {
    line-height: 18px;
    margin: 0 0 10px 0;
}

#menu2 li:hover div a {
    font-size: 12px;
    color: #fff;
}

    #menu2 li:hover div a:hover {
        color: #fff;
    }

.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.imgshadow {
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.img_left { /* Image sticks to the left */
    width: auto;
    float: left;
    margin: 5px 15px 5px 5px;
}

#menu2 li .black_box {
    background-color: #333333;
    color: #eeeeee;
    /*text-shadow: 1px 1px 1px #000;*/
    padding: 4px 6px 4px 6px;
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* Shadow */
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

#menu2 li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

    #menu2 li ul li {
        font-size: 12px;
        line-height: 24px;
        position: relative;
        /*text-shadow: 1px 1px 1px #ffffff;*/
        padding: 0;
        margin: 0;
        float: none;
        text-align: left;
        width: 130px;
    }

        #menu2 li ul li:hover {
            background: none;
            border: none;
            padding: 0;
            margin: 0;
        }

#menu2 li .greybox li {
    background: #F4F4F4;
    border: 1px solid #bbbbbb;
    margin: 0px 0px 4px 0px;
    padding: 4px 6px 4px 6px;
    width: 116px;
    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #menu2 li .greybox li:hover {
        background: #ffffff;
        border: 1px solid #aaaaaa;
        padding: 4px 6px 4px 6px;
        margin: 0px 0px 4px 0px;
    }

ul#menu2 {
    font-size: 1em;
    font-weight: 400;
    font-variant: small-caps;
    margin: 0px 80px 5px 0px;
    padding: 0;
    text-align: left;
    vertical-align: central;
}

    ul#menu2 li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu2 li:hover {
            color: #fff;
            text-decoration: none;
        }

        ul#menu2 li a {
            background: none;
            color: #fff;
            text-decoration: none;
        }

            ul#menu2 li a:hover {
                color: #ddd;
                text-decoration: none;
            }

/* Menu container */
.menu {
    /*width:300px;
	height:175px;
	border:solid #FF9900 1px;
	padding:10px 5px 10px 5px;
	margin:12px 12px 12px 50px;*/
    margin-left: 8%;
}

    /* Menu styles */
    .menu ul {
        margin: 5px;
        padding: 0px;
        text-decoration: none;
    }

    .menu li {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        list-style-type: none;
        text-align: left;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 13px;
        font-weight: normal;
    }

    /* Submenu styles */
    .menu ul ul {
        background-color: #fff;
    }

    .menu li li {
        margin: 5px 0px 0px 16px;
    }

    /* Symbol styles */
    .menu .symbol-item,
    .menu .symbol-open,
    .menu .symbol-close {
        float: left;
        width: 16px;
        height: 1em;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .menu .symbol-item {
        background-image: url(../Images/page.png);
    }

    .menu .symbol-close {
        background-image: url(../Images/plus.png);
    }

    .menu .symbol-open {
        background-image: url(../Images/minus.png);
    }

    .menu .symbol-item.last {
    }

    .menu .symbol-close.last {
    }

    .menu .symbol-open.last {
    }

    /* Menu line styles */
    .menu li.item {
        font-weight: normal;
    }

    .menu li.close {
        font-weight: normal;
    }

    .menu li.open {
        font-weight: bold;
    }

    .menu li.item.last {
    }

    .menu li.close.last {
    }

    .menu li.open.last {
    }

a.go:link, a.go:visited, a.go:active {
    display: block;
    height: 26px;
    width: 100px;
    background-color: #FFFFFF;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    line-height: 26px;
    padding-right: 30px;
    background-image: url(go.gif);
    background-position: right;
    background-repeat: no-repeat;
}

a.go:hover {
    text-decoration: none;
    color: #488400;
}

#example3 {
    width: 40%;
    background-color: #F9F9F9;
    padding: 0px;
    margin-left: 24px;
}

    #example3 li {
        list-style: none;
        margin: 1px 0px;
    }

        #example3 li a {
            display: block;
            height: 16px;
            padding: 0px 4px;
            background-color: #EEEEFF;
        }

        #example3 li ul {
            margin: 0px;
            padding: 0px;
        }

            #example3 li ul li a {
                background-color: #F9F9F9;
                border-bottom: solid #ECECEC 1px;
                padding-left: 20px;
            }

.menu_cima {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #161616;
    outline: 0;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px #000;*/
    font-weight: bold;
}

.site_font {
    font-size: 10.5pt;
    line-height: 115%;
    font-family: "Corbel","sans-serif";
    color: black;
}

.img_center {
    width: auto;
    height: auto;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

area {
    display: block;
    cursor: pointer;
}

.ui-jqgrid .ui-state-highlight {
    background: #CCCCCC;
    border-color: #808080;
}

.imgSubmit {
    background-image: url('../Images/imgSubmit.png') !important;
    background-color: #FFFFFF;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100px;
    height: 25px;
    border: 0px;
}

    .imgSubmit:active {
        background-color: #c7d1d6;
    }

.disabled-link {
    pointer-events: none;
    cursor: default;
    color: grey;
    background-color: lightgray;
}

#basic-modal-content {
    display: none;
}



/* Overlay */
#simplemodal-overlay {
    background-color: #bbb;
}

/* Container */
#simplemodal-container {
    height: 200px;
    width: 400px;
    color: #fff;
    background-color: #878787;
    border: 4px solid #727272;
    padding: 12px;
}

    #simplemodal-container .simplemodal-data {
        padding: 8px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

        #simplemodal-container a.modalCloseImg {
            background: url('../Images/Cancel2.png') no-repeat;
            background-size: 25px;
            width: 25px;
            height: 29px;
            display: inline;
            z-index: 3200;
            position: absolute;
            top: -15px;
            right: -16px;
            cursor: pointer;
        }

    #simplemodal-container h3 {
        color: #84b8d9;
    }

.product-name {
    font-size: 10px;
}

    .product-name a {
        text-decoration: none;
    }

input[type="submit"],
submit {
    width: 180px;
    border-radius: 10px;
    border: 2px solid #986C00;
    background-color: #FC7E00;
    font-variant: small-caps;
    color: #ffffff;
}

#btnSubmitEncomenda, #btnAvancarDadosEncomenda, #btnRetrocederDadosCliente, #btnAvancarDadosCliente, #btnRetrocederDadosAdicionais, #btnAvancarDadosAdicionais, #btnRetrocederDadosComplementares, #btnAvancarDadosComplementares, #btnsubmitprodMail, #btnRetrocederDadosEncomenda, #idlimparfavoritos, #idCarregarfavoritos {
    width: 180px;
    border-radius: 10px;
    border: 2px solid #986C00;
    background-color: #FC7E00;
    font-variant: small-caps;
    color: #ffffff;
}

#btnsubmitprodEncomenda {
    margin-left: 5px;
    font-size: 12px;
    background: url('../Images/TruckPlus_white.png') no-repeat;
    padding-left: 42px;
    /*background: url('../Images/Cancel2.png') */
    background-size: 40px;
    width: 250px;
    border-radius: 10px;
    border: 2px solid #986C00;
    background-color: #FC7E00;
    font-variant: small-caps;
    color: #ffffff;
}

.ui-dialog button.custom {
    width: 180px;
    border-radius: 10px;
    border: 2px solid #986C00;
    background-color: #FC7E00;
    font-variant: small-caps;
    color: #ffffff;
}


a.alink {
    color: #000000;
    cursor: pointer;
}

   a.alink:hover {
        color: #FC7E00;
        cursor: pointer;
    }

.visTodos {
    font-variant: small-caps; 
    font-weight: bold;
    color:#FC7E00;
    float:right;
    font-size:10px
}

#btnProcuraCodigoCliente {
      
    border-radius: 10px;
    border: 2px solid #986C00;
    background-color: #FC7E00;
    font-variant: small-caps;
    color: #ffffff;
}

.ui-widget-overlay{position:fixed !important}