/**
 *  TAG Styling Styling
**/
body {
    background-color: #f6f6f6;
    font-size: 16px; /*font-family:Helvetica, Arial, sans-serif;*/
    font-weight: lighter;
    /*background-image: url('../images/background.jpg'); background-size: cover;     background-repeat: no-repeat; */
}

body.branding-none {
    background-image: none;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a.submit {
    text-align: center;
    cursor: pointer;
    border: none;
    _margin: 11px 0 0;
    padding: 5px 10px;
    border-radius: 3px;
    behavior: url('../../../css/ie-css3.htc');
    _width: 85px;
    display: block;
    background-color: #142F5C;
    color: #FFF;
    text-decoration: none;
    height: 25px;
    font-size: 16px;
}

a.submit:hover {
    text-decoration: none;
    color: #fc0
}

/**
 *  Class Styling Styling
**/
.page { /*background-color:#f6f6f6;*/
    background-color: #f9f6f1;
    _min-width: 1310px; /* background-image: url('../images/background.jpg'); background-size: cover;     background-repeat: no-repeat;*/
}

.spaced-5 {
    margin: 5px;
}

.spaced-10 {
    margin: 10px;
}

.padded-5 {
    padding: 5px;
}

.padded-10 {
    padding: 10px;
}

.radius-5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; /* behavior: url('./css/ie-css3.htc'); */
}

.radius-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; /* behavior: url('./css/ie-css3.htc'); */
}

/*.radius-excentric{ border-radius: 5px 5px 20px 5px; -moz-border-radius: 5px 5px 20px 5px; -webkit-border-radius: 5px 5px 20px 5px; /* behavior: url('./css/ie-css3.htc');*/ /*}*/
.shadow-blue {
    box-shadow: 3px 3px 9px #39537C;
    -moz-box-shadow: 3px 3px 9px #39537C;
    -webkit-box-shadow: 3px 3px 9px #39537C; /* behavior: url('./css/ie-css3.htc'); */
}

.shadow-gray {
    box-shadow: 3px 3px 9px #CCC;
    -moz-box-shadow: 3px 3px 9px #CCC;
    -webkit-box-shadow: 3px 3px 9px #CCC; /* behavior: url('./css/ie-css3.htc'); */
}

.border-blue {
    border: 1px solid #39537C;
}

.border-gray {
    _border: 1px solid #F0F0F0;
}

.box {
    margin-left: 50px;
    margin-right: 50px;
}

.box .title {
   /*
    margin-top: 0px;
    font-size: 18px;
    font-weight: lighter;
    color: #ffd500;
    _background-color: #17325F;
    padding: 8px;
    text-align: center;
    _background-color: #525252;
*/
    height: 32px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 0;
    border: 0;
    line-height: 32px;
    margin-bottom: 5px;
    color: #142f5c;
    font-size: 25px;
    font-family: Calibri, arial, sans-serif;
}

/**
 *
**/
.auction {
    background-color: #FFF;
    /*	padding: 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0F243E;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 46px;
    /*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.auction.odd {
    background-color: #ECECEC;
    border-bottom: 0px solid #929090; /*width: 98% border:1px solid #00304e; margin-top: 3px;*/
}

.auction.odd:hover {
    background-color: #f4ad31a6;
    cursor: pointer;
}

.auction.even {
    border-bottom: 0px solid #929090; /*_background-color: #F0F0F0; width: 98% border:1px solid #00304e; margin-top: 3px;*/
}

.auction.even:hover {
    background-color: #f4ad31a6;
    cursor: pointer;
}

.auction .icon {
    height: 32px;
    width: 110px;
}

.auction .name {
    height: 32px;
    width: 40%;
    overflow: hidden;
    margin-left: 10px;
    line-height: 32px; /*text-align:center;*/
}

.auction .lots {
    height: 32px;
    width: 12%;
    overflow: hidden;
    margin-left: 10px;
    line-height: 32px;
}

.auction .ldata {
    width: 35%;
    _position: relative;
    _top: -32px;
    line-height: 32px;
}

/**
 *
**/
/*#lot-info{}*/
#lot-info .title {
    color: #000;
    _background: #17325F url('./images/mainarea/title_bg.png') repeat-y right top;
    padding: 10px 10px;
    font-size: 25px;
}

#lot-info .desc_lote {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#lot-info .titulocaixas {
    color: #124095;
    _background: #2474a7;
    padding: 10px 10px;
    font-size: 20px;
    border-bottom: 2px solid #ffd500;
}

#lot-info .label {
    color: #555;
    font-size: 13px;
    text-transform: uppercase;
}

/*#lot-info .value{ }*/
#lot-info .subtitulocaixa {
    color: #555;
    font-size: 11px;
    font-weight: bold;
}

#lot-info .textocaixas {
    color: #555;
    font-size: 14px;
}

#lot-info .title .close {
    width: 18px;
    height: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 3px;
    line-height: 18px;
    margin-top: 2px;
}

#lot-info .details,
#lot-info .extras,
#lot-info .damages,
#lot-info .obs,
#lot-info .misc {
    border: 0px solid #828282;
    font-family: Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 17px;
}

#lot-info .actions {
    padding-left: 15px;
}

#lot-info .actions a.pdf {
    background: transparent url('./images/lotes/actions.png') no-repeat top left;
    display: block;
    color: #FEFEFE;
    padding: 12px 6px 12px 52px;
    margin: 5px;
    font-size: 16px;
    line-height: 20px;
}

#lot-info .actions a.pdf:hover {
    text-decoration: none;
}

/* frontend - auto recepcao genericos */
.fe_autorecepcao_genericos {
    display: block;
    position: relative;
    width: 80px;
    float: left;
    text-align: center;
}


/**
 *  Footer Module Styling
**/
#footer {
    color: #FFF;
    font-size: 0.75em;
    background-color: #000;
    margin-top: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#footer a, #footer_info a {
    color: #FFF;
}

#footer_info{
    color: #FFF;
    font-size: 0.75em;
    background-color: #000;
    margin-top: 20px;
    width: 100%;
    position: fixed;
    bottom: 20px;
}

/**
 *  Header Module Styling
**/

/**
 *  Main Menu Module Styling
**/
#mainmenu {
    color: #888;
    _font-size: 12px;
    _background-color: #17325F;
    height: 54px;
    background: #213c61;
    width: 100%;
    min-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-bottom: 1px solid #213c61;
    margin-top: 4px;
}

#mainmenu li {
    color: #000; /*margin-top:12px;*/
}

#mainmenu li a {
    color: #ffffff;
    font-size: 20px;
}

#mainmenu li a:hover {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff
}

#mainmenu .current a {
    text-decoration: none;
    font-size: 20px;
}

/*
    #mainmenu li.special1{ background-image:url('./images/menu/separator2.png'); }
        #mainmenu li.special1 a{ color:#2DA2C2; }
    #mainmenu li.special2{ background-image:none; }
        #mainmenu li.special2 a{ color:#2DA2C2; }
    #mainmenu li.special3{ display:none; }
    #mainmenu li.special4{ background-image:none; }
    #mainmenu li.special5{ background-image:none; font-size:smaller; }
    
    #mainmenu .loginregisto{float:right;width:250px;border: 0px;border-radius:0px;background:none;}
    #mainmenu .item_menu{line-height:28px;}
*/
/**
 *  Sidebar Module Styling
**/
#mainarea { /*background:transparent url('./images/mainarea/sidebar.jpg') no-repeat top left;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:150px;
    _margin-top:-50px;
}

#mainarea .sidebar { /* position:relative;*/
    _display: table-cell;
    background-color: #f8f9fa;
}

/**
 *  Auctions Types Module Styling
**/
#auctions-types .button {
    border: 2px solid #17325F; /*background: #FFF url('./images/sidebar/auctions_bg.gif') no-repeat 3px center;*/
    padding: 3px 3px 3px 26px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    width: 50px;
}

#auctions-types .button.live {
    height: 20px;
    color: #FF0000;
    background: #FFF url('./images/sidebar/bidharbour.gif') no-repeat 3px center;
}

#auctions-types .button.online {
    height: 20px;
    color: #00B050;
    background: #FFF url('./images/sidebar/gesonline.gif') no-repeat 3px center;
}

#auctions-types .button.recuperacao {
    color: #984806;
}

.auction .button {
    border: 1px solid #17325F;
    background: #FFF url('./images/sidebar/auctions_small_bg.gif') no-repeat 3px 3px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    width: 152px;
    padding: 3px;
    text-indent: 17px;
}

.auction .button.live {
    color: #FF0000;
}

.auction .button.online {
    color: #00B050;
}

.auction .button.recuperacao {
    color: #984806;
}

.auction .button span {
    color: #0F243E;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.live-link {
    color: #F00;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.live-link:hover {
    color: #F00;
}


.num_lances {
    display: none;
    background: grey;
    color: white;
    float: right;
    margin-right: 10px;
    _margin-top: 25px;
    border-radius: 5px;
    padding: 5px;
    font-size: 12pt;
    text-align: center;
}

.inf_lances {
    color: #000;
    font-size: 14px;
}

.lance_mais_alto {
    text-decoration: underline;
    font-weight: bold;
}

.depcaucao {
    color: red;
    font-size: 16px;
    font-weight: normal;
    min-width: 100%;
    line-height: 3;
    height: 65%;
    padding-left: 5px;
}

/**
 *  promos Module Styling
**/
#promos {
    height: 80px;
    width: 111px;
    background-color: #FFF;
    margin: 0px 0px 7px !important;
}

/**
 *  Login/Register Module Styling
**/
/*#my-account{ border:2px solid #FFF; background-color:#EEE; padding:10px 15px; }*/
/*#my-account a{ color: #000; width:70px; padding-left: 30px; height:22px;line-height:22px; color:#000; font-size:13px; font-weight:bold; }
     #my-account a.register{ background: transparent url('./images/sidebar/register.gif') no-repeat left center; }
     #my-account a.login{ background: transparent url('./images/sidebar/login.gif') no-repeat left center; }
     #my-account a.logout{ background: transparent url('./images/sidebar/login.gif') no-repeat left center; }
     #my-account a.my-account{ background: transparent url('./images/sidebar/register.gif') no-repeat left center; }*/
#my-account a.login {
    /*color: #ffffff;*/
    /*width: 100px;*/
    /*font-size: 13px;*/
    /*padding: 15px;*/
    /*width: 40%;*/
    /*margin-bottom: 4px;*/
    /*background-color: #03c300;*/
    /*transition: opacity 0.5s;*/
    /*transition: background-color 0.5s ease;*/
    /*text-decoration: none;*/
    /*border: none;*/
	/*border-radius:5px;*/
	/*margin-left: 5px;*/
	/*max-width: 110px;*/
	/*margin-top:10px;*/
	/*font-weight: bold;*/
    background:none;
}

#my-account a.login:hover {
    _opacity: .7;
    _color: #fff;
    _background-color: #ffd500;
    color: #EAAA00 !important;
}

#my-account a.register {
    /*color: #ffffff;*/
    /*width: 100px;*/
    /*font-size: 13px;*/
    /*padding: 15px;*/
    /*width: 40%;*/
    /*margin-bottom: 4px;*/
    /*background-color: #118ee1;*/
    /*transition: opacity 0.5s;*/
    /*transition: background-color 0.5s ease;*/
    /*text-decoration: none;*/
    /*border: none;*/
	/*margin-right: 5px;*/
	/*max-width: 110px;*/
	/*margin-top:10px;*/
	/*font-weight: bold;*/
    background:none;
}

#my-account a.register:hover {
    _opacity: .7;
    _color: #fff;
    _background-color: #ffd500;
    color: #EAAA00 !important;
}

#my-account.loginregisto {
    _background-color: #fff;
    _border: 7px solid #17325f;
    color: #000; /*margin-top:18px; font-weight: bold;*/
}


/**
 *  Search Form Styling
**/
#search-form {
    _border: 1px solid #163067;
    _background-color: #FFF; /* padding:10px 10px 10px 10px; margin:10px 10px 0 !important;*/
}

#search-form label {
    _font-size: 13px;
    _font-weight: bold;
    color: #868686
}

#search-form select,
#search-form input {
    border: 1px solid #868686;
    font-size: 15px;
    color: #868686;
    padding: 8px;
}

#search-form input[type="checkbox"] {
    display: none;
}

#search-form input[type="checkbox"] + label {
    display: block;
    margin: 2px;
}

#search-form input[type="checkbox"]:checked + label:before {
    background-color: #00588e;
    color: #fff;
}

#search-form input[type="checkbox"] + label:before {
    content: '\2714';
    border: 1px solid #868686;
    border-radius: 2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-left: 4px;
    padding-bottom: 6px;
    margin-right: 8px;
    vertical-align: bottom;
    color: transparent;
    transition: 0.2s;
}


#search-form .disabled label {
    color: #CCC;
}

#search-form .disabled select,
#search-form .disabled input {
    border: 1px solid #CCC;
    color: #CCC;
}

/*
#search-form div.submit{ background:transparent url('./images/sidebar/search.gif') no-repeat 0% 0%;padding-left: 30px; height: 27px; margin-top:10px;}
*/
/*        #search-form input.submit{ background:transparent url('./images/sidebar/submit.png') repeat-x 0% 50%;  border: none; font-weight: bold; font-size: 13px; cursor:pointer; color:#FFF; margin-top:10px; height: 27px; }*/

#search-form input.submit {
    text-align: center;
    cursor: pointer;
    /*border:none; */
    _margin: 10px 0 0;
    padding: 5px 10px;
    border-radius: 3px;
    behavior: url('../../../css/ie-css3.htc');
    _width: 83%;
    display: block;
    background-color: #797979;
    color: #FFF;
    text-decoration: none;
    transition: opacity 0.5s;
    height: 35px;
}

#search-form input.submit:hover {
    opacity: 0.7
}

/* #search-form .submit:hover{ color:#FFF; } */
#search-form #refine-search {
    margin-top: 10px;
}

#search-form #refine-search .refiner {
    margin-top: 5px;
}

#search-form #refine-search .group {
    border: 1px solid #17325F;
    margin: 0px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 13px;
}

#search-form #refine-search .links {
    padding-left: 20px;
    font-size: 13px;
    font-weight: normal;
    color: #17325F;
}

#search-form #refine-search .links a {
    display: block;
    color: #17325F;
}


/**
 *
**/
.auction-lots {
    _display: table-cell;
    width: 100%;
    _float: right;
}

.auction-lots .header {
    color: #ffd500;
    background: #525252;
    /* margin: 5px 10px; */
    _margin-left: 30px;
    font-size: 16px;
    /* border: 1px solid #868686;
    background-color: #00588e;*/
}

.auction-lots .header .count {
    float: left;
    width: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.auction-lots .header .title {
    /*     margin-top: 10px;
                    margin-bottom: 20px;*/
    font-size: 30px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.auction-lots .header .subtitle {
    margin-top: 0px; /*margin-bottom:20px;*/
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}

.auction-lots .header .link_live {
    margin-top: 20px;
    float: right;
    margin-bottom: 20px;
}

.auction-lots .pagination {
    margin: 3px 0px;
    background-color: #ffd500;
}

.auction-lots .pagination div.pages {
    float: right;
}

.auction-lots .pagination div.pages span.pages_current {
    background-color: #132F5C;
    color: #FFF;
}

.auction-lots .pagination div.pages span.pages_current,
.auction-lots .pagination div.pages a.pages {
    display: inline-block;
    padding: 0px 5px;
}

.auction-lots .pagination div.navigation {
    float: left;
    font-size: 16px;
}

.auction-lots .pagination div.navigation span.page_current {
    background-color: #132F5C;
    color: #FFF;
}

.auction-lots .pagination div.navigation span.page_current,
.auction-lots .pagination div.navigation a.page { /*display:inline-block;*/
    padding: 1px 10px;
}

.auction-lots .lot, .auction-lots .lot-on { /* border-top: 1px solid #ddd;*/
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px; /* background-color: #ffd500;*/
}

:root .auction-lots .lot, .auction-lots .lot-on {
    _border: 1px solid #AAA;
    _margin: 5px 0;
    border-bottom: 1px solid #9e9e9e;
}

.auction-lots .lot-on {
    padding: 0;
    height: 170px;
    width: 99%
}

/*.auction-lots .lot .in,.auction-lots .lot-on .in{ font-size:11px; color:#828282; margin: 0 7px 14px; text-align: center;}*/
.auction-lots .odd {
    border-left: 9px solid #ffd500;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-top: 10px;
}

.auction-lots .even {
    background-color: #f1f1f1;
    border-left: 9px solid #ffd500;
    margin-top: 10px;
}

.auction-lots .lot .in, .auction-lots .lot-on .in {
    font-size: 14px;
    color: #ffffff;
    margin: 0 7px 14px;
    text-align: center;
    background-color: #132f5c;
}

.auction-lots .lot .row, .auction-lots .lot-on .row {
    _border-bottom: 1px solid #AAA;
    padding: 0;
}

.auction-lots .lot .first, .auction-lots .lot-on .first {
    _margin: 7px 7px 0 7px;
    _border-bottom: 2px solid #dcdcdc;
}

.auction-lots .lot .first .thumb, .auction-lots .lot-on .first .thumb,
.auction-lots .lot .first .thumb img, .auction-lots .lot-on .first .thumb img {
    height: 65px;
    width: 84px;
}

.auction-lots .lot .first .rdata, .auction-lots .lot-on .first .rdata {
    width: 80%;
    margin-left: 8px;
    _height: 155px;
    border: 0px solid #000
}

.auction-lots .lot .first .rdata, .auction-lots .lot-on .first .rdata, .auction-lots .lot .first .rdata .lote {
    width: 60%;
    _margin-left: 8px;
    _height: 155px;
    border: 0px solid #000
}

.auction-lots .lot .first .lances {
    width: 20%;
}

.auction-lots .lot .first .rdata .name, .auction-lots .lot-on .first .rdata .name, .auction-lots .num_lote {
    color: #124095;
    font-size: 16px;
    _font-weight: bold;
    _margin-top: 8%;
    _padding: 5%;
    _background-color: #ffd500;
}

.auction-lots .lot .first .rdata .details, .auction-lots .lot-on .first .rdata .details {
    display: inline-block;
    background-color: #132F5C;
    color: white;
    font-size: 22px;
    font-weight: bold;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 15px;
    text-indent: 0px;
}

.auction-lots .lot .first .rdata .details:hover, .auction-lots .lot-on .first .rdata .details:hover {
    text-decoration: none;
    color: #fc0;
}

.auction-lots .lot .first .properties, .auction-lots .lot-on .first .properties,
.auction-lots .lot .first .caracteristics, .auction-lots .lot-on .first .caracteristics {
    margin-top: 25px;
    font-size: 17px;
    font-weight: normal;
    color: #00588e; /*   position: absolute;*/
}

.auction-lots .lot .second, .auction-lots .lot-on .second {
    margin: 0px 7px 7px 7px;
}

.auction-lots .lot .second div, .auction-lots .lot-on .second div {
    background-color: #E5EAF0;
    color: #132F5C;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #AAA;
    width: 105px;
    padding: 3px 0px;
}

.auction-lots .lot .second div.borderless, .auction-lots .lot-on .second div.borderless {
    border-left: none;
}

.auction-lots .lot-on .second span {
    color: #F00;
    font-size: 18px;
    font-weight: bold;
    margin-left: 23px;
}

.auction_list .caract {
    width: 66%;
}

.auction_list .caract_off {
    width: 75%;
}

.auction_list .caract .detalhe_marca {
    width: 24.7%;
    height: 98%;
    border: 0px solid red;
    float: left;
    padding-top: 4%;
    text-transform: uppercase;
}

.auction_list .caract .detalhe_caract1 {
    width: 24.7%;
    height: 98%;
    border: 0px solid red;
    float: left;
    padding-top: 4%;
    text-transform: uppercase;
}

.auction_list .caract .detalhe_caract2 {
    width: 24.7%;
    height: 98%;
    border: 0px solid red;
    float: left;
    padding-top: 4%;
    text-transform: uppercase;
}

.auction_list .caract .detalhe_lote {
    width: 24.7%;
    height: 98%;
    border: 0px solid red;
    float: left;
    padding-top: 4%;
    text-transform: uppercase;
}

.auction_list .caract_off .detalhe_off_marca {
    width: 24.7%;
    height: 98%;
    border: 0px solid red;
    float: left;
    padding-top: 4%;
    text-transform: uppercase;
}

.auction_list .caract_off .detalhe_off_caract1 {
    width: 24.7%;
    height: 98%;
    border: 0px solid red;
    float: left;
    padding-top: 4%;
    text-transform: uppercase;
}

.auction_list .caract_off .detalhe_off_caract2 {
    width: 24.7%;
    height: 98%;
    border: 0px solid red;
    float: left;
    padding-top: 4%;
    text-transform: uppercase;
}

.auction_list .caract_off .detalhe_off_lote {
    width: 24.7%;
    height: 98%;
    border: 0px solid red;
    float: left;
    padding-top: 4%;
    text-transform: uppercase;
}

.auction_list .title {
    width: 100%;
    float: left;
}

.auction-lots .marca {
    color: #555;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    _height: 20px;
    _overflow: hidden;
    _margin-bottom: 10px;
    min-width: 100%;
}

.auction-lots .modelo {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    _height: 20px;
    _overflow: hidden;
    _margin-bottom: 10px;
    min-width: 100%;
}

.auction-lots .resumo_detalhe {
    color: #555;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    _height: 20px;
    _overflow: hidden;
    _margin-bottom: 10px;
    min-width: 100%;
    line-height: 2;
}

.auction-lots .resumo_detalhe_lances {
    color: #555;
    font-size: 16px;
    font-weight: normal;
    min-width: 100%;
    line-height: 3;
    border-left: 1px solid #b9b9b9;
    height: 65%;
    padding-left: 5px;
}

.auction-lots .title {
    width: 100%;
    float: left;
}

.numlote {
    color: #ffffff;
    background-color: #00588e;
    padding: 4px;
    width: 100px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.aguardaaprovacao {
    color: #fff;
    background-color: #dd0908;
    font-size: 14px;
    /*animation: blinker 1s linear infinite;*/
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

.bidding {
    border: none; /*margin:0px 18px;*/
    width: 10%;
    _height: 155px;
    _padding-top: 20px;
}

.area_botoes_paginacao {
    width: 100%;
    text-align: center;
}

.botoes_paginacao {
    border: 1px solid #0A9BD6;
    background: #0A9BD6;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    margin: 10px;
    color: #fff !important;
    display: inline-block;
    font-family: 'FontAwesome' !important;

}

.botoes_paginacao:hover {
    background-color: #0a578d;
    border: 1px solid #0a578d;
}

.prop_lote {
    width: 100%;
    border: solid 0px;
    font-weight: bold;
    text-align: center;
    _height: 20px;
    font-size: 12pt;
    color:#FFCC00;
    background-color:#0A246A ;
    animation: blinker 3s linear infinite;
    display: inline-block;
    margin-right: 0px;

    padding:6px;
    border-radius: 5px;
}

.fecho_leilao_titulo {
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #ffffff;
    background-color: #dd0908;
}

.blinker {
    animation: blinker 3s linear infinite;

}

@keyframes blinker {
    50% {
        opacity: 0.7;
    }
}

.info_fecho {
    font-size: 15px;
    font-weight: bold;
}

.bidding .button-inc {
    border: 1px solid #00a000;
    background: #00a000;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    width: 135px;
    padding: 5px;
    float: right;
    text-align: center;
    margin-bottom: 10px;
    color: #fff !important;

}

.bidding .button-incx
.bidding .button-bnow {
    width: 144px;
    margin: 5px;
    background-color: #142F5C;
    padding: 4px 8px;
    font-size: 14px;
    color: #FFF;
}

.bidding .button-incx {
    margin-right: 13px \0;
    padding-right: 0px \0;
}

.bidding .countdown {
    display: inline-block;
    font-size: 20px;
    _color: #676767;
    color: #000;
    text-align: right;
    line-height: 18px;
    padding: 0px 6px 0px 4px;
    width: 100%;
    font-weight: lighter;
    border: none;
}

.bidding .button-inc a,
.bidding .button-bnow a {
    color: #FFF;
    display: block;
}

.bidding .button-inc a:hover,
.bidding .button-incx:hover,
.bidding .button-bnow a:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #00d95a;
    background-color: #00d95a;
}

.button-inc a:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #00d95a;
    background-color: #00d95a;
}

.bidding .button-inc a b,
.bidding .button-bnow a b {
    float: right;
}

.bidding .countdown {
    border: none;
    position: relative;
    _top: -8px;
}

.bidding .countdown .refresh {
    background: transparent url('./images/lotes/refresh.gif') no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 1px;
    overflow: hidden;
    text-indent: 50px;
}

.bidding .button-incx input {
    font-size: 13px;
    line-height: 13px;
    font-family: Calibri, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    width: 50px;
    border: none;
    box-shadow: none;
    text-align: right;
    border-radius: 0px;
    background-color: #969696;
    color: #FC0;
    font-weight: bold;
    z-index: 2;
    width: 51px \0;
    *width: 51px;
    _width: 51px;
}

:root .auction-lots .lot-on .bidding .button-incx input {
    font-size: 13px;
    line-height: 13px;
    font-family: Calibri, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    width: 54px;
    border: none;
    box-shadow: none;
    text-align: right;
    border-radius: 0px;
    background-color: #969696;
    color: #FC0;
    font-weight: bold;
    z-index: 2;
}

.bidding .button-incx .grayed {
    background-color: #969696;
    padding: 4px 14px 4px 2px;
    z-index: 1;
    margin-right: -4px;
}

.bidding .button-incx .send {
    width: 25px;
    height: 25px;
    background: transparent url('./images/lotes/accept.png') no-repeat center center;
    position: relative;
    font-size: 1px;
    overflow: hidden;
    text-indent: 50px;
    float: right;
    margin-bottom: -25px;
    right: -10px;
    margin-left: -10px;
    top: -21px;
    top: -4px \0;
    *top: -4px;
    _top: -4px;
}

:root .auction-lots .lot-on .bidding .button-incx .send {
    width: 25px;
    height: 25px;
    background: transparent url('./images/lotes/accept.png') no-repeat center center;
    position: relative;
    font-size: 1px;
    overflow: hidden;
    text-indent: 50px;
    float: right;
    right: -12px;
    margin-bottom: -25px;
    top: -21px;
}

.bidding .info-incx {
    font-size: 10px;
    font-style: italic;
}

.botao_licitar {
    width: 100%;
    display: inline-block;
    position: relative;
    top: 30px;
}

.botao_licitar a {
    color: #fff;
}

.propriedadelote {
    border: solid 0px;
    font-weight: normal;
    text-align: center;
    height: 18px;
    color: green;
    margin-top: 10px;
    margin-bottom: 10px;
}

.base_licitacao, .valor_referencia, .valor_actual {
    _width: 100%;
    display: inline-block;
    color: #696969;
    line-height: 18px;
    font-size: 20px;
    margin-left: 10px;

}

.base_licitacao .label, .valor_referencia .label, .valor_actual .label {
    float: left;

    text-transform: uppercase;
    font-weight: lighter;
    font-size: 15px;
}

.base_licitacao .value, .valor_referencia .value, .valor_actual .value {
    float: right;
    font-weight: normal;
    font-weight: lighter;
    font-size: 15px;
}

.valor_actual .label, .valor_actual .value {
    font-weight: bold;
}

.detalhe_caixa {
    border-bottom: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    height: 310px;
    padding: 10px
}


.detalhe_galeria {
    float: left
}

.detalhe_caract {
    width: 50%;
    float: left;
    height: 350px;
    border: 0px solid #000;
    margin-left: 50px;
    color: #555;
    font-size: 14px;
    line-height: 2.4;
}

.titulo_galeria{
    color: #FFF;
    font-weight: bold;
    text-align: center;
    top: 30px;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;

}
/**
 *  Form Generic Styling
**/

/**
 *  Registration Form Styling
**/

/**
 *  "Fancyboxed" Forms Styling
**/

/**
 *  Login Form Styling
**/

/**
 *  Address Form Styling
**/

/**
 *  Auctions Styling
**/

/**
 * Bidding Form Styling
**/

/**
 * Catalog Auctions listing
**/

/**
 *  My Account Styling
**/
#account-form input,
#password-form input,
#account-form textarea {
    width: 335px;
}

#account-form .half input,
#password-form .half input {
    width: 155px;
}

#account-form .submit,
#password-form .submit {
    width: 80px;
    background-color: #142F5C;
    color: #FFF;
    border: none;
    cursor: pointer;
}

#account-form .msg {
    font-weight: bold;
    margin-top: 7px;
    color: #142F5C;
}

#account-form .msg.erro {
    color: #F00;
}