.viewed {
    background-color: #F2F2F2;
    padding: 20px;
    width: 200px;
    display:none;
}

.viewed h4 {
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    font: bold 15px Arial,helvetica,sans-serif;
    color: #333;
    margin-bottom: 15px;
}
.viewed .item {
    border-top: 1px solid #CCCCCC;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
}
    .viewed .item .v-info {
        margin-left: 70px;
    }
        .item .tourTitle {
            color: #00A8CC;
            font-size: 13px;
            font-weight: bold;
            text-decoration: none;
        }
        .item .tourTitle:hover {
            text-decoration:underline;
        }
        .tourLocation {
            color: #666666;
            font: italic 13px "Times New Roman",helvetica,sans-serif;
            text-decoration: none;
        }
        .tourLocation:hover {
            text-decoration:underline;
        }
    .viewed .item .params {
        /*margin-top: 5px;*/
        overflow: hidden;
    }
    .viewed .item .params.noempty {
        margin-top: 5px;
    }
        .tourFood {
            width: 30%;
        }
        .tourLength, .tourPrice {
            width: 35%;
        }
        .tourPrice {
            white-space: normal;
        }
            .tourPrice .sum {
                color: #666666;
                font-size: 12px;
                font-weight: bold;
            }
        .tourFood, .tourLength, .tourPrice {
            color: #A5A5A5;
            text-align: center;
            font-size:11px;
        }
            .item b {
                color: #666666;
                font-size: 12px;
            }
            .tourFood b {
                text-transform: uppercase;
            }
    .viewed .item .clear {
        height: 1px;
    }
.tour_name, .tour_name a {
    color: #00A8CC;
    font: bold 13px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0 0 7px;
    text-decoration: none;
}
.tour_name a:hover {
    text-decoration: underline;
}
.t-locale, .t-locale a {
    color: #666666;
    font: italic 13px "Times New Roman",helvetica,sans-serif;
    text-decoration: none;
}
.viewed_list_item_tour {
    border-top: 1px solid #CCCCCC;
    padding-bottom: 10px;
    padding-top: 10px;
}
.viewed_list_item_tour_add_info {
    margin-top:10px;
}
.viewed_list_item_tour_add_info .strong {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}
.viewed_list_item_tour_add_info .food, .viewed_list_item_tour_add_info .term, .viewed_list_item_tour_add_info > .price {
    color: #A5A5A5;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    text-align: center;
}
.viewed_list_item_tour_add_info .food {
    width:30%;
}
.viewed_list_item_tour_add_info .term {
    width:25%;
}
.viewed_list_item_tour_add_info > .price {
    width: 45%;
}
.viewed_list_item_tour_img img {
    width:200px;
    height:150px;
}
.viewed_list_item_tour_add_info > .price .sum {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}