body {
    padding:0;
    margin:0;
    color:#000;
    font-family:Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;
    overflow:auto;
    background-color:#fff;
}
body.iphone #outerWrapper {
    position:relative;
    margin:20px auto;
    width:382px;
    height:919px;
}
body.iphone #screen {
    position:absolute;
    top:163px;
    left:34px;
    width:320px;
    height:449px;
    margin:0 auto;
    overflow:hidden;
}
    body.iphone #screen.search {
        background:url(../img/screen-bg-blue.jpg) left top no-repeat;
    }
    body.iphone #screen.search div.logo {
        position:relative;
        height:60px;
        margin:20px 0;
        background:url(../img/logo-lp.gif) center top no-repeat;
    }
body.iphone #deviceFrame {
    background:url(../img/iPhoneTemplate.png) left top no-repeat;
    width:382px;
    height:919px;
}
ul, fieldset, li, h1, h2, h3, h4, h5, h6, h7 {
    border:0;
    margin:0;
    padding:0;
}
h1 {
    font-size:14px;
    font-weight:bold;
}
h2 {
    font-size:12px;
    font-weight:bold;
}
h3 {
    font-size:12px;
    font-weight:normal;
}
a {
    text-decoration:underline;
    cursor:pointer;
}
#views {
    position:absolute;
    top:0;
    left:0;
    height:450px;
    width:960px;
}
#searchResults {
    display:block;
    position:absolute;
    top:0;
    left:321px;
    width:320px;
    height:450px;
}
#search {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:290px;
    height:450px;
    margin:0 0 0 0;
    padding:0 15px;
    background:url(../img/screen-bg-blue.jpg) left top no-repeat;
}
    #searchField {
        width:200px;
        padding:2px 4px;
    }
    #search .currentLoc {
        margin:10px 0 0 0;
        text-align:center;
    }
        #search .currentLoc a.findMe {
            display:block;
            margin:0 auto;
            width:67px;
            height:23px;
            background:url(../img/btn-find-me.png) left top no-repeat;
            text-indent:-5000px;
        }
        #search .currentLoc label {
            color:#fff;
            font-size:16px;
            font-weight:bold;
            padding:10px 0;
            display:block;
        }
        #search fieldset.search {
            text-align:center;
        }
    #search .recentSearches {
        margin:50px 0 0 0;
        clear:left;
        text-align:center;
        color:#fff;
    }
    #search .recentSearches ul {
        list-style-type:none;
        margin:5px 0 0 0;
    }
    #search div.nearbyPlaces {
        display:none;
        margin:20px auto;
        text-align:center;
    }
        #search .nearbyPlaces ul {
            clear:left;
        }
        #search .nearbyPlaces .categories {
            list-style-type:none;
        }
        #search .nearbyPlaces .categories li {
            display:inline;
            float:left;
            width:20%;
        }
        #search .nearbyPlaces .categories li a {
            display:block;
            width:100%;
            background-color:transparent;
            background-repeat:no-repeat;
            background-position:center top;
            color:#fff;
            text-align:center;
            padding-top:40px;
            text-decoration:none;
        }
            #search .nearbyPlaces .categories li a.sleep {
                background-image:url(../img/icon-sleep.png);
            }
            #search .nearbyPlaces .categories li a.play {
                background-image:url(../img/icon-play.png);
            }
            #search .nearbyPlaces .categories li a.eat {
                background-image:url(../img/icon-eat.png);
            }
            #search .nearbyPlaces .categories li a.shop {
                background-image:url(../img/icon-shop.png);
            }
            #search .nearbyPlaces .categories li a.see {
                background-image:url(../img/icon-see.png);
            }
            #search .nearbyPlaces .categories li a span.label {
                font-weight:bold;
                font-size:12px;
                display:block;
            }
        .tags {
            list-style-type:none;
            padding-top:10px;
        }
        .tags li {
            display:inline;
            float:left;
            margin:0 4px 4px 0;
        }
        .tags li a {
            display:block;
            color:#000;
            text-align:left;
            text-decoration:none;
            height:16px;
        }
            .tags li a.xxsmall {
                font-size:10px;
            }
            .tags li a.xsmall {
                font-size:11px;
            }
            .tags li a.medium {
                font-size:12px;
            }
            .tags li a.large {
                font-size:13px;
            }
            .tags li a.xlarge {
                font-size:14px;
            }
            .tags li a.xxlarge {
                font-size:15px;
            }
	    #search .locationLoader {
	        text-align:center;
            font-size:18px;
            color:#fff;
            display:none;
            padding:0 0 20px 0;
            background:url(../img/location-search-loader.gif) center bottom no-repeat;
	    }    
.appnav {
    background:#000 url(../img/bg-appnav.png) left top repeat-x;
    text-align:center;
    color:#fff;
    font-weight:bold;
    height:44px;
}     
    .appnav p {
        margin:0 50px;
        padding:11px 0 0 0;
    }
    .appnav a.back {
        position:absolute;
        top:5px;
        left:8px;
        width:54px;
        height:30px;
        background:url(../img/btn-back.png) left top no-repeat;
        text-indent:-5000px;
        outline:none;
        cursor:pointer;
    }
    .appnav a.edit {
        position:absolute;
        top:6px;
        right:8px;
        width:64px;
        height:30px;
        background:url(../img/btn-edit.png) left top no-repeat;
        text-indent:-5000px;
        outline:none;
        text-decoration:none;
    }
    .appnav a.done {
        position:absolute;
        top:6px;
        right:8px;
        width:64px;
        height:30px;
        background:url(../img/btn-done.png) left top no-repeat;
        text-indent:-5000px;
        outline:none;
        text-decoration:none;
    }
    .appnav a.close {
        position:absolute;
        top:6px;
        left:8px;
        width:64px;
        height:30px;
        background:url(../img/btn-close.png) left top no-repeat;
        text-indent:-5000px;
        outline:none;
        text-decoration:none;
    }
 #tabNav {
     height:45px;
     background-color:#eee;
     color:#474747;
     padding:3px 12px 0 12px;
 }
     
     #tabNav ul.categories {
         list-style-type:none;
         margin-top:2px;
     }
     #tabNav ul li {
         float:left;
         display:inline;
         width:20%;
     }
    #tabNav ul li a {
        display:block;
        width:100%;
        height:36px;
        text-align:center;
        padding-top:5px;
        text-decoration:none;
    }
    #tabNav ul li a.active {
        color:#fff;
    }
        #tabSleep.active {
            background:transparent url(../img/tabnav-sleep.png) center center no-repeat;
        }
        #tabPlay.active {
            background:transparent url(../img/tabnav-play.png) center center no-repeat;
        }
        #tabEat.active {
            background:transparent url(../img/tabnav-eat.png) center center no-repeat;
        }
        #tabShop.active {
            background:transparent url(../img/tabnav-shop.png) center center no-repeat;
        }
        #tabSee.active {
            background:transparent url(../img/tabnav-see.png) center center no-repeat;
        }
    #tabNav a span.label {
        display:block;
        font-weight:bold;
    }
    #tabNav a span.count {
        display:block;
        font-weight:normal;
    }
#searchResults {
    position:absolute;
    display:block;
    top:0;
    left:320px;
    width:320px;
    height:400px;
}
    #searchResults .results {
        display:none;
    }
    #resultDetail {
        display:none;
    }
    #searchResults .actions {
        clear:left;
        height:24px;
        position:relative;
        text-align:center;
    }
    #searchResults .actions a.previous {
        position:absolute;
        top:2px;
        left:10px;
    }
    #searchResults .actions a.next {
        position:absolute;
        top:2px;
        right:10px;
    }
    #searchResults .actions a.map {
        position:relative;
    }
    #searchResults div.view {
        position:relative;
        padding:10px;
    }
        div.view a.list {
            padding:3px 0 3px 20px;
            background:url(../img/view-list.png) left center no-repeat;
            margin-right:10px;
        }
        div.view a.map {
            padding:3px 0 3px 20px;
            background:url(../img/view-map.png) left center no-repeat;
        }
    div.results {
        position:relative;
        overflow-y:auto;
        overflow-x:hidden;
        height:315px;
        background-color:#fff;
        background-position:left top;
        background-repeat:no-repeat;
    }
        #searchResults div.sleep {
            background-image:url(../img/tabnav-bottom-sleep.png);
        }
        div.results ul {
            list-style-type:none;
            position:relative;
        }
        div.results ul li {
            padding:8px 8px 8px 43px;
            position:relative;
            border-bottom:1px solid #efefef;
            min-height:32px;
        }
        div.results ul li a {
            text-decoration:none;
        }
        div.results div.index {
            position:absolute;
            left:8px;
            top:6px;
            width:32px;
            height:32px;
            background:url(../img/star.png) center center no-repeat;
            text-align:center;
        }
            div.results div.index label {
                position:relative;
                top:10px;
                font-weight:bold;
            }
        div.results strong.name {
            font-weight:bold;
            text-decoration:underline;
        }
        div.results span.distance {
            text-decoration:none;
        }
        div.results span.pick {
            position:absolute;
            right:8px;
        }

#resultDetail {
    display:block;
    position:absolute;
    top:0;
    left:640px;
    width:320px;
    height:400px;
    background:#fff;
}
    #resultDetail div.poiContent {
        height:362px;
        overflow-x:hidden;
        overflow-y:auto;
        background:#fff;
        position:relative;
    }
    #resultDetail .heading {
        position:relative;
        background:#eee;
        color:#5b5b5b;
        margin:0;
        padding:5px 10px;
        border-bottom:1px solid #d6d6d6;
    }
    #resultDetail h1.name {
        font-size:18px;
        font-weight:bold;
        margin:0;
        padding:0;
    }
    #resultDetail .distance {
        font-size:12px;
        font-weight:normal;
        margin-left:8px;
    }
    #resultDetail h2.address {
        font-size:14px;
        font-weight:normal;
        margin:0;
        padding:0;
    }
    #resultDetail div.details, #resultDetail div.extra {
        padding:10px;
        color:#5b5b5b;
        font-size:12px;
    }
    #resultDetail div.details p {
        margin:0 0 6px 0;
    }
    #resultDetail div.details p strong {
        margin-right:4px;
    }
    #resultDetail div.details p.desc {
        margin:12px 0;
    }
    #resultDetail div.actions {
        position:relative;
        height:40px;
        margin:0 10px 6px 10px;
    }
        #resultDetail div.actions a.addToFavourites {
            position:absolute;
            top:0;
            left:0;
            width:138px;
            height:30px;
            background:url(../img/btn-add-to-favourites.png) left top no-repeat;
            text-indent:-5000px;
            outline:none;
        }
            #resultDetail div.actions a.isAFavourite {
                background-position:left bottom;
            }
        #resultDetail div.actions a.sendToFriend {
            position:absolute;
            top:0;
            right:0;
            width:138px;
            height:30px;
            background:url(../img/btn-send-to-friend.png) right top no-repeat;
            text-indent:-5000px;
            outline:none;
        }
    #resultDetail a.photographs {
        display:block;
        width:286px;
        height:37px;
        margin:0 10px;
        background:url(../img/btn-photographs.png) center top no-repeat;
        text-indent:-5000px;
        outline:none;
    }
    #resultDetail ul.paymentTypes {
        list-style-type:none;
    }
        #resultDetail .paymentTypes li {
            display:inline;
            float:left;
            margin:0 4px 0 0;
        }
.pick {
    background:url(../img/pick.png) left center no-repeat;
    padding:0 0 0 18px;
    color:#387c32;
}
#resultDetail .pick {
    position:absolute;
    right:10px;
    top:10px;
}

#deviceFrame {
}
#menuNav {
    position:absolute;
    z-index:100;
    bottom:0;
    left:0;
    width:321px;
    height:49px;
    background:#000 url(../img/bg-menuNav.png) left top repeat-x;
}
    #menuNav ul {
        list-style-type:none;
    }
    #menuNav li {
        display:inline;
        float:left;
    }
        #menuNav a {
            cursor:pointer;
        }
        #menuNav a.search {
            background:url(../img/bg-menu-search.png) center 10px no-repeat;
        }
        #menuNav a.filters {
            background:url(../img/bg-menu-filters.png) center 10px no-repeat;
        }
        #menuNav a.favourites {
            background:url(../img/bg-menu-favourites.png) center 10px no-repeat;
        }
        #menuNav a.map {
            background:url(../img/bg-menu-map.png) center 10px no-repeat;
        }
    #menuNav li a {
        display:block;
        width:80px;
        text-align:center;
        color:#a6a6a6;
        text-decoration:none;
        letter-spacing:.8px;
    }
    #menuNav span.label {
        position:relative;
        display:block;
        padding-top:30px;
    }
    
#favourites {
    position:absolute;
    z-index:99;
    top:400px;
    left:0;
    width:320px;
    height:400px;
    background:#fff;
}
    #favourites ul {
        list-style-type:none;
    }
    #favourites ul li {
        padding:8px 8px 8px 30px;
        position:relative;
        border-bottom:1px solid #efefef;
        min-height:16px;
        cursor:pointer;
    }
    #favourites ul li a {
        text-decoration:none;
    }
    #favourites div.remove {
        display:none;
    }
    #favourites div.remove a {
        position:absolute;
        display:block;
        width:50px;
        height:20px;
        top:5px;
        right:8px;
        background:url(../img/icon-delete.png) center center no-repeat;
        text-indent:-5000px;
        outline:none;
    }
    #favourites div.remove a.active {
        background-image:url(../img/btn-delete.png);
    }
    #favourites strong.name {
        
    }
    #favourites li div.index {
        position:absolute;
        top:8px;
        left:8px;
        width:14px;
        height:14px;
        border:#efefef;
        background-position:center center;
        background-repeat:no-repeat;
        text-indent:-5000px;
        outline:none;
    }
        #favourites li.see div.index {
            background-image:url(../img/lp-icon-see.png);
        }
        #favourites li.shop div.index {
            background-image:url(../img/lp-icon-shop.png);
        }
        #favourites li.sleep div.index {
            background-image:url(../img/lp-icon-sleep.png);
        }
        #favourites li.play div.index {
            background-image:url(../img/lp-icon-play.png);
        }
        #favourites li.eat div.index {
            background-image:url(../img/lp-icon-eat.png);
        }
         #favourites li .desc, #favourites .pick, #favourites .distance {
             display:none;
         }
 #map {
     position:absolute;
     display:none;
     top:0;
     left:0;
     height:449px;
     width:320px;
     background:url(../img/map-hotel-des-artistes.png) center top no-repeat;
     z-index:101;
 }
 
 #filters {
    position:absolute;
    z-index:98;
    top:400px;
    left:0;
    width:320px;
    height:400px;
    background:#fff;
}
    #filters select {
        display:block;
        margin:20px auto 0 auto;
        width:200px;
    }
 /*
 ************* THE MIGHTY CLEARFIX ***************
 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
* html .clearfix {
    height: 1%;
}

