.bannerBrandArea{
    width: 620px;
    height: 398px;
    margin-top: 20px;
    position: relative;
    z-index: 5;
}
.bannerBrandArea .bannerBrand{
    width: 620px;
    height: 398px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
.bannerBrandArea .bannerBrand img{
    width: 620px;
    height: 398px;
}
.bannerBrandArea .bannerBrandControl{
    position: absolute;
    bottom: 12px;
    z-index: 14;
}
.bannerBrandArea .bannerBrandControl .bannerDot{
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
.bannerBrandThumbnails{
    width: 620px;
    height: 61px;
    margin: 10px 0px;
    overflow: hidden;
}
.bannerBrandThumbnailPanel{
    width: 640px;
}
.bannerBrandThumbnail{
    width: 95px;
    height: 61px;
    float: left;
    margin: 0px 10px 0px 0px;
}
.bannerBrandThumbnail img{
    width: 95px;
    height: 61px;
    cursor: pointer;
}
.bookingAddress{
    box-sizing: border-box;
    margin: 4px 0px 4px 0px;
    width: 94%;
}
.bookingColumnLeft{
    width: 350px;
    border-right:2px solid #000000;
    float: left;
    margin-top: 25px;
    padding: 0px 30px 12px 0px;
}
.bookingColumnRight{
    width: 620px;
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    position: relative;
}
.bookingEmail{
    width: 175px;
    margin-right: 5px;
}
.bookingMobile{
    width: 80px
}
.bookingName{
    width: 130px;
    margin-right: 5px;
}
.bookingTable{
    width: 100%;
}
.bookingTable td{
    padding: 5px 0px;
}
.bookingQuestion input, .bookingQuestion textarea{
    width: 235px;
    float: right;
}
.deliverySuggestion{
    cursor: pointer;
    display: inline-block;
    padding: 0px 3px;
}
.deliverySuggestion:hover{
    background-color: rgb(190,25,25);
    color: #ffffff;
}
.inputBlock{
    padding: 4px 0px;
}
.paymentTypeOption{
    display: flex;
    margin-top: 10px;
}
.paymentTypeOptionRadio{
    margin: 3px 10px 0px 2px;
}
.paymentTypeOptionImages{
    margin-right: 10px;
}
.paymentTypeOptionImages img{
    float: right;
    width: 42px;
}
.tastingsColumnLeft{
    width: 620px;
    border-right:2px solid #000000;
    float: right;
    padding-right: 30px;
    position: relative;
}
.tastingsColumnRight{
    width: 350px;
    float: right;
    padding-left: 30px;
}
.tastingsEventInfo{
    border-top: 1px solid black;
    padding: 10px 0px;
}
.tastingsInfoArea{
    border-bottom: 1px solid black;
    margin-top: 20px;
}
.tastingsInfo{
    height: 40px;
    border-top: 1px solid black;
    overflow: hidden;
    -webkit-transition: height 300ms; /* Safari */
    -webkit-transition-timing-function: linear;
    transition: height 300ms;
    transition-delay: 0ms;
    transition-timing-function: linear;
}
.tastingsInfoHeading{
    height: 40px;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 0.4pt;
    line-height: 40px;
}
.tastingsInfoHeading img{
    cursor: pointer;
    float: right;
    margin-top: 9px;
}
.tastingsInfoDetail{
    padding-bottom: 16px;
}
#tastingsSort{
    float: right;
    padding: 2px 4px;
}
.tastingsSort{
}