﻿/* Vacation Packages List classes */
.vacationPackageList
{
    padding: 2px 12px;
}
.vacationPackageListPhoto
{
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.vacationPackageListDesc
{
    width: 430px;
    margin-left: 15px;
}
.vacationPackageSmallMiddle .vacationPackageListDesc
{
    width: 220px;
}
.vacationPackageListDesc a
{
    text-decoration: none;
}
.vacationPackageListDesc h3
{
    margin: 0px 0px 6px;
    color: #BF2E1B;
    font-size: 13px;
    font-weight: bold;
}
.vacationPackageListNights
{
    font-weight: bold;
}
.vacationPackageListPrice .price
{
}
.vacationPackageListNights, .vacationPackageListPrice, .moreInfoBtn
{
    line-height: 24px;
}
.vacationPackageListDivider
{
    clear: both;
    height: 2px;
    margin: 10px 20px;
    background-image: url(/img/vacation_packages/packages-divider-wide.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
.vacationPackageSmallMiddle .vacationPackageListDivider
{
    background-image: url(/img/vacation_packages/packages-divider.gif);
}
.noPackagesFoundMessage
{
    display: block;
    padding: 10px 40px 0px;
}
/* End Vacation Packages List */
