/* =======================================================================
------------------------------ PRICER ------------------------------------
==========================================================================*/
#pricer{
    width: 303px;
    float: left;
    /*margin-top: 8px;*/
    border: 1px solid darkgrey;
}
#pricer .price-header{
    width: 283px;
    padding: 0 10px;
    height: 45px;
    background-color: #fd6911;
}
#pricer .price-header .price-title{
    text-align: left;
    line-height: 45px !important;
    color: #fff;
    font: normal 16px 'Trebuchet MS', sans-serif;
}
#pricer .frame-content{
    padding-left: 10px;
    padding-top: 10px;
    width: 293px;
}

#pricer .row{
    height: 1%;
    overflow: hidden;
    margin-bottom: 8px;
}
#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: white;
    padding-right: 5px;
}
#pricer .price,
#pricer .right{
    float: right;
}
#pricer .separator-pricer{
    border-bottom: 1px solid #EEE;
    width: 303px;
    margin-left: -10px;
    margin-bottom: 10px;
}
#pricer .product{
    margin: 5px 0 22px;
}
#pricer .product h3{
    padding-bottom: 6px;
    font: bold 11px Verdana, sans-serif;
    color: #747474;
}
#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 0;
    padding-bottom: 5px;
    font: bold 11px Verdana, sans-serif;
    color: #747474;
}
#pricer .total-price{
    width: 100%;
    height: 40px;
    margin-top: 15px;
}
#pricer .total-price .content-total{
    float: right;
    width: 303px;
    height: 45px;
    background-color: #fd6911;
}
#pricer .total-price .content-total .total-cost{
    background: none;
    color: #fd6911;
    text-align: right;
    line-height: 45px !important;
    font: normal 30px 'Trebuchet MS', sans-serif;
}
#pricer .total-price .content-total .total-cost,
#pricer .total-price .content-total .label-price{
    color: #fff;    
}
#pricer .total-price .content-total .label-price{
    padding-top: 19px;
    background: none;
    text-align: right;
    font: normal 12px 'Trebuchet MS', sans-serif;
}
#pricer hr{
    margin: 15px 0 15px 0;
}
#pricer-actions{
    float: left;
}

#pricer-actions .back a, 
#pricer-actions .suspend a{
    color: #808080 !important;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    padding-left: 15px;
    font: normal 12px Verdana, Arial;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    background-image: url(/images/frontend/bread_crumb.png);
}

#pricer-actions a:hover{
    text-decoration: underline;
}

#pricer table{
    border-collapse: collapse;
}
#pricer table tr.dotted td{
    background: url('/images/producto/dots.png') left bottom repeat-x;
    padding: 2px 2px;
}
#pricer table{
    width: 100%;
}
#pricer table .description{
    padding-left: 12px;
    background-color: white;
    padding-bottom: 5px;
    font: normal 11px Verdana, sans-serif;
    color: #747474;
}
#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{
    background-color: white;
    font-weight: normal;
    padding-left: 0;
    position: relative;
    *position: absolute;
    *bottom: 0;
    *height: 15px;
    right: -1px;
}

#pricer.loading{
    color: red!important;
}

.customer-info-container .long-pricer{
    border: 0 !important;
    height: 330px;
}

/* =======================================================================
---------- Caracteristicas para cada mercado El Colombiano  --------------
==========================================================================*/

/* ======== INMUEBLES ===========*/
.inmuebles #pricer .price-header,
.inmuebles #pricer .total-price .content-total{
    background-color: #a1c607;
}

/* ======== OTROS ===========*/
.varios #pricer .price-header,
.varios #pricer .total-price .content-total{
    background-color: #f93316;
}

/* ======== EMPLEOS ===========*/
.empleos #pricer .price-header,
.empleos #pricer .total-price .content-total{
    background-color: #019cca;
}