body {
	background-color: #333333;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* loading frame */
#loading {
	height: 200px;
	width: 320px;
	margin-left: -160px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	line-height:40px;
	text-align:center;
}
#loading .title {
	font-size:18px;
}
#loading .normal {
	font-size:14px;
}
#loading #pro-frame {
	position: absolute;	top: 80px; left: 60px; width: 200px; height: 4px; z-index:0;
	background-color:#666;
	-webkit-border-radius:2px;
}
#loading #pro-bar {
	position: absolute; top: 80px; left: 60px; height: 4px; z-index:1;
	background-color:#ccc;
	-webkit-border-radius:2px;
}

/* top view frame */
#v_view {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 416px;
}
#h_view {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 480px;
	height: 268px;
	
	-webkit-perspective: 1500;
}
#h_view a {
	color: #FFF;	
}

/* Vertical view 
#v_view #top_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	height: 45px;
	width: 320px;
	left: 0px;
	top: 0px;
	background-image: url(../img/topbar.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
}*/
#v_view #top_bar {
	position: absolute;	width: 320px; left: 0px; height: 45px;	top: 0px; z-index: 0;
	background-image:-webkit-gradient(linear, right bottom, right top, color-stop(0, #444), color-stop(0.53, #000));
	text-align:center; color:rgba(255, 255, 220, 0.9); font-family:"Arial Rounded MT Bold"; font-size: 20px; line-height: 45px;
	padding-top: 1px;
}
#v_view #top_bar_glossy {
	position: absolute;	width: 320px; left: 0px; height: 22px;	top: 0px; z-index: 1;
	background-color:rgba(255, 255, 255, 0.2);
}
#v_view #link_home {
	position:absolute; top:9px; left:10px; width:34px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/home.png);
}
#v_view #link_email {
	position:absolute; top:11px; right:10px; width:25px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/facebook.png);
	font-size:20px; line-height:25px;
}
#v_view #hint {
	width: 320px;
	position: absolute;
	left: 0px;
	height: 20px;
	top: 45px;
	padding-top: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
}
#v_view #menu {
	width: 300px;
	position: absolute;
	left: 10px;
	top: 70px;
	height: 40px;
	text-align:center;
	line-height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#333;
	background-color: #CCC;
	visibility:visible;
	z-index:2;
	
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#v_view #cnt_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	position: absolute;
	width: 300px;
	left: 10px;
	top: 110px;
	height: 270px;
	overflow: hidden;
	visibility:visible;
	z-index: 0;	
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);	
}
#v_view #cnt_list #cnt_list_container {
	position: absolute;
	width: 300px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#v_view #cnt_result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	position: absolute;
	width: 280px;
	left: 20px;
	top: 110px;
	overflow: hidden;
	z-index:1;
	
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);	
	-webkit-transform-origin: 50%;
	-webkit-transition-property: height; 
	-webkit-transition-duration: 800ms;
}
#v_view .slide_ini {
	height: 0px;
}
#v_view .slide_end {
	height: 260px;	
}

#v_view .listitem {
	padding: 10px;
	height: 20px;
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: relative;
	left: 10px;
	top: 0px;
	cursor: pointer;
}
#v_view .result_txt {
	padding: 10px;
}
#v_view .ads{
	padding: 3px;
	font-size:14px;
	width: 280px;
	text-align:center;
	color: #369;
	-webkit-tap-highlight-color:rgba(0,0,150,0.2);
}
#v_view .ads-link{
	font-size:14px;
	color:#36F;
}

/* horizontal view */
#h_view #hint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	height: 18px;
	width: 480px;
	left: 0%;
	top: 1px;
	padding-top: 1px;
	text-align: center;
	margin-left: 0px;
	-webkit-border-radius: 5px;
	z-index: 2;
}
#h_view #table {
	width: 405px;
	position: absolute;
	left: 50%;
	top: 9px;
	height: 244px;
	background-image: url(../img/periodic_table1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: -202px;
	/*z-index: 0;*/
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 50%;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
}
#h_view #table_ext {
	width: 405px;
	position: absolute;
	left: 50%;
	top: 9px;
	height: 244px;
	background-image: url(../img/periodic_table2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	margin-left: -202px;
	/*visibility:hidden;
	z-index: 0;*/
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 50%;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
}

#h_view #cnt_result2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	position: absolute;
	width: 240px;
	left: 50%;
	top: 35px;
	height: 170px;
	margin-left: -130px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border: 1px solid #CCCCCC;
	padding: 10px;
	visibility: hidden;
	opacity: .95;
	z-index: 2;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);	
}
#h_view .result_txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#h_view .ads2{
	font-size:12px;
	width: 240;
	text-align:center;
	color: #CCCCCC;
	padding-top: 8px;
}
#h_view .ads-link2{
	font-size:12px;
	color:#CCCCCC;
}

.div-180 {
	-webkit-transform: rotateY(-180deg);
}
.div0{
	-webkit-transform: rotateY(0deg);
}
.div180 {
	-webkit-transform: rotateY(180deg);
}


/* share div block */

#footage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	position: absolute;
	width: 320px;
	left: 0px;
	top: 387px;
	text-align: center;
	z-index: 2;
	padding-top: 3px;
}
#ads-g {
	position: absolute;
	width: 320px;
	left:0px;
	bottom:0px;
	height: 50px;
	z-index:2;
}
#ads-admob {
	position: absolute;
	width: 320px;
	left:0px;
	bottom:0px;
	height: 50px;
	z-index:2;
}