@CHARSET "UTF-8";

.highlight-mini {
    background: rgba(0, 0, 0, 0) url("/img/badge_mini.png") no-repeat scroll left top;
    display: block;
    height: 33px;
    position: absolute;
    right: 20px;
    top: -5px;
    width: 25px;
}

.highlight-big {
    background: rgba(0, 0, 0, 0) url("/img/badge_destacada.png") no-repeat scroll left top;
    display: block;
    height: 70px;
    position: absolute;
    right: 20px;
    top: -11px;
    width: 54px;
}

.highlight-deal-item {
    color: #777;
}
.highlight-content {
    height: 115px;
    padding: 10px;
    border: solid 1px #ddd;
    /*border-left: solid 5px #ddd;*/
    /*-webkit-border-radius: 5px !important;
       -moz-border-radius: 5px !important;
            border-radius: 5px !important;*/
}
.highlight-content:hover {
    background-color: #fcfcfc;
    border: solid 1px #1E88B6;
    /*border-left: solid 5px #1E88B6;*/
}
.highlight-title { height: 40px; font-weight: bold; font-size: 14px; color: #1E88B6; }
.highlight-description { font-size: 12px; }

.highlight-logo { max-width: 70px; max-height: 70px; overflow: hidden; margin-top: 10px; }
.highlight-logo img {}
