	
    #list_panel {
        position:           relative;
		float:				right;
		width:				40.5em;
        margin:             0 0 0 0;
        overflow:           hidden;
		background-color:	RIGHT_PANEL_BACKGROUND;
    }
    
    #listings .thumbnail,  #listings .thumbnail_mask {
        position:           absolute;
        left:               0;
        height:             7.69em;
	    width:				7.69em;
		bottom:             0;
        border:             0;
        z-index:            2;
    }
	
    #listings .thumbnail_mask {
        z-index:            3;
    }
    
    #listings {
        position:           relative;
        float:              left;
		list-style:			none;
        margin:             0 0 0.2em 0;
        padding:            0 0 0.5em 0;
    }

    #listings li {
        position:           relative;
        width:              30.4em;
        height:             7.69em;
        margin:             0 0 1em 0;
        padding:            0 0.3em 0 8.3em;
        overflow:           hidden;
		background-color:	#F9CE59;
    }
        
    #listings h1 {
        padding:            0.5em 0 0 0;
        margin:             0 0 0 0;
        font-size:          85%;
        color:              #D0240E;
    }
    
    #listings div {
        position:           relative;
        float:              left;
    }
    
    #listings .description {
        position:           relative;
        width:              10em;
        height:             5.8em;
    }
        
    #listings p {
        margin:             0.6em 1em 0 0;
        font-size:          80%;
        color:              #333333;
    }
	
    #listings h2 {
		position:			absolute;
		top:				6em;
		left:				12em;
        font-size:          80%;
    }
    
    #listings table {
        position:           relative;
        width:              21.7em;
        margin:             0 0 0 0;
        font-size:          80%;
        color:              #333333;
        border-collapse:    collapse;
        border-left:        #333333 0.1em solid;
        border-spacing;     0;
    }
    
    #listings td, #listings tr {
        margin:             0;
        padding:            0 0 0 1em;
        border:             0;
        color:              #333333;
    }
    
    #listings td.headings {
        width:              4.2em;
    }
    
    #listings .more {
        position:           absolute;
        bottom:             0;
        left:               0;
        border:             0;
		visibility:			hidden;
    }
    
    #listings .rowspace, #listing_table .rowspace {
        height:             0.6em;
    }
    
    #listing_table {
        position:           relative;
        width:              26em;
        margin:             0 0 0.5em 0.1em;
        font-size:          80%;
        color:              #333333;
        border-collapse:    collapse;
        border-spacing:     0;
    }
    
    #listing_table td, #accommodation_list tr {
        margin:             0;
        padding:            0 0 0 0;
        border:             0;
        color:              #333333;
    }
    
    #listing_table td.headings {
        width:              5.5em;
    }
    
	#filter_panel {
        position:           relative;
		float:				right;
		width:				40em;
        margin:             0 0 0 0;
        padding:            1em 0em 1em 0em;
		overflow:			hidden;
		background-color:	#FFFFFF;
	}
    
    #filter_panel #filter_parameters {
        position:           absolute;
        right:              4.4em;
        top:                3.4em;    
        font-size:          80%;
        font-weight:        bold;
        color:              #D0240E;
    }
    
    #filter_panel #filter_button {
        display:             none;
        position:           absolute;
        right:              2.8em;
        top:                2.55em;    
        border:             0;
    }
   
    /*    PANEL POP-UP STYLES
        | These are the styles for the display of individual accommodations
        | that are loaded into the pop-up panel.
    */
   
    #panel_header {
        position:           relative;
        margin:             1em 0 1em 0;
        text-align:         center;
        color:              blue;
    }
    
    #panel_header h1 {
        color:              ;
    }
        
    #panel_left {
        position:           relative;
        float:              left;
        width:              19.35em;
        margin:             0 0 0 0;
        padding:            0 0 0 2em;
    }
    
    #panel_right {
        position:           relative;
        float:              left;
        width:              25em;
        margin:             0 0 0 2em;
    }
                 
    #panel_right ul, #panel_left ul {
        padding:            0 0 0 0;
        margin:             0 0 0.3em 0;
        line-height:        1.2em;
    }
    
    #panel_left ul {
        list-style:         none;
        line-height:        1em;
    }
    
    #panel_right li, #panel_left li {
        font-size:          80%;
        color:              #333333;
        padding:            0 0 0 1em;
        margin:             0 0 0 1.5em;
    }
    
    #panel_right #rooms {
        position:           relative;
        float:              left;
        margin:             0 4em 0 0;    
    }

    #panel_left li {
        padding:            0;
        margin:             0;
    }
    
    #listing_description {
        position:           relative;
    }
    
    #listing_description p {
        margin:             0 0 0.7em 0;
        font-size:          80%;
        color:              #333333;
    }
    
    #panel_facilities {
        position:           absolute;
        top:                33em;
        left:               2em;
    }
    
    #accommodation_table, #contact_table {
        font-size:          80%;
        color:              #333333;
        margin:             -0.1em 0 0.4em 0;
        border-collapse:    collapse;
        border-spacing;     0;
    }

    .label {
        font-size:          90%;
        font-style:         italic;
        font-weight:        bold;
        color:              #D0240E;
        margin:             0 0 0.3em 0;
    }
    
    .label span {
        font-size:          85%;        
        color:              #333333;
        font-style:         normal;
        font-weight:        normal;
        margin:             0 0 0 0.5em;
    }
        
    .listing_stars {
        position:           absolute;
        top:                0.3em;
        right:              2em;
    }
    

    #panel_left #panel_photo_gallery {
        position:           relative;
        width:              19.35em;
        min-height:         26.5em;
        overflow:           hidden;
        margin:             0 0 0 0;  
        background-color:   BOX_LINK_BACKGROUND;
    }

    
    #panel_left .large_image {
        position:           relative;
        top:                0;
        left:               0;
        margin:             0 0 1em 0;
    }
    
    #panel_left #image_slider {
        position:           relative;
        height:             7em;
        width:              19.35em;
        margin:             0 0 0 0;
        overflow:           hidden;
    }
    
    #panel_left #slider_thumbnails {
        position:           absolute;
        top:                0;
        left:               0;
        height:             5em;
    }
    
    #panel_left #slider_control {
        position:           absolute;
        top:                5em;
        left:               0;
        height:             1.56em;
        width:              19.35em;
        background-color:   BOX_LINK_BACKGROUND;
    }
    
    #panel_left #left_arrow {
        position:           absolute;
        top:                0;
        left:               0;
        visibility:         hidden;
        border:             0 none;
    }
    
    #panel_left #right_arrow {
        position:           absolute;
        top:                0;
        right:              0;
        border:             0 none;
    }
    
    #panel_left #virtual_tour {
        position:           relative;
        top:                0;
        left:               0;
        width:              19.35em;
        height:             19.35em;
    }
    
    #panel_left #virtual_links {
        width:              19.35em;
        margin:             0 0 0.8em 0;
    }
    
    #panel_left #virtual_links a {
        width:              6.45em;
        border:             medium none;
        color:              #231F20;
        float:              left;
        padding:            0.35em 0.95em;
        font-size:          80%;
    }


    .listing_thumbnail {
        position:           absolute;
        top:                0;
        width:              4.3em;
        height:             4.3em;
        margin:             0 0.5em 0 0;
        border:             0 none;
    }
        
    #panel_left #slider_thumbnails a:hover img{
        opacity:			0.5;
        filter:				alpha(opacity=70);
    }
	
	#panel_footer {
		position:			relative;
		float:				left;
		height:				1.5em;
		width:				100%;
	}

