/* Error Notification Styling */
.notification_info, .notification_success, .notification_warning, .notification_error, .notification_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.notification_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/info.png');
}
.notification_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/success.png');
}
.notification_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/warning.png');
}
.notification_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/error.png');
}


.help {
    cursor: help;
    text-decoration: underline;
}

select {
    height: 20px;
}
select.pecas_multiline_selectbox {
    height: 150px;
}

.filterSelectBox {
    color: #000000;
}
.filterSelectBoxEmpty {
    color: #CCCCCC;
}

input[type=text],input[type=password] {
    height: 16px;
}

.bg_login_name_wrapper {
    position: relative;
    height: 25px;
}
.bg_login_name {
    font-size: 12px;
    font-weight: bold;
    background: transparent url('../img/bg_login_user.png') top left no-repeat;
    position: absolute;
    top: 0;
    left: -1px;
    color: white;
    width: 243px;
    height: 36px;
    line-height: 27px;
    padding-left: 22px;
}
.login_date {
    line-height: 9px;
    font-size: 9px;
    float: left;
    text-align: center;
    margin-top: 3px;
}
.login_message {
    margin-left: 10px;
}

/* Reset safari and google chrome outline effect */
textarea:focus, input:focus {
    outline: none
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.super {
    vertical-align: super;
    font-size: 9px;
}

.orange {
    color: #F15A24 !important;
}

.sub {
    vertical-align: bottom;
    font-size: 9px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* TEXT STYLING */
h4 {
    font-size: 14px;
    color: #ff7d00;
}

.red-title {
    color: #BF1616;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Sprites */
.sprite-pagina-vender-lista-carros {
/*background-image: url('../img/sprite_pagina_vender.png');*/
    background-image: url('../img/sprite_pagina_vender2.png');
    background-repeat: no-repeat;
    width: 900px;
    height: 69px;
}

.sprite-icons-pesquisa {
    background-image: url('../img/sprite_icons.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin: 0 3px;
}

/* Icons */
.sprite-icons-pesquisa#stand {
    background-position: 0 0;
}

.sprite-icons-pesquisa#troca {
    background-position: -16px 0;
}

.sprite-icons-pesquisa#profissional {
    background-position: -32px 0;
}

.sprite-icons-pesquisa#garantia {
    background-position: -48px 0;
}

.sprite-icons-pesquisa#video {
    background-position: -64px 0;
}

/* CSS Document */

.bg-main {
    background-color: #FFFFFF;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    text-align: center;
}

.submenu_bg {
/* background-image: url(../img/submenu_bg.jpg); */
    background-color: #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 922px;
}

.submenu_bg_end {
    background-image: url(../img/menu/fundo.jpg);
    background-repeat: repeat-x;
    height: 35px;
    border-top: 2px solid #96030d;
    color: white;
}

.submenu_bg_end a {
    color: white !important;
    text-decoration: none;
}

.submenu_bg_end a:hover {
    text-decoration: underline;
}

.submenu_center {
    background-image: url(../img/submenu_center.jpg);
    background-position: left;
    background-repeat: repeat-x;
}



a.submenu_items {
    color: #06F;
    font-weight: bold;
    display: block;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    margin-left: 25px;
}

a.submenu_items:hover {
    color: #333;
}

.menu_bg {
/* background-image: url(../img/menu_bg.jpg); */
    background-color: #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 922px;
}

.formatForm {
    border: 1px solid #ccc;
    font-size: 10px;
    background-color: #FFF;
    width: 100%;
    margin-top: 5px;
}

/*.botao {
	background-color: #fbd847;
	border: 1px solid #CCC;
	font-size: 11px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
.botao {
    color: #FFF;
    padding: 6px;
    text-align: center;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 1px;
    background-color: #F15A24;
    text-shadow: 0 1px 0 #C95D05; /* Override debault element border if present */
    border: 0 none;
    /*behavior: url(../PIE.htc);*/
}
.botao a {
    font-weight: normal !important;
}
.botao a:hover {
    text-decoration: none;
}

input.botao {
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 0 10px;
    text-transform: uppercase;
    width: auto;
}

select[multiple=multiple] {
    height: 100px;
}

.botao:hover {
    background-color: #D73B0D;
    color: #FFF;
    text-shadow: 0 1px 0 #C95D05;
    cursor: pointer;
}

.botao a {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.botao a:hover {
    text-decoration: none;
}

.pesquisaAvancada {
    color: #FB8400;
    font-size: 9px;
}

.topo {
    height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #333;
    text-transform: uppercase;
    color: #FFF;
}

.ads {
    border: 1px solid #CCC;
}

.mainTable {
    width: 922px;
    margin: 0 auto;
}

.spacerh {
    height: 10px;
}

.spacerw {
    width: 10px;
}

.lightgrey {
    color: #666;
}

.ue_foto {
    border: 1px solid #999;
    padding:2px;
}

.ue_titulo_of {
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
}

.ue_titulo {
    font-size: 12px;
}

.ue_ano {
    font-size: 9px;
    color: #666;
}

.ue_preco {
    font-size: 10px;
    font-weight: bold;
}

.ue_km {
    font-size: 9px;
}

.ultima_entrada {
    cursor: pointer;
    border: 3px solid #fff;
    background-color: #FFF;
}

.ultima_entrada:hover {
    margin: 0px;
    border: 3px solid #efefef;
    background-color: #efefef;
}

.sobressaido {
    background-color: #FFC;
}

.paginacao_anterior_seguinte {
    color: #06F;
    background-color: #DEF;
}

.paginacao_numeracao {
    color: #333;
    font-size: 12px;
}

#marcas, #modelos, #versoes, #seccoes, #tonalidade, #cor, #cor_estofos, #tipos, #de_origem {
    width: 200px;
}

#caixa {
    width: 150px;
}

#nmudancas {
    width: 45px;
}

.obrigatorio {
    color: #000;
    font-weight: bold;
}

.obrigatorio_notificacao {
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    margin-top: 20px;
    color: #000;
    width: 330px;
    text-align: left;
}

input, select, textarea {
    border: 1px solid #CCC;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

#nif_form_click, #informacoes, #condicoes, #link_conta_pessoal {
    text-decoration: underline;
    cursor: pointer;
    padding: 5px;
}

#anuncio_extras {
    padding: 20px;
}

.menu_table {
    height: 35px;
    background-image: url(../img/menu/fundo.jpg);
    background-repeat: repeat-x;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.menu-item {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.menu-item:hover {
    color: #FFCD05;
    background-color: #1d1d1b;
}

.menu-item a, .menu-item a:hover {
    text-decoration: none;
    color: #fff;
}

a.menu_selected {
    color: #FF0000;
}

.upload_fotos_box {
    border: 1px solid #CCC;
    background-color: #EFEFEF;
}

#div_num_resultados {
    color: #F90;
}

.titulo_anuncio {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    background-color: #444;
}

.preco_anuncio {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    background-color: #fff;
}

.corpo_anuncio {
    color: #333;
    font-size: 12px;
    background-color: #efefef;
}

.titulo_anuncio_destaque {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    background-color: #600;
}

.preco_anuncio_destaque {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    background-color: #DB4213;
}

.corpo_anuncio_destaque {
    color: #FFF;
    font-size: 12px;
    background-color: #F28112;
}

.corpo_anuncio_duplo {
    color: #FFF;
    font-size: 12px;
    background-color: #F28112;
}

#vender_carros, #vender_comerciais, #vender_motos, #vender_autocaravanas {
    cursor: pointer;
}

.pesquisar_yellow {
    background-image: url(../img/pesquisar_yellow.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    height: 25px;
}

.pesquisar_redgrey {
    background-image: url(../img/pesquisar_redgrey.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    height: 25px;
}

.fv_banner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fv_titulo {
    font-size: 12px;
    padding-bottom: 5px;
}

.fv_titulo2 {
    font-size: 12px;
    padding-bottom: 5px;
    color: #990000;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

.fv_titulo3 {
    padding-bottom: 5px;
    color: #0066ff;
    font-weight: bold;
}

.fv_titulo4 {
    font-size: 12px;
    padding-bottom: 5px;
    color: #990000;
    font-weight: bold;
}

.fv_titulo5 {
    font-weight: bold;
}

.fv_line_top {
    border-top: 1px solid #000000;
}

.fv_preco {
    font-weight: bold;
    font-size: 14px;
}

.fv_vspace {
    background-image: url(../img/vspace.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 20px;
}

.fv_extras {
    padding-bottom: 5px;
    font-size: 12px;
}

.fv_mapa {
    padding: 40px;
    padding-bottom: 10px;
}

a.fv_linkfotos {
    color: #06F;
    text-decoration: none;
    font-weight: bold
}

a.fv_linkfotos:hover {
    color: #06F;
    border-bottom: 1px solid #06F;
    font-weight: bold
}

a.lnk_sob {
    color: #FFF;
    text-decoration: none;
}

a.lnk_sob:hover {
    color: #FFF;
    text-decoration: underline;
}

a.lnk_nsob {
    color: #333;
    text-decoration: none;
}

a.lnk_nsob:hover {
    color: #333;
    text-decoration: underline;
}

a.paginacao {
    color: #333;
    text-decoration: none;
}

a.paginacao:hover {
    color: #333;
    text-decoration: underline;
}

.pretty-button {
    margin-top: 10px;
    border: 0px none;
    padding: 3px 5px;
    background-color: #F28112;
    color: #fff;
    text-shadow: 1px 1px 0px #9F5915;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
    /*behavior: url(PIE.htc);*/
}

.pretty-button:hover {
    background-color: #c16104;
}

/* ORANGE */
.pretty-big-button-orange {
    color: rgb(255, 255, 255);
    padding: 6px;
    text-align: center;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(242, 129, 18);
    text-shadow: 0px 1px 0px rgb(219, 66, 19); /* Override debault element border if present */
    border: 0 none;
}

.pretty-big-button-orange:hover {
    background-color: #C16104;
    cursor: pointer;
}

.pretty-big-button-orange a {
    font-size: 12px;
    color: #FFF !important;
    font-weight: bold;
    text-decoration: none;
}

.pretty-big-button-orange a:hover {
    text-decoration: none;
}

/* END - ORANGE */
/* BLUE */
.pretty-big-button-blue {
    color: #fff !important;
    padding: 6px;
    text-align: center;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #004C66;
    text-shadow: 0px 1px 0px #00202B; /* Override debault element border if present */
    border: 0 none;
}

.pretty-big-button-blue:hover {
    background-color: #003345;
    cursor: pointer;
    text-decoration: none;
}

.pretty-big-button-blue a {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.pretty-big-button-blue a:hover {
    text-decoration: none;
}

/* END - BLUE */
/* GREEN */
.pretty-big-button-green {
    color: #fff;
    padding: 0 15px;
    text-align: center;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #009D31;
    text-shadow: 0px 1px 0px #006329; /* Override debault element border if present */
    border: 0 none;
}

input.pretty-big-button-green, .pretty-big-button-green {
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
}

.pretty-big-button-green:hover {
    background-color: #006329;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0px 1px 0px #333;
}

.pretty-big-button-green a {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.pretty-big-button-green a:hover {
    text-decoration: none;
}

/* END - GREEN */
/* YELLOW */
.pretty-big-button-yellow {
    color: #000000;
    padding: 6px;
    text-align: center;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FCDA0C;
    text-shadow: 0px 1px 0px #FFFFFF; /* Override debault element border if present */
    border: 0 none;
}

input.pretty-big-button-yellow {
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    letter-spacing: 1px;
    padding: 0 13px 10px;
    text-transform: uppercase;
    width: auto;
}

.pretty-big-button-yellow:hover {
    background-color: #F9BD00;
    color: #FFF;
    text-shadow: 0px 1px 0px #EF9E00;
    cursor: pointer;
}

.pretty-big-button-yellow a {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.pretty-big-button-yellow a:hover {
    text-decoration: none;
}

/* END - YELLOW */
/* PAGINATION */
.pagination a {
    text-decoration: none;
    color: #333;
    background-color: #fff;
    padding: 5px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*behavior: url(PIE.htc);*/
}

.pagination a:hover {
    text-decoration: none;
    background-color: #666;
    color: white;
    -moz-box-shadow: 0 0 4px #666;
    -khtml-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666;
    /*behavior: url(PIE.htc);*/
}

.pagination a.selected {
    text-decoration: none;
    color: white;
    background-color: #333;
    padding: 5px;
    -moz-box-shadow: 0 0 4px #666;
    -khtml-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    box-shadow: 0 0 4px #666;
    text-shadow: 1px 1px 0 #777777;
    /*behavior: url(PIE.htc);*/
}

.pagination a.selected:hover {
    text-decoration: none;
    color: white;
}

/* ULTIMOS VISTOS - LADO */
#ultimos_vistos {
    position: fixed;
    margin: 0;
    padding: 3px 3px 0 3px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    top: 0;
    left: 0;
    width: 160px;
}

#ultimos_vistos .limpar-ultimos-vistos {
    margin-bottom: 5px;
    text-align: right;
    margin-right: 5px;
}

#ultimos_vistos #title {
    background-color: #333333;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

#ultimos_vistos ul {
    list-style: none;
    padding: 0;
}

#ultimos_vistos ul li {
    clear: both;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 10px;
}

#ultimos_vistos ul li:hover {
    background-color: #eee;
}

/* ULTIMOS VISTOS - CENTRO */
#ultimos_vistos_center {
    margin: 0;
    margin-top: 20px;
    padding: 8px 10px 0;
    width: 900px;
    clear: both;
}

#ultimos_vistos_center #title {
    background-color: #333333;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 146px;
}

#ultimos_vistos_center .limpar-ultimos-vistos {
    margin-bottom: 5px;
    text-align: left;
}

#ultimos_vistos_center ul {
    list-style: none;
    padding: 0;
}

#ultimos_vistos_center ul li {
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
    width: 180px;
}

#ultimos_vistos_center ul li:hover {
    background-color: #eee;
}

/* NAVEGAR POR MARCAS*/
.navegar_marcas {
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #ccc;
    padding: 20px;
}

.navegar_marcas a {
    text-decoration: none;
}

.navegar_marcas a:hover {
    text-decoration: underline;
}

.navegar_marcas_title {
    color: #646464;
    font-family: times New Roman;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-transform: uppercase;
}

/* EXTRAS */
.bloco_extras {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #AAAAAA;
    margin: 0 13px 31px;
    padding: 15px 5px;
    overflow:visible !important;
}

.bloco_extras .titulo {
    background-color: white;
    color: #DB4213;
    float: left;
    font-weight: bold;
    margin-top: -25px;
    padding: 0 5px;
    letter-spacing: 1px;
}

.bloco_extras ul {
    list-style: none outside none;
    padding-left: 0pt;
   
}

.bloco_extras ul li {
    clear: left;
    width:235px;
     display:inline-block;
}

.bloco_extras .left {
    float: left;
    line-height: 20px;
    padding: 5px 0;
    text-align: right;
    vertical-align: bottom;
    width: 70%;
}

.bloco_extras .right {
    float: right;
    padding-top: 6px;
    width: 30%;
    text-align: center;
}

.bloco_extras select {
    width:50px !important;
}

/* HOME */
#lista-tipo-pesquisa {
    color: white;
    text-transform: uppercase;
}

#lista-tipo-pesquisa ul {
    list-style: none outside none;
    padding: 0;
}

#lista-tipo-pesquisa ul li {
    cursor: pointer;
    float: left;
    text-align: center;
    height: 44px;
    line-height: 44px;
    text-shadow: 0 1px 0 #C95D05;
}

#lista-tipo-pesquisa ul li.selected, #lista-tipo-pesquisa ul li:hover {
    background-color: #4E4E4E;
    text-shadow: 0 1px 0 #666;
}

#social-links {

}

#social-links ul {
    list-style: none outside none;
    padding: 0;
}

#social-links ul li {
    color: white;
    float: left;
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
    width: 20%;
    cursor: pointer;
}

#social-links ul li#facebook {
    -moz-border-radius-bottomleft: 6px;
    -khtml-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #3C5DAC;
    text-shadow: 0 1px 0 #0B2454;
}

#social-links ul li#facebook:hover {
    background-color: #395999;
}

#social-links ul li#twitter {
    background-color: #33B3D6;
    text-shadow: 0 1px 0 #125A66;
}

#social-links ul li#twitter:hover {
    background-color: #32AAC6;
}

#social-links ul li#hi5 {
    background-color: #575756;
    text-shadow: 0 1px 0 #333333;
}

#social-links ul li#hi5:hover {
    background-color: #515151;
}

#social-links ul li#youtube {
    background-color: #C81111;
    text-shadow: 0 1px 0 #7C1515;
}

#social-links ul li#youtube:hover {
    background-color: #BC1111;
}

#social-links ul li#rss {
    -moz-border-radius-bottomright: 6px;
    -khtml-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #F6790F;
    text-shadow: 0 1px 0 #7C3E11;
}

#social-links ul li#rss:hover {
    background-color: #EA6F13;
}

#jogo-usadonanet {
    background: #FCDA0C url("../img/jogo-banner.jpg") no-repeat scroll 0 0;
    width: 464px;
    height: 54px;
}


#seo-keywords {
    color: #eee;
    text-align: center;
    margin-bottom: 15px;
}
#seo-keywords h2 {
    display: inline !important;
    font-size: 10px !important;
}

#list-categorias-carros-pagina-vender {
    margin-top: 30px;
}

#list-categorias-carros-pagina-vender .title {
    color: #6F1200;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

#list-categorias-carros-pagina-vender #content {
}

#list-categorias-carros-pagina-vender #content #header {
    background: url("../img/bg_vender_topo.png") no-repeat scroll left top transparent;
    color: white;
    font-size: 16px;
    height: 69px;
    margin-bottom: 23px;
    margin-left: 238px;
    margin-top: -65px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 404px;
}

#list-categorias-carros-pagina-vender .sprite-pagina-vender-lista-carros {
    background-color: transparent;
    cursor: pointer;
    margin: 15px 0;
}

#list-categorias-carros-pagina-vender #ligeiros {
    background-position: 0 -5px;
}

#list-categorias-carros-pagina-vender #ligeiros:hover {
    background-position: 0 -74px;
}

#list-categorias-carros-pagina-vender #comerciais {
    background-position: 0 -143px;
}

#list-categorias-carros-pagina-vender #comerciais:hover {
    background-position: 0 -212px;
}

#list-categorias-carros-pagina-vender #autocaravanas {
    background-position: 0 -281px;
}

#list-categorias-carros-pagina-vender #autocaravanas:hover {
    background-position: 0 -350px;
}

#list-categorias-carros-pagina-vender #motos {
    background-position: 0 -419px;
}

#list-categorias-carros-pagina-vender #motos:hover {
    background-position: 0 -488px;
}

#list-categorias-carros-pagina-vender #barcos {
    background-position: 0 -557px;
}

#list-categorias-carros-pagina-vender #barcos:hover {
    background-position: 0 -626px;
}

#list-categorias-carros-pagina-vender #pecas {
    background-position: 0 -695px;
}

#list-categorias-carros-pagina-vender #pecas:hover {
    background-position: 0 -764px;
}

#list-categorias-carros-pagina-vender .sprite-pagina-vender-lista-carros .title {
    background-color: transparent;
    color: white;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-top: 52px;
    text-align: left;
}

#list-categorias-carros-pagina-vender .sprite-pagina-vender-lista-carros .lista-carros {
    color: #455560;
    float: right;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 18px;
    text-align: center;
    width: 200px;
}

/* Auxiliares */
.nota {
    font-family: Georgia;
    color: #000;
    font-style: italic;
    clear: both;
    font-size: 12px;
    float: left;
}

.nota .highlight {
    color: rgb(51, 51, 51);
    margin-right: 10px;
    text-decoration: underline;
}

/* P‡gina Info Profissional */
#pagina_info_profissional {
    margin: 30px 0;
}

#pagina_info_profissional .bloco {
    margin: 50px 0;
}

#pagina_info_profissional .bloco ul {

}

#pagina_info_profissional .bloco ul li {
    margin: 25px 0;
}

#pagina_info_profissional .bloco .left {
    float: left;
    width: 60%;
}

#pagina_info_profissional .bloco .right {
    float: right;
    width: 40%;
    text-align: right;
}

/* P‡gina de Jogo */
#pontuacoes {
    position: absolute;
    left: 10px;
    top: 84px;
    width: 238px;
    color: #fff;
    padding-left: 15px;
    height: 332px;
}

#pontuacoes-titulo {
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #dc4626;
    margin-top: 5px;
    line-height: 35px;
    padding-left: 43px;
    text-decoration: underline;
}

#pontuacoes-wrapper {
    height: 265px;
}

#pontuacoes-wrapper ul {
    list-style: none outside none;
    padding-left: 10px;
}

#pontuacoes-wrapper ul li {
    line-height: 25px;
}

.jogo_posicao {
    float: left;
    text-shadow: 0 1px 0 #dc4626;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    width: 33px;
}

.jogo_user {
    color: #000;
    font-size: 12px;
}

#pontuacoes-data {
    font-size: 10px;
}

.titulo-pagina-vender {
    font-size: 16px;
    padding: 5px 10px;
    line-height: 20px;
    text-shadow: 0 1px 0 #444444;
    color: #fff;
    background-color: gray;
    text-transform: none;
}

.bloco-escolher-outra-categoria {
    background-color: #EEEEEE;
    color: #333333;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-top: 0;
    padding: 5px 10px;
    width: auto;
}

.ficha-veiculo-search-info {
    margin: 10px 0 10px 5px;
}

.ficha-veiculo-search-info a {
    color: #F15A24;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

/* NEW STYLING */
.wrapper {

}

.notAvailable {
    color: #DCDCDC;
    text-decoration: line-through;
}

#notasVendedor {
}

#notasVendedor .title {
    font-weight: bold;
    margin-bottom: 5px;
}

#notas_vendedor {
    overflow: hidden;
}
#notas_vendedor .content_less {
    display: none;
}

#notas_vendedor .content_more {
    display: block;
}

.titleBlock {
    background: transparent url("../img/bg_block.png") repeat-x left top;
    height: 28px;
    line-height: 28px;
    width: auto;
    font-size: 18px;
    color: #EFEFEF;
}

.titleBlock .left {

}

.titleBlock .right {
    font-size: 16px;
}

.slider {
/*padding: 0 !important;*/
    position: relative;
    cursor: pointer; /*margin-bottom: 10px;*/
}

.sliderParent {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slider:hover {
/*background: transparent url("../img/bg_block_hover.png") repeat-x left top;*/
}

.sliderWrapper {
    height: 28px;
    margin: 30px 5px 5px 0;
    background: url("../img/arrow_orange_closed.png") no-repeat scroll 60px 10px transparent;
}

.sliderWrapper .icon {
    left: 85px;
    position: absolute;
    top: -5px;
}

.sliderWrapper .title {
    font-size: 14px;
    line-height: 32px;
    margin-left: 130px;
}

.sliderWrapper small {
    color: #666666;
    float: left;
    font-style: italic;
    line-height: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

.open {
/*background: #000 !important;*/
}

.open .sliderWrapper {
    background: url("../img/arrow_orange_opened.png") no-repeat scroll 60px center transparent;
}

.anunciosMainLeftColumn {
    float: left;
}

.anunciosMainLeftColumn .price {
    font-size: 28px;
    color: #F15A24;
}

.anunciosMainLeftColumn .below_price {
    font-size: 12px;
}

.anunciosMainLeftColumn .label_left,.anunciosMainLeftColumn .label_right {
    color: #F15A24;
    width: 120px;
    font-size:13px !important;
}

.anunciosMainLeftColumn .value_left,.anunciosMainLeftColumn .value_right {
    color: #333333;
    width: 110px;
}

.anunciosMainLeftColumn table {
    width: 100%;
    line-height: 20px;
}

.block_3D_1_header h1, .block_3D_1_header h2 {
    font-size: 16px !important;
}

.anunciosMainLeftColumn h3 {
    font-size: 11px !important;
}

.wrapperWithBorder {
    border-bottom: 1px solid #FF7D00;
}

.anunciosMainLeftColumn .wrapperWithBorder {
    padding: 20px 0;
    width: 320px;
}

.anunciosMainLeftColumn .wrapperWithBorder ul {
    padding-left: 0;
    list-style: none;
}

.anunciosMainLeftColumn .wrapperWithBorder ul li {
    line-height: 20px;
}

.anunciosMainLeftColumn .wrapperWithBorder .bold {

}

.anunciosMainLeftColumn .wrapperWithBorder .listLeft, .anunciosMainLeftColumn .wrapperWithBorder .left {
    float: left;
    width: 130px;
}

.anunciosMainLeftColumn .wrapperWithBorder .listRight, .anunciosMainLeftColumn .wrapperWithBorder .right {
    float: left;
    width: 120px;
}

.portugalMap {
    width: 107px;
    height: 220px;
    background: transparent url('../img/portugal.png') no-repeat top left;
    position: relative;
}

.pin {
    position: absolute;
    width: 5px;
    height: 5px;
    background: transparent url('../img/pin.png') no-repeat top left;
    display: none;
    top: 0;
    left: 0;
}

.buttonAuxLightGray {
    -moz-border-radius: 13px;
    -khtml-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-color: #EFEFEF;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    display: block;
}

.buttonAuxLightGray:hover {
    background-color: #333;
    color: #EFEFEF;
    text-decoration: none;
}

.buttonLightGray {
    background-image: url('../img/btn_grey.png');
    width: 143px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.buttonWhite1, .buttonWhite2 {
    float: left;
    background-image: url('../img/btn_white_1.png');
    width: 141px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 13px;
}

.buttonWhite2 {
    background-image: url('../img/btn_white_2.png');
    width: 362px;
    font-weight: normal;
}

.buttonWhite1 a, .buttonWhite2 a {
    color: #000;
}

.buttonOrange {
    float: left;
    background-image: url('../img/btn_orange.png');
    width: 141px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.buttonOrange a {
    color: #fff;
}

.buttonLightGray {
    background-image: url('../img/btn_grey.png');
    width: 143px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

a.buttonLightGray {
    cursor: pointer;
    color: #fff;
}

.buttonWhite1, .buttonWhite2 {
    float: left;
    background-image: url('../img/btn_white_1.png');
    width: 141px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 13px;
}

.buttonWhite2 {
    background-image: url('../img/btn_white_2.png');
    width: 362px;
    font-weight: normal;
}

.buttonWhite1 a, .buttonWhite2 a {
    color: #000;
}

.buttonOrange {
    float: left;
    background-image: url('../img/btn_orange.png');
    width: 141px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.buttonOrange a {
    color: #fff;
}

.buttonOrange3DFirst, .buttonBlack3DMiddle, .buttonBlack3DLast, .buttonBlack3DFirst, .buttonOrange3DMiddle, .buttonOrange3DLast {
    float: left;
    height: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.buttonBlack3DMiddle, .buttonBlack3DLast, .buttonBlack3DFirst {
    cursor: pointer;
}

.buttonOrange3DFirst a, .buttonBlack3DMiddle a, .buttonBlack3DLast a {
    color: #fff;
    cursor: pointer;
}

.buttonOrange3DFirst, .buttonBlack3DFirst {
    background-image: url('../img/btn_3d_orange_first.png');
    width: 129px;
    line-height: 38px;
    margin-left: -1px;
}

.buttonBlack3DFirst {
    background-image: url('../img/btn_3d_black_first.png');
    line-height: 30px;
}

.buttonBlack3DMiddle, .buttonOrange3DMiddle {
    background-image: url('../img/btn_3d_black_middle.png');
    width: 129px;
    line-height: 30px;
}

.buttonOrange3DMiddle {
    background-image: url('../img/btn_3d_orange_middle.png');
    line-height: 38px;
}

.buttonBlack3DLast, .buttonOrange3DLast {
    background-image: url('../img/btn_3d_black_last.png');
    width: 133px;
    line-height: 30px;
}

.buttonOrange3DLast {
    background-image: url('../img/btn_3d_orange_last.png');
    line-height: 38px;
}

/* PINS */
#pinPorto {
    display: block;
    top: 55px;
    left: 32px;
}

/* IMAGENS ANUNCIO */
.anunciosMainRightColumn {
    float: right;
    width: 448px;
    position: relative;
}

.galeria_fotos_pequenas {
    margin: 5px 0;
    width: 442px;
}

.galeria_fotos_grandes {
    position: relative;
    overflow: hidden;
    width: 442px;
    height: 335px;
}

#ver_stand {
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 1000;
    display: block;
}

#ver_stand a {
    display: block;
    z-index: 1001;
}

#slidex {

}

#slidex img {
    margin: 0px;
    border: 5px solid #333333;
}

#nav {

}

#nav .image {
    float: left;
    height: 69px;
    margin: 5px 10px;
    width: 90px;
}

#imagesSlideNavigation {
    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;
    padding: 0 5px;
}

#imagesSlideNavigation .column {
    float: left;
    width: 33%;
}

#imagesSlideNavigation .column a {
    font-size: 10px;
    padding: 2px 5px;
}

#imagesSlideNavigation .column a:hover {
    font-size: 10px;
    background-color: #333333;
    color: #FFFFFF;
    padding: 2px 5px;
    text-decoration: none;
}

#imagesSlideNavigation .columnLeft {

}

#imagesSlideNavigation .columnCenter {
    text-align: center;
}

#imagesSlideNavigation .columnRight {
    text-align: right;
}

/* INFO BOX */
.infoBox, .actionBox {
    color: #666;
    font-size: 10px;
    height: 75px;
    padding: 10px 0 10px 10px;
    width: 405px;
}

.actionBox {

}

.infoBox ul {
    padding-left: 0;
}

.infoBox ul li {
    float: left;
    height: 22px;
    line-height: 18px;
    margin-bottom: 5px;
    width: 202px;
}

.infoBox ul li a {
    color: #666666;
}

.infoBox ul li a:hover {

}

.infoBox ul li div {
    background: transparent url('../img/sprite_icons_infobox.png') no-repeat left center;
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 5px;
}

div#adicionarFavoritos {
    background-position: 0 0;
}

div#maisDesteModelo {
    background-position: -53px 0;
}

div#enviarAmigo {
    background-position: -72px 0;
}

div#todoDestaques {
    background-position: -91px 0;
}

div#imprimir {
    background-position: -19px 0;
}

div#navegarMarca {
    background-position: -37px 0;
}

/* EXTRAS BLOCK */
#equipamentosContent .title {
    background: #D2D2D2 url('../img/arrow_orange_closed.png') no-repeat 10px center;
    padding-left: 35px;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 765px;
    margin-left: 35px;
}

#equipamentosContent .title:hover {
    background-color: #e2e2e2;
}

#equipamentosContent .open {
    background: #b3b3b3 url('../img/arrow_orange_opened.png') no-repeat 10px center !important;
}

#equipamentosContent .open:hover {
    background-color: #e2e2e2 !important;
}

#equipamentosContent ul {

}

#equipamentosContent ul li {
    line-height: 18px;
    list-style: none outside none;
}

#equipamentosContent .contentWrapper {
    padding: 5px 0 10px 0;
}

/* CONTACTS BLOCK */
#contacteVendedorContent {

}

#contacteVendedorContent .wrapper {
    margin-bottom: 5px;
}

#contacteVendedorContent label {
    color: #333333;
    float: left;
    font-size: 12px;
    font-weight: bold;
    width: 260px;
}

#contacteVendedorContent input[type=text] {
    background-color: #F2F2F2;
    border-color: #EFEFEF #EFEFEF #FF7D00 #FF7D00;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    height: 15px;
    line-height: 15px;
    padding-left: 3px;
    width: 250px;
}

#contacteVendedorContent .wrapper small {
    font-weight: normal !important;
}

#contacteVendedorContent input[type=submit], .orangeSubmitButton, .graySubmitButton {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #F15A24;
    border: 1px solid #F15A24;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 1px 0 #C95D05;
    width: auto;
    cursor: pointer;
}

#loadingContactoVendedor {
    margin-left: 20px;
    font-weight: bold;
    color: #F15A24;
    display: none;
}

#contacteVendedorContent input[type=submit]:hover {
    background-color: #ddd;
}

.orangeSubmitButton:hover {
    background-color: #d73b0d !important;
}

.graySubmitButton:hover {
    background-color: #ddd !important;
}

.graySubmitButton {
    background-color: #F2F2F2 !important;
    border: 1px solid #eee;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
}

#contacteVendedorContent textarea {
    background-color: #F2F2F2;
    border-color: #EFEFEF #EFEFEF #FF7D00 #FF7D00;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    height: 15px;
    line-height: 15px;
    padding-left: 3px;
    height: 60px;
    width: 400px;
}

#contacteVendedorContent a {
    color: #F15A24;
}

#dataProtection {
    font-size: 9px;
    line-height: 18px;
    margin-left: 260px;
    width: 400px;
}

/* SEARCH PAGE */
#search_page {

}

/*#search_page .wrapperWithBorder:hover, #search_page .wrapperWithoutBorder:hover {
    background-color: #fcfcfc;
}*/
#search_page .sliderBox {
    display: block !important;
    width: 300px;
}

#search_page .sliderWrapper {
    background: none repeat scroll 0 0 transparent;
    height: auto !important;
}

#search_page ul {
    padding: 0;
}

#search_page ul li {
    list-style: none;
}

#search_page .boxWrapper {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
    background-color: #fff;
    display: inline;
    padding: 10px;
    margin: 10px 0;
    position: relative;
}

#search_page .singleList ul {
    margin-left: 128px;
    margin-top: 5px;
}

#search_page .singleList ul li {
    margin-bottom: 10px;
}

#search_page .singleList select {
    border: 1px solid #ccc;
}

#search_page .boxWrapper .title {
    left: 13px;
    position: absolute;
    top: 10px;
}

#search_page .mainWrapper {
    padding: 0;
}

#search_page label, #search_page .title {
    font-size: 12px;
    font-weight: bold;
}

#search_page input {
}

#search_page input[type=text] {
    border: 0 none;
    height: 17px;
    width: 150px;
}

#search_page input[type=checkbox] {
    display: none;
}

#search_page select {
    border: 0 none;
    height: 17px;
    width: 150px;
}

.checkboxWrapper {
    cursor: pointer;
}

.checkboxWrapper label {
    cursor: pointer;
}

#search_page .checkboxWrapper .checkbox, #search_page .checkboxWrapper .checkboxChecked {
    display: block;
    float: left;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

#search_page .checkboxWrapper .checkbox {
    background: url("../img/sprite_checkbox.png") no-repeat scroll left top transparent;
}

#search_page .checkboxWrapper .checkboxChecked {
    background: url("../img/sprite_checkbox.png") no-repeat scroll left -13px transparent;
}

#search_page .checkboxList li {
    float: left;
    padding: 6px 0;
}

#search_page .checkboxList li.dummy {
    width: 300px;
}

#search_page .checkboxList .title {
    position: absolute;
}

#search_page .checkboxList .icon {
    float: left;
    width: 80px;
    margin-left: 20px;
}

#search_page .checkboxList .content {
    float: left;
    width: 200px;
}

#search_page .checkboxList .content label, #search_page .boxWrapper label {
    line-height: 15px;
    margin-left: 10px;
    font-size: 11px !important;
    font-weight: normal;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#chooseSearchType {

}

#chooseSearchType ul {
    padding: 0;
}

#chooseSearchType ul li {
    background-color: #353535;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 35px;
    line-height: 35px;
    list-style: none outside none;
    margin-left: 1px;
    padding: 0 24px;
    border-width: 1px 1px 0 1px;
    border-style: solid solid none solid;
    border-color: #353535;
    width: auto;
}

#chooseSearchType ul li:hover, #chooseSearchType ul li.selected, #chooseSearchType ul li.selected:hover {
    background: #fff;
    color: #000;
    border-width: 1px 1px 0 1px;
    border-style: solid solid none solid;
    border-color: #CCC;
}

#chooseSearchType ul li.selected, #chooseSearchType ul li.selected:hover {
    background-color: #F15A24;
    color: #FFFFFF;
    height: 35px;
    text-shadow: 0 1px 0 #BB330B;
}

#chooseSearchType ul li:hover {
}

#chooseSearchType .withIcon {

}

#chooseSearchType .withIcon .icon {
    background: url("../img/icons/carro.png") no-repeat scroll 7px center transparent;
    float: left;
    height: 28px;
    width: 70px;
    display: none;
}

#chooseSearchType .withIcon .name {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

#chooseSearchType .withoutIcon {
    text-align: center;
}

#chooseMarcaModeloVersao {
    padding: 30px 0 20px 0;
}

#chooseMarcaModeloVersao label {
    margin-right: 15px;
}

#chooseEstadoDeUso, #chooseSeccao, #chooseTonalidade, #chooseInseridoHa {
    padding: 10px 0;
    position: relative;
}

#chooseSeccao {
    display: block !important;
    padding: 35px 13px 10px 13px !important;
    width: 690px !important;
    height: 88px;
}

#chooseSeccao ul {

}

#chooseSeccao ul li {
    float: left;
    width: 170px;
}

#chooseSeccao ul li .content {
    height: 20px;
}

.sliderValueShowcase {
    color: #F6A828;
    font-size: 12px;
    margin: 0;
    text-align: center;
}

#searchSliders .sliderBox {
    width: 185px;
    margin-right: 24px;
    float: left;
}

#searchSliders .sliderBox small {
}

/*.sliderValueKey {
    color: #666666;
    font-family: georgia;
    font-size: 18px;
}*/
.sliderValueKey {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCCCCC !important;
    color: #666666;
    font-family: georgia;
    font-size: 18px;
    height: 20px !important;
    line-height: 20px !important;
    padding: 5px;
    text-align: right;
    width: 66px !important;
}

.headerOrange {
    width: inherit;
    height: 28px;
    background: url('images/bg_header_orange.png') repeat-x;
}

.separatorOrange {
    width: inherit;
    height: 5px;
    background: url('images/separator_orange.png') repeat-x;
}

#user_lobby_wrapper p, h4 {
    margin: 3px 0;
}

#user_lobby_wrapper {
    width: 720px;
    padding: 20px 85px;
}

.user_lobby_navigation {
    width: inherit;
    height: 130px;
}

.user_lobby_navigation div {
    float: left;
    height: inherit;
}

.user_lobby_navigation img.p, .user_lobby_navigation img.car {
    display: block;
    float: left;
    margin-bottom: 95px;
}

.user_lobby_navigation .nav {
    display: block;
    float: left;
    margin: 18px 0 0 15px;
}

.user_lobby_navigation .nav ul {
    list-style: none;
    margin-left: 0;
}

.user_lobby_navigation .nav ul li {
    margin: 10px 0;
}

.user_lobby_navigation .nav ul li img {
    width: 20px;
    vertical-align: top;
}

.user_lobby_navigation a, .user_lobby_navigation a:visited {
    margin-left: 20px;
    font-size: 15px;
    text-decoration: none;
}

.user_lobby_navigation a:hover {
    text-decoration: underline;
}

.user_lobby_inserir_anuncio {
    text-align: center;
    width: inherit;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.colorOrange {
    color: #ff7d00;
}

.bgOrange {
    background-color: #ff7d00;
}

.roundedCorners {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#search_page #combustivelWrapper {
    padding-left: 12px !important;
    padding-top: 32px !important;
}

#search_page #combustivel {
    border: 0 none !important;
    height: 95px !important;
    width: 140px !important;
}

#outrasPesquisas, #outrasPesquisasSinglePick {

}

#outrasPesquisas .boxWrapper {
    width: 155px;
    float: left;
    margin-right: 3px;
}

#outrasPesquisasSinglePick .boxWrapper {
    padding: 5px;
    width: 165px;
    float: left;
    margin-right: 3px;
}

#outrasPesquisasSinglePick .last {
    margin-right: 0px;
}

#outrasPesquisas .sliderWrapper {
    margin: 20px 5px 0px 0;
}

#outrasPesquisasSinglePick .sliderWrapper {
    margin: 0 5px 0 0;
}

#outrasPesquisasSinglePick select {
    margin-top: 0;
    width: 165px;
}

#outrasPesquisas select {
    height: 120px;
    display: none;
    margin-top: 30px;
}

#outrasPesquisas .title, #outrasPesquisasSinglePick .title {
    width: 150px;
}

#resultadosPesquisa {
    background-color: #F2F2F2;
    display: block;
    line-height: 30px;
    margin: 15px 110px;
    padding: 0 10px;
    width: 300px;
}

.multiSelectBox {
    display: none;
    height: 135px;
    overflow-y: auto;
    width: 170px;
    margin-left: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.multiSelectBox li {
    cursor: pointer;
    line-height: 18px;
    margin: 0;
    text-align: left;
    list-style: none;
    color: #000;
    padding-left: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.multiSelectBox li:hover {
    background-color: #FFBDA9;
}

.multiSelectBox li.selected {
    background-color: #F15A24;
    color: #FFFFFF;
}

.topBoxes {
    padding-top: 32px !important;
    width: 145px !important;
}

li.group {
    font-weight: bold !important;
}

li.group:hover {
    cursor: default !important;
    background-color: #fff !important;
}

#notas_vendedor .content {
    font-size: 12px;
}

#notas_vendedor_wrapper .ver_mais {
    float: right;
    cursor: pointer;
}

#notas_vendedor_wrapper .ver_mais a {
    font-size: 9px;
}

#notas_vendedor_wrapper .ver_mais a:hover {

}

.orange_bar {
    background-image: url('images/barra-03.png');
    width: 720px;
    height: 26px;
    line-height: 17px;
    padding: 0 85px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.onlyPrint {
    display: none;
}

.anuncioStandLogo {
    max-width: 250px;
}

.namePriceWrapper {
    position: relative;
}

.popup1 {
    background: transparent url('../img/popup_1.png') top left no-repeat;
    width: 262px;
    height: 66px;
    font-size: 10px;
    line-height: 10px;
    padding: 14px 0 0 16px;
    position: absolute;
    top: -57px;
    left: -11px;
    display: none;
    cursor: pointer;
}

.newPrice {
    position: absolute;
    top: -10px;
    left: 40px;
    background: transparent url('../img/novo_preco.png') top left no-repeat;
    width: 135px;
    height: 45px;
    text-align: left;
    text-indent: 9px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #006425;
}

#tituloAnuncioWrapper {
    background-color: #E1592F;
    height: 30px;
    line-height: 30px;
    padding-left: 6px;
    border-bottom: 6px solid #fff;
}

#formularios-uteis {
    margin-bottom: 10px;
}
#formularios-uteis a {
    color: #F15A24;
    text-decoration: none;
}
#formularios-uteis a:hover {
    color: #F15A24;
    text-decoration: underline;
}

.textareaSuggestWrapper {
    position: relative;
    width: 298px;
}
.textareaSuggest {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 5px;
    color: #AAA;
    width: inherit;
    height: inherit;
    line-height: 15px;
}

.vender5Wrapper
{
    padding: 20px 85px;
}

.blockMultibanco
{
    float: left;
    background-image: url( 'images/bg_multibanco.png' );
    width: 172px;
    height: 69px;
    padding: 40px 0 0 20px;
}

div.printTitle
{
    color: #990100;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.info_extra {
    margin-top: 40px;
    border: 1px solid #AAAAAA;
}
#registo_info_extra {
    margin-top: 40px;
    border: 1px solid #AAAAAA;
    
}
.info_extra .title {
    background-color: #CCCCCC;
    line-height: 30px;
    text-indent: 10px;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
}
.info_extra ul {
    padding-left: 25px;
    padding-right: 5px;
    margin: 10px 0;
}
.info_extra ul li {
    margin-bottom: 10px;
}
.info_extra a {
    font-weight: bold;
}
#fb_conta_associada {
    background-color: #EDEFF4;
    padding: 10px 5px;
}

.fb_like_send {

}
.fb_like_send_anuncios {
    margin: 10px 0 0 10px;
}

.matricula {
    text-transform: uppercase;
    text-align: center;
}

.youtube_video_anuncio {
    position: absolute;
    bottom: -5px;
}
