
@viewport{
  zoom: 1.0;
  width: extend-to-zoom;
}

body,html{
    background: black;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    color: white;
}

a{
    outline: none;
}

#titleBarzz{
    position: fixed;
    width: 100%;
    height: 50px;
    color: white;
    font-weight: normal;
    font-size: 1.5em;
    padding: 0;
    z-index: 111;
    background: #1b1b1b url(../images/ns_store_bar_bg.jpg) repeat-x;
    background-size: 50px 100%;
}

#titleBarzz .title-logo{
    float: left;
    margin: 4px 0 0 12px;
    width: 50%;
    height: 40px;
}
#titleBarzz .title-logo img{
    height: 100%;
}
#titleBar .icon{
    float: right;
    width: 30px;
    height: 30px;
    margin: 14px 8px 0 2px;
    display: block;
    z-index: 116;
    text-decoration: none !Important;
}

#titleBar{
    display: none;
    height: 40px;
    width: 100%;
    position: absolute;

}

#titleBar .icon.icon-menu{
    display: none;
    background: url(../images/icon-more-wide.png) no-repeat;
}

#titleBarzz .icon.icon-white{
    color: white;
    opacity: 0.8;
    font-size: 22px;
    padding: 2px 0 0 2px;
    text-align: center;
    font-weight: normal;
    display: none;
}

#pageWrap{
    padding-top: 5px; /*65*/
    z-index: 11;
}

#leftCol{
    position: fixed;
    width: 28%;
    min-width: 250px;
    z-index: 44;
    height: 100%;
    left:1px;
    top:12px;
    bottom: 0px;
    overflow: hidden;
    overflow-y: auto;        
}

#leftCol .content{
    clear: both;
}


#rightCol{
    position: relative;
    width: 68%;
    float: right;
    min-width: 400px;
    z-index: 22;
    margin: 0 auto;
}

#mainMenu{
    list-style: none;

}

#mainMenu li{
    list-style: none;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 8px;
    margin: 10px;
    border: 2px solid #BBBBBB;
    border-radius: 10px;
    cursor: pointer;
}
#mainMenu li.active{
    background: #555555;
    color: #add14c;
    border-color: white;
}

#mainMenu li.first{
    margin-top: 5px !Important;
}

#mainMenu li.header{
    border: none;
    text-align: left;
    font-size: 1.4em;
    cursor: default;
    margin-top: 20px;
}


#storeItems{
    list-style: none;
    z-index: 24;
}
#storeItems li{
    list-style: none;
    padding: 10px;
    border: 2px solid #BBBBBB;
    border-radius: 10px;
    margin: 5px 0 10px 0;
    width: 95%;
    max-width: 800px;
    z-index: 25;
}

#storeItems .welcome{
}
#storeItems .welcome p{
    margin: 5px 5px 10px 5px;
}

#storeItems .welcome>img{
    max-width: 800px;
    width: 100%;
}

#storeItems .itemLeft{
    width: 39%;
    float: left;
    min-width: 200px;
    z-index: 26;
}

#storeItems .itemLeft h3{
    font-weight: normal;
    font-size: 1.1em;
    z-index: 28;    
}

#storeItems .itemLeft small{
    font-size: 0.8em;
    padding-left: 5px;
}

#storeItems .itemLeft .trackBanner{
    width: 95%;
    margin: 15px 0 0 0;
    max-width: 500px; 
    z-index: 28;        
}

#storeItems .itemLeft .trackButtons{
    clear: both;
    float: none;
    margin: 20px 10px 10px 5px;
    z-index: 28;        
}

.trackButtons a{
    display: block;
    font-weight: normal;
    font-size: 0.9em;
    border: 1px solid #BBBBBB;
    margin: 0 10px 0 0;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    padding: 6px 15px 6px 15px;
    z-index: 28;        
    background: #1b1b1b; /* Old browsers */
    background: -moz-linear-gradient(top, #1b1b1b 0%, #383838 13%, #4e4e4e 24%, #0a0a0a 47%, #010101 50%, #0d0d0d 54%, #959595 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(13%,#383838), color-stop(24%,#4e4e4e), color-stop(47%,#0a0a0a), color-stop(50%,#010101), color-stop(54%,#0d0d0d), color-stop(100%,#959595)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1b1b1b 0%,#383838 13%,#4e4e4e 24%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#959595 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1b1b1b 0%,#383838 13%,#4e4e4e 24%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#959595 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1b1b1b 0%,#383838 13%,#4e4e4e 24%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#959595 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1b1b1b 0%,#383838 13%,#4e4e4e 24%,#0a0a0a 47%,#010101 50%,#0d0d0d 54%,#959595 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#959595',GradientType=0 ); /* IE6-9 */
}

#storeItems .tStatus_DOWNLOADING .trackButtons .trackPurchaseButton,
#storeItems .tStatus_DOWNLOADING_PREVIEW .trackButtons .trackVisitButton{
    background: black url(../images/loading.gif) no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0px;
    border: none;
    padding-left: 28px;
    padding-top: 2px;
}

#storeItems .tStatus_UNAVAILABLE .trackButtons .trackPurchaseButton,
#storeItems .tStatus_INAPP .trackButtons .trackPurchaseButton.installedNonButton{
    background: black;
    padding: 0px;
    border: none;
}

#storeItems .itemRight{
    width: 60%;
    float: right;
    z-index: 26;
}

#storeItems .itemRight small{
    display: block;
    margin: 10px 0 0 0;
    font-size: 0.9em;
    color: #BBBBBB;
}



.left{
    float: left;
}

.right{
    float: right;
}


.bundlesWrap{
    border-top: 1px solid white;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    clear: both;
    float: none;
}

.bundlesWrap .bundleTrack{
    width: 31%;
    margin-right: 10px;
    float: left;
    position: relative;
}

.bundlesWrap .bundleTrack h3{
    position: absolute;
    bottom: 20px;
    left: 5px;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.bundlesWrap .bundleTrack img{
    max-width: 300px;
    width: 100%;
    clear: both;
}

.bundlesWrap .bundleTrack .trackButtons{
    margin: 0;
}

.bundlesWrap .bundleTrack .trackButtons a{
    position: absolute;
    font-size: 0.6em;
    padding: 3px 7px;
    top: 2px;
    left: 2px;
}


#storeItems .bundlesWrap .bundleTrack .tStatus_DOWNLOADING .trackButtons .trackPurchaseButton{
    background: black url(../images/loading.gif) no-repeat;
    background-size: 15px 15px;
    background-position: 0px 0px;
    border: none;
    border-right: 1px solid white;
    border-bottom: 1px solid white;    
    padding: 3px 3px 3px 28px;
    top: 0px;
    left: 0px;
    
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;    
}

#storeItems .bundlesWrap .bundleTrack .tStatus_UNAVAILABLE .trackButtons .trackPurchaseButton,
#storeItems .bundlesWrap .bundleTrack .tStatus_INAPP .trackButtons .trackPurchaseButton.installedNonButton{
    background: black;
    top: 0px;
    left: 0px;
    border: none;
    border-right: 1px solid white;
    border-bottom: 1px solid white;    
    padding: 3px 5px 3px 5px;
    
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
}



@media only screen and (max-width: 800px) {
    
    #leftCol{
        width: 100%;
        height: 100%;
        top: 5px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding-bottom: 1000px;
        position: absolute;
        background: #000000;
        display: none;
    }
    #leftCol.active{
        display: block;
        z-index: 2222;
    }    
    
    #rightCol{
        width: 100%;
        position: absolute;
        float: none;        
        display: block;
        z-index: 23;
    }
    
    #titleBar{
        display: block;
    }

    #titleBar .icon.icon-menu{
        display: block;
    }   
    
    .bundleTrack{
        width: 45%; 
    }

    #storeItems li{
        margin: 5px auto 10px auto;
        width: 92%; 
    }   
}


@media only screen and (max-width: 540px) {

    #rightCol{
        min-width: 200px;
    }

    #storeItems .itemRight{
        width: auto;
        clear: both;
        float: none;
    }    
    
    #storeItems .itemLeft{
        width: auto;
        clear: both;
        float: none;
        max-width: 500px;
    }

    .bundlesWrap .bundleTrack{
        width: 48%;
        margin-right: 5px;
    }    
}