/* =======================================================================
------------------------------ PRICER ------------------------------------
==========================================================================*/
#pricer{
    width: 300px;
    height: auto;
    float: right;
    margin-top: 20px;
    margin-right: 2px;
    background-color: #ebebeb;
}
#pricer .price-header{
    width: 90%;
    padding: 0 5%;
}
#pricer .price-header .price-title{
    height: 35px;
    color: #6d6f71;
    text-align: left;
    line-height: 46px !important;
    font: 700 16px 'Open Sans', Arial, Sans-Serif;
}
#pricer .frame-content{
    padding: 0 5%;
    width: 90%;
    font: normal 11px Verdana, sans-serif;
    color: #747474;
}
#pricer .row{
    height: 1%;
    overflow: hidden;
    margin-bottom: 2px;
}
#pricer #pricer-header .dotted,
#pricer #pricer-resume .dotted{
    background: url('/images/frontend/dots.png') left bottom repeat-x;
}
#pricer p{
    float: left;
}
#pricer .category,
#pricer .detail,
#pricer .price{
    font: normal 11px Verdana, sans-serif;
    color: #747474;
    background-color: #ebebeb;
    padding-right: 4px;
}
#pricer .category{
    font-weight: bold;
}
#pricer span.advice-title{
    margin-bottom: 5px;
    margin-left: 12px;
    float: left;
}
#pricer .price,
#pricer .right{
    float: right;
}
#pricer .separator-pricer{
    margin-top: 8px;
    border-top: 1px dotted #6d6f71;
    margin-bottom: 8px;
}
#pricer .product{
    margin: 5px 0 5px;
}
#pricer .product h3{
    padding-bottom: 5px;
    font: 11px Verdana, sans-serif;
    color: #747474;
    font-weight: bold;
}
#pricer .product ul{
    font-size: 12px;
    color: #444;
    font-style: italic;
    padding-left: 15px;
}
#pricer .product ul .category{
    font-weight: normal;
}
#pricer .product .sub-category{
    float: none;
    margin: 10px 0px 0px 0px;
    padding-bottom: 5px;
    font: 11px Verdana, sans-serif;
    color: #747474;
    font-weight: bold;
}
#pricer .total-price{
    width: 100%;
    height: 40px;
    margin-top: 15px;
}
#pricer .total-price .content-total{
    color: #ffffff;
    background-color: #777;
    line-height: 46px !important;
    font: 600 20px 'Open Sans', sans-serif;
    width: 300px;
    margin: 3px 0px 0px -15px;
    height: 46px;
    float: left;
}
#pricer .total-price .content-total .total-cost{
    color: #ffffff;
    text-align: right;
    background-color: #777;
    line-height: 46px !important;
    font: 600 20px 'Open Sans', sans-serif;
    margin-right: 15px;
}
#pricer .total-price .content-total .label-price{
    float: left;
    text-align: left;
    color: #ffffff;
    background-color: #777;
    line-height: 46px !important;
    font: 600 20px 'Open Sans', sans-serif;
    font-size: 14px;
    margin-left: 15px;
}
#pricer hr{
    margin: 15px 0 15px 0;
}
#pricer #pricer-actions{
    background-color: #fff!important;
    float: left;
    width: 100%;
}
#pricer-actions li {
    float: left;
    width: 100%;
}
#pricer #pricer-actions a{
    color: #333!important;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    font: bold 12px 'Open Sans', Arial, Sans-Serif;
    float: left;
}
#pricer #pricer-actions a:hover{
    text-decoration: underline;
}
#pricer #pricer-actions .red-arrow {
    width: 20px;
    height: 20px;
    float: left;
}
#pricer table{
    border-collapse: collapse;
}
#pricer table tr.dotted td{
    background: url('/images/producto/dots.png') left bottom repeat-x;
    padding: 2px 0;
}
#pricer table{
    width: 100%;
}
#pricer table .description{
    padding-bottom: 5px;
    font: normal 11px Verdana, sans-serif;
    color: #747474;
    background: transparent url(/images/frontend/check.png) 14px 4px no-repeat;
    padding-left: 29px;
}
#pricer table #paper-publication-days{
    font-weight: bold;
}
#pricer table #paper-publication-days{ color: #747474; }

#pricer table td.price-container{
    width: 45px;
    text-align: right;
    vertical-align: bottom;
    position: relative;
}
#pricer table td.price-container .price{
    font-weight: normal;
    padding-left: 0;
    position: relative;
    *position: absolute;
    *bottom: 0;
    *height: 15px;
    right: -1px;
}

#pricer.loading{
    color: red!important;
}

/* =======================================================================
---------- Caracteristicas para cada mercado Uno Medios   --------------
==========================================================================*/
/* ===== Autos =====*/
.autos #pricer #pricer-actions .red-arrow{
    background: url(/images/frontend/autos/arrow_uno.png) 6px 9px no-repeat;
}
/* ===== Inmuebles =====*/
.inmuebles #pricer .total-price .content-total .label-price{
    color: #ffffff;
}
.inmuebles #pricer #pricer-actions .red-arrow{
    background: url(/images/frontend/inmuebles/arrow_uno.png) 6px 9px no-repeat;
}
/* ===== Empleos =====*/
.empleos #pricer .total-price .content-total .label-price{
    color: #ffffff;
}
.empleos #pricer #pricer-actions .red-arrow{
    background: url(/images/frontend/empleos/arrow_uno.png) 6px 9px no-repeat;
}
/* ===== Varios =====*/
.varios #pricer .total-price .content-total .label-price{
    color: #ffffff;
}
.varios #pricer #pricer-actions .red-arrow{
    background: url(/images/frontend/varios/arrow_uno.png) 6px 9px no-repeat;
}