h1, h2 {
    font: bold 18px Helvetica;
    margin: 10px 20px 5px;
}

/* @group Toolbar */

.toolbar {
    -webkit-box-sizing: border-box;
    border-bottom-width: 1px;
	border-bottom-style: solid;
    padding: 10px;
    position: relative;
}

.black-translucent .toolbar {
	margin-top: 20px;
}

.toolbar > h1 {
	position: absolute;
    overflow: hidden;
    left: 50%;
    top: 10px;
    line-height: 1em;
    margin: 1px 0 0 -75px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toolbar > h1.headerLogo {
	min-height: 40px;
}

body.landscape .toolbar > h1 {
    margin-left: -125px;
    min-width: 250px;
}

.button, .back, .cancel, .add {
    position: absolute;
    overflow: hidden;
    top: 9px;
    right: 10px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
}

.blueButton {border-width: 0 5px;}

.back {
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
}

.leftButton, .cancel {
    left: 6px;
    right: auto;
}
.add {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.whiteButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
    margin-top: 0;
}

.menu {
    border-width: 1px;
	border-style: solid;
    font: bold 18px Helvetica;
    padding: 0;
    margin: 15px 10px 17px 10px;
    -webkit-border-radius: 8px;
	/*-webkit-box-shadow: rgba(0,0,0,.3) 1px 0px 3px;	*/
}

.menu > li {
    border-top-width: 1px;
	border-top-style: solid;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

.menu > li:first-child, .menu > li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.menu > li:last-child, .menu > li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
.menu .arrow {
    background-position: right center;
    background-repeat: no-repeat;
}
.menu li.forward {
    background-position: right center;
    background-repeat: no-repeat;
}
.menu > li > a,
.menu > li.img > a + a {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 12px 10px 12px 10px;
    margin: -10px;
    text-shadow: rgba(0,0,0,.2) 0 1px 1px;
}
.menu > li a.active.loading {
    background-position: 95% center;
    background-repeat: no-repeat;
}
.menu > li.arrow a.active {
    background-position: right center;
    background-repeat: no-repeat;
}
.menu > li.forward a.active {
    background-position: right center;
    background-repeat: no-repeat;
}

.menu > li.img a + a {
    margin: -10px 10px -20px -5px;
    font-size: 17px;
    font-weight: bold;
}

.menu > li.img a + a + a {
    font-size: 14px;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 0;
}

.menu > li.img a + small + a {
    margin-left: -5px;
}

.menu > li.img a + small + a + a {
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: normal;
}

.menu > li.img a + small + a + a + a {
    margin-left: 0px !important;
    margin-bottom: 0;
}

.menu > li a + a {
    font: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.menu > li a + a + a,
.menu > li.img a + a + a + a,
.menu > li.img a + small + a + a + a {
    font-size: 13px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
}
.menu > li small {
    font-size: 17px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 23%;
    float: right;
    padding: 0;
}
.menu > .arrow small {
    padding: 0 15px;
}
.menu > li small.counter {
    font-size: 17px;
    line-height: 13px;
    font-weight: bold;
    -webkit-border-radius: 11px;
    padding: 4px 10px 5px 10px;
    display: block;
    width: auto;
    margin-top: -22px;
}
.menu .arrow small.counter {
    margin-right: 15px;
}

/* plastic */



.form > li {padding: 7px 10px;}
.form > li.error {border-width: 2px; border-style: solid;}
.form > li.error + li.error {border-top: 0;}
.form > li input[type="text"],
.form > li input[type="password"],
.form > li textarea/*,
.form > li select*/ {
    border: 0;
    font-weight: normal;
	font-size: 17px;
    padding: 0;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
    -webkit-appearance: textarea;
}
.form > li textarea {
    height: 120px;
    padding: 0;
    text-indent: -2px;
}
.form > li select {
	text-indent: 0px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: menulist;
    margin-left: -6px;
    width: 104%;
}
.form > li input[type="checkbox"], .form > li input[type="radio"] {
    margin: 0;
    padding: 10px 10px;
}
.form > li input[type="checkbox"]:after, ul > li input[type="radio"]:after {	
	content: attr(title);
    font-size: 17px;
    display: block;
    width: 246px;
    margin: -12px 0 0 17px;
}
.edgetoedge, .metal, .plastic {
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.edgetoedge > li, .metal > li, .plastic > li {
	-webkit-border-radius: 0;
}
ul.plastic {
	font: 18px Helvetica;
    padding: 0;
}
ul.plastic > li {
    border-width: 0 0 1px;
    border-style: solid;
    list-style-type: none;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
}
.info {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 15px;
    border-top-width: 1px;
	border-top-style: solid;
    font-weight: bold;
}
/* jqt */


/* apple */










