a.icon_arrow
{
    padding: 0 0 0 18px;
    background: url(../../images/icon-right-arrow.png) 0 50% no-repeat;
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #0099cc;
}

a:hover.icon_arrow,
a:active.icon_arrow {
    text-decoration: none;
}


#content_box_theme {           
    clear: both;
}

#content_box_theme .content_box {
    width: 470px;
    margin: 0 22px 14px 0; 
    padding: 0;
    background: #fff;
    overflow: hidden;
}

/* popular destinations list
---------------------------------------------------------------------------------------------- */

#content_box_theme .popular_destinations_list {
    width: 470px;
}

#content_box_theme .popular_destinations_list h3 {
    font-size: 18px;
    margin: 0 0 9px 0;
    padding: 7px 0;
    color: #ef9800;
    border-bottom: solid 1px #ef9800;
    background: none;
    font-weight: normal;
}

#content_box_theme .popular_destinations_list .destination_item {
    width: 470px;
    height: 80px;
    padding: 3px 0 0 0;
    float: left;
    position: relative;
    background: url(../../../data/images/CHANNEL/popular-destinations-item-bg-sprite.gif) 0 -83px no-repeat;
    cursor: pointer;
}

#content_box_theme .popular_destinations_list .destination_item_link {
    width: 470px;
    height: 82px;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.destination_item_link {
    background: url(http://thomascook.nl/images/spacer.gif);
}

#content_box_theme .popular_destinations_list .destination_item.first_item {
    height: 80px;
    padding: 3px 0 0 0;
    background: url(../../../data/images/CHANNEL/popular-destinations-item-bg-sprite.gif) 0 0 no-repeat;
}

#content_box_theme .popular_destinations_list .destination_item.last_item {
    height: 81px;
    padding: 4px 0 0 0; 
    background: url(../../../data/images/CHANNEL/popular-destinations-item-bg-sprite.gif) 0 100% no-repeat;
}

#content_box_theme .popular_destinations_list .destination_item .destination_image {
    width: 105px;
    float: left;
}

#content_box_theme .popular_destinations_list .destination_item .destination_image img {
    margin: 9px 8px;
}

#content_box_theme .popular_destinations_list .destination_item .destination_title {
    width: 200px;
    margin: 10px 0 0 10px;
    float: left;
}

#content_box_theme .popular_destinations_list .destination_item .destination_title h4 {
    color: #0099CC;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    background: none;
    border: none;
}

#content_box_theme .popular_destinations_list .destination_item .destination_title p {
    margin: 0;
    padding: 0;
    color: #666;
}

#content_box_theme .popular_destinations_list .destination_item .destination_meta_data {
    width: 130px;
    margin: 10px 0 0 0;
    padding: 0 10px 0 0;
    float: right;
}

#content_box_theme .popular_destinations_list .destination_item .destination_meta_data .price {
    font-size: 11px;
    color: #ef9800;
    float: right;
}

#content_box_theme .popular_destinations_list .destination_item .destination_meta_data .price strong {
    margin: 0 3px;
    font-size: 16px;
}

#content_box_theme .popular_destinations_list .destination_item .destination_meta_data .more_link {
    margin: 30px 0 0 0;
    float: right;
}
