/* Core Layout */

body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 62.5%;
    behavior:url("/css/csshover.htc");
}

#container {
    margin: 0 auto; /* centers the page */
    width: 898px;
    background: #FFF url('../img/content_bg.png') left top repeat-y;
}

#container.narrowpage {
    width: auto;
    background: none;
}

#container.narrowpage #narrowpage {
    width: 100%;
    float:none;
}



#header {
    color: #FFF;
    height: 163px;
    background: transparent url('../img/header.png') top left no-repeat;
    position: relative;
    zoom:1; /* Layout hack for IE */
}

#main-nav {
    position:absolute;
    top:87px;
    right:0px;
}


/* Site toolbar */
div#toolbar {
    position:absolute;
    top:122px;
    left:20px;
    width:10px; /* width for IE */
}
div#toolbarLiner {
    position:relative;
    width:850px;
}
div.toolbarTab {
    float:left;
    background:transparent url(../img/toolbar_tab_l.png) left top no-repeat;
    height:37px;
    padding-left:10px;
    margin-right:10px;
}
div.rightToolbarTab {
    float:right;
    background:transparent url(../img/toolbar_tab_l.png) left top no-repeat;
    height:37px;
    padding-left:10px;
    margin-right:10px;
}
div.toolbarTabLiner {
    float:left;
    background:transparent url(../img/toolbar_tab_r.png) right top no-repeat;
    height:37px;
    width: 840px;
    padding-top:3px;
}
div#toolbar form {
    margin:0px;
    padding:3px 10px 0px 0px;
    line-height:23px;
}

div#toolbar form.language,
div#toolbar a#bttn_login {
    float:right;
}

div#toolbar input,
div#toolbar select {
    margin-left:5px;
}
div#toolbar label {
    font-weight:bold;
    font-size:12px;
}


#content {
    zoom:1; /* Layout hack for IE */
}

div#content div#map {
    float:left;
    width:630px;
}
div#content div#map img {
    border-right:solid 1px #FFF;
}	
div#content div#map_search {
    float:right;
    width:250px;
    padding-top:5px
}	



/* welcome widget on homepage */    
#welcome {
    position:absolute;
    top:10px;
    right:115px;
    width:375px;
    color:#4B4B4B;
    text-align:right;
}
/*
#right-header {
    position:absolute;
    top:0px;
    right:0px;
    width:674px;
    height: 117px;
    background:transparent url(../img/dark_header_bg.jpg) right top no-repeat;
}

#welcome {
    position:absolute;
    top:10px;
    right:20px;
    width:375px;
    color:#7B7B7B;
    text-align:right;
}
*/

/* Testimonials */
p.testimonial {
    font-size:1.4em;
}
p.testimonial span {
    color:#666;
    font-size:0.9em;
}

#regionDescription {
    background: #000 url('../img/welcome_bg.gif') right bottom no-repeat;
    color: #FFF;
    padding: 20px 20px 16px 0px;
}
#regionDescriptionTop {
    background: #000 url('../img/welcome_top.gif') right top no-repeat;
    height: 16px;
    border-bottom: none;
    margin: 0;
    padding: 0;
    text-indent: -3000px;
}

#sidebar {
    color:#3F3F3F;
    width: 267px;
    float: right;
}


/* Page With Sidebar */
#narrowpage {
    width: 630px;
    float: left;
}

/* Full Page With No Sidebar */
#widepage {
    width: 898px;
}

#footer {
    color: #FFF;
    height: 106px;
    clear: both;
    position: relative;
    margin:0;
    background: #000 url('../img/footer_bg.jpg') left top no-repeat;
}


/* <DIV class="clear"> Utility */
.clear{
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    line-height: 1px;
}

/* Borders for Sidebar elements */	
.border1 {
    border: 1px solid #888d76;
    margin: 10px;
}

.border2 {
    border: 1px solid #888d76;
    margin: 5px;
    padding: 10px 16px 0 10px;
}

/* On homepage sidebar is white with light borders */	
#content.home .border1 {
    border: 1px solid #EAECE5;
    margin: 10px;
}

#content.home .border2 {
    border: 1px solid #DFE3D5;
    margin: 5px;
    padding: 10px 16px 0 10px;
}


/* breadcrumb element */

.breadcrumbs {
    padding: 12px 10px 0 16px;
    font-size: 1.1em;
    margin-bottom: -12px;
}

#content #mapsForm p.breadcrumbs {
    padding: 0 0 0 0px;
    margin: 15px 0 14px 2px;
    font-size: 1.1em;
    color: #FFF;
    background: none;
}

#content .breadcrumbs a{
    text-decoration: underline;
    color: #000;
}

#content #mapsForm p.breadcrumbs a{
    text-decoration: underline;
    color: #FFF;
}

/* Dotted Lines */

.dottedline {
    display: block;
    height: 1px;
    float: none;
    clear: both;
    background: transparent url('../img/dashed.gif') left top repeat-x;
    margin: 6px 0 6px 1px;
}

#sidebar .dottedline {
    background: transparent url('../img/dashed_green.gif') left top repeat-x;
}

.home #sidebar .dottedline {
    margin: 6px 0 30px 1px;
    background: transparent url('../img/dashed.gif') left top repeat-x;
}

/* Book Promo Box */

.bookbg {
    border: none;
    padding: 10px 4px 2px 10px;
    background: transparent url('../img/borderbox_bg.jpg') left top no-repeat;
}

.buybutton{
    display: block;
    width: 250px;
    height: 54px;
    margin: 0px 0px 0px 0px;
    background: transparent url('../img/buybutton.gif') left top no-repeat;
    text-indent: -3000px;
    position: relative;
    zoom:1; /* Layout hack for IE */
}

.buybutton:hover{
    background: transparent url('../img/buybutton.gif') 0px -54px no-repeat;
}

.promo .buybutton{
    display: block;
    width: 250px;
    height: 37px;
    margin: 0px 0px 0px 0px;
    background: transparent url('../img/buybutton2.gif') left top no-repeat;
    text-indent: -3000px;
    position: absolute;
    top: 180px;
    left: 308px;
}	

.promo .buybutton:hover{
    background: transparent url('../img/buybutton2.gif') 0px -37px no-repeat;
}		

.buybutton span{
    text-indent: -3000px;
    display: block;
    background: transparent url('../img/book_top.gif') left top no-repeat;
    position: absolute;
    height: 71px;
    width: 126px;
    right: 0;
    bottom:0;
}

/* Featured Component */

.featured {
    margin: 24px 32px 0 32px;
    width: 566px;
    background: #FFF url('../img/featured_bg2.gif') left top no-repeat;
    position: relative;
}

.featured div.corn{
    display: block;
    position: absolute;
    width: 58px;
    height: 52px;
    margin: 0;
    background: transparent url('../img/featured_corn.gif') left top no-repeat;
    border: none;
    right: 0;
    top: 0;
}

.featured div{
    border: 1px solid #EAECE5;
    padding: 2px;
    width: 156px;
    float: left;
    margin: 20px 0 -30px 20px;
}

.featured div p{
    font-size: 1.0em;
    margin: 4px 6px 8px 8px;
}

.featured div.footer{
    border: none;
    height: 49px;
    width: auto;
    clear: both;
    float: none;
    background: transparent url('../img/featured_bg.gif') left bottom no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
}

.featured img, .rated img{
    border: 1px solid #DFE3D5;
    padding: 2px;
}

#content .featured a, #content .rated a {
    font-size: 1.2em;
    color: #000;
    font-weight: normal;
    text-decoration: underline;
    display: block;
    margin: 0 0 6px 0;
    padding: 0;
    position:relative;
    zoom:1; /* Layout hack for IE */
}

/* Rated Component*/

.rated div{
    border: 1px solid #EAECE5;
    padding: 2px;
    width: 156px;
    height: 141px;
    float: left;
    margin: 0px 0 20px 20px;

}

.rated div p{
    font-size: 1.0em;
    margin: 4px 6px 8px 8px;
}

/* Sidebar Components */


#sidebar div.photos {
    padding: 10px 0 16px 0;
}

#sidebar div.photos a{
    position: relative;
    zoom:1; /* Layout hack for IE */
    float: left;
    display: block;
    border: 2px solid #888d76;
    margin: 20px 0 0 26px;
}

#sidebar div.photos p a{
    border: none;
}

#sidebar div.photos a:hover{
    border-color: #AAA;
}

#sidebar div.photos a:hover div{
    background: #353a19 url('../img/enlarge.gif') left -19px no-repeat;
}

#sidebar div.photos a img {
    border: none;
}

#sidebar div.photos a div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 22px;
    height: 19px;
    background: #353a19 url('../img/enlarge.gif') left top no-repeat;
    text-indent: -3000px;
    cursor: pointer;
}
#sidebar div.photos a.large div {
    width: 71px;
}

/* Links */

/* Header and Footer Links */
a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

a:hover {
    text-decoration: underline;
}

/* Content Links */

#content a {
    text-decoration: underline;
    font-weight: bold;
    color: #3f3f3f;
}
#content div.contentItem a {
    color: #672b45;
}

#content a:hover {
    text-decoration: none;
}

#content #sidebar .buybutton a {
    color: #FFF;
    text-decoration: underline;
}

#sidebar li a{
    font-weight: normal;
}

div#sidebar a,
div#content div#narrowpage ul.sitemap li a {
    color: #672b45;
}

#content #sidebar .photos p a{
    background: transparent url('../img/bullet_gr_plus.gif') 0px 3px no-repeat;
    padding: 0 0 0 20px;
}

#content #sidebar .borderbox a {
    color: #000;
}

a.host {
    background: transparent url('../img/host_bg.gif') left top no-repeat;
    height: 40px;
    display: block;
    float: left;
    text-indent: 40px;
    margin: 0 .3em 0 8px;
    padding: 7px 0 0 0;
    position: relative;
    top: -7px;
}#content div.contentItem a {
    color: #672b45;
}
#content .photo h4 a:hover {
    text-decoration:underline;
}


a.host b{
    text-decoration: underline;
}

a.host:hover, a.host:hover b {
    text-decoration: none;
}

a#homelink {
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: transparent url('../img/homelink.gif') left top no-repeat;
}

a#homelink span.tooltip{
    display: none;
    background: transparent url('../img/tooltip_bg.gif') left top no-repeat;
    padding: 9px 0 0 12px;
    width: 155px;
    height: 31px;
    position: absolute;
    bottom: 4px;
    right: 31px;
    color: #40452E;
    opacity: .8;
}

a#homelink:hover span.tooltip{
    display: block;
}

p.picks a.help{
    display: block;
    background: transparent url('../img/pick_help.gif') left top no-repeat;
    text-indent: -3000px;
    width: 20px;
    height: 21px;
    position: absolute;
    top: 11px;
    right:10px;
}

h3.logo {
    padding: 0px;
    margin: 0px;
}

h3.logo a {
    background: transparent url('../img/1bbHeader.png') left top no-repeat;

    text-indent:-1000px;
    width:898px;
    height: 117px;
    position:absolute;
    top: 0px;
    text-decoration:none;
}
.byline {
    color: #424724;
    font-family: sans-serif;
    font-size: 2em;
    position: relative;
    top: 30px;
    left:180px;
    z-index: 10;
}
.byline span#line1 {
    margin-bottom:5px;
}
.byline span#line2 {
    margin-top:5px;
    font-family: sans-serif;
    font-size: .7em;
    font-weight: normal;
    font-style: italic;
}

/*
h3.logo a {
    background: transparent url('../img/bnbweb3.png') left top no-repeat;
    text-indent:-1000px;
    width: 224px;
    height: 80px;
    position:absolute;
    top: 0px;
    text-decoration:none;
}
.byline {
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.3em;
    font-weight: normal;
    padding-left:5px;
    padding-top:83px;
    background:transparent url(../img/byline-bg.jpg) left bottom no-repeat;    
}
*/

h3.blog {
    color: #9ea453;
    font-family: Arial, sans-serif;
    text-transform: none;
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 6px;
}

#content #narrowpage li a, #content #widepage li a{
    color: #FFF;
    font-weight: normal;
    font-size: .75em;
    text-decoration: underline;
    margin: 0 0 0 0px;
    padding: 0 0 0 20px;
}

#content #narrowpage ul.headlines li a{
    font-weight: normal;
    text-decoration: underline;
    display: block;
    color: #4E5435;
}

#content #narrowpage ul.headlines li a:hover, 
#content ul.maps li a:hover,
#content ul.linklist li a:hover{
    text-decoration: none;
}

#content #narrowpage ul.linklist li a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    padding: 0 0 0 0px;
}

#content ul.maps li a{
    color: #FFF;
    font-weight: normal;
    font-size: .75em;
    text-decoration: underline;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}

#content .details a {
    color: #FFF;
}

#content .details a:hover {
    text-decoration: underline;
}

#content ul.specs li a {
    margin: 0 0 0 4px;
    text-decoration: underline;
}

#content ul.specs li a:hover {
    text-decoration: none;
}

#content ul.checklist {
    list-style-type: none;
    margin: -10px 0 0 32px;
    padding: 0 0 0 0;
    font-weight: normal;
    font-size: .9em;
    color: #666;
}

#content ul.checklist li{
    background: transparent url('../img/tick.gif') 0px 3px no-repeat;
    padding: 0 0 0 16px;
    margin: 0 20px 6px 0;
    float: left;
    width: 240px;
    line-height: 1.3em;
}

#content .rated a.rating {
    text-decoration: none;
}

#content .rated a.rating img{
    margin: 6px 0 0 6px;
}

#content .rated a.rating span{
    position: relative;
    zoom:1; /* Layout hack for IE */
    top: -50px;
    left: 4px;
}

/* Things that are underlined, remove underline on hover */

#content #narrowpage .pagination a:hover,
#content #widepage .pagination a:hover,
#content #narrowpage ul.files li a:hover,
#content #narrowpage ul.files li span.pdf a:hover,
#content #narrowpage ul.links li a:hover,
#content #widepage ul.links li a:hover,
#content #narrowpage ul.linklist li a:hover,
#content #narrowpage .promo p a:hover,
#content #sidebar a:hover,
#content #widepage ul.maps li a:hover,
#content #narrowpage ul.maps li a:hover,
#content #narrowpage p.breadcrumbs a:hover,
#content #widepage p.breadcrumbs a:hover,
#content #widepage #mypicks form table tr th a:hover
{
    text-decoration: none;
}

/* Things that are not underline, underline on hover */
#content #narrowpage p a:hover {
    text-decoration: underline;
}

/* Headings */

h1 {
    background: transparent url('../img/h1_bg.gif') left top repeat-x;
    border-bottom: 1px solid #E0E0E0;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #6A6B66;
    font-size: 2.0em;
    margin: 1.2em 0em 1.2em 0em;
    padding: 20px 0 6px 30px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    float: none;
}

h1.welcome {
    background: #000 url('../img/h1_welcome.gif') right top no-repeat;
    height: 79px;
    border-bottom: none;
    margin: 0;
    padding: 0;
    text-indent: -3000px;
}

.details h1 {
    background: none;
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: transparent url('../img/details_h1_bg.gif') left bottom no-repeat;
    color: #fffccd;
    font-size: 2.4em;
    margin: 0 0 12px 0;
    padding: 2px 0 12px 6px;
    text-indent: 0;
    font-weight: bold;
}

#widepage .details h1 {
    background: transparent url('../img/details_h1_wide_bg.gif') left bottom no-repeat;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #672B45;
    font-size: 2.0em;
    margin:0;
    line-height:48px;
    padding-left:20px;
    padding-right:20px;
    text-transform: uppercase;
    border-top:solid 2px #D4D6CF;
    border-bottom:solid 2px #F0F0F0;
}
#content div.contentpadding {
    padding:10px 20px;
    clear:both;
}
#content div.contentpaddingLeft {
    padding:10px 0 10px 10px;
}


#content div.reviewPoints h5 {
    /*color:#666666;*/
    /*font-size:1em;*/
    color:#5A223A;
    margin:0;
    padding:10px 4px 10px 20px;
    text-transform:uppercase;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-weight:bold;
    background-color:#F4F5ED;
    text-align:left;
}

#content div.reviewPoints p {
    padding: 10px 10px 0 20px;
}

#content div.renewListings {
    background-color: #F7CFE1;

    margin-top:0px;
    padding: 5px 0px 5px;
}

#content div.renewListings p {
    padding: 10px 15px 0px 45px;
    font-size: 1.3em;
}

#content div.renewListings h5 {
    /*    text-align: center;*/
    font-size: 1.4em;
    padding: 10px 15px 10px;
    margin: 0px;
}


h1.featuredListings {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    color: #6A6B66;
    margin: 1.2em 0em 1.2em 30px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    float: none;
    padding: 0;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    color: #6A6B66;
    margin: 1.2em 0em 1.2em 30px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    float: none;
}
div.contentItem h3,
div.contentItem h1.featuredListings {
    margin: 0 0 0 1px;
    line-height:49px;
    padding-left:19px;
    padding-right:20px;
    color: #5a223a;
    background:#F4F5ED url('../img/panel_header_bg.png') left top repeat-x;
}

div.sidebarpadding {
    padding:15px;
}

div.sidebaritem h3 {
    font-size: 1.4em;
    margin: 0 1px 0 0;
    line-height:49px;
    padding-left:15px;
    padding-right:15px;
    color: #717171;
    background:#F4F5ED url('../img/panel_header_bg.png') left top repeat-x;
}

div.contentItem h3.createListing,
div.sidebaritem h3.createListing  {
    background:#F4F5ED url('../img/panel_header_bg_cl.png') left bottom repeat-x;
}

div.sidebaritem div#locationLargeMap {
    position:absolute;
    left:-630px;
    top:49px;
    width:854px;
    background-color:#FFFFFF;
    padding:20px;
    border:solid 1px #333;
}
div.sidebaritem h3.location {
    background-color:#FFF;
}
div.sidebaritem div.location {
    position:relative;
    zoom:1; /* Layout hack for IE */
}

div.sidebaritem div.hostlogin a {
    clear:both;
    display:block;
    text-align:right;
    color:#000000;
    font-size:1.1em;
    line-height:1.8em;
}

div#sidebar div.becomeahost h3 strong {
    display:block;
    padding-left:40px;
    background:transparent url('../img/icon_becomeahost.png') 0px 9px no-repeat;
}

div#sidebar div.feedback h3 strong {
    display:block;
    padding-left:40px;
    background:transparent url('../img/icon_feedback.png') left no-repeat;
}

div#content div#sidebar div.browselocations ul {
    margin:10px 0 0 10px;
    float:left;
}

div#content div#sidebar div.browselocations li,
div#content div#narrowpage ul.sitemap li	{
    width:95px;
    padding:2px 0 2px 20px;
    margin:0;
    background:url(../img/bullet_arrow.png) left 4px no-repeat;
    line-height:normal;
}

div#content div#narrowpage ul.sitemap li	{
    width:100%;
    font-size:1.6em;
    line-height:1.2em;
    padding:0 0 0 0;
}
div#content div#narrowpage ul.sitemap li ul	{
    margin:0 0 0 20px;
    padding:0;

}
div#content div#narrowpage ul.sitemap li ul li	{
    font-size:1em;
    list-style:none;
    margin:0;
    padding:0;
}

div#sidebar div.sidebaritem div.mypicks p.selectedPicks {
    padding:10px;
    background-color:#f5f5f5;
}

#content div.featured h3 {
    margin: 0 0 -8px 20px;
    padding: 16px 0 0 0;
}

#content #mapsForm h3 {
    color: #FFF;
    text-transform: none;
    background: transparent url('../img/gradline_h.gif') right bottom no-repeat;
    padding: 0 0 8px 0;
    margin: 0 20px 8px 20px;
}

#content #mapsForm p {
    color: #FFF;
    font-size: 1.1em;
    margin: 0 0 20px 0;
    padding: 0 20px 20px 20px;
    background: transparent url('../img/green_grad_sm_bg.gif') left bottom repeat-x;
}

h4 {
    font-size: 1.6em;
    margin:10px 0px;
    padding: 0;
    color:#5a223a;
}
h4.dull {
    color:#000;
}

h4.advSearch, h4.maps {
    font-family: Arial, sans-serif;
    background: transparent url('../img/tab_on_1.gif') left top no-repeat;
    width: 200px;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin:0;
    padding: 0 0 0 0;
}

#maps_t:hover, #advanced_t:hover{
    text-decoration: underline;
}

#search_3 {
    display: block;
}

/*   NEW CSS ADDED 22/08  */
.clearit {
    clear: both;
    float: none;
    width: 100%;
    line-height: 0px;
    height: 0px;
}
div#map_header {
    height:32px;
    float:left;
    background: transparent url('../img/map_tab_left.gif') left top no-repeat;
    padding-left:20px;
    background-color:#4A4E13;
}
div#map_header h4 {
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    color:#FFFFFF;
    margin:0px;
    padding-right:20px;
    display:block;
    line-height:32px;
    background: transparent url('../img/map_tab_right.gif') right top no-repeat;
}
div#map_breadcrumbs {
    font-size:1.2em;
    height:30px;
    background-color:#f5f3da;
    color:#494F26;
    line-height:30px;
    padding-left:20px;
    border-left:solid 1px #D2D3BF;
    border-right:solid 1px #D2D3BF;
    border-bottom:solid 1px #6D7251;
}
div#map_breadcrumbs ul {
    list-style:none;
    margin:0;
    padding:0;
}
div#map_breadcrumbs ul li {
    float:left;
    color: #000;
    margin:0;
    padding:5px 0 0 5px;
    line-height: 1.0em;
}
div#map_breadcrumbs ul li:first-child {
    padding-left:0;
}
div#map_breadcrumbs ul li:after {
    content: " >";
}
div#map_breadcrumbs ul li.trueLast:after {
    content: "";
}
div#map_breadcrumbs ul li a {
    color:#000000;
    font-size:0.7em;
    font-weight:normal;
    text-decoration:underline;
}

#map_wrapper {
    border-left:solid 1px #D2D3BF;
    border-right:solid 1px #D2D3BF;
    border-bottom:solid 1px #6D7251;
    overflow:hidden; /* Automatically clears any child floats */
    zoom:1; /* Layout hack for IE */
}
div#map_text_overlay {
    background-color:#4A4E13;
    /* background-color:#99B3CC; This line makes it light blue */
    position:absolute;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFF;
    padding: 5px 7px 5px 7px;
    right: 0px;
    top: 0px;
}
div#map_location_overlay {
    background-color:#4A4E13;
    position:absolute;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFF;
    padding: 5px 7px 5px 7px;
    white-space: nowrap;
}
div#region_text div.contentpadding {
    background-color:#fff;
    margin:0px 1px;
}
div#map_image {
}


#map_search form input.searchbutton, 
#map_search form input.gobutton,
#map_search form input.jumpbutton,
#results_pagination input.prevbutton,
#results_pagination input.nextbutton,
#search_results_buttons input.addsearchbutton,
#search_results_buttons input.searchagainbutton {
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    padding: 0;
    margin: 0;
    height: 28px;
}
#map_search form input.searchbutton {	
    background: transparent url('../img/searchform_button_search.gif') left top no-repeat;
    width: 58px;
}
#map_search form input.gobutton {
    background: transparent url('../img/searchform_button_go.gif') left top no-repeat;
    width: 35px;
}
#map_search form input.jumpbutton {
    background: transparent url('../img/searchform_button_jump.gif') left top no-repeat;
    width: 175px;
}
#results_pagination input.prevbutton {
    background: transparent url('../img/results_prev_button.gif') left top no-repeat;
    width: 73px;
}
#results_pagination input.nextbutton {
    background: transparent url('../img/results_next_button.gif') left top no-repeat;
    width: 53px;
}
#search_results_heading {
    position:relative;
    zoom:1; /* Layout hack for IE */
}
#search_results_buttons input.addsearchbutton {
    background: transparent url('../img/results_add_searches_button.gif') left top no-repeat;
    width: 136px;
    margin-right:30px;
}
#search_results_buttons {
    position:absolute;
    top:15px;
    right:0px;
    text-align:right;
}
#search_results_buttons input.searchagainbutton {
    background: transparent url('../img/results_search_again_button.gif') left top no-repeat;
    width:97px;
    margin-right:30px;
}

#map_footer {
    clear:left;
    height:5px;
    line-height:5px;
    background-color:#FFFFFF;
    width:100%;
}

#results_pagination_wrapper {
    text-align:right;
}

#results_per_pg {
    float:left;
}

#results_pagination_wrapper #results_per_pg p {
    margin:0px;
}

#results_pagination {
    float:right;
}

div.results_flow {
    float:left;
}
table.results_table #results_pagination ul {
    list-style:none;
    margin:0;
    padding:0 10px;
}
table.results_table #results_pagination ul li {
    float:left;
}
table.results_table #results_pagination ul li a {
    display:block;
    color:#000000;
    font-size:1em;
    padding:0 5px;
    font-weight:bold;
}

.mapSearchForm h5 {
    clear:both;
    color: #eae59d;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin:0 0 8px 0;
}


div.mapSearchForm {
    clear:both;
    padding:10px 20px 0 0;
}

div.formField {
    clear:both;
    position:relative;
    zoom:1; /* Layout hack for IE */
    padding-top: 4px;
}

div.searchButton {
    float:right;
}

div.detailedSearchButton {
    float:left;
    margin:5px 0px;
}

h5.detailedSearchHeader {
    font-weight: normal;
    color:#FFFFFF;
}

div.mapSearchForm label {
    display: block;
    float:left;
    line-height:20px;
    width:80px;
    font-weight: normal;
    color:#fff;
    font-size:1.1em;
}

/* BNBG-281 */
div#content a.help {
    position:relative;
    top:0px;
    padding:0 18px 0 0;
    font-size:18px;
    zoom:1;
    text-decoration:none;
    z-index:100;
    margin:0 0 0 3px;
    background:#fff url(../img/icon_help_whitebg.gif) 0px 0px no-repeat;
    text-align: left;
}

div#content a.club {
    position:relative;
    top:7px;
    padding:0 40px 0 0;
    font-size:18px;
    zoom:1;
    text-decoration:none;
    z-index:100;
    margin:0 0 0 3px;
    background: url(../img/1bbclubLogo.png) 0px 0px no-repeat;
    text-align: left;
}
#content table a.club:visited {
    text-decoration: none;
}

div#content div.mapSearchForm a.help
{
    width:18px;
    height:18px;
    background:#fff url(../img/icon_help.gif) 0 0 no-repeat;
    margin:0;
}
div#content div#findAccommodationHmPgForm div.formField a.help {
    background:#fff url(../img/icon_help_hmpg.gif) 0 0 no-repeat;
}
div#content a.help:hover
div#content a.club:hover{
    z-index:100;
    background-color:transparent;
}

#content table.results_table tr:hover td a.club,
#content table.results_table td a.club:visited,
#content table.results_table td a.club:hover
{
    text-decoration: none;
}

div#content a.help span.hint,
div#content a.club span.hint{
    display: none;
    text-decoration: none;
}
div#content a.help:hover span.hint,
div#content a.club:hover span.hint {
    display: block;
    position: absolute;
    top: 0px;
    left: 50px;
    width:150px;
    border:solid 1px #9BA57C;
    background-color: #E8F5BD;
    padding:5px;
    color: #40452E;
    font-size:11px;
    font-weight:normal;
    opacity: 0.9;
    z-index:150;
    text-decoration: none;
}


.helpIcon {
    display: inline;
}

div#content span.permanentHint {
    display: block;
    position: relative;
    top: -20px;
    left: 400px;
    width:150px;
    border:solid 1px #9BA57C;
    background-color: #E8F5BD;
    padding:5px;
    color: #40452E;
    font-size:11px;
    font-weight:normal;
    opacity: 0.9;
    z-index:102;
    margin:0 0 0 3px;
    text-align:left;
    text-decoration:none;
}

div#content div.mapSearchForm a.help:hover span.hint{
    top: 25px;
    right: 25px;
}

/* End of BNBG-281 */

div.mapSearchForm input,
div.mapSearchForm select {
    float:right;
    margin:0 0 5px 0;
    padding:0;
}
div.mapSearchForm input.textinput {
    width: 140px;
    border: 1px solid #BFBFBF;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

div.mapSearchForm select{
    width: 143px;
}

div.mapSearchForm input.button {
    border: none;
    background: transparent url('../img/search_button_green.gif') left top repeat;
    font-weight: bold;
    color: #FFF;
    width: 80px;
    height: 31px;
    cursor: pointer;
    padding: 0;
}

div#map_search p {
    color:#fff;
}

span.jump {
    margin: 0px 0 6px 0px;
    font-size: 1.2em;
    height: 28px;
    padding: 0;
    display: block;
    float: left;
    background: transparent url('../img/button_jump_bg.gif') top left repeat-x;
}

#content span.jump a{	
    display: block;
    background: transparent url('../img/button_jump.gif') top right no-repeat;
    padding: 6px 12px 7px 12px;
    color: #FFF;
}

#detailDesc {
    width:360px;
    float:left;
}
#detailPhoto {
    width:174px;
    float:left;
    margin:0px 0px 0px 16px;
}

.detailThumbL {
    width:90px;
    float:left;
    margin-top:5px;
}
.detailThumbR {
    width:84px;
    float:left;
    margin-top:5px;
}
#detailAddress {
    width:150px;
    float:left;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #FFF;
    margin: 0 0 0 6px;
}
#detailTools {
    width:180px;
    float:left;
}

#content ul.tools2 {
    list-style-type: none;
    display:block;
    clear: both;
    float: none;
    margin: 0 0 0 0px;
    padding: 0px 0 0 0;
    font-size: 1.2em;
}
#content ul.tools2 li{
    margin: 5px 10px 0 0;
    font-size: 1.0em;
    height: 28px;
    padding: 0;
    display: block;
    float: left;
    background: transparent url('../img/greenbutt_bg1.gif') top left repeat-x;
}

#content #narrowpage ul.tools2 li a{
    font-size: 1.0em;
    font-weight: bold;
    display: block;
    background: transparent url('../img/greenbutt_bg2.gif') top right no-repeat;
    padding: 3px 10px 4px 10px;
    color: #FFF;
    text-decoration: none;
}

table.detailTbl {
    margin-top:20px;
}

table.detailTbl td {
    background-color:#904a75;
    color:#fff;
    font-size: 1.2em;
    text-indent:5px;
    padding:3px 0px 3px 0px;
}

table.detailTbl td.field_name {
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
    width: 180px;
    padding-right:5px;
}
/*  END  */




h4.maps {
    width: 200px;
    background: transparent url('../img/tab_gr_1.gif') left top no-repeat;
}

h4.advSearch span, h4.maps span{
    display: block;
    height: 23px;
    padding: 6px 0 0 0;
    margin: 0 0 0 18px;
    background: transparent url('../img/tab_on_2.gif') right top no-repeat;
    color: #FFF;
}

h4.maps span{
    background: transparent url('../img/tab_gr_2.gif') right top no-repeat;
}

div.mypicks h4 {
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    margin: 8px 0 10px 0;
    padding: 0;
}

h5 {
    font-size: 1.3em;
    margin: 1.2em 0em 0.6em 30px;
    font-weight: bold;
}

#advSearchForm fieldset h5{
    display: block;
    color: #FFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0;
    text-indent: 5px;
    background: transparent url('../img/gradline_h.gif') left bottom no-repeat;
    width: 167px;
    height: 18px;
}

#advSearchForm fieldset.two h5{
    background: transparent url('../img/gradline_h.gif') center bottom no-repeat;
}

#advSearchForm fieldset.three h5{
    background: transparent url('../img/gradline_h.gif') right bottom no-repeat;
}

#advSearchForm fieldset.accommodation h5{
    width: 501px;
    background: transparent url('../img/gradline_h.gif') left bottom no-repeat;
}

#mapsForm h5{
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    margin: 10px 0 0 20px;
    padding: 0;
}

h6 {
    font-size: 0.8em;
    margin: 1.2em 0em 1.2em 0em;
    font-weight: bold;
}

/* Lists */

ol, ul, li {
    font-size: 1.2em;
    line-height: 1.8em;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    font-weight: normal;
}

#main-nav ul, 
#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    float: left;
}

#footer ul {
    font-size: .9em;
    padding-top:55px;
}


.copyright {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1.0em;
    float: left;
    padding:5px 5px 5px 5px;
}

#narrowpage ul.headlines {
    margin: 0 0 0 10px;
    list-style-type: none;
    font-weight: normal;
    padding: 0;
    font-size: 1.4em;

}
#content #narrowpage ul.headlines li {
    margin: 0 0 12px 0;
    line-height: 1.2em;
}

#narrowpage ul, #narrowpage ol {
    font-size: 1.0em;
    margin: 0 0 10px 55px;
    padding: 0;
    line-height: 1.0em;
}

#narrowpage ol {
    margin: 0 0 10px 60px;
}

#narrowpage li{
    margin: 0 0 0 0;
    padding: 0;
}

#narrowpage ul.linklist, #widepage ul.linklist{
    list-style-type: none;
    font-size: 1.2em;

    margin: 0 0 16px 30px;
    padding: 0;
    float: none;
    clear: both;
}

#narrowpage ul.linklist li, #widepage ul.linklist li{
    margin: 0;

}

#narrowpage #mapsForm ul, #widepage #mapsForm ul {
    margin: 0 0 25px 0;
    padding: 15px 0 10px 0;
    list-style-type: none;
    position: relative;
    height: 230px;
}

#narrowpage ul.maps li, #widepage ul.maps li{
    display: block;
    margin: 0 0 0 8px;
    padding: 0;
    line-height: 1.2em;
}

#sidebar ul,
div#content div#narrowpage ul.sitemap {
    list-style-type: none;
    margin: 0 0 8px 0;
    padding: 0;
}

#content #sidebar ul li {
    background: transparent url('../img/ul_li_bullet_gr.gif') 0px 2px no-repeat;
    margin: 0 0 3px 0;
    padding: 0 0 0 26px;
    font-size: 1.0em;
}

#content.home #sidebar ul li {
    background: transparent url('../img/ul_li_bullet.gif') 0px 2px no-repeat;
}

#content ul.files {
    list-style-type: none;
    margin-left: 40px;
    font-size: .9em;

}
#content ul.files li{
    background: transparent url('../img/icon_pdf.gif') 0px 2px no-repeat;
    padding:  0 0 10px 24px;
    line-height: 1.5em;
    color: #666;
    display: block;
}

#content #narrowpage ul.files li a{
    color: #000;
    font-size: 1em;
    margin: 0 0 0 0;
    padding: 0;
}

#content ul.files li a:hover{
    text-decoration: underline;
}

#content #narrowpage ul.files li span.pdf, #content #narrowpage span.pdf {
    display: block;
    color: #a22a68;
    font-size: .8em;
}

#content #narrowpage ul.files li span.pdf a, #content #narrowpage span.pdf a{
    font-weight: normal;
    color: #a22a68;
    text-decoration: underline;
}

#content ul.files li span.pdf a:hover{
    text-decoration: none;
}


/* Main nav uses "sliding doors" */
#main-nav ul li {
    font-size: 1.1em;
    line-height:normal;
    display: block;
    float: left;
    margin: 0 1px 0 0;
    padding:0;
    background: transparent url('../img/nav_bg_r.gif') top right no-repeat;
}
#main-nav ul li a {
    display: block;
    float: left;
    margin: 0;
    padding:0 20px;
    line-height:30px;
    background: transparent url('../img/nav_bg_l.gif') top left no-repeat;
}
#main-nav ul li#selected {
    background-image: url('../img/nav_bg_r_sel.gif');
}
#main-nav ul li#selected a {
    background-image: url('../img/nav_bg_l_sel.gif');
}


#footer ul li{
    display: block;
    float: left;
    margin: 0 2px 0 0;
    background: transparent url('../img/divider.gif') right center no-repeat;
    padding: 0px 10px;
}

#footer ul li.last{
    background-image: none;
}

#content #narrowpage .details ul.links, #content #widepage .details ul.links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    float: left;
}

#content #narrowpage .details ul.links li, #content #widepage .details ul.links li {
    background: transparent url('../img/bullet_bl_arrow.gif') 0px 4px no-repeat;
    margin: 0 0 4px 0;
    padding: 0 0 0 0px;
    line-height: 1.2em;
}

#content #narrowpage .details ul.links li a, #content #widepage .details ul.links li a{
    font-weight: bold;
    margin: 0;
}



#content ul.tools {
    list-style-type: none;
    display:block;
    clear: both;
    float: none;
    margin: 0 0 0 6px;
    padding: 10px 0 0 0;
    font-size: 1.2em;
}

#content ul.tools li{
    margin: 0 16px 0 0;
    font-size: 1.0em;
    height: 28px;
    padding: 0;
    display: block;
    float: left;
    background: transparent url('../img/greenbutt_bg1.gif') top left repeat-x;
}

#content #narrowpage ul.tools li a{
    font-size: 1.0em;
    font-weight: bold;
    display: block;
    background: transparent url('../img/greenbutt_bg2.gif') top right no-repeat;
    padding: 3px 16px 4px 16px;
    color: #FFF;
    text-decoration: none;
}


#content #narrowpage .details ul.tools li a:hover, #content #widepage .details ul.tools li a:hover, #content ul.guidetools li a:hover {
    text-decoration: underline;
}

span.review {
    margin: -63px 16px 0 0;
    font-size: 1.2em;
    height: 28px;
    padding: 0;
    display: block;
    float: right;
    background: transparent url('../img/greenbutt_w_bg1.gif') top left repeat-x;
}

#content span.review a{	
    display: block;
    background: transparent url('../img/greenbutt_w_bg2.gif') top right no-repeat;
    padding: 6px 12px 7px 12px;
    color: #FFF;
}

#content span.review a:hover{
    text-decoration: underline;
}

#content ul.specs {
    margin: 20px 0 0 24px;
    padding: 0;
    list-style-type: none;
    font-size: 1.0em;
}

#content ul.sites {
    list-style-type: none;
    margin: -10px 0 0 32px;
    padding: 0;
    font-size: 1.0em;
    display: block;
}

#content ul.sites li{
    display: block;
    float: left;
    width: 170px;
    background: transparent url('../img/bullet_sq.gif') 0px 9px no-repeat;
    padding: 0 0 0 10px;
    margin: 0;
}

/* Paragraphs */

p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0 0 1em 0em;
}


#narrowpage .featured p, #widepage .featured p,
#narrowpage .rated p, #widepage .rated p {
    margin: 0 0 4px 8px;
}

p.picks {
    display: block;
    width: 225px;
    height: 44px;
    background: transparent url('../img/header_picks_bg.jpg') left top no-repeat;
    position: absolute;
    top: 86px;
    right: 0px;
    padding: 13px 0 0 0;
    text-indent: 14px;
}

p.resultsMessage {
    color:#672b45;
    font-weight:bold;
}

#narrowpage .details p, #widepage .details p {
    color: #FFF;
    margin: 0 0 0 6px;
    float: left;
    width: 360px;
}

#widepage .details p {
    width: 650px;
}

pre {
    font-family: monospace;
    font-size: 1.0em;
}

img {
    border: 0;
}


table.search_results img {
    border:solid 1px #919784;
}
table.search_results td {
    font-size:1.2em;
    padding:7px;
    border-top:solid 1px #D9D9D9;
}

table.search_results td.vline {
    background:url('../img/results_tbl_line.jpg') right center no-repeat;
}

/* Forms  */

form {
    margin: 0;
    padding: 0;
}


#basSearchForm, #advSearchForm {
    background: #58585B url('../img/grey_grad_bg.gif') left top repeat-x;
    margin: 0 0 20px 0;
    font-size: .9em;
}

#widepage #advSearchForm {
    padding: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

#widepage #advSearchForm, #narrowpage #advSearchForm {
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

#widepage #mapsForm, #narrowpage #mapsForm {
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    background: #4f552f url('../img/green_grad_bg.gif') left top repeat-x;
    margin-bottom: 20px;
}

#narrowpage #mapsForm {
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    background: #4f552f url('../img/green_grad_bg.gif') left top repeat-x;
    margin-bottom: 20px;
    font-size: 1.2em;
}

#mapsForm .mapcolumnone{
    float: left;
    width: 230px;
    padding: 45px 0 0 0;
}

#narrowpage #mapsForm .mapcolumnone{
    float: left;
    width: 170px;
    padding: 0 0 0 0;
}

#mapsForm .mapcolumnone ul.maps {
    height: auto !important;
}

#mapsForm .imagemap{
    float: left;
    margin-left: 4px;
}

#widepage #mapsForm .imagemap img {
    border: 4px solid #5b623d;
}

#advSearchForm fieldset{
    border: none;
    clear: both;
    float: none;
    margin: 20px 0 0 0;
    padding: 0;
}

#advSearchForm fieldset.column{
    clear: none;
    display: block;
    float: left;
    width: 167px;
    border: none;
    background: transparent url('../img/gradline_v.gif') right 22px no-repeat;
    margin: 16px 0 0px 0;
}

#advSearchForm fieldset.three {
    background-image: none;
}

#widepage #advSearchForm fieldset.three{
    width: 350px;
}

#widepage #advSearchForm fieldset.three label{
    display: block;
    float: left;
    width: 155px;
}
#advSearchForm fieldset.column label{
    margin: 4px 0 0 12px;
}

#advSearchForm fieldset.accommodation {
    display: block;
    float: none;
    clear: both;
}

#advSearchForm fieldset.accommodation input{
    margin: 0 0 0 10px;
}

#advSearchForm fieldset.accommodation label{
    display: block;
    float: none;
    margin: 5px 0 5px 0;
    white-space: nowrap;
}

#advSearchForm fieldset.hostname {
    background: transparent url('../img/gradline_h.gif') left top no-repeat;
    margin: 12px 0 4px 0;
    padding: 16px 0 4px 0;
}

#advSearchForm .searchbox{
    background: transparent url('../img/gradline_h.gif') left top no-repeat;
    margin: 12px 0 0 0;
    padding: 16px 0 0 0;
}

#searchform {
    margin:0px;
    padding:0px;
    background-color:#494F26;
}

#advSearchForm input.host{
    border: 1px solid #BFBFBF;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 4px 2px;
    width: 300px;
    margin: 0 0 0 16px;
    background: #BFBFBF url('../img/input_bg.gif') left top repeat;
    font-size: 1.1em;
}

#advSearchForm label{
    display: block;
}

#advSearchForm input.textinput{
    padding: 4px 2px;
    width: 120px;
    margin: 4px 0 10px 0;
    font-size: 1.1em;
    background: #BFBFBF url('../img/input_bg.gif') left top repeat;
    border: 1px solid #BFBFBF;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    display: block;
}

#advSearchForm select{
    width: 125px;
    margin: 4px 0 10px 0;
    font-size: 1.2em;
    display: block;
}

#searchform input.button{
    border: none;
    background: transparent url('../img/search_button_dark.gif') left top repeat;
    font-weight: bold;
    color: #FFF;
    width: 80px;
    height: 31px;
    cursor: pointer;
    padding: 0;
    margin: 23px 0 6px 16px;
}

#searchform #advSearchForm input.button {
    margin: 0;
    font-size: 12px;
}

#advSearchForm label{
    font-weight: bold;
    font-size: 1.2em;
    color:#fff;
}

/* Hosts */
form.hostsForm label,
.login label,
.discount label{
    float:left;
    font-size: 1.1em;
    color:#757575;
    width: 85px;
    padding-top: 3px;
    margin-right:5px;
}
div.sidebaritem .login label {
    width: 65px;
}

div.sidebaritem form.discount label {
    width:80px;
}

.textField {
    float:left;
}

.textLabel {
    width: 15em;
    float: left;
}

form.hostsForm div.FieldWrapper label,
form.hostsForm div.FieldWrapperError label {
    width: 135px;
    text-align:right;
    margin-right:10px;
}
form.hostsForm div.FieldWrapper label.radio,
form.hostsForm div.FieldWrapperError label.radio {
    width: 480px;
    text-align:left;
} 
form.hostsForm div.FieldWrapperError label {
    color:#CC0000;
}
form.hostsForm div.SmlFieldWrapper label,
form.hostsForm div.SmlFieldWrapperError label {
    width: 85px;
    text-align:right;
    margin-right:10px;
}
form#registrationForm div.FieldWrapper label {
    width:210px;
}

form.hostsForm input,
form.hostsForm textarea,
form.hostsForm select,
.login input,
.login textarea,
.login select,
.discount input,
.discount textarea,
.discount select,
div.formControl-CHECKBOX div div.nestedText input {
    padding:2px;
    font-size: 1.1em;
    border: 2px solid #969696;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

form.login input,
form.discount input,
div.formControl-CHECKBOX div.nestedText input {
    width:160px;
    margin-bottom:3px;
}

form.discount input {
    width:140px;
    margin-bottom:3px;
    color:black;
}

form textarea {
    font-family:Arial, Helvetica, sans-serif;
}
form.hostsForm textarea {
    width:400px;
}

form.hostsForm textarea#messageBody {
    height:300px;
}

form.hostsForm input.radio {
    float:left;
    width:auto;
    margin-right:10px;
}
form.hostsForm span.readonly {
    float:left;
    padding: 4px 2px 4px 2px;
    width: 145px;
    margin: 0 0 6px 0px;
    font-size: 1.1em;
}
div.FieldWrapper,
div.FieldWrapperError,
div.SmlFieldWrapper,
div.SmlFieldWrapperError {
    clear:both;
    padding:5px 15px;
}
div.FieldWrapperError,
div.SmlFieldWrapperError {
    background-color: #ebebeb;
    color:#CC0000;
}
div.SmlFieldWrapperError span.error {
    color:#CC0000;
}
div.FormError {
    font-weight:bold;
    font-size:1.2em;
    color:#fff;
    background-color:#CC0000;
    line-height:30px;
    padding:0 15px;
}
div.formFieldsPadding {
    padding:15px 0px;
}

form.hostsForm p {
    margin:0;
}
form.hostsForm div.stdContent p {
    margin:10px 0;
}

div.FieldWrapper h4 {
    color:#404040;
}
div.sidebaritem h4 {
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    font-size:1.2em;
    font-weight:bold;
}
div.sidebaritem div.stdContent h4 {
    margin:10px 0;
    font-size:1.6em;
}
div.sidebaritem h4.groupHeading {
    margin-left:15px;
    width: 135px;
    text-align:right;
}
div.sidebaritem h4.formGroupHeading {
    margin:10px 0 10px 15px;
    color:#404040;
    font-size:1.5em;
}
div#content div.FieldWrapper label.wrap {
    float:none;
    display:block;
    text-align:left;
}

/* Check box wrappers */
div.formControl-CHECKBOX {
    float:left;
    width:195px;
}
div#hostsFormAccommodationType div.formControl-CHECKBOX {
    width:250px;
}
div#hostsFormAccommodationType div.formControl-CHECKBOX label {
    width:200px;
}
div.formControl-CHECKBOX div.FieldWrapper {
    padding-right:0px;
}
div.formControl-CHECKBOX div.FieldWrapper label {	
    text-align:left;
}
div.formControl-CHECKBOX div.FieldWrapper input {
    float:left;
    /*border:0;*/
}
input[type="checkbox"] {
    border:0;
}
div.nestedText {
    margin-left:20px;
}

/* Text wrappers */
div.formControl-TEXTSML {
    float:left;
    width:295px;
}
div#content div.formControl-TEXT label,
div#content div.formControl-TEXTSML label {
    width:70px;
}
div.formControl-TEXTSML input {
    width:40px;
}

div.formControl-TEXT input.directions {
    width:450px;
}



div.FieldWrapper img.thumb {
    float:left;
    margin:0 20px 10px 0px;
    border:solid 1px #939885;
}

hr.sectionDivider {
    clear:left;
    height:1px;
    line-height:1px;
    color:#ebebeb;
    background-color:#ebebeb;
    border:0;
    margin:10px 0;
}

/*  Page Elements */

.details {
    width: 560px;
    background:url('../img/map_search_bg.jpg');
    background-repeat:repeat;
    margin: 30px 0 20px 24px;
    padding: 10px 10px 20px 10px;
}

#widepage .details {
    width: 830px;
    background:url('../img/map_search_bg.jpg');
    background-repeat:repeat;
    margin: 30px 0 20px 24px;
    padding: 10px 10px 20px 10px;
}


/*  Photo Page  Components */

.gallery {
    margin: 24px 24px 24px 24px;
}

.gallery .photo{
    float: left;
    margin: 10px 10px 10px 34px;
    width: 160px;

}
.gallery .photo img {
    margin: 4px;
    padding: 1px;
    border: 1px solid #e0e0e0;
}

.gallery .photo img:hover{
    border: 1px solid #666;
}

#content .gallery p.credit {
    font-size: 1.0em;
    margin: 0 0 -18px 0;
    padding: 10px 0 8px 34px;
    position:relative;
    zoom:1; /* Layout hack for IE */
    top:-13px;
    left: -3px;
    background: transparent url('../img/camera_icon.gif') top left no-repeat;
}
#content .gallery h4, .largephoto .data h4 {
    font-size: 1.2em;
    font-weight: normal;
    font-family: Arial;
    border-top: 1px solid #d9d8d8;
    background-color: #eaeaea;
    margin: 0;
    padding: 8px 12px 0px 12px;
}

.largephoto .data h4{
    border-top: none;
}

#content .gallery p, #content .largephoto .data p {
    font-size: 1.1em;
    background-color:#eaeaea;
    margin: 0;
    padding: 4px 12px 12px 12px;
}

.largephoto {
    border: 1px solid #e0e0e0;
    margin: 0 auto 24px auto;
    width: 508px;
    position:relative;
}

.largephoto img {
    margin: 4px;
}

#content .largephoto p.credit{
    position: absolute;
    width: 100px;
    font-size: 1.1em;
    top: -20px;
    right: -166px;
    background: transparent url('../img/credits_bg.gif') top left repeat-y;
    padding: 30px 10px 10px 45px;
}
#content .largephoto p.credit strong{
    display: block;
}

.largephoto .data{
    background-color: #eaeaea;
    width: 500px;
    margin: 0 0 0 4px;
    float: left;
}

.largephoto .nav{
    background-color: #eaeaea;
    width: 200px;
    float: right;
    margin: 0 0 0 10px;
    border-left: 1px solid white;
    padding:  0 0 0 8px;
}

.largephoto .nav img {
    border: 2px solid #FFF;
}

.largephoto .nav a.previous, .largephoto .nav a.next{
    display: block;
    float: left;
    height: 14px;
    padding: 4px 40px 0 26px;
}

.largephoto .nav a.previous{
    background: transparent url('../img/bullet_bl_prev.gif') 5px 4px no-repeat;
    width: 70px;
    padding: 4px 00px 0 26px;
}

.largephoto .nav a.next{
    background: transparent url('../img/bullet_bl_arrow.gif') 73px 4px no-repeat;
    text-align: right;
    width: 64px;
    padding: 4px 34px 0 0;
}

#content #widepage .largephoto .nav a:hover {
    text-decoration:underline;
}
#content #widepage .largephoto .nav a img:hover {
    border:2px solid #999;
}

div.imageListing {
    padding:20px;
    text-align:center;
}	
div.imageListing img {
    border:solid 1px #424242;
}	



/*--------------------------------------------------------------------------------------------
Tables 
--------------------------------------------------------------------------------------------*/
/* Reviews */
table.reviews {
    width:100%;
    border-collapse:collapse;
    font-size:1.1em;
}

table.reviews td {
    padding:10px 20px;
    border-bottom:solid 1px #ebebeb;
    vertical-align:top;
    line-height:1.3em;
}
table.reviews th.comment {
    width:70%;
}
table.reviews th.rating,
table.reviews td.rating {
    width:10%;
    text-align:center;
}
table.reviews th.date,
table.reviews td.date {
    width:20%;
    text-align:right;
}
table.reviews th {
    border-bottom:solid 1px #ebebeb;
    padding:0 20px 5px 20px;
}


/* Search results/listings */
table.results_table {
    width:100%;
    border-collapse:collapse;
}
table.results_table th {
    font-size:1.2em;
    text-align:left;
    padding:8px;
    background-color:#F5F5F5;
}
table.results_table td {
    color:#3F3F3F;
    font-size:1.2em;
    line-height:1.3em;
    border-top:solid 1px #D9D8D8;
    vertical-align:top;
    padding:8px;
    background:transparent url('../img/results_divider.gif') left no-repeat;
}
table.results_table td strong {
    color:#4B4B4B;
}
table.results_table tr.pagination td {
    background:none;
}
#content table.results_table td a {
    color:#5A223A;
    font-weight:bold;
    text-decoration:none;
}
table.results_table tr:hover td {
    background-color:#F5F5F5;
    cursor:pointer;
}
#content table.results_table tr:hover td a,
#content table.results_table td a:hover {
    text-decoration:underline;
}
#content table.results_table td a:visited {
    color:#9E667E;
    text-decoration:underline;
}
table.results_table td.image,
table.results_table td.location {
    color:#000000;
    background-image:none;
}
table.results_table td.location {
    width:15%;
}
table.results_table td.description {
    width:25%;
}
table.results_table td.image {
    padding:8px 0 0 8px;
}
table.results_table td.image img {
    border:solid 1px #939885;
}
table.results_table th a {
    color: #000000;
}
table.results_table tr.pagination td {
    padding:10px 0;
}
table.results_table tr.pagination td.next,
table.results_table tr.pagination td.pages {
    text-align:right;
}
table.results_table tr.pagination a#paginationBack,
table.results_table tr.pagination a#paginationNext {
    display:block;
    line-height:23px;
    color:#FFFFFF;
    text-align:center;
    margin:0;
    padding:0;
}
table.results_table tr.pagination a#paginationNext {
    float:right;
    margin-right:8px;
    background:transparent url('../img/bttn_record_sml.png') 0 0 no-repeat;
    width:54px;
}
table.results_table tr.pagination a#paginationBack {
    margin-left:8px;
    background:transparent url('../img/bttn_record_med.png') 0 0 no-repeat;
    width:84px;
}
table.results_table tr.pagination a {
    line-height:23px;
    padding:0 3px;
}
div#content div#narrowpage table.results_table tr.pagination a:hover {
    text-decoration:underline;
}
table.results_table tr.pagination a#selectedPG {
    background-color:#5A223A;
    color:#FFFFFF;
}



/* Listing detail (some items shared with Create Listing preview page) */
div#listingThumbs {
    width:250px;
    float:left;
}
div#listingThumbs img {
    float:left;
    margin:0 8px 8px 0px;
    border:solid 1px #424242;
}

p.listingOwnerOperator {
    margin:0;
    padding:0 30px;
    color:#672B43;
    background-color:#336666;
    width:300px;
}
div#formWrapper p.listingOwnerOperator {
    margin:0;
    padding:10px 0;
    color:#672B43;
}
h4.listingOwnerOperator {
    margin:10px 0 0 0;
    padding:0;
}
div#listingLocation {
    float:left;
    width:400px;
}
div#listingAttributes {
    float:left;
    width:339px;
}
div#listingAddress {
    float:left;
    color:#534741;
    padding-bottom:10px;
    line-height:1.4em;
    font-size:0.95em;
    width:212px;
}

div#listingDescription {
    padding:20px;
}

div#listingButtons {
    padding:0 20px 20px 20px;
}
div#listingButtonsTop {
    float:right;
    zoom:1;
}
div#listingButtons a {
    margin-bottom:15px;
}


table.listingAttributes {
    width:100%;
    border-collapse:collapse;
    font-size:1.2em;
    color:#3F3F3F;
}

table.listingAttributes tr.row0 {
    background-color:#F5F5F5;
}
table.listingAttributes tr.row1 {
}

table.listingAttributes td {
    line-height:1.4em;
    font-size:0.95em;
    vertical-align:top;
}
table.listingAttributes td.label {
    padding:0 10px;
    color:#8C8C8C;
    width:35%;
}
table.listingAttributes td.value {
    width:65%;
}


/* User details */
table.userDetails {
    border-collapse:collapse;
    border:0;
    padding:0;
    margin:0;
    width:100%;
}
table.userDetails td {
    font-size:1.2em;
    padding:3px;
    vertical-align:top;
}
table.userDetails td.label {
    width:90px;
    color:#959595;
}


/* My Listings/Guest Reviews common table */
table.myFavourites {
    border-collapse:collapse;
    padding:0;
    margin:0;
    width:100%;
}
table.myFavourites th {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.4em;
    padding:10px;
    vertical-align:top;
    background-color:#f4f5ed;
    text-align:left;
}
table.myFavourites td {
    font-size:1.2em;
    padding:10px;
    border:solid 1px #f3f3f3;
    vertical-align:top;
    color:#666;
}
table.myFavourites td.date {
    white-space:nowrap;
}
table.myFavourites tr.label td,
table.myFavourites tr td.label {
    font-weight:bold;
}

div#content table.myFavourites td a {
    color:#666;
    font-weight:normal;
}
div#content table.myFavourites td a:hover {
    color:#999;
    text-decoration:underline;
}
table.myFavourites th:first-child,
table.myFavourites td:first-child {
    border-left:none;
}
table.myFavourites th:last-child,
table.myFavourites td:last-child {
    border-right:none;
}
table.myFavourites tr:first-child td {
    border-top:none;
}

table.myFavourites tr:last-child td {
    border-bottom:none;
}
table.myFavourites td img {	
    border:solid 1px #939885;
}

/* My Listings */
div.hostsListing {
    padding:0 0 20px 20px;
}
div.hostsListingHome {
    padding:0 0 0 20px;
}
div.hostsListing h5,
div.hostsListingHome h5 {
    color:#5a223a;
    margin-left:0;
}

table#myListings {
    width:658px;
}
table#myListingsHome {
    width:390px;
}
table#myListings th,
table#myListingsHome th {
    text-transform:uppercase;
    padding:4px 10px;
}
table#myListings th h5,
table#myListingsHome th h5 {
    margin:0;
    padding-top:4px;
    font-size:1.0em;
    color:#666;
}
table#myListings {
    width:25%;
}
table#myListingsHome td {
    width:60%;
}
table#myListingsHome td.label {
    width:40%;
}
img.myListings {
    float:left;
    margin-right:5px;
    border:solid 1px #a9a9a9;
}

/* Guest reviews */
table#guestReviews {
    margin:10px 0;
}
table#guestReviews th {
    color:#666;
    text-transform:uppercase;
}
table#guestReviews th.date,
table#guestReviews td.date {
    padding-left:20px;
}

/* My Picks */
div#content table#myPicks td.description a {
    color:#5A223A;
    font-weight:bold;
    text-decoration:none;
}

ul#hostsMenu {
    list-style-image:url(../img/bullet_arrow.png);
    margin:0 0 0 20px;
}
div#content ul#hostsMenu a {
    color:#5a223a;
    font-size:1.0em;
    font-weight:bold;
    padding:0;
}
div#content div#sidebar ul#hostsMenu li {
    padding:0;
    background: none;
}
div#content div#sidebar ul#hostsMenu a {
    font-size:1.0em;
}


/*--------------------------------------------------------------------------------------------
Buttons 
--------------------------------------------------------------------------------------------*/

/* Global button styles */
div input.bttn,
div#content a.bttn,
div.toolbarTabLiner a.bttn {
    color: #FFF;
    border: none;
    height:23px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    background: transparent left top no-repeat;
    padding:0px;
    margin:0px;
    text-transform:none;
}

div input.deactivated_bttn,
div#content a.deactivated_bttn {
    color: silver;
    border: none;
    height:23px;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
    background: transparent left top no-repeat;
    padding:0px;
    margin:0px;
    text-transform:none;
}

div#container div#content a.bttn,
div.toolbarTabLiner form.search a.bttn,
div#toolbar a#bttn_login {
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:23px;
}
div.toolbarTabLiner form.search a.bttn#bttn_search_lrg {
    display:inline-block;
    float: none;
}
div#content a#bttn_reservations,
div#content a#bttn_reviews {
    background-image:url('../img/bttn_record_xlrg.png');
    width:164px;
}
div#content a#bttn_addtopicks,
div#content a#bttn_writereview,
input#bttn_search_users,
div.stdContent a#bttn_keep {
    float:right;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    margin:0px 0px 10px 10px;
}

div.stdContent a#bttn_keep {
    background-image:url('../img/bttn_record_xlrg.png');
    width: 164px;
}


div#content a#bttn_viewmap {
    float:right;
    background-image:url('../img/bttn_record_med.png');
    width:84px;
    margin:0px 0px 10px 10px;
}
input#bttn_enlargemap,
input#bttn_closemap {
    background-image:url('../img/bttn_record_med.png');
    width:84px;
}
input#bttn_closemap {
    margin-top:10px;
}
div#content a#bttn_backtoresults {
    float:left;
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
}
div#content a#bttn_backtolisting {
    float:right;
    margin:15px 10px 0 0;
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
}
div#content a#bttn_editUserDetails {
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
    margin-top:5px;
    margin-left:100px;
}
div#content a#bttn_createAnother {
    float:right;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    margin-right:20px;
}
div#content a#bttn_updateListing,  div#content a#bttn_memPoints,
div#content a#bttn_verGuestId, div#content a#bttn_createListing,
div#content input#bttn_findReferrer{
    float:right;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    color:#fff;
}
div#content a#bttn_updateLocation {
    margin-top:25px;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    color:#fff;
}
div#content a#bttn_updatePhotos {
    float:right;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    color:#fff;
    margin-right:30px;
}
div#content #bttn_updatePhotosRemoveImage {
    /* float:left; */
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
    margin: 10px 10px 0px 10px;
}

input#bttn_updateChangeMainImage {
    /* float:left; */
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    margin-top:10px;
    margin-left: 10px;
}

input#bttn_updateImage {
    /* float:left; */
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    margin-top:10px;
    margin-right: 10px;
}

textarea.imageDescription {
    min-width:300px;
    height:118px;
    
}

div#content a#bttn_referFriends {
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
    margin-top:5px;
    margin-left:100px;
}

input.right {
    float:right;
}

input.left {
    float:left;
}

.imgButtons {
    float:left;
}

div#content a#bttn_updateMap {
    float:right;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    color:#fff;
    margin:10px 15px;
}
div#content a#bttn_updateDetails {
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    color:#fff;
    margin-bottom:10px;
}
div#content a#bttn_deleteListing {
    float:right;
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
    color:#fff;
    margin-top:15px;
    font-weight:bold;
}
div#content a#bttn_publish,
div#content a#bttn_hide {
    float:right;
    background-image:url('../img/bttn_reject_sml.png');
    width:55px;
    color:#FFFFFF;
    font-weight:bold;
    margin:0 0 5px 10px;
}
div#content a#bttn_requestDel {
    float:right;
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
    color:#FFFFFF;
    font-weight:bold;
}
div#content a#bttn_removeAll {
    float:right;
    background-image:url('../img/bttn_reject_med.png');
    width:84px;
}

div#sidebar div.sidebaritem div.becomeahost a,
div#content a#register {
    background-image:url('../img/bttn_retrieve_lrg.png');
    width:134px;
}
div#sidebar div.sidebaritem div.becomeahost a {
    float:right;
    padding-bottom:10px;
}

/* These are not used yet but are available */
input#bttn_XXXXXX {
    background-image:url('../img/bttn_reject_med.png');
    width:84px;
}
input#bttn_XXXXXX {
    background-image:url('../img/bttn_reject_sml.png');
    width:55px;
}
input#bttn_XXXXXX {
    background-image:url('../img/bttn_retrieve_med.png');
    width:84px;
}
/* end not used */
input#bttn_login {
    float:right;
    background-image:url('../img/bttn_retrieve_med.png');
    width:83px;
    margin:10px 0;
}
input#bttn_search,
div#container div#content a#bttn_proceed {
    background-image:url('../img/bttn_retrieve_med.png');
    width:83px;
}
input#bttn_ok {
    background-image:url('../img/bttn_retrieve_sml.png');
    width:83px;
}
input#bttn_register,
input#bttn_userUpdate {
    background-image:url('../img/bttn_record_med.png');
    width:84px;
    float:right;
    margin-top:15px;
}

div#container div#content a#bttn_no_upgrade {
    background-image:url('../img/bttn_record_med.png');
    width:83px;
    float:right;
    margin:15px 15px 0 0;
    color:#fff;
}


input#selectButton{
    position: absolute;
    z-index: 10;
    top:10px;
    right:10px;
    cursor: pointer;
    background-image:url('../img/bttn_record_xlrg.png');
    width:164px;
    float:right;
}


input#bttn_ok {
    background-image:url('../img/bttn_retrieve_xsml.png');
    width:32px;
}

/* Create listing common */
input#bttn_clnext {
    float:right;
    margin-top:15px;
    margin-right:5px;
    background-image:url('../img/bttn_clnext.png');
    width:84px;
}
div#content a#bttn_clcancel,
div#content a#bttn_clprevious {
    float:right;
    margin:15px 10px 0 0;
    background-image:url('../img/bttn_reject_med.png');
    width:84px;
}
input#bttn_clupgrade {
    float:right;
    margin-top:15px;
    margin-right:5px;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
}

input#bttn_fbsend {
    margin:10px 0 0 160px;
    background-image:url('../img/bttn_record_med.png');
    width:84px;
}
input#bttn_clfind {
    margin:10px 0 0 10px;
    background-image:url('../img/bttn_record_sml.png');
    width:54px;
}
input#bttn_uploadImage {
    margin:10px 10px 0 10px;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
}
div#content a#bttn_clRemoveImage {
    background-image:url('../img/bttn_reject_med.png');
    width:84px;
}

/* Standard form buttons */
input#bttn_elsave {
    float:right;
    margin-top:15px;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
}
input#bttn_stdFormSave,
div#content a#bttn_stdFormSave,
div#content table.results_table a.bttn {
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    float:right;
    margin-top:15px;
    color:#fff;
}
div#content table.results_table a.bttn {
    float:none;
    margin-top:30px;
    margin-right:12px;
}

div#content table.results_table a.medium_bttn {
    float:right;
    background-image:url('../img/bttn_record_med.png');
    width:84px;
    height:19px;
    padding-top: 4px;
    color:#fff;    
    text-align:center;
    vertical-align: middle;
}

div#content a#bttn_cancel {
    margin:15px 10px 0 0;
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
    float:right;
}
div#content a#bttn_logout {
    margin:0 20px 0 20px;
    background-image:url('../img/bttn_retrieve_sml.png');
    width:54px;
    float:right;
}


/* Listing Image Navigation buttons */
div#content a#bttn_listingImagePrevious {
    margin:15px 0 0 160px;
    background-image:url('../img/bttn_retrieve_lrg.png');
    width:134px;
    float:left;
}
div#content a#bttn_listingImageNext {
    margin:15px 0 0 10px;
    background-image:url('../img/bttn_retrieve_lrg.png');
    width:134px;
    float:right;
}
div#content a#bttn_listingImageBack {
    margin:15px 10px 0 0;
    background-image:url('../img/bttn_reject_lrg.png');
    width:134px;
    float:left;
}


/* Specific button styles */
div#header input#bttn_search {
    margin-left:10px;
}
div#sidebar div.location input#bttn_enlargemap {
    position:absolute;
    top:340px;
    right:20px;
}
div#narrowpage input#bttn_writereview {
    float:right;
}



/* Forms shown in listing */

.listingform {
    margin: 10px 0 0 0px;
    padding: 10px 0 0 10px;
    color: #FFF;
    background: transparent url('../img/details_h1_bg.gif') left top no-repeat;
}

.listingform h4 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.listingform fieldset {
    margin: 10px 0 0 0;
    padding: 0;
    border: none;
}

.listingform fieldset h4 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.listingform fieldset.narrow {
    float: left;
    width: 260px;
    background: transparent url('../img/details_bg_v.gif') right bottom no-repeat;
    margin: 10px 20px 0px 0;
}

.listingform fieldset.last{
    background: none;
    margin: 10px 0px 0px 0;
}

.listingform fieldset label {
    font-size: 1.2em;
    display:block;
    margin: 4px 0 0 0;
}
.listingform fieldset label span {
    font-size: .8em;
    display:block;
    color: #d5b5a6;
}

.listingform fieldset input.textfield {
    margin: 4px 0 8px 0;
    width: 235px;
    font-size: 1.0em;
    background: #BFBFBF url('../img/input_bg.gif') left top no-repeat;
    border: 1px solid #BFBFBF;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 4px 2px 4px 2px;
}

.listingform fieldset textarea.textarea {
    margin: 4px 0 8px 0;
    width: 235px;
    font-size: .9em;
    font-family: arial, helvetica, sans-serif;
    background: #FFF url('../img/input_bg_area.gif') left top no-repeat;
    border: 1px solid #BFBFBF;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 4px 2px 4px 2px;
}

.listingform fieldset textarea.textareah {
    display: none;
}

.listingform select {
    display: block;
    margin: 4px 0 8px 0;
}

.listingform fieldset input.phone1 {
    margin: 4px 4px 8px 0;
    width: 30px;
    float: left;
}
.listingform fieldset input.phone2 {
    margin: 4px 4px 8px 0;
    width: 30px;
    float: left;
}
.listingform fieldset input.phone3 {
    margin: 4px 4px 8px 0;
    width: 80px;
    float: left;
}

#content .listingform ul.tools {
    padding-bottom: 30px;
}

.listingform p {
    padding-top: 10px;
    padding-bottom: 0px;
}

.buttons {
    padding: 10px 10px 20px 0;
    clear: both;
    float: none;
}
.buttons input{
    color: #FFF;
    background: transparent url('../img/button_grpr_bg.gif') right bottom no-repeat;
    border: none;
    width: 76px;
    height: 28px;
    padding: 3px 0 4px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    margin-left: 10px;
}

.buttons .left{
    float: left;
}

.buttons .right{
    float: right;
}

.bio {
    background: transparent url('../img/sidebar_gr_grad.gif') left top repeat-y;
    border-top: 1px solid #81895d;
    margin: 10px 10px 10px 0;
    padding: 0 0 10px 0;
}

.bio img{
    float: left;
    margin: 20px;
    border: 2px solid #888d76;
    position: absolute;
}

.bio p {
    margin: 0 0 0 95px;
}

.bio h5 {
    margin: 18px 0 8px 95px;
}

p.rss {
    margin: 0 0 0 10px;
    background: transparent url('../img/rss_icon.gif') 0px 2px no-repeat;
    padding-left: 20px;
}





/* Hosts Pages */
div#content div#sub-nav {
    position:relative;
    height:54px;
    border-left:solid 1px #ebebeb;
    border-right:solid 1px #ebebeb;
    background:#fff url(../img/hosts_tab_baseline.png) left bottom repeat-x;
}

div#content div#sub-nav ul {
    position:absolute;
    top:22px;
    left:30px;
    list-style:none;
    padding:0;
    margin:0;
}
div#content div#sub-nav ul li {
    float:left;
    width:138px;
    margin:0 2px 0 0;
    padding:0;
}
div#content div#sub-nav ul li a {
    display:block;
    padding:0;
    text-align:center;
    text-decoration:none;
    font-size:0.9em;
    color:#0A0A10;
    line-height:32px;
    height:32px;
    background:transparent url('../img/hosts_tab.png') 0 0 no-repeat;
}
div#content div#sub-nav ul li a:hover {
    color:#fff;
}
div#content div#sub-nav ul li a#selected {
    color:#4b4b4b;
    background:transparent url('../img/hosts_tab_up.png') 0 0 no-repeat;
    line-height:36px;
    height:36px;
}

div#logout {
    float:right;
    color:#494f26;
    font-weight:bold;
    padding-top:5px;
    width:500px;
    text-align:right;
    margin-right:10px;
}
div#logout p {
    line-height:1.8em;
}

div#createProgressBar {
    padding:8px 0 0 20px;
    background:#fff url(../img/panel_header_bg_cl.png) left top repeat-x;
}

div#createProgressBarSmall {
    padding-top:8px;
    padding-left:2.5%;
    background:#fff url(../img/panel_header_bg_cl.png) left top repeat-x;
}

div#createProgressBar ul,
div#createProgressBarSmall ul {
    list-style:none;
    padding:0;
    margin:0;
}
div#createProgressBar li {
    float:left;
    width:171px;
    height:24px;
}

div#createProgressBar li.last {
    width:172px;
}

div#createProgressBar li a {
    display:block;
    color:#fff;
    font-size:0.8em;
    font-weight:normal;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    line-height:24px;
    background:transparent url(../img/clprogressbar_mid.png) left top no-repeat;
}
div#createProgressBar li a.done {
    background-image:url(../img/clprogressbar_mid_done.png);
}
div#createProgressBar li a#proBarSelected {
    background-image:url(../img/clprogressbar_mid_active.png);
}
div#createProgressBar li.first a#proBarSelected {
    background-image:url(../img/clprogressbar_first_active.png);
}
div#createProgressBar li.first a.done {
    background-image:url(../img/clprogressbar_first_done.png);
}
div#createProgressBar li.last a {
    background-image:url(../img/clprogressbar_last.png);
}
div#createProgressBar li.last a#proBarSelected {
    background-image:url(../img/clprogressbar_last_active.png);
}

div#createProgressBarSmall li {
    float:left;
    width:122px;
    height:24px;
}

div#createProgressBarSmall li.last {
    width:123px;
}

div#createProgressBarSmall li a {
    display:block;
    color:#fff;
    font-size:0.8em;
    font-weight:normal;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    line-height:24px;
    background:transparent url(../img/clprogressbar_small_mid.png) left top no-repeat;
}
div#createProgressBarSmall li a.done {
    background-image:url(../img/clprogressbar_small_mid_done.png);
}
div#createProgressBarSmall li a#proBarSelected {
    background-image:url(../img/clprogressbar_small_mid_active.png);
}
div#createProgressBarSmall li.first a#proBarSelected {
    background-image:url(../img/clprogressbar_small_first_active.png);
}
div#createProgressBarSmall li.first a.done {
    background-image:url(../img/clprogressbar_small_first_done.png);
}
div#createProgressBarSmall li.last a {
    background-image:url(../img/clprogressbar_small_last.png);
}
div#createProgressBarSmall li.last a#proBarSelected {
    background-image:url(../img/clprogressbar_small_last_active.png);
}

div#createListingApprovalCaption {
    background-color:#fff;
    margin:0 1px;
}
div#createListingApprovalCaption h3 {
    background:#F4F5ED url('../img/panel_header_bg_cl.png') left bottom repeat-x;
    margin-left:0px;
}

/* Upgrade Listing Table */
table.upgradeOptions {
    width:100%;
    border-collapse:collapse;
    margin:0;
    padding:0;
}
table.upgradeOptions td {
    font-size:1.2em;
    vertical-align:top;
    border-bottom:solid 1px #ebebeb;
    padding:7px 5px;
}
table.upgradeOptions tr.firstOption td {
    padding-top:0px;
}
table.upgradeOptions input {
    background:none;
    margin:0;
    padding:0;
}
table.upgradeOptions td.value {
    text-align:right;
    border-left:solid 1px #ebebeb;
    padding:7px 10px;
    white-space:nowrap;
}
table.upgradeOptions tr.total td {
    background-color:#f5f5f5;
    border-bottom:none;
}
table.upgradeOptions tr.total td.value {
    font-weight:bold;
}
table.upgradeOptions td.optionCheckbox {
    padding-left:0px;
    vertical-align: middle;
}

/* Listing Level */
div#listingLevelsContainer {
    padding:25px 0 25px 20px;
}
div.levelColumn {
    float:left;
    width:125px;
}
div.levelColumnFeatures {
    float:left;
    width:170px;
}
div#levelSelected,
div.levelColumn:hover {
    background-color:#f4f5ed;
    cursor:pointer;
}

div.levelColumnFeatures div.name,
div.levelColumn div.name {
    color:#000;
    font-weight:bold;
    text-align:center;
    border-bottom:solid 1px #e1e1e1;
    height:30px;
    padding:3px 0 0 0;
    font-size:1.1em;
}
div.levelColumn div.name {
    border-left:solid 1px #e1e1e1;
}
div.levelColumn div.name span.price {
    color:#898989;
    font-weight:normal;
}

div.levelColumnFeatures div.feature {
    color:#464646;
    line-height:30px;
    text-indent:20px;
    border-bottom:solid 1px #e1e1e1;
    font-size:1.2em;
}

div.feaureYes,
div.feaureNo {
    height:30px;
    line-height:30px;
    background:transparent 50% 5px no-repeat;
    border-bottom:solid 1px #e1e1e1;
    border-left:solid 1px #e1e1e1;
}
div.feaureYes {
    background-image:url(../img/level_feature_yes.png);
}
div#levelSelected div.feaureYes,
div.levelColumn:hover div.feaureYes {
    background-image:url(../img/level_feature_yes_active.png);
}
div.feaureNo {
    background-image:url(../img/level_feature_no.png);
}
div#levelSelected div.feaureNo,
div.levelColumn:hover div.feaureNo {
    background-image:url(../img/level_feature_no_active.png);
}

div#levelGold div.name,
div#levelGold div.feaureYes,
div#levelGold div.feaureNo {
    border-right:none;
}

div#friendsDiscountContainer {
    border-top:solid 1px #e1e1e1;
    border-bottom:solid 1px #e1e1e1;
    margin:20px 0 0 0;
    width:545px;
}
div#friendsDiscountContainer p {
    margin:7px 270px 7px 20px;
}
div#friendsDiscountInput {
    float:right;
    margin:25px 60px 0 0;
}
div#listingLevelsContainer div#friendsDiscountInput label {
    color:#464646;
    font-weight:bold;
}
div#listingLevelsContainer input {
    border:0;
    margin:5px 0 0 3px;
    padding:0;
}
div#listingLevelsContainer div#friendsDiscountInput input {
    margin:2px 5px 0 0;
}


/* Payment */
img#dpsLogo {
    margin-left:195px;
}
h3 span#securePageMsg {
    text-transform:none;
    color:#898989;
    font-weight:normal;
    font-size:0.8em;
    font-family:Arial, Helvetica, sans-serif;
}
h3 span#securePageMsg img {
    float:left;
    margin:10px 5px 0 0;
}

h3 span.comment {
    font:caption;
    text-transform:lowercase;
}

div#createStatusBar {
    padding:10px 0;
}
div#createStatusBar ul {
    list-style:none;
    padding:0;
    margin:0;
}
div#createStatusBar ul li {
    float:left;
    width:105px;
    margin-right:1px;
    background:#ebebeb;
    font-size:1.0em;
    font-weight:bold;
    color:#666;
    text-align:center;
    line-height:28px;
}
div#createStatusBar ul li#current {
    background:none;
    border:solid 1px #666;
    line-height:26px;
    margin-right:0;
}
div#createStatusBar ul li.next {
    background:#ebebeb url('../img/statusbar_arrow.png') left no-repeat;
}ren

div.listingPreview {
    padding:15px;
}
div.listingPreview table.listingAttributes {
    width:100%;
}



/* Columns */
div.columnWrapper {
    padding:20px;
}
div.column33 {
    float:left;
    width:33%;
}
div.column50 {
    float:left;
    width:50%;
}
div.column66 {
    float:left;
    width:66%;
}
div.columnWrapper div.columnLiner {
    padding:0 20px;
}
div.columnWrapper div.columnLinerLH {
    padding:0 20px 0 0;
}

/*div#content div#widepage div.columnWrapper h5 {
color:#632441;
margin-left:0;
}
div#content div#widepage div.columnWrapper p {
color:#3f3f3f;
}*/
div.columnWrapper h5 {
    color:#632441;
    margin-left:0;
}
div.columnWrapper p {
    color:#3f3f3f;
}

div.columnWrapper div.sidebaritem,
div.columnWrapper div#formWrapper {
    border-left:solid 1px #ebebeb;
    border-right:solid 1px #ebebeb;
    border-bottom:solid 1px #ebebeb;
}
div.columnWrapper div#registrationFormLeft,
div.columnWrapper div#registrationFormRight {
    border:none;
}
div#content div#widepage div.columnWrapper div.sidebaritem h3 {
    margin-right:0;
}

div.columnWrapper div#formWrapper p {
    padding:0 15px;
}

div#content div#widepage div.columnWrapper p.highlight {
    padding:10px;
    background-color:#f4f5ed;
}

div.viewReviews {

}
div.viewReviews label {
    color:#666;
    text-transform:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:0.8em;
}
div.viewReviews select {
    text-transform:none;
}












/* OLD... */

#mypicks {
    background: #58585B url('../img/grey_grad_bg.gif') left top repeat-x;
    margin: 48px 24px 24px 24px;
    padding: 24px 0 24px 0;
    position: relative;
    zoom:1; /* Layout hack for IE */
}

#mypicks table{
    background-color: #FFF;
    margin: 0 24px 0 24px;
    width: 800px;
    clear: both;
    float: none;
    font-size: 1.1em;
    color:#666;
}

#mypicks table th {
    font-size: 1.1em;
    color:#333;
    text-decoration: underline;
    padding: 10px 5px 10px 15px;
    text-align: left;
}	

#mypicks table td {
    border-top: 1px solid #d9d8d8;
    padding: 15px;
    background: transparent url('../img/table_td_bg.gif') right top no-repeat;
}	

#mypicks .guidetools{
    background-color: #ebebeb;
    width: 790px;
    margin: 0 24px 0 24px;
    padding: 10px 0 0 10px;
    list-style-type: none;
    font-size: 1.0em;
    height: 38px;
}

#mypicks .guidetools li{
    margin: 0 12px 0 0;
    padding: 0;
    background: transparent url('../img/green_but_1.gif') left top no-repeat;
    width: 170px;
    display: block;
    float: right;
}

#content #mypicks .guidetools li a{
    margin: 0 0 0 10px;
    padding: 2px;
    height: 24px;
    display: block;
    background: transparent url('../img/green_but_2.gif') right top no-repeat;
    color: #FFF;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration:none;
}

#content #mypicks .guidetools li a:hover{
    text-decoration:underline;
}

#content #mypicks .guidetools li.remove, #content #mypicks .guidetools li.search{
    background: transparent url('../img/purp_but_1.gif') left top no-repeat;
    float: left;
    width: 125px;
}

#content #mypicks .guidetools li.search{
    width: 115px;
}

#mypicks .guidetools li.addsearch{
    width: 125px;
}

#content #mypicks .guidetools li.remove a, #content #mypicks .guidetools li.search a{
    background: transparent url('../img/purp_but_2.gif') right top no-repeat;

}

#mypicks .guidetools li.print{
    width: 105px;
}

#content h4.mypicks, #content h4.mysearches {
    font-family: Arial, sans-serif;
    background: transparent url('../img/tab_on_1.gif') left top no-repeat;
    width: 88px;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin:0 0 0 24px;
    padding: 0 0 0 0;
    width: 96px;
    position: absolute;
    top: -29px;
    left: -24px;
}

#content h4.mysearches {
    width: 130px;
    left: 80px;
}

#content h4.mypicks a, #content h4.mysearches a, #content h4.mypicks span, #content h4.mysearches span {
    display: block;
    color: #FFF;
    height: 23px;
    padding: 6px 0 0 0;
    margin: 0 0 0 18px;
    background: transparent url('../img/tab_on_2.gif') right top no-repeat;
    color: #FFF;
}

#content h4.unselected {
    background: transparent url('../img/tab_off_1.gif') left top no-repeat;

}

#content h4.unselected a{
    background: transparent url('../img/tab_off_2.gif') right top no-repeat;
}

table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size:.8em;
    text-align: center;
}

table ul li{
    margin: 0;
    padding: 0;
}

#content table a{
    text-decoration: underline;
}

#content table a:visited{
    color: #869b32;
    text-decoration: underline;
}

#hidden_child_regions{
    display: none;
}


/*
Added by Effacy
*/

div#map_breadcrumbs .right,
div#map_breadcrumbs .right a {
    font-size:1.0em;
    height:30px;
    background-color:#F9F8ED;
    color:#494F26;
    line-height:30px;
    padding-left:20px;
    border-left:solid 1px #D2D3BF;
    border-right:solid 1px #D2D3BF;
    border-top:solid 1px #6D7251;
    border-bottom:solid 1px #6D7251;
    text-align: right;
}
div#map_breadcrumbs .right a {
    text-align: center;
    padding-right: 20px;
    margin-right: 5px;
}


/* "Featured Items" homepage CSS */
div#featuredItemsPadding {
    padding:10px 0 0 5px;
}
div.featuredItemsRow {
    background:transparent url(../img/bg_featuredlistings.png) 10px bottom no-repeat;
    margin-bottom:10px;
}
div.featuredItem {
    float:left;
    width:193px;
    padding:0 0 0 10px;
}
div.featuredItem img {
    border:solid 1px #d7d7d7;
}

div.featuredItem.promo img {
    border-bottom: none;
}

div.featuredItem img.featuredItemNoImage {
    border-bottom:none;
} 
div.featuredItem h4 {
    font-family:Arial, Helvetica, sans-serif;
    color:#5a223a;
    margin:10px 10px 5px 10px;
}
div.featuredItem p {
    margin:0px 10px 10px 10px;
}
div#content div.featuredItem a {
    color:#898989;
}



div#findAccommodationHmPg {
    background:#787d4f url(../img/bg_findaccommodation.png) left top repeat-y;
    zoom:1;
    margin-left:1px;
}

div#findAccommodationHmPgMap {
    float:left;
    width:314px;
}
div#findAccommodationHmPgMap h3 {
    color:#f5f5ee;
    background:#5a223a;
    border:none;
    margin-left:0px;
}

div#findAccommodationHmPgForm {
    float:right;
    width:315px;
}
div#findAccommodationHmPgForm h3 {
    color:#f5f5ee;
    background:#424724;
    border:none;
}

/**
* Effacy Additions
*/

/**
* Required for form spam prevention
*/
textarea.textareah { 	 
    display: none;
}

#mapSearchAnchor {
    position:relative;
    bottom:50px;
}

div#content a#bttn_cllocation {
    float:right;
    margin:15px 10px 0 0;
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
}

input#bttn_keepasbasic {
    background-image:url('../img/bttn_record_lrg.png');
    width:134px;
    float:right;
}



.excelDownload{
    display: block;
    width: 250px;
    height: 54px;
    margin: 0px 0px 0px 0px;
    background: transparent url('../img/excel_logo.png') left top no-repeat;
    text-indent: -3000px;
    position: relative;
    zoom:1; /* Layout hack for IE */
}

#referralFieldsPadding {
    padding:20px;
}


table.referralStatistics td{
    border-spacing:10px;
    padding-left: 15px;
    padding-right: 15px;
}

table.referralStatistics th{
    font-weight: bold;
    font-size: 11px;
}

table.referralStatistics b{
    font-weight: bold;
    font-size: 11px;
}
div#detailedSearch input,
div#detailedSearch select,
div#detailedSearch textarea {
    border-color:#969696 #EAEAEA #EAEAEA #969696;
    border-style:solid;
    border-width:2px 1px 1px 2px;
    font-size:1.1em;
    padding:2px;
}

div.detailedSearchPadding {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 30px;
}

form#detailedSearchForm {
    font-size:1.1em;
    padding:2px;
}

form#hostsForm div.FieldWrapper label, form.hostsForm div.FieldWrapperError label {
    margin-right:10px;
    text-align:right;
    width:135px;
}

input#bttn_detailed_search,
div#toolbar a#bttn_login {
    background-image:url('../img/bttn_retrieve_med.png');
    width:83px;
    float: right;
    margin-top:12px;
}

div#toolbar a#bttn_login {
    margin: 3px 10px 0 0;
}

div#toolbar form.language select {
    margin-top: 2px;
}

div#container div#content a#bttn_search_lrg,
div.toolbarTabLiner form.search a#bttn_search_lrg
{
    background-image:url(../img/bttn_retrieve_lrg.png);
    width:134px;
    float:right;
    margin-bottom: 5px;
}

div.toolbarTab div.toolbarTabLiner a#header_detailed_search_bttn {
    background:url(../img/bttn_retrieve_lrg.png) no-repeat;
    text-align:center;
    text-decoration:none;
    margin:0px 10px 0 10px;
    display:inline-block;
    height:23px;
    width:134px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    border:none;
    

}


table.hostTableHeaderless td {
    width:60%;
}
table.hostTableHeaderless td.label {
    width:40%;
}

table.hostTableHeaderless {
    border-collapse:collapse;
    padding:0;
    margin:0;
    width:100%;
}

table.hostTableHeaderless td {
    font-size:1.2em;
    padding:10px;
    border:solid 1px #f3f3f3;
    vertical-align:top;
    color:#666;
}
table.hostTableHeaderless td.date {
    white-space:nowrap;
}
table.hostTableHeaderless tr.label td,
table.hostTableHeaderless tr td.label {
    font-weight:bold;
}

div#content table.hostTableHeaderless td a {
    color:#666;
    font-weight:normal;
}
div#content table.hostTableHeaderless td a:hover {
    color:#999;
    text-decoration:underline;
}

table.hostTableHeaderless td:first-child {
    border-left:none;
}

table.hostTableHeaderless tr:first-child {
    border-top:none;
}

table.hostTableHeaderless td:last-child {
    border-right:none;
}
table.hostTableHeaderless tr:last-child td {
    border-bottom:none;
}
table.hostTableHeaderless td img { 
    border:solid 1px #939885;
}

div.statisticsLabel {
    padding: 10px
}

div#sidebar div.sidebaritem div.guestreviews p.review {
    padding:10px;
    background-color:#f5f5f5;
}

div#lhs {
    width: 48%;
    float: left;
    padding: 10px;
}

div#rhs {
    width: 43%;
    float: right;
    padding: 15px;
}

div.guestreviews p.reviews {
    background-color:#F5F5F5;
    padding:10px;
}

div.guestreviews span.detail {
    font-style: italic;

}


table#reviewResultsTable {
    width: 100%
}

table#reviewResultsTable td {
    border-bottom:1px solid #EBEBEB;
    line-height:1.3em;
    vertical-align:top;
}

input#bttn_search_comments {
    background-image:url(../img/bttn_retrieve_sml.png);
    width:54px;
    margin-left: 160px;
    padding-bottom: 0;
    display:block;
    line-height:23px;
    text-align:center;
    text-decoration:none;
}

div#writeReviewRegionSelector div#region_selector{
    float:left;
}



#content #sidebar div.currencyConverter ul li {
    background:transparent url(../img/bullet_arrow.png) no-repeat scroll left 4px;
    line-height:normal;
    margin:0;
    padding:2px 0 2px 20px;
}

div#createAccountType p {
    padding:10px 0 0 155px;
    font-size:1.0em;
    line-height:1.2em;
}

div#createAccountType {
    font-size:1.2em;
    line-height:1.4em;
}

form.commentSearchForm {
    vertical-align:middle;
}

form.commentSearchForm label.checkbox,
form.commentSearchForm input {
    width:135px;
    font-size:1.2em;
    line-height: 1.2em;
}

table.results_table th.points,
table.results_table td.points
{
    width:5%;
}

table.results_table th.date,
table.results_table td.date
{
    width:20%;
}

table.results_table tr:hover td {
    cursor:inherit;
}

table.results_table tr.pagination th
{
    background-color: inherit;
    text-align:right;
}

table.results_table tr.pagination th label,
table.results_table tr.pagination th input,
table.results_table tr.pagination th select
{
    text-align:right;
    font-size:inherit;
    margin:inherit;
    padding:inherit;
    width:inherit;
    color:inherit;
    float:none;
}

input#verify_bttn {
    background-image:url(../img/bttn_record_med.png);
    color:#FFFFFF;
    margin-top:5px;
    margin-bottom:5px;
    width:84px;
}

div#content table.myFavourites td a#bttn_updateListing,
div#content table.myFavourites td a#bttn_updateDetails {
    font-weight:bold;
}

table#membership_points tr {
    cursor:pointer;
}

table.results_table tr.member {
    background-color: #f5f5f5;
}



.sitemap-regions {
    color: #672b45;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
}

.sitemap-regions td {
    vertical-align: top;
    padding: 2px;
}

#content .sitemap-regions a {
    color: #672b45;
    font-weight: normal;
    font-size: 1em;
}


.sitemap-region-heading {
    font-style:italic;
    padding-top: 8px;
    padding-bottom:2px;
    font-size: 1.2em;
}

.sitemap-region-entry {
    text-align: left;
    text-indent: 20px;
    font-weight: normal;
}

.sitemap-region-subentry {
    text-align: left;
    text-indent: 40px;
    font-weight: normal;
}

.region_prompt {
    color:rgb(191,0,0);
    font-size: 1.2em;
    padding: 4px;
    margin: 4px;
    font-weight:bold;
    background-color:rgb(241,241,231);
    background-repeat:no-repeat;
    border-bottom:solid 1px rgb(234,235,229);
    border-top:solid 1px rgb(205,206,202);
    padding:4px;
}

.page_intro_border {
    border: solid 1px rgb(225,225,225);
    border-top: solid 1px rgb(175,175,170);
    border-bottom: solid 1px rgb(205,206,202);
    margin:12px;
    padding:0px;
}

.page_intro {
    color:rgb(151,53,0);
    background-color:rgb(241,241,231);
    background-image:url(../img/info.png);
    background-repeat:no-repeat;
    border-bottom:solid 1px rgb(234,235,229);
    border-top:solid 1px rgb(205,206,202);
    padding:4px;
    padding-left:44px;
    margin:0px;
}

div#reviewLoginReminder {
    margin:10px;
    padding:10px;
    border-color:#cc0000;
    border-width:1px;
    border-style:solid;
    background: #ffeaea url(../img/error_red.png) no-repeat scroll 8px 50%
}

div#reviewLoginReminder p {
    margin-left:30px;
}



div#completeReferrals div#userSuggest {
    margin: 15px 15px 15px 40px;
}

div#completeReferrals div#userSuggest ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div#completeReferrals div#userSuggest ul li {
    /*list-style-type: circle;*/
    /*list-style-image: none;*/
    background-image: none;
    /*margin: 0 0 0 0;*/
    /*padding: 0 0 0 0;*/
}

div#completeReferrals ul#referralList {
    margin: 0px 0px 0px 50px;
}

div#completeReferrals div.FieldWrapper {
    font-size:1.2em;
}

div#completeReferrals ul#referralList li {
    list-style-type: disc;
    list-style-image: none;
    background-image: none;
    padding: 0 0 0 0;
}

div#completeReferrals {
    padding: 10px 10px 10px 10px;
}

form#referralTypeSelectionForm label {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 10px;
}

div#welcomeMessage div#messageContent {
    margin: 20px 20px 20px 20px;
    min-height: 520px;
}


div.clubListingLogo {
    background-image:url(../img/1bbclubListingLogo.png) ;
    height: 17px;
    width: 163px;
    margin-bottom: 5px;
    margin-top:16px;
    float:right;
}
.stButton {
    margin-bottom: 5px;
}
div#clubMember h3 {
    background:url("../img/panel_header_bg_club.png") repeat-x scroll left top #F4F5ED;
}

div#clubMember {
    background-color: #f9f0f3;
}

table.results_table tr.member {
    background:url("../img/search_result_header_bg_club.png") repeat-x scroll left top #fcf6f8;
}

img.clubLogo {
    margin-top: 7px;
}

div#clubMember tr.row0 {
    background-color:#ecd0de;
}

div#joinClub {
    background:url("../img/1bbclubJoinBackground.png") repeat-x scroll left top #f3e3eb;
    width: 266px;
}

div#joinClubHost {
    background:url("../img/1bbclubJoinHostBackground.png") repeat-x scroll left top #f3e3eb;
    width: 266px;
}

div.contentItem div#joinClub {
    height: 527px;
}

div.contentItem div#joinClub,
div.contentItem div#joinClubHost {
    width:302px;
}

div#joinClub h3 {
    background:url("../img/1bbclubJoinHeader.png") repeat-x left top #e5c3d3;
    color: #5a223a;
    font-size: 1.5em;
    width:236px;
}

div#joinClubHost h3 {
    background:url("../img/1bbclubJoinHostHeader.png") repeat-x left top #4E5133;
    color: white;
    font-size: 1.5em;
    width:236px;
}

div#joinClub div {
    padding: 0 15px 15px 15px;
}

div#joinClub img {
    margin: 10px auto 0 auto;
    display:block;
}

div#joinClub h6,
div.aboutClub h6,
div#joinClubHost h6 {
    font-weight: bold;
    font-size: 2em;
}

div#joinClub h6#guests,
div.aboutClub h6#guest{
    color: #b1487a;
    margin:5px 0 12px 0;
}

div#joinClub h6#owners,
div#joinClubHost h6#owners,
div.aboutClubHost h6#host {
    color: #787d4f;
    margin:5px 0 12px 0;
}

div#joinClub a.club_bttn,
div#joinClubHost a.club_bttn{
    text-align: center;
    color: white;
    font-size: 2em;
    text-decoration: none;
    line-height: 44px;
    display:block;
    width: 237px;
    height: 44px;
}

div#joinClubHost a#host {
    background-image:url("../img/1bbclubHostButton.png");
}

div#joinClub a#guest {
    background-image:url("../img/1bbclubGuestButton.png");
}



div#content div#sub-nav ul li a.clubTab {
    background: url("../img/hosts_tab_club_unselected.png") no-repeat scroll 0 0 transparent;
}

div#content div#sub-nav ul li a#selected.clubTab {
    background: url("../img/hosts_tab_club.png") no-repeat scroll 0 0 transparent;
}

div.aboutClub h3 {
    background:url("../img/1bbclubInfoHeader.png") repeat-x scroll left top #e5c3d3;
    color: #5a223a;
    font-size: 1.5em;
}

div.aboutClub object {
    display:block;
    margin: 30px auto 30px auto;
}

div.aboutClub div.contentpadding p.contactUs {
    font-size: 1.8em;
}


div#createAccountType span#guest {
    color: #9C3064;
    font-weight:bold;
}

div#createAccountType span#host {
    color: #787d4f;
    font-weight:bold;
}

div#content table.myFavourites td a.changeListing {
    color:#2b3f6e;
    font-weight: bold;
    line-height: 20px;
}

div.profile {
    padding:10px;
}

div.profile img#profileImg {
    float: left;
    border: #4b4b4b 1px solid;
    margin-right: 10px
}

div.profile div#profileData label {
    font-weight: bold;
    font-size: 1.3em;
    color: #4b4b4b;
    line-height: 22px;
    width: 120px;
    margin-right: 15px;
    text-align: right;
    display:inline-block;
}

div.profile div#profileData span {

    font-size: 1.1em;
    color: #717171;
    line-height: 22px;
}

div.statisticsLabel label {
    width:160px;
    line-height: 18px;
}
div.statisticsLabel p {
    margin:10px;
}

div.profile div#profileData a.help {
    margin-left: 20px;
    font-size: 13px;
}

div#referralSearch label {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
    padding: 5px 0 5px 0;
    margin: 0 5px 0 0;
}

div.completeReferrals {
    padding:15px;
}

div#referralSearch {
    background-color: #EFEFEF;
    padding: 10px 10px 45px 10px;
    border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    margin-bottom: 15px;
}

div#referralResultsHeader,
div#selectedReferrerHeader{
    background-color: #EFEFEF;
    -moz-border-radius-topleft:1em;
    -moz-border-radius-topright:1em;
    -webkit-border-top-left-radius:1em;
    -webkit-border-top-right-radius:1em;
    border-top-left-radius:1em;
    border-top-right-radius:1em;
    padding: 5px 5px 5px 15px;
}
div#referralResultsHeader span#result_count {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
}

div#referralResultsContainer,
div#selectedReferrerContainer {
    background-color: #EFEFEF;
    padding: 1px 0 1px 0;
}

div#referralResultsContainer {
    height:810px;
}

div#referralResults div.user,
div#selectedReferrals div.user{
    background-color: #d8dbc8;
    padding: 10px;
    margin: 10px;
    border-radius:1em;
    float:left;
    width:93%;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    position: relative;
}


div.user input#add{
    position: absolute;
    z-index: 10;
    top:10px;
    right:0px;
    cursor: pointer;
}


div#referralResults div.user img,
div#selectedReferrals div.user img {
    float:left;
}

div#referralResults div.user table,
div#selectedReferrals div.user table {
    vertical-align: text-top;
    width:100%;
    text-align: left;
}

div#referralResultsContainer,
div#referralResultsHeader,
div#referralResultsFooter {
    display:none;
}

div#referralResults div.user table tr td+td,
div#selectedReferrals div.user table tr td+td{
    width: 410px;
}

div#referralResults div.user span,
div#selectedReferrals div.user span {
    display: inline-block;
    clear:right;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 18px;
    margin: 0 5px 0 5px;
}

div#referralResults div.user span#profile,
div#selectedReferrals div.user span#profile,
div#referralResults div.user span#listing,
div#selectedReferrals div.user span#listing
{
    float:right;
}

input#bttn_search_users {
    text-align: center;
}

div#referralResultsFooter,
div#selectedReferrerFooter {
    background-color: #EFEFEF;
    -moz-border-radius-bottomleft:1em;
    -moz-border-radius-bottomright:1em;
    -webkit-border-bottom-left-radius:1em;
    -webkit-border-bottom-right-radius:1em;
    border-bottom-left-radius:1em;
    border-bottom-right-radius:1em;
    margin-bottom: 10px;
}

div#referralResultsHeader input.pagination,
div.user input.pagination{
    float:right;
    margin-right:8px;

    width:32px;
    text-align: center;
}

div.user input.pagination {
    float:right;
    margin-right:8px;
    width:32px;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    background:transparent url('../img/bttn_record_xsml.png') 0 0 no-repeat;
}


div#referralResultsHeader input.pagination.enabled {
    background:transparent url('../img/bttn_record_xsml.png') 0 0 no-repeat;
}
div#referralResultsHeader input.pagination.disabled {
    background:transparent url('../img/bttn_reject_xsml.png') 0 0 no-repeat;
}


div#selectedReferrals {
    display:none;
}

div#share_button {
    border-left:1px solid #BBBEA7;
    height:77px;
    padding-left:5px;
    position:absolute;
    right:5px;
    top:5px;
    width:95px;
    z-index:10;
}

div#share_button span:first-child {
    display: inline-block;
    margin: 0px 5px 0px 5px;
}

div#listingButtonsTop div.right {
    float:right;    
}

div#listingButtonsTop div.left {
    float:left;
    margin-right:10px;
    padding-top: 4px;
}

div#listingButtonsTop div.right div.clubListingLogo {
    margin-top: 4px;
}

div#referralResults div.noResults {
    width:80%;
    margin: 30px auto 0 auto;
}

input#bttn_search_users {
    margin-top:10px;
}

div#bookletDownload {
    padding: 10px 10px 35px 10px;
    background: #f1f2ed url('/img/bookletDownloadBackground.png') top left repeat-x;

}

div#bookletDownload div.container {
    width: 100%;
    height: 170px;
}

div#bookletDownload div div{
    width:123px;
}

div#bookletDownload div div img {
    margin-bottom:5px;
}

div#bookletDownload div div div {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.2em;
    float:right;
    width:93px;
}

div#bookletDownload div#textElements {
    line-height:24px;
    margin-bottom:10px;
}

div#bookletDownload div#bnbTips{
    float:left;
    color: #b1487a;
}

div#bookletDownload div#travelTips{
    float:right;
    color: #787d4f;
}

div#bookletDownload label {
    display:inline-block;
    width: 70px;
    text-align: center;
}

div#bookletDownload input#downloadButton,
div#ebookForm input#downloadButton {
    background-image:url("../img/bttn_retrieve_lrg.png");
    float:right;
    margin:10px 16px 0;
    width:134px;
}

div#bookletDownload div#errorDiv,
div#bookletDownload span.error,
div#ebookForm span.error{
    color:red;
}

div#ebookForm {
    line-height: 24px;
}

div#ebookForm label {
    width:150px;
    text-align: right;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
}

span#bookError {
    margin-left: 150px;
}

div#content a#bttn_continue.bttn {
    background-image:url("../img/bttn_record_lrg.png");
    float:right;
    margin-bottom:5px;
    width:134px;
    margin-top:12px;
}

div#nyroModalFull {
    font-size: 12px;
    color: #777;
}
div#nyroModalLoading {
    border: 4px solid #777;
    width: 150px;
    height: 150px;
    text-indent: -9999em;
    background: #fff url(../img/ajaxLoader.gif) no-repeat;
    background-position: center;
}
div#nyroModalLoading.error {
    border: 4px solid #f66;
    line-height: 20px;
    padding: 20px;
    width: 300px;
    height: 100px;
    text-indent: 0;
    background: #fff;
}
div#nyroModalWrapper {
    background: #fff;
    border: 4px solid #777;
}
a#closeBut {
    position: absolute;
    display: block;
    top: -18px;
    right: -18px;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    background: url(../img/close.png) no-repeat;
    outline: 0;
}
h1#nyroModalTitle {
    display:none;
}
div#nyroModalContent {
    overflow: auto;
}
div.wrapper div#nyroModalContent {
    
}
div.wrapperImg div#nyroModalContent {
    position: relative;
    overflow: hidden;
    text-align: center;
}
div.wrapperImg img {
    vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: black;
    padding: 10px;
    margin: 10px;
    border: 1px white dotted;
    overflow: hidden;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: help;
}

div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
    height: 60%;
    width: 20%;
}
a.nyroModalPrev {
    left: 0;
}

a.nyroModalNext {
    right: 0;
    background-position: right 20%;
}

p#imageNavigation {
    margin: 0 15px 15px 15px;
}



div#enquiryPrize div.image {
    text-align: center;
}

div#enquiryPrize span.subTitle {
    font-weight: bold;
    font-size: 1.1em;
}

.hostsForm p {
    padding:10px;
}

div#loginPrompt {
    position: relative;
    height:150px;
}

div#loginPrompt a {
    position: absolute;
    bottom: 10px;
    right:10px;
}
