@charset "utf-8";
/* CSS Document */
.iphone {
	background-color: #FFFFFF;
	width: 320px;
}
#buttons {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.header {
	background-image: url(../images/header.jpg);
	height: 63px;
	width: 320px;
}
.title_bar {
	background-image: url(../images/top-bar-bg.jpg);
	background-repeat: repeat-x;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 38px;
	color: #FFFFFF;
	text-align: center;
}
.button {
	background-image: url(../images/link-bg.jpg);
	background-repeat: repeat-x;
	height: 50px;
	clear: both;
}
.category_bar {
	background-image: url(../images/cat-bar-bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 48px;
	line-height: 16px;
	text-align: center;
	padding-top: 12px;
}
.footer a {
	color: #999999;
}



body {
	margin: 0px;
	padding: 0px;
	width: 320px;
}

.category_bar ul,
.category_bar li {
	margin: 0px;
	padding: 0px;
}

pre {text-indent: 30px} 

#tabmenu {
	color: #000;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	border: 0px solid black;
} 

#tabmenu li { 
display: inline; 
overflow: hidden; 
list-style-type: none; } 

#tabmenu a, a.active {
	line-height: 17px;
	height: 17px;
	margin-top: 1px;
	background-repeat: repeat-x;
	border: 1px solid #2c4e62;
	display: block;
	float: left;
	margin-right: 1px;
	margin-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 150px;
	 } 

#tabmenu a.active {
	line-height: 17px;
	background-image: url(../images/cat-bar-btn.jpg);
	height: 17px;
	margin-top: 1px;
	background-repeat: repeat-x;
	border: 1px solid #2c4e62;
	display: block;
	float: left;
	margin-right: 1px;
	margin-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;
	text-align: center;
	 } 

#tabmenu a:visited { 
color: #E8E9BE; } 

#content {
	font: 0.9em/1.3em verdana, sans-serif;
	text-align: justify;
	background: #ffffff;
	z-index: 2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
} 
.button .icon {
	float: left;
	width: 29px;
	margin-left: 6px;
	margin-right: 6px;
}
.button .text {
	float: left;
	width: 230px;
	line-height: 50px;
	height: 50px;
	margin-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
}
.button .arrow {
	background-image: url(../images/arrow-icon.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	height: 50px;
	width: 22px;
	float: right;
	margin-right: 12px;
}
.button a {
	height: 50px;
	border: 0px dotted #999999;
	display: block;
	position: absolute;
	width: 320px;
}
.lbutton {
	background-image: url(../images/vid-bg.jpg);
	background-repeat: repeat-x;
	height: 106px;
}
.lbutton a {
	height: 106px;
	border: 0px dotted #999999;
	display: block;
	position: absolute;
	width: 320px;
	z-index: 1;
}
.lbutton .icon {
	float: left;
	width: 54px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 18px;
}
.lbutton .text {
	float: left;
	width: 210px;
	margin-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	margin-top: 8px;
}
.lbutton .arrow {
	background-image: url(../images/arrow-icon.png);
	background-repeat: no-repeat;
	background-position: center 46px;
	height: 106px;
	width: 22px;
	float: right;
	margin-right: 12px;
}
.title {
	color: #307ca4;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.mtext {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.loading {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 80px;
	padding-right: 60px;
	padding-bottom: 80px;
	padding-left: 60px;
	text-align: center;
}

