#container {
    background: transparent url(/global/master/app.wefi/images/top_shadow.png) 1px 3px no-repeat;
}

* html #container { background-position: 0 21px; }
*+html #container { background-position: 0 21px; }


/* WeFi App Store homepage styles */

#hpWide {
    width: 650px;
    float: left;
    text-align: center;
}

#hpNarrow {
    width: 300px;
    float: right;
}

#hpWide .hpBox {
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border: 1px solid #95D224;
    border-top: 0px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-bottom-left-border-radius: 6px;
    -webkit-bottom-right-border-radius: 6px;
    padding: 10px;
}

#hpNarrow .hpBox {
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border: 1px solid #537CB1;
    border-top: 0px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-bottom-left-border-radius: 6px;
    -webkit-bottom-right-border-radius: 6px;
    padding: 5px;
}

#hpNarrow .hpBox div {
    margin-bottom: 10px;
}

#hpNarrow .hpBox div p {
    margin-bottom: 0;
}

#hpWide div div, #hpNarrow div div {
    margin-bottom: 10px;
}

#hpWide h1 {
    background-color: #95D224;
    border: 1px solid #95D224;
    border-bottom: none;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-top-left-border-radius: 6px;
    -webkit-top-right-border-radius: 6px;
    color: #FFFFFF;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#hpWide h1 span {
    float: right;
    font-size: 12px;
    padding-top: 2px;
}

#hpNarrow h1 {
    background-color: #537CB1;
    border: 1px solid #537CB1;
    border-bottom: none;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-top-left-border-radius: 6px;
    -webkit-top-right-border-radius: 6px;
    color: #FFFFFF;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#hpNarrow p {
    margin: 0 10px 5px;
}

#hpNarrow ul {
    margin: 0 10px 5px;
}

#hpNarrow li {
    background: transparent url(/global/master/app.wefi/images/leaf_bullet.gif) left 4px no-repeat;
    padding-left: 12px;
    line-height: 1.2em;
}

.wideButton {
    width: 229px;
    height: 37px;
    background: transparent url(/homepage/app/images/wide_button.png) left top no-repeat;
    text-align: center;
    cursor: pointer;
    margin: 5px 0 0;
}

.wideButtonHover {
    background-position:left bottom !important;
}

.wideButton a:link, .wideButton a:visited, .wideButton a:active, .wideButton a:hover {
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 34px;
}

#hpBanner {
    position: relative;
    margin: -6px 0 10px;
    background: transparent url(/homepage/app/images/apps_banner.jpg) left top no-repeat;
    width: 960px;
    height: 201px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#getStartedButton {
    position: absolute;
    left: 750px;
    top: 37px;
    cursor: pointer;
}

#bottomBanner {
    background-color: #68A4D0;
    border: 1px solid #68A4D0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 960px;
    text-align: center;
    clear: both;
    margin: 0 0 10px;
}

#bottomBanner p {
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 0;
}

#bottomBanner span {
    font-size: 12px;
}

#bottomBanner a, #hpWide h1 a {
    color: #FFFFFF;
    text-decoration: underline;
}

a.press {
    color: #444444
}

#appWeFiMap {
    position: relative;
}

.more {
    margin: 0 !important;
    text-align: right;
}

#supported {
    margin-top: 10px;
}
#supported li {
    width: 110px;
    float: left;
    line-height: 1.3em;
}


/* counter styles */

#numbers{
    background: transparent url(/global/master/images/counter/app_counter.png) left top no-repeat;
    width:100px;
    height:21px;
}

#counterNums {
    height: 18px;
    overflow:hidden;
    position:relative;
    top: 1px;
}

#hpBanner #counter {
    position: absolute;
    top: 174px;
    left: 518px;
}