@import url("clear.css"); 

body {
	font-family: Helvetica;
	-webkit-user-select: none;
	color: #000;
	background-color: #fff;
	}

a {
	text-decoration: none;
	}

h1 {
	margin-top: 90px;
	}
	
p {
	font-size: 11px;
	color: #444;
	line-height: 15px;
	}
	
body[orient="landscape"] {
	min-height: 270px;
	}
	
body[orient="landscape"] #wrap-main {
	width: 480px;
	}
	
#preview {
	}
	
#main { 
	padding: 20px; 	
	position: relative;
	min-height: 368px;	
	}
	
#wrap-main { 
	width: 320px;
	overflow-x: hidden;
	}

#main-rows, #main-rows-on {
	font-size: 0.9em;
	margin-top: 15px;
	margin-bottom: 2px;
	width: 100%;
	float: left;
	}

#main-rows li, #main-rows-on li {
	}

#main-rows li:first-child a, #main-rows-on li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;		
	}
#main-rows li:last-child a, #main-rows-on li:last-child a { 
	border-bottom: none; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

#main-rows button, #main-rows-on button { 
	float: right;
	margin: 5px 5px 0 0;
	}

#main-rows li a {
	display: block;
	padding: 3px;
	background-color: #8cc53f;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #000;
	}
	
#main-rows li a:hover {
	background-color: #351f1b;
}

#main-rows-on li a {
	display: block;
	padding: 3px;
	background-color: #351f1b;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #000;
	}
	
#main-rows-on li a:hover {
	background-color: #351f1b;
}

#footer { 
	padding: 5px; 	
	margin: 0 auto;
	text-align: center;
	}
	
#footer p {
	color: #999;
	font-size: 9px;
	}
	
#expand {
	padding: 0;
	margin: 0 auto;
	}
	
#expand p {
	line-height: 24px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 3px;
	}
	
#expand span {
	text-align: right;
	float: right;
	}
	
.clear {
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
	}
	
.center {
	text-align: center;
	}