#prices .disclaimer {font-size:11px; margin-top: 5px; padding-left: 6px;}
#prices {font-family: Arial, sans-serif; cursor: pointer; color: #000; padding: 4px; height: 238px; width: 288px; border: 2px solid #D7771F;
    background: #ebf0f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebf0f4 0%, #a7c9e2 62%, #c0d3e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf0f4), color-stop(62%,#a7c9e2), color-stop(100%,#c0d3e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebf0f4 0%,#a7c9e2 62%,#c0d3e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebf0f4 0%,#a7c9e2 62%,#c0d3e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebf0f4 0%,#a7c9e2 62%,#c0d3e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebf0f4 0%,#a7c9e2 62%,#c0d3e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf0f4', endColorstr='#c0d3e0',GradientType=0 ); /* IE6-9 */
}
#prices h3 {color: #334B66; background-color: transparent; padding: 0; margin: 3px 0 0 6px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; }
#prices h3 a {text-decoration: none;color: #334B66;}
#prices h3 a:hover {text-decoration: underline;}
#prices #subtitle {font-size: 11px; font-weight: bold; margin: 0 0 0 6px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
#prices #gdestinacija_link {position: absolute; color: #fff; margin-left: 170px; margin-top: 3px; text-decoration: none;}

#prices .newsticker-jcarousellite {margin-top: 8px;}
#prices li {padding: 0 6px 0 5px; font-size: 17px; line-height: 20px; z-index: 0;}
#prices .price {float: right; font-size: 14px; color: black;}
#prices .price a {color: #2b6496; text-decoration: none;}
#prices .city {font-size: 16px; font-weight: bold;}

#prices li .content {margin: 1px 0; background-color: #fff;padding: 2px 12px 2px 8px;;
    cursor: pointer;
    border: 1px solid #8485B4;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: inset 2px 4px 7px #ccc;
    -moz-box-shadow: inset 2px 4px 7px #ccc;
    -webkit-box-shadow: inset 2px 4px 7px #ccc;
    -o-box-shadow: inset 2px 4px 7px #ccc;
}
#prices li .content:hover {background-color: #F6BA83;}
