#panel {
    float: left;
    overflow: hidden;
    width: 200px;
    min-height: 200px;
    margin: 0 10px 0 0
    }
#panel .blue {
    float: left;
    width: 200px;
    overflow: hidden;
    margin: 10px 0 0 0
    }
#panel .blue h2 {
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 0;
    background: #597AA5 url(../images/panel/call_you_top.gif) no-repeat top left;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center
    }
#panel .blue form {
    display: block;
    width: 120px;
    padding: 5px 10px 5px 70px;
    margin: 0;
    background: #DCE8F4 url(../images/panel/call_you_bgr.jpg) no-repeat bottom left;
    font-size: 11px
    }
#panel .blue form input {
    width: 100px
    }
#panel .box_bold {
    display: none
    }
#panel .blue form input.button {
    margin-top: 3px
    }
#panel .orange, #panel .search_form {
    float: left;
    width: 200px;
    overflow: hidden;
    background: #F7F7EF url(../images/panel/quick_reservations_stretch.gif) repeat-y top left;
    margin: 10px 0 0 0;
    padding: 0
    }
#panel .search_form {
    margin-bottom: 10px
    }
#panel .search_form .footer {
    width: 200px;
    height: 12px;
    background: url(../images/panel/search_rnd.jpg) no-repeat top left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left
    }
#panel .orange h2, #panel .search_form h2 {
    display: block;
    width: 200px;
    padding: 5px 0;
    margin: 0;
    background: #F6D6A5 url(../images/panel/quick_reservations_top.gif) no-repeat top left;
    color: #383B2E;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden
    }
#panel .orange p {
    display: block;
    width: 110px;
    padding: 10px 10px 10px 80px;
    margin: 0;
    font-size: 11px
    }
#panel .orange .inner {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    background: url(../images/panel/quick_reservations_bgr.jpg) no-repeat bottom left
    }
#panel .orange .skype_title {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline
    }
#panel .orange .skype_status {
    float: left;
    margin-left: 58px
    }
#panel .orange a {
    float: left;
    margin: 0 5px 0 5px;
    color: black;
    text-decoration: underline
    }
#panel .links {
    display: block;
    width: 200px;
    float: left
    }
#panel .map-link {
    display: block;
    float: left;
    width: 85px;
    height: 52px;
    line-height: 52px;
    padding: 15px 110px 13px 5px;
    margin: 0;
    background: #89AACD url(../images/panel/view_map_bgr.jpg) no-repeat top left
    }
#blog-link, #bookmark-link {
    display: block;
    float: left;
    width: 140px;
    height: 30px;
    line-height: 30px;
    background: #F7B410 url(../images/panel/blog-link.gif) no-repeat top left;
    padding: 7px 48px 13px 12px;
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden
    }
#bookmark-link {
    display: none;
    background-color: #C42B02;
    background-image: url(../images/panel/bookmark-link.gif);
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 8px
    }
#panel a.lm_banner {
    display: block;
    float: left;
    overflow: hidden;
    width: 70px;
    height: 65px;
    line-height: 32px;
    cursor: pointer;
    background: #E5B769 url(../images/panel/lm_banner.jpg) no-repeat top left;
    color: #971B03;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 65px 0 65px;
    margin: 10px 0
    }
#panel p {
    font-size: 11px
    }
#panel ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    color: #5879A4;
    font-weight: bolder;
    font-size: 13px;
    overflow: hidden
    }
#panel ul li {
    padding: 5px
    }
#panel li span {
    display: block;
    color: #C90000;
    text-align: right;
    font-size: 12px
    }
#panel li.even {
    background: #F2E9E9
    }