/* CSS Mobile Reset */

html, body {
	margin: 0;
	padding: 0; 
	border: 0;
}

body {
	line-height: 1.5;
	color: #000000;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

img {
	border: 0;
	max-width: 100%;
}

table {
	width:auto;
	border-collapse: collapse;
	border-spacing: 0;
}



/* Common styles */

html, body {
	display: block;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #EEEEEE;
}

p {
	margin: 2% 0;
}

h1 {
	font-size: 1.4em;
}

h2 {
	margin-top: 1em;
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}



/* View */

[data-role="wrapper"] {
	min-height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

[data-role="view"] {
	min-height: 100%;
	width: 100%;
	padding: 1em;
	position: absolute;
	top: 0;
	left: 100%;
	
	-webkit-box-sizing: border-box;
}

.current[data-role="view"] {
	position: static;
}


/* Item list */

ul[data-role="item-list"] {
	margin: 0 0 1em 0;
	padding: 0;
}

ul[data-role="item-list"] li {
	list-style-type: none;
	list-style-position: inside;
	overflow: hidden;
	margin: 0 0 0.2em 0;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 0.4em;
	background: #FFFFFF;
}

ul[data-role="item-list"] li p {
	margin: 0;
}

ul[data-role="item-list"] li p.category {
	font-size: 0.8em;
	color: #999999;
}

ul[data-role="item-list"] li img {
	float: right;
}






































