/*CSS TEC ATLANTICA*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
leg end,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    text-decoration: none;
}

html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f0f1f3;
    font-family: Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}
p {
    color: #666;
    font-size: 11px;
    line-height: 14px;
}
.clear {
    clear: both;
}
#wrap {
    min-height: 100%;
    position: relative;
    width: 995px;
    background: #fff;
    margin: 0 auto;
}
* html #wrap {
    height: 100%;
}
#inner-wrap {
    padding-bottom: 30px;
    background: #fff;
}
#inner-wrap:after {
    content: " ";
    display: block;
    clear: both;
}
* html #inner-wrap {
    height: 1px;
}
.content {
    background: #fff !important;
    padding: 30px 0 30px 30px;
    width: 721px;
    float: left;
}
#footer {
    position: absolute;
    bottom: 0;
    height: 30px;
    background: url(/assets/images/patterns/gradiente_rodape.jpg) left no-repeat;
    width: 995px;
}
.sidebar-right {
    width: 214px;
    background: #ccc;
    float: right;
    margin-top: 80px;
}

/*HEADER*/
#header {
    height: 93px;
    width: 995px;
    position: relative;
    background: url(/assets/images/patterns/gradiente_topo.jpg) left no-repeat;
}
#logo {
    display: block;
    height: 48px;
    width: 190px;
    background: url(/assets/images/logotipo_mercedes.png) no-repeat;
    text-indent: -300em;
    position: absolute;
    left: 35px;
    top: 23px;
}

#menu {
    position: absolute;
    right: 10px;
    bottom: 0;
}
#menu li {
    display: inline;
    float: left;
    margin-left: 0;
    position: relative;
}
#menu li a {
    font-size: 11px;
    color: #333333;
    text-transform: capitalize;
    display: block;
    height: 15px;
    padding: 10px;
}
#menu li:hover a {
    color: #00adef;
    border: solid 1px #dedfe1;
    border-bottom: none;
    padding: 9px;
    background: #e7e8ec;
}
#open:hover #drop {
    display: block;
}
ul#drop {
    display: none;
    position: absolute;
    top: 34px;
    width: 205px;
    border: 1px solid #ccc;
    border-top: none;
    background: #f6f7f9;
    left: -1px;
    z-index: 1000;
}
ul#drop li {
    float: none;
}
ul#drop li a {
    border-bottom: #ccc;
    color: #333333 !important;
    text-transform: none;
    background: none !important;
    height: 12px !important;
    padding: 5px !important;
    padding-left: 10px !important;
}
ul#drop li a:hover {
    color: #00adef !important;
    background: #e7e7e7 !important;
}
.page-sel {
    color: #00adef !important;
    background: #e7e8ec !important;
}
.page-sel-color {
    color: #00adef !important;
}

/*FOOTER*/
#menu-footer {
    height: 30px;
    line-height: 30px;
    float: right;
    margin-right: 10px;
}
#menu-footer li {
    display: inline;
    float: left;
}
#menu-footer li:first-child a {
    border-left: none;
}
#menu-footer li a {
    font-size: 11px;
    color: #333333;
    padding-left: 9px;
    padding-right: 9px;
    border-left: solid 1px #333333;
}
#menu-footer li a:hover {
    color: #0082e6;
}
#logo-tecline {
    display: block;
    width: 70px;
    height: 30px;
    background: url(/assets/images/logotipo_tecline.png) center no-repeat;
    text-indent: -300em;
    float: right;
    margin-right: 9px;
}

/*HOME*/
#noticias-home {
    width: 179px;
    height: 140px;
    background: #d2d3d7;
    float: left;
    border-right: 1px solid #dedfe1;
    padding: 20px;
    padding-bottom: 0;
}
#testdrive-home {
    width: 259px;
    height: 140px;
    background: url(/assets/images/banners/banner_testdrive_1.jpg) no-repeat;
    float: left;
    border-right: solid 1px #dedfe1;
    padding-top: 20px;
    padding-left: 20px;
}
#usados-home {
    width: 259px;
    /*background:url(/assets/images/banners/banner-03.gif) no-repeat; */
    float: left;
    border-right: solid 1px #dedfe1;
    padding-top: 20px;
    padding-left: 20px;
}
#servicos-home {
    width: 195px;
    height: 140px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    background: url(/assets/images/patterns/pixel_gradiente_banners.jpg) repeat;
}

#financiamento-home {
    width: 175px;
    height: 134px;
    float: right;
    border-bottom: solid 1px #dedfe1;
    padding: 20px;
    padding-bottom: 0;
}
#financiamento-home ul {
    margin-top: 10px;
}

.textos p {
    line-height: 14px;
    margin-bottom: 7px;
}
.textos a {
    color: #003366;
    font-size: 11px;
}
.textos a:hover {
    color: #00adef;
}
.more-margin li {
    margin-top: 6px;
    line-height: 12px;
}

.links li {
    line-height: 13px;
}
.links a {
    color: #003366;
    font-size: 11px;
}
.links a:hover {
    color: #00adef;
}

.t-more-big {
    font-size: 12px;
    margin-bottom: 3px;
}
.t-more-big span {
    color: #666;
    font-weight: normal;
    padding-left: 4px;
}
.t-more-big a {
    border-right: solid 1px #666;
    padding-right: 4px;
}

#destaque-home {
    float: right;
}
.slide-banner {
    float: left;
    overflow: hidden;
    width: 780px;
    height: 310px;
    position: relative;
    z-index: 0;
}
.slide-banner div.items {
    width: 20000em;
    position: absolute;
    height: 310px;
}
.page-title {
    font-size: 18px;
    font-weight: normal;
}
.page-banner {
    margin-top: 30px;
    margin-bottom: 17px;
}

.back-png {
    background: url(/assets/images/patterns/pixel_gradiente_banners.jpg) repeat !important;
}
.side-box {
    background: #d2d3d7;
    border-top: 1px solid #dedfe1;
    padding: 20px;
}
.back-drive-small {
    height: 120px;
    background: url(/assets/images/banners/banner_testdrive_2.jpg) no-repeat;
}
.back-usados-small {
    height: 120px;
    background: url(/assets/images/banners/banner_usados_2.jpg) no-repeat;
}

.noticias {
    margin-bottom: 22px;
}
.obrigatorio::before {
    content: "›";
    position: absolute;
    color: #003366;
    font-size: 12px;
    margin-left: -9px;
    font-weight: bold;
}
.ismall {
    width: 150px !important;
}
.legenda {
    color: #666;
    font-size: 11px;
    line-height: 14px;
}
form[name="test_drive"] {
    margin-top: 20px;
}
form[name="pesquisa_usados"] {
    margin-top: 20px;
}
form {
    margin-left: 50px;
}
form input[type="text"] {
    background: #f3f3f3;
    width: 340px;
    height: 20px;
    border: solid 1px #ccc;
    padding: 0 0 0 5px;
    color: #666;
    float: left;
}
form textarea {
    background: #f3f3f3;
    width: 340px;
    max-width: 340px;
    height: 50px;
    color: #666;
    border: solid 1px #ccc;
}
form select {
    width: 150px;
}
form label {
    line-height: 23px;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
}
form li {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    width: 500px;
}
form li p {
    display: block;
    width: 150px;
    height: 20px;
    overflow: hidden;
    float: left;
}
form input[type="submit"] {
    background: url(/assets/images/back/bt_enviar.gif) no-repeat;
    text-indent: -300em;
    line-height: 0;
    border: none;
    display: block;
    width: 52px;
    height: 18px;
    cursor: pointer;
    float: left;
}
.lista-auto {
    width: 200px;
    float: left;
}
.lista-auto h3 {
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding-top: 90px;
}
.lista-auto .links {
    margin-top: 10px;
}

.banner-sel {
    display: block;
    height: 100px;
}

.listagem img {
    position: absolute;
    display: none;
    border: solid 1px #ccc;
}
.listagem {
    color: #666;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.listagem th {
    padding: 5px;
    text-transform: uppercase;
    background: #ccc;
}
.listagem tr {
    cursor: pointer;
}
.listagem tr:hover {
    background: #ccc;
}
.listagem tr:hover img {
    display: block;
}
.listagem td {
    padding: 2px;
}
.listagem a {
    color: #003366;
    font-size: 11px;
}
.listagem a:hover {
    color: #00adef;
}
.fotos {
    width: 150px;
    float: right;
}
.fotos img {
    border: 1px solid #ccc;
}

.detalhe {
    color: #666;
    font-size: 12px;
    width: 550px;
    float: left;
}
.detalhe tr td:first-child {
    text-align: right;
    width: 150px;
}
.detalhe tr td:last-child {
    padding-left: 5px;
}

.odd {
    background-color: #def;
}
.odd td {
    border-bottom: 1px solid #cef;
}

.mapa-site {
    color: #666;
    font-size: 12px;
    width: 550px;
    float: left;
}
.mapa-site h1 {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    background: url(/assets/images/patterns/pixel_gradiente_banners.jpg) repeat;
}

.google-maps {
    width: 380px;
    height: 320px;
    float: right;
}
.map {
    float: left;
    width: 300px;
}
/*GALLERIA DE FOTOS VIATURA*/

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img {
    border: none;
}
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image {
    padding: 10px;
}
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}
#lightbox-nav a {
    outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption {
    font-weight: bold;
}
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}
