body {
    background:#EEEEEE none repeat scroll 0 0;
    margin:0;
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    color:#666666;
    line-height:1.5;
}
/*ul{
    margin:0px;
    padding:0px;
    list-style:inside;
}*/
h1, h2, h3, h4, h5, h6 {
    color:#666666;
    font-weight:bold;
    margin:0px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin:0;
}
a {
    color:#666666;
    text-decoration:none;
}
a:hover {
    color:#333333;
}
.container {
    background:#FFFFFF none repeat scroll 0 0;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    margin:0 auto;
    overflow:hidden;
    padding-left:10px;
    width:1000px;
}

.header {
  height:185px;
}

.header-left {
    float:left;
    height:160px;
    margin-top:20px;
    overflow:hidden;
    width:240px;
}
.header-right {
    float:left;
    height:160px;
    margin-left:10px;
    margin-top:6px;
    overflow:hidden;
    width:740px;
}
.header-lang{
    float:right;
    margin:4px 10px 0 0;
    font-size:10px;
}
.header-lang a:link{color:#666666;text-decoration:none;}
.header-lang a:visited{color:#666666;text-decoration:none;}
.header-lang a:hover{color:#B30165;text-decoration:none;}
.header-lang a:active{color:#666666;text-decoration:none;}
.content-left {
    float:left;
    overflow:hidden;
    width:240px;
}
.content-main {
    float:left;
    margin-left:10px;
    overflow:hidden;
    width:740px;
}
.header-left img {
    margin-left:20px;
    border:0;
}
.header-right h1 {
    color:#B30165;
    font-size:18px;
    font-weight:bold;
}
.header-right img {
    margin-right:20px;
}
.header-right ul {
    margin-left:0px;
}
.header-right li {
    background:transparent url(../images/arrow.jpg) no-repeat scroll 0 7px;
    color:#666666;
    font-size:14px;
    font-weight:bold;
    list-style-type:none;
    margin:10px 0;
    padding:0 25px;
}
.button {
    display:block;
    font-size:12px;
    height:28px;
    overflow:hidden;
    text-decoration:none;
}
.button:hover {
    text-decoration:none;
}
.button .left {
    background-image:url(../images/button_left.jpg);
    float:left;
    height:28px;
    width:6px;
}
.button .center {
    background-image:url(../images/button_middle.jpg);
    color:#FFFFFF;
    float:left;
    font-weight:bold;
    height:28px;
    padding:5px 10px;
}

.button-book.padded .center {
  padding-top:12px;
}
.button-book { 
    height: 39px;
}
.button-book .left {
    background-image:url(../images/button_start_left.png);
}
.button-book .center {
    background-image:url(../images/button_start_middle.png);
}
.button-book .right {
    background-image:url(../images/button_start_right.png);
}
/* No button_right.png, so just using button-right-arrow
   .button .right {
    background-image:url(../images/button_right.png);
    float:left;
    height:28px;
    width:6px;
} */
.button-left-arrow .left {
    background-image:url(../images/button_left_arrow.jpg);
    float:left;
    height:28px;
    width:23px;
}
.button-right-arrow .right,
.button .right {
    background-image:url(../images/button_right_arrow.jpg);
    float:left;
    height:28px;
    width:25px;
}
#submit.button  {
    color:white;
    display:block;
    font-size:16px;
    font-weight:bold;
    height:39px;
    overflow:hidden;
    text-decoration:none;
    float:right;
}
#submit.button .left {
    background-image:url(../images/button_start_left.png);
    float:left;
    height:39px;
    width:9px;
}
#submit.button .center {
    background-image:url(../images/button_start_middle.png);
    float:left;
    height:39px;
    padding:6px;
}
#submit.button .right {
    background-image:url(../images/button_start_right.png);
    float:left;
    height:39px;
    width:9px;
}
.button-gray .left {
    background-image:url(/images/button_gray_left_arrow.png);
    float:left;
    height:28px;
    width:6px;
}
.button-gray .center {
    background-image:url(/images/button_gray_middle.png);
    color:#FFFFFF;
    float:left;
    font-weight:bold;
    height:28px;
    padding:5px 10px;
}
.button-gray .right {
    background-image:url(/images/button_gray_right.png);
    float:left;
    height:28px;
    width:6px;
}
.box {
    border:1px solid #CCCCCC;
    margin-bottom:10px;
}
.box .head {
    background:#EEEEEE none repeat scroll 0 0;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    padding:3px 10px;
}
.box .content {
    padding:10px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    width: 650px;
    height: 540px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    margin: 0;
}

.jcarousel-clip-horizontal {
    margin: 10px;
    width: 630px;
    height: 435px;
    background: #eee;
}

.jcarousel-item {
    width: 610px;
    height: 410px;
    padding: 10px;
    text-align: center;
}

.jcarousel-controls-container {
    width: 630px;
    height: 85px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 10px;
}

.jcarousel-left {
    background:url(/images/slider-left.png) no-repeat;
    display: block;
    float: left;
    width: 20px;
    height: 75px;
    text-decoration: none;
    line-height:400px;
    overflow:hidden;    
    font-size: 0;
}

.jcarousel-right {
    background:url(/images/slider-right.png) no-repeat;
    display: block;
    float: left;
    width: 20px;
    height: 75px;
    font-size: 0;
    line-height:400px;
    overflow:hidden;
    text-decoration: none;
}

.jcarousel-controls {
    width: 580px;
    height: 85px;
    margin: 0px 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
    float: left;
}

.jcarousel-controls-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 85px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-controls-list a {
    display: block;
    float: left;
    width: 85px;
    height: 75px;
}


.ui-widget-content {
    border-bottom:medium none;
    border-top:medium none;
}
div.ui-autocomplete-results {
    background:white none repeat scroll 0 0;
    border-color:-moz-use-text-color #CCCCCC #CCCCCC;
    border-style:none solid solid;
    border-width:medium 1px 1px;
    overflow:hidden;
    position:absolute;
}
div.ui-autocomplete-results * {
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:11px;
}
div.ui-autocomplete-results strong {
    font-weight:bold;
}
div.ui-autocomplete-results ul, div.ui-autocomplete-results ul li {
    margin:0;
    padding:0;
}
div.ui-autocomplete-results ul li {
    border-color:-moz-use-text-color -moz-use-text-color #DDDDDD;
    border-style:none none solid;
    border-width:medium medium 1px;
    padding:2px;
    white-space:nowrap;
}
div.ui-autocomplete-results ul li.ui-autocomplete-state-active {
    color:white;
    cursor:pointer;
}
.pagination {
    background-color:#EEEEEE;
    height:30px;
    width:718px;
}
.pagination td {
    border:medium none;
}
.pagination img {
    margin-top:2px;
}
.pagination span, .pagination a {
    color:#FF7F00;
    display:block;
    float:left;
    font-size:1.2em;
    font-weight:bold;
    height:25px;
    text-decoration:none;
}
.pagination span.current {
    background:#FFFFFF none repeat scroll 0 0;
}
.pagination-top {
    background-position:center bottom;
    background-repeat:repeat-x;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    padding-top:4px;
}
.pagination-top span, .pagination-top a {
    border-left:0 none;
    border-right:0 none;
    border-top:1px solid #EEEEEE;
    padding:4px 10px 0;
}
.pagination-top span.current {
    border-color:#CCCCCC #CCCCCC #FFFFFF;
    border-style:solid;
    border-width:1px;
    padding-top:3px;
    position:relative;
    top:1px;
}
.pagination-bottom {
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    padding-bottom:4px;
}
.pagination-bottom span, .pagination-bottom a {
    border-bottom:1px solid #EEEEEE;
    border-left:0 none;
    border-right:0 none;
    padding:4px 10px 0;
}
.pagination-bottom span.current {
    border-color:#FFFFFF #CCCCCC #CCCCCC;
    border-style:solid;
    border-width:1px;
    padding-top:4px;
    position:relative;
    top:-1px;
}
.history {
    border-spacing:0;
    margin-bottom:10px;
    width:740px;
}
* html .history {
    border-collapse:collapse;
}
:first-child + html .history {
    border-collapse:collapse;
}
.history a {
    color:#666666;
    text-decoration:none;
}
.history .node {
    border:0 none;
    font-size:12px;
    font-weight:bold;
    height:24px;
    margin:0;
    padding:0 17px;
}
.history .inactive {
    color:#999999;
    height:24px;
}
.history .selected {
    background:#666666 none repeat scroll 0 0;
}
.history .selected a {
    color:#FFFFFF;
}
.history .connect {
    background:#666666 url(/images/statusbar_connect.gif) repeat scroll 0 0;
    height:24px;
    padding:0;
    width:15px;
}
.history .preselected {
    background-image:url(/images/statusbar_connect_preactive.gif);
    height:24px;
    padding:0;
    width:15px;
}
.history .afterselected {
    background-color:#666666;
    background-image:url(/images/statusbar_connect_active.gif);
    height:24px;
    padding:0;
    width:15px;
}
.history .unselected {
    background-image:url(/images/statusbar_connect_border.gif);
    border:0 solid #CCCCCC;
}
.history .first {
    border-left-width:1px;
}
.history .last {
    border-right-width:1px;
}
#hotel-search-form-caption {
    background:#666666 none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:13px;
    padding:5px 10px;
    width:740px;
}
#hotel-search-form-caption2 {
    background:#666666 none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:13px;
    padding:5px 10px;
    width:740px;
}
#hotel-search-form {
    border:1px solid #cccccc;
    overflow:hidden;
    padding:10px;
    width:718px;
}
#hotel-search-form .top {
    margin-bottom:20px;
    overflow:hidden;
}
#hotel-search-form .top .text {
    float:left;
    margin:5px 10px;
}
#hotel-search-form .top img {
    float:left;
    margin:5px 10px;
}
#hotel-search-form .item {
    overflow:hidden;
    padding:10px;
    width:700px;
}
#hotel-search-form .label-wrap {
    float:left;
    margin:0 10px 0 0;
    width:100px;
}
#hotel-search-form .input-wrap {
    float:left;
    overflow:hidden;
    width:200px;
}
#hotel-search-form .hotel-label {
    color:#999999;
}
#hotel-search-form .hotel-input {
    overflow:hidden;
    width:270px;
}
#hotel-search-form .hotel-input input {
    float:left;
}
#hotel-search-form .hotel-input .optional {
    color:#999999;
    float:left;
    font-size:10px;
    margin:2px 10px;
}
#hotel-search-form input {
    font-size:11px;
}
#hotel-search-form select {
    font-size:11px;
    margin-bottom:10px;
    width:192px;
}
#hotel-search-form label {
    display:block;
    font-weight:bold;
    height:15px;
    padding:3px 0;
    text-align:right;
    width:100px;
}
#hotel-search-form label.error {
    color:red;
}
#hotel-search-form .error-message {
    color:red;
    font-size:9px;
    text-align:right;
    width:100px;
}
#hotel-search-form input.text {
    border:1px solid #DCDCDC;
    float:left;
    height:15px;
    padding:2px 5px;
    width:180px;
}
#hotel-search-form input.date {
    border:1px solid #DCDCDC;
    float:left;
    height:15px;
    margin-right:5px;
    padding:2px 5px;
    width:160px;
}
#hotel-search-form .date-alt {
    background-color:#FFFFFF;
    border:0 none;
    color:#999999;
    font-size:10px;
    font-weight:bold;
    width:200px;
}
#hotel-search-form .button {
    float:right;
}
li.ui-autocomplete-state-active {
    background:#F66000 none repeat scroll 0 0;
}
.recommended .content {
    height:80px;
    overflow:hidden;
}
.recommended .content img {
    float:left;
    margin:10px;
}
.polling h2 {
    border-bottom:1px solid #DCDCDC;
    font-size:12px;
    padding:0 10px 5px;
}
.polling .checkmarked {
    background:transparent url(/images/accept.png) no-repeat scroll 0 3px;
}
.polling .message {
    float:left;
    font-size:1.5em;
    font-weight:bold;
    height:32px;
    margin-left:20px;
    width:400px;
}
#providers {
    margin:10px;
}
#providers li {
    height:20px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:5px;
    padding:0 5px 0 20px;
}
#packages-count {
    display:none;
    font-weight:bold;
    text-align:center;
}
#packages-count .value {
    display:inline;
}
#progress-bar {
    background-color:white;
    border:1px solid #047700;
    margin:10px;
    width:210px;
}
#progress-bar .image {
    background:transparent url(/images/progress_bar.png) repeat scroll 0 0;
    height:19px;
    width:0;
}
#package-list {
    overflow:hidden;
    padding:10px;
    width:718px;
}
.package-index {
    border:1px solid #CCCCCC;
}
#package-list .package {
    border:1px solid #CCCCCC;
    float:left;
    height:180px;
    margin-bottom:10px;
    overflow:hidden;
    width:718px;
}
#package-list .package .row {
    float:left;
    overflow:hidden;
    width:718px;
}
#package-list .package .hotel {
    background:#EEEEEE none repeat scroll 0 0;
    float:left;
    padding:5px 10px;
    width:698px;
}
#package-list .package .star-rating {
    background-image:url(/images/star-rating.png);
    background-repeat:repeat-x;
    float:left;
    height:13px;
    margin-top:3px;
    width:65px;
}
#package-list .package .hotel .name {
    float:left;
    font-size:8px;
    font-weight:bold;
    margin-right:20px;
}
#package-list .package .image {
    float:left;
    height:75px;
    padding:10px;
    width:100px;
}
#package-list .package .address {
    float:left;
    height:75px;
    padding:10px;
    width:200px;
}
#package-list .package .distance {
    float:left;
    font-size:12px;
    font-weight:bold;
    height:75px;
    width:75px;
}
#package-list .package .rating {
    float:left;
    height:75px;
    padding-top:15px;
    width:125px;
}
#package-list .package .review-label {
    padding-top:15px;
}
#package-list .package .review-background {
    background-image:url(/images/review-light-gray.png);
    background-repeat:repeat-x;
    height:10px;
    width:110px;
}
#package-list .package .review {
    background-repeat:repeat-x;
    height:10px;
}
#package-list .package .review-1 {
    background-image:url(/images/review-1.png);
}
#package-list .package .review-2 {
    background-image:url(/images/review-2.png);
}
#package-list .package .review-3 {
    background-image:url(/images/review-3.png);
}
#package-list .package .review-4 {
    background-image:url(/images/review-4.png);
}
#package-list .package .review-5 {
    background-image:url(/images/review-5.png);
}
#package-list .package .price {
    float:left;
    font-size:16px;
    font-weight:bold;
    height:75px;
    padding:10px;
    text-align:center;
    width:80px;
}
#package-list .package .price .breakfast {
    float:left;
    font-size:12px;
    font-weight:normal;
    width:90px;
}
#package-list .package .buttons {
    float:left;
    height:75px;
    padding:10px;
    width:100px;
}

#package-list .package .links {
    float:left;
    height:22px;
    padding:4px 10px;
    width:300px;
}
#package-list .package .alternatives {
    background:#EEEEEE none repeat scroll 0 0;
    border-left:none;
    border-top:1px solid #CCCCCC;
    float:left;
    height:22px;
    padding:4px 5px;
    padding-right:15px;
    text-align:right;
    width:698px;
    font-weight:bold;
}
#package-list .package .provider_name {
    background:#EEEEEE none repeat scroll 0 0;
    border-top:1px solid #CCCCCC;
    float:left;
    height:22px;
    padding:4px 10px 4px 5px;
    text-align:right;
    width:215px;
}
#package-list .package a.details {
    font-size:9px;
    font-weight:normal;
}
#package-list .package .amenity {
    background-image:url(/images/amenities.png);
    float:left;
    height:16px;
    margin:2px;
    width:16px;
}
#package-list .amenities .internet-on {
    background-position:0 0;
}
#package-list .amenities .gym-on {
    background-position:16px 0;
}
#package-list .amenities .parking-on {
    background-position:32px 0;
}
#package-list .amenities .restaurant-on {
    background-position:48px 0;
}
#package-list .amenities .spa-on {
    background-position:64px 0;
}
#package-list .amenities .internet-off {
    background-position:0 16px;
}
#package-list .amenities .gym-off {
    background-position:16px 16px;
}
#package-list .amenities .parking-off {
    background-position:32px 16px;
}
#package-list .amenities .restaurant-off {
    background-position:48px 16px;
}
#package-list .amenities .spa-off {
    background-position:64px 16px;
}
#package-list .star-, #package-list .star-0 {
    background-position:-65px 0;
}
#package-list .star-1 {
    background-position:-52px 0;
}
#package-list .star-2 {
    background-position:-39px 0;
}
#package-list .star-3 {
    background-position:-26px 0;
}
#package-list .star-4 {
    background-position:-13px 0;
}
#package-list .star-5 {
    background-position:0 0;
}
#package-list .map-pin-button {
    cursor:pointer;
    margin-top:5px;
}
#package-list .map-show {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    height: 90px;
    width: 718px;
}

#package-list .map-show img {
    float: left;
}

#package-list .map-show .btn {
    float: left;
    width: 76px;
    height: 70px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

#package-list .map-show .btn img {
    margin: 0px 10px 0px 18px;
}
#package-list .map-hide {
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    overflow:hidden;
    padding:5px;
    width:708px;
}
#package-list .map-hide img {
    float:right;
}
#package-list .map-hide .text {
    cursor:pointer;
    float:right;
    font-weight:bold;
    padding:4px 10px;
}
#package-list #map-canvas {
    border:1px solid #CCCCCC;
    height:500px;
    margin-bottom:10px;
    text-align:center;
    width:718px;
}
#package-list #map-canvas .loading {
    margin-top:100px;
}
#package-list #map-canvas .message {
    font-weight:bold;
    margin-top:10px;
}
#package-detail {
    border:1px solid #CCCCCC;
    margin-bottom:10px;
    overflow:hidden;
    width:738px;
}
#details-info {
    float:left;
    height:125px;
    overflow:hidden;
}
#details-info .hotel {
    background:#EEEEEE none repeat scroll 0 0;
    float:left;
    padding:5px 10px;
    width:718px;
}
#details-info .star-rating {
    background-image:url(/images/star-rating.png);
    background-repeat:repeat-x;
    float:left;
    height:13px;
    margin-top:3px;
    width:65px;
}
#details-info .hotel .name {
    float:left;
    font-size:12px;
    font-weight:bold;
    margin-right:20px;
}
#details-info .image {
    float:left;
    height:75px;
    padding:10px;
    width:100px;
}
#details-info .address {
    float:left;
    height:35px;
    padding:10px;
    width:270px;
}
#details-info .distance {
    float:left;
    font-size:12px;
    font-weight:bold;
    height:35px;
    padding:10px;
    text-align:right;
    width:300px;
}
#details-info .rating {
    float:left;
    height:35px;
    padding:10px;
    width:100px;
}
#package-detail .star-rating {
    background-image:url(/images/star-rating.png);
    background-repeat:repeat-x;
    float:left;
    height:13px;
    margin-left:5px;
    width:65px;
}
#package-detail .star-, #package-detail .star-0 {
    background-position:-65px 0;
}
#package-detail .star-1 {
    background-position:-52px 0;
}
#package-detail .star-2 {
    background-position:-39px 0;
}
#package-detail .star-3 {
    background-position:-26px 0;
}
#package-detail .star-4 {
    background-position:-13px 0;
}
#package-detail .star-5 {
    background-position:0 0;
}
#package-detail .amenities {
    float:left;
    height:20px;
    overflow:hidden;
    padding:10px;
    width:150px;
}
#package-detail .amenity {
    float:left;
    margin:0 10px 3px 0;
    overflow:hidden;
    width:100px;
}
#package-detail .amenity {
    background-image:url(/images/amenities.png);
    float:left;
    height:16px;
    margin-right:5px;
    width:16px;
}
#package-detail .amenities .internet-on {
    background-position:0 0;
}
#package-detail .amenities .gym-on {
    background-position:16px 0;
}
#package-detail .amenities .parking-on {
    background-position:32px 0;
}
#package-detail .amenities .restaurant-on {
    background-position:48px 0;
}
#package-detail .amenities .spa-on {
    background-position:64px 0;
}
#package-detail .amenities .internet-off {
    background-position:0 16px;
}
#package-detail .amenities .gym-off {
    background-position:16px 16px;
}
#package-detail .amenities .parking-off {
    background-position:32px 16px;
}
#package-detail .amenities .restaurant-off {
    background-position:48px 16px;
}
#package-detail .amenities .spa-off {
    background-position:64px 16px;
}
#package-detail .amenities h3, #package-detail .best-provider h3 {
    margin-top:0;
}
#package-detail .best-provider {
    clear:both;
    margin-top:20px;
}
#package-detail .thumbs-left {
    float:left;
    padding:10px 0 10px 10px;
    width:78px;
}
#package-detail .thumbs-left img {
    cursor:pointer;
    height:75px;
    margin-bottom:10px;
    width:75px;
}
#package-detail .description {
    float:left;
    padding:10px;
    width:600px;
}
#details-best {
    background:#EEEEEE none repeat scroll 0 0;
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    float:left;
    height:80px;
    overflow:hidden;
    width:738px;
}
#details-best .rooms {
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:10px;
    width:120px;
}
#details-best .provider {
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:10px;
    width:120px;
}
#details-best .price {
    float:left;
    overflow:hidden;
    padding:10px;
    width:240px;
}
#details-best .price .label {
    float:left;
    line-height:24px;
    text-align:right;
    width:155px;
}
#details-best .price .per-night {
    float:left;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    margin-left:10px;
    text-align:right;
    width:67px;
}
#details-best .price .total {
    float:left;
    font-size:14px;
    line-height:24px;
    margin-left:10px;
    padding-right:3px;
    text-align:right;
    width:67px;
}
#details-best .buttons {
    float:left;
    padding:10px;
    width:170px;
}
#details-best .small, #details-alternatives .small {
    font-size:11px;
}
#details-alternatives {
    float:left;
    margin-bottom:20px;
    overflow:hidden;
    width:738px;
}
#details-alternatives .row {
    float:left;
    overflow:hidden;
    width:740px;
}
#details-alternatives .even {
    background:#FFFFFF none repeat scroll 0 0;
}
#details-alternatives .odd {
    background:#F6F6F6 none repeat scroll 0 0;
}
#details-alternatives .rooms {
    float:left;
    padding:10px;
    width:120px;
}
#details-alternatives .provider {
    float:left;
    padding:10px;
    width:150px;
}
#details-alternatives .price {
    float:left;
    margin-left:160px;
    margin-right:10px;
    padding:10px;
    width:90px;
}
#details-alternatives .price .per-night {
    font-size:16px;
    font-weight:bold;
    text-align:right;
}
#details-alternatives .buttons {
    float:left;
    padding:10px;
    width:110px;
}
#details-map {
    height:300px;
    margin:10px;
    width:692px;
}
#details-rating {
    margin:10px;
}
#details-rating h2 {
    font-size:15px;
}
#details-rating h2 .name {
    color:#333333;
}
#details-rating .provider-name {
    font-size:10px;
}
#details-rating .average-rating {
    height:70px;
    margin-top:20px;
    overflow:hidden;
    width:500px;
}
#details-rating .rating .review-background {
    background-image:url(/images/review-light-gray.png);
    background-repeat:repeat-x;
    height:10px;
    width:110px;
}
#details-rating .rating {
    float:left;
    height:75px;
    margin-right:30px;
    margin-top:15px;
    overflow:hidden;
    width:125px;
}
#details-rating .rating .review {
    background-image:url(/images/review-dark-gray.png);
    background-repeat:repeat-x;
    height:10px;
}
#details-rating .review-label {
    padding-top:15px;
}
#details-rating .review-label strong {
    font-size:14px;
}
#details-rating .rating-value {
    font-size:10px;
}
#details-rating .review-thumb {
    background-repeat:no-repeat;
    float:left;
    height:70px;
    width:100px;
}
#details-rating .review-desc {
    float:left;
}
#details-rating .review-thumb-1 {
    background-image:url(/images/review_thumb_1_big.png);
}
#details-rating .review-thumb-2 {
    background-image:url(/images/review_thumb_2_big.png);
}
#details-rating .review-thumb-3 {
    background-image:url(/images/review_thumb_3_big.png);
}
#details-rating .review-thumb-4 {
    background-image:url(/images/review_thumb_4_big.png);
}
#details-rating .review-thumb-5 {
    background-image:url(/images/review_thumb_5_big.png);
}
#details-rating .review-background {
    background-image:url(/images/review-big-bg.png);
    background-repeat:repeat-x;
    height:19px;
    margin:3px 0;
    width:210px;
}
#details-rating .review {
    background-repeat:repeat-x;
    height:19px;
}
#details-rating .review-1 {
    background-image:url(/images/review-big-1.png);
}
#details-rating .review-2 {
    background-image:url(/images/review-big-2.png);
}
#details-rating .review-3 {
    background-image:url(/images/review-big-3.png);
}
#details-rating .review-4 {
    background-image:url(/images/review-big-4.png);
}
#details-rating .review-5 {
    background-image:url(/images/review-big-5.png);
}
#details-rating .explanation {
    color:#666666;
    margin-top:20px;
}
#details-amenities-description {
    margin:20px;
}
#details-amenities-description ul.heading li {
    font-weight:bold;
}
#details-amenities-description ul.heading li ul {
    list-style-type:square;
    margin-bottom:10px;
}
#details-amenities-description ul.heading li ul li {
    font-weight:normal;
}
#package-infos {
    display:none;
}
.package-info {
    overflow:hidden;
    text-align:left;
    width:330px;
}
.package-info .image {
    float:left;
    height:100px;
    margin-right:15px;
    width:80px;
}
.package-info .price-per-night {
    float:left;
    overflow:hidden;
    width:120px;
}
.package-info .price-total {
    float:left;
    overflow:hidden;
    width:120px;
}
.package-info .buttons {
    float:right;
}
.package-info label {
    float:left;
    font-weight:bold;
    width:80px;
}
.package-info .price-right {
    float:left;
    width:40px;
}
.package-info .breakfast {
    display:inline;
    font-size:9px;
}
.package-info .hotel {
    line-height:12px;
    overflow:hidden;
}
.package-info .hotel .name {
    color:#005EA8;
    float:left;
    font-size:12px;
    font-weight:bold;
}
.package-info .address {
    margin-bottom:10px;
    margin-top:10px;
}
.package-info .hotel .star-rating {
    background-image:url(/images/star-rating.png);
    background-repeat:repeat-x;
    float:left;
    height:13px;
    margin-left:5px;
    width:65px;
}
.package-info .star-, .package-info .star-0 {
    background-position:-65px 0;
}
.package-info .star-1 {
    background-position:-52px 0;
}
.package-info .star-2 {
    background-position:-39px 0;
}
.package-info .star-3 {
    background-position:-26px 0;
}
.package-info .star-4 {
    background-position:-13px 0;
}
.package-info .star-5 {
    background-position:0 0;
}
#package-filter {
    overflow:hidden;
}
#package-filter h2 {
    border-bottom:1px solid #DCDCDC;
    font-size:14px;
    padding:0 10px 5px;
}
#package-filter h3 {
    border-top:1px solid #CCCCCC;
    cursor:pointer;
    font-size:12px;
    margin-top:20px;
    padding:5px 10px 0;
}
#package-filter label {
    color:#666666;
    line-height:20px;
    margin-left:3px;
}
#package-filter input {
    font-size:11px;
    height:15px;
}
#package-filter select {
    border:1px solid #CCCCCC;
    font-size:11px;
}
#package-filter .group {
    margin:10px 10px 0;
    overflow:hidden;
}
#package-filter .radius {
    height:60px;
}
#package-filter .radius label {
    font-size:12px;
    font-weight:bold;
}
#package-filter .radius .row {
    margin-top:10px;
}
#package-filter .radius select {
    float:left;
    width:60px;
}
#package-filter .radius .until {
    float:left;
    text-align:center;
    width:60px;
}
#package-filter .radius #radius_from {
    color:gray;
    float:left;
    width:110px;
}
#package-filter #hotel_name {
    display:block;
    margin-bottom:10px;
    width:190px;
}
#map-button {
    cursor:pointer;
    height:120px;
    width:200px;
}
#package-filter .stars {
    float:left;
    height:20px;
    margin-right:3px;
    width:100px;
}
#package-filter #amenities .amenity {
    float:left;
    height:25px;
    width:145px;
}
#package-filter .buttons {
    padding:10px 25px;
}
#package-filter #amenities-header {
    padding-left:30px;
}
#package-filter .filter-open {
    background:transparent url(/images/filter_open.gif) no-repeat scroll 12px 8px;
}
#package-filter .filter-closed {
    background:transparent url(/images/filter_closed.gif) no-repeat scroll 12px 8px;
}
#details-tabs {
    float:left;
    margin:0 10px;
    width:718px;
}
#details-tabs .tab {
    cursor:pointer;
    display:block;
    float:left;
    font-size:12px;
    font-weight:bold;
    height:30px;
    margin-right:3px;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    top:1px;
    z-index:2;
}
#details-tabs .tab:hover {
    text-decoration:none;
}
#details-tabs .tab .left {
    background:transparent url(/images/tab_left_inactive.png) repeat scroll 0 0;
    float:left;
    height:30px;
    width:5px;
}
#details-tabs .tab .middle {
    background:transparent url(/images/tab_middle_inactive.png) repeat scroll 0 0;
    color:#666;
    float:left;
    height:30px;
    padding:7px;
}
#details-tabs .tab .right {
    background:transparent url(/images/tab_right_inactive.png) repeat scroll 0 0;
    float:left;
    height:30px;
    width:5px;
}
#details-tabs .active {
}
#details-tabs .active .left {
    background:transparent url(/images/tab_left_active.png) repeat scroll 0 0;
}
#details-tabs .active .middle {
    background:transparent url(/images/tab_middle_active.png) repeat scroll 0 0;
    color:#333333;
}
#details-tabs .active .right {
    background:transparent url(/images/tab_right_active.png) repeat scroll 0 0;
}
#details-tabs-content {
    border: 1px solid #D0D0D0;
    margin-left:10px;
    overflow:hidden;
    width:716px;
}
.recommendation-window {
    width:340px;
}
.recommendation-window .head {
    width:330px;
}
#recommendation-form {
    margin:10px;
}
#recommendation-form .item {
    margin:10px 0;
    overflow:hidden;
    width:300px;
}
#recommendation-form label {
    float:left;
    font-weight:bold;
    width:100px;
}
#recommendation-form input {
    float:left;
    width:180px;
}
#recommendation-link {
    display:none;
    background:transparent url(/images/mail.png) no-repeat scroll 0 6px;
    color:#333333;
    float:right;
    font-size:11px;
    font-weight:normal;
    margin-right:5px;
    padding:2px 2px 2px 23px;
    text-decoration:underline;
}
.alternative-window {
    width:340px;
}
.alternative-window .head {
    width:330px;
}
.alternative-list {
    margin:10px;
    overflow:hidden;
}
.alternative-row {
    overflow:hidden;
    padding:5px;
}
.alternative-row .price {
    float:left;
    font-size:14px;
    font-weight:bold;
    width:90px;
}
.alternative-row .hotel {
    float:left;
    width:120px;
}
.alternative-row .buttons {
    float:left;
    width:100px;
}
.alternative-row .value {
    display:inline;
}
.alternative-row .breakfast {
    display:inline;
    font-size:9px;
    font-weight:normal;
}
.search-info {
    margin-bottom:20px;
    overflow:hidden;
    width:740px;
}
.search-info .buttons {
    float:left;
    padding-top:3px;
    width:180px;
}
.search-info .info {
    float:left;
    overflow:hidden;
    width:500px;
}
.search-info .location {
    float:left;
    font-weight:bold;
}
.search-info .date {
    float:left;
    margin-left:10px;
}
.search-info .rooms {
    float:left;
}
.overlay {
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    overflow:hidden;
}
.overlay .head {
    background:#CCCCCC none repeat scroll 0 0;
    overflow:hidden;
    padding:5px;
}
.overlay .head .title {
    float:left;
    font-weight:bold;
    padding-left:5px;
}
.overlay .head .close {
    float:right;
    font-weight:bold;
    margin-right:5px;
    text-decoration:none;
}
.overlay .body {
    overflow:hidden;
}

.footer a:link{color:#666666;text-decoration:none;}
.footer a:visited{color:#666666;text-decoration:none;}
.footer a:hover{color:#B30165;text-decoration:none;}
.footer a:active{color:#666666;text-decoration:none;}

.content ul {
    margin-left:0px;
}
.content li {
    background:transparent url(../images/icon_hakerl.gif) no-repeat scroll 0 2px;
    color:#666666;
    font-size:11px;
    list-style-type:none;
    line-height:1.5;
    margin:7px 0;
    padding:0 20px;
}



div.htmltooltip{
    position: absolute; /*leave this and next 3 values alone*/
    z-index: 1000;
    left: -1000px;
    top: -1000px;
    background: #FFFFFF;
    border: 4px solid #B30165;
    color:#666666;
    padding: 3px;
    width: 250px; /*width of tooltip*/
}

.content ul {
    margin-left:0;
    padding-left:0;
}

/*CSS TAB OZELLIGI*/
.usual li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.usual ul a {
    x-system-font:none;
    background:#CCCCCC none repeat scroll 0 0;
    color:#666666;
    display:block;
    font-family:Verdana;
    font-size:13px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    padding:5px 10px;
    text-decoration:none !important;
}
.usual ul a:hover {
    background:#FFFFFF none repeat scroll 0 0;
    color:#B30165;
}
.usual ul a.selected {
    background:snow none repeat scroll 0 0;
    color:#B30165;
    cursor:default;
    margin-bottom:0;
}

.usuals li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.usuals ul a {
    x-system-font:none;
    background:#EEEEEE url(../images/tab-bg2.jpg) no-repeat scroll 0 0;
    color:#666666;
    display:block;
    font-family:Verdana;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    padding:5px 10px 5px 18px;
    text-decoration:none !important;
    border-right:solid 1px #CCCCCC;
}
.usuals ul a:hover {
    background:#EEEEEE url(../images/tab-bg3.jpg) no-repeat scroll 0 0;
    color:#B30165;
}
.usuals ul a.selected {
    background:#B30165 url(../images/tab-bg.jpg) no-repeat scroll 0 0;
    color:#FFFFFF;
    cursor:default;
    margin-bottom:0;
}

ul.sart li{
    list-style-position:outside;
    list-style-type:disc;
    float:none;
    margin-left:15px;
}

.footer{
    margin-top:22px;
    color:#666666;
    font-size:10px;
}
.footer a:link{
    color:#666666;
    text-decoration:none;
    letter-spacing:0.5px;
}
.footer a:visited{
    color:#666666;
    text-decoration:none;
    letter-spacing:0.5px;
}
.footer a:hover{
    color:#B30165;
    text-decoration:none;
    letter-spacing:0.5px;
}
.footer a:active{
    color:#666666;
    text-decoration:none;
    letter-spacing:0.5px;
}
.copyright{
    margin-top:24px;
    margin-bottom:5px;
    color:#666666;
    font-size:9px;
    width:1000px;
}
.design{
    margin-top:-20px;
    margin-right:10px;
    color:#B30165;
    float:right;
    font-size:11px;
}

.margins{
    margin:5px;
}

/************************************
   Inline Booking 
   */


#inline {
    width: 735px;
    padding-top:0;
    background-color: rgb(251, 251, 251);
    border: 1px solid rgb(220, 220, 220);
    border-top:0;
    margin:0px;
    margin-bottom:10px;
    overflow:hidden;
}

#inline * {
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;
}



/***********************************************/
/* Ordered list with green numbers for check24 */
/***********************************************/

#inline ul.number-list,
#inline ul.number-list li,
#inline ul.number-list li span {
    border: 0px;
    font-family: verdana, geneva, tahoma, arial;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    outline: 0px;
    padding: 0px;
    vertical-align: baseline;
}

#inline ul.number-list {
    margin-left:10px;
    list-style: none;
    margin-top:10px;
}

#inline ul.number-list li {
    padding: 0px 0px 15px 0px;
    position: relative;
}

#inline ul.number-list li span {
    background: url(/images/inline_booking/icon_number.gif) no-repeat;
    background-position:0 center;
    color: white;
    display: inline-block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    padding-left: 4px;
    padding-top: 1px;
    width: 20px;
}

#inline h1.booking {
  _margin-top:5px;
  _margin-left:7px;
  _margin-bottom:10px;
  font-size:17px;
  font-family:Verdana;
  font-weight:bold;
  line-height:22px;
}



/********************************************/
/* Bread crumb like status bar  */
/********************************************/

#inline ul.statusbar  {
    margin-left:0;
    padding-left:0;
    background-image: url(https://www.check24.de/einsurance/media/pkw/default/imgs/global/statusbar_connect_border.png);
    background-repeat:repeat-x;
    overflow:hidden;
    height:24px;
    margin:0;
    /* IE 6 does not want to show the bar ... */
    width:103%;
}

#inline ul.statusbar li {
    float:left; 
    list-style:none;
    height:24px;
    width:25%;
    overflow:hidden;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-image: url(https://hotel.check24.de/images/statusbar_connect.gif);
    margin-left:0;
}

#inline ul.statusbar li input, 
#inline ul.statusbar li a {
    border:1px solid gray;
    padding:3px 20px;
    border:none;
    width:90%;
    color: rgb(152, 152, 152);
    font-weight:bold;
}

#inline ul.statusbar li a {
    display:block;
    text-align:center;
    padding-top:4px;
    _padding-top:3px;
    width:75%;
    padding-bottom:4px;
}

#inline ul.statusbar li a:hover {
    text-decoration:none;
}

#inline ul.statusbar li.active {
    background-color: #666;
    background-image: url(https://hotel.check24.de/images/statusbar_connect_active.gif);
    color: white;    
}

#inline ul.statusbar li.preactive {
      white;
      background-image: url(https://hotel.check24.de/images/statusbar_connect_preactive.gif);
}

#inline ul.statusbar li.last {
    background-image: none;
}

#inline ul.statusbar li.active input {
    color:white;
}

#inline .message {
    display: none;
}


/** WIDTH Adjustments */

#inline .multi, #type, #email, #zip-city, #country_id {
    width: 735px;
}

.bottom-navigation .back-button {
    background-image:url(../images/button_zurueck.png);
    background-color:transparent;
    width:95px;
    height:28px;
    padding-left:20px;
    padding-bottom:3px;
    border:none;
    color:white;
    vertical-align:top;
    font-weight:bold;
    cursor:pointer;
    cursor:hand;
    text-transform: lowercase;
}


.bottom-navigation .forward-button {
    border:none;
    color:white;
    vertical-align:top;
    font-weight:bold;
    cursor:pointer;
    cursor:hand;
    text-transform: lowercase;
    width:95px;
    height:28px;
    background: url(../images/button_vor.png) no-repeat;
    padding-left: 0px;
    padding-right:20px;
    padding-bottom:3px;
}

/******************************************/
/* If no Steps are shown, draw a top line */
/******************************************/

#inline .topline {
    width:100%;
    height:1px;
    line-height:0;
    border-top:1px solid rgb(220, 220, 220);
    float:left;
}


#inline fieldset.no-padding {
    padding-top:0;
    clear:both;    
}

/* Temporarily disable remember me function */

#inline #remember_request_option {
  display:none;
}


.partner{
        margin-top:8px;
        margin-bottom:14px;
        color:#999;
        font-size:9px;
}
.partner a:link{
        color:#999;
        text-decoration:underline;
        letter-spacing:0.5px;
}
.partner a:visited{
        color:#999;
        text-decoration:none;
        letter-spacing:0.5px;
}
.partner a:hover{
        color:#B30165;
        text-decoration:none;
        letter-spacing:0.5px;
}
.partner a:active{
        color:#999;
        text-decoration:none;
        letter-spacing:0.5px;
}