/* styles */

/* Author: Nicola Zordan 2/8/2007 11:11 Nicola@Zordan.net */

body { font-family: arial; }
body0 {color: red; }
a0 {color: red}
a0 {color: navy}
a {color: blue}




/* iPhone menu */

/* body { */
.bodyNZiPhone {
    margin: 0;
/*
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    0overflow: hidden;
    0-webkit-text-size-adjust: none;
*/
}

/* body > h1 { */
.h1NZiPhone {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

/* .button { */
.buttonNZiPhone {
    0position: absolute;
    top: 8px;
    right: 6px;
    -webkit-border-image: url(iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

.iPhoneNZmenusContainer {
    0display: none;

    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    //overflow: hidden;
    -webkit-text-size-adjust: none;
}


.iPhoneNZmenuContainer {
    display: none;

    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    //overflow: hidden;
    -webkit-text-size-adjust: none;
}

.iPhoneNZmenu {
    0display: none;
    0position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    0min-height: 418px;
    margin: 0;
    padding: 0;
}


.liiPhoneNZ {
    0margin: 0;
    border-bottom: 1px solid #E0E0E0;
    0padding: 0;
    background: url(iPhoneArrow.png) no-repeat right center;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
    display: block;

    text-decoration: none;
    padding: 8px 32px 8px 8px;
    0color: inherit;
    0color: red;
    0font-size: 20px;
}

.liiPhoneNZ:hover0 {
    background: url(iPhoneArrow_navy.png) no-repeat right center;
    background-color: navy;
    0color:red;
    0font-size: 40px;
}


.aiPoneNZ {
    text-decoration: none;
    display: block;
    padding: 8px 32px 8px 8px;
    0color: inherit;
    color: red;
    font-size: 20px;
}




/* --*/

.goButton {
    -webkit-border-image: url(iPhoneGoButton.png) 0 5 0 5;
    border-width: 0 5px;
}



