﻿.sidebar
{
    float: right;
    margin-top: 10px;
    width: 300px;
}
.sidebarContainer
{
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 300px;
}

.sidebarContainer a:link, .sidebarContainer a:visited
{
    color: #4E4841;
}

.sidebarContainer a:active, .sidebarContainer a:hover
{
    color: #cd950c;
}

.sidebarContainer .koukoku
{
    height: auto;
    position: relative;
    width: 300px;
}
.table
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #C6C6C6 #C6C6C6;
    border-right: 1px solid #C6C6C6;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    font-size: 14px;
    line-height: 20px;
    width: 300px;
}
.table .show
{
    padding-left: 5px;
    text-align: left;
    width: 275px;
}
.table .date
{
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    width: 30px;
}
.sidebarList
{
    background: none repeat scroll 0 0 #FFFFFF;
    width: 300px;
    padding-bottom: 10px;
}
.sidebarList h1
{
    font-weight: 400;
    text-align: center;
    border-bottom: none;
}
.sidebarList li
{
    border-bottom: 1px solid #eeeeee;
    font-size: 13px;
    line-height: 20px;
    list-style: none outside none;
}
.sidebarList li:last-child
{
    border-bottom: medium none;
}
.sidebarList li a
{
    color: #000000;
    display: inline-block;
    /*font-weight: bold;*/
    padding: 6px 15px 6px 10px;
    width: 275px;
}
.sidebarList li a:link, .sidebarList li a:visited
{
    color: #000000;
}
.sidebarList li a:hover
{
    color: #cd950c;
    text-decoration: none;
}

.sidebarList h2
{
    color: #cd950c;
    font-size: 14px;
    border-bottom: 0 none;
    padding-right: 15px;
}
.sidebarList p
{
    color: #4E4841;
    font-size: 12px;
    width: 270px;
}

.sidebarList .PostReadMoreLink
{
    background: url("../images/interface/smallRightArrow.png") no-repeat scroll left center transparent;
    color: #cd950c;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 4px;
    text-indent: 14px;
}

.SidebarPromotionList
{
    width: 300px;
}

.SidebarPromotionList img
{
    width: 270px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.sidebar h1
{
    height: 40px;
    border-bottom: solid 5px #DBAB00;
    background-color: #DBAB00;
    color: #000000;
    cursor: pointer;
        font-family: MONTSERRAT;
    font-weight: 600;
    /*font-family: 'Raleway', Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 16px;
text-align: center;
    line-height: 39px;
    padding-top: 0px;
}

.sidebar h2, .sidebar h3, .sidebar p
{
    width: 270px;
    margin-left: 15px;
}

/*for quick online booking element*/
.QuickBooking h1
{
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -khtml-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -khtml-border-radius-bottomleft: 0px;
}

.sidebarList #QuickBookingDiv
{
    overflow: hidden;
    padding-left: 23px;
    padding-bottom: 5px;
}

.sidebarList #QuickBookingDiv tr
{
    height: 40px;
}

.sidebarList #QuickBookingDiv tr select 
{
    width: 250px;
}

.sidebarList #QuickBookingDiv #LoadingRow
{
    color:#000;
    text-align: right;
}
/*end quick online booking element*/