/* rating table */

.rating {
        width: 100%;
        background: #D7D7D7;
}

.rating th {
        width: 110px;
        text-indent: -5000px;
        line-height: 30px;
        background: url("../images/search-results-at-a-glance.gif") 0 0 no-repeat;
        overflow: hidden;
}

.rating td {
        vertical-align: top;
}

.rating dd {
        background: url("../images/search-results-rating-white.gif") 0 1px no-repeat;
}

.rating span {
        text-indent: -5000px;
        line-height: 12px;
        overflow: hidden;
        display: block;
}

.rating .td-cities-attractions span {
        background: url("../images/search-results-rating-brown.gif") 0 1px no-repeat;
}

.rating .td-great-outdoors span {
        background: url("../images/search-results-rating-green.gif") 0 1px no-repeat;
}

.rating .td-adventure span {
        background: url("../images/search-results-rating-blue.gif") 0 1px no-repeat;
}

.rating .rating-1 span {
        width: 10px;
}

.rating .rating-2 span {
        width: 22px;
}

.rating .rating-3 span {
        width: 34px;
}

.rating .rating-4 span {
        width: 46px;
}

/* search form table */

.search-form td {
        padding: 2px 0;
}

/* tour table */

.tour th {
        padding-right: 10px;
        font-weight: normal;
}

.tour td {
        font-weight: bold;
}

