/* DigitalFun iPhone CSS by Salvatore Savino */

body {
	background-color: #C5CED3;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #424242;
	font-size: 11px;
	font-family: arial,"san serif";
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	border: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 6px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	padding-bottom: 10px;
}

li {
	list-style: square;
	list-style-position: inside;
}

#wrap {
	overflow: visible;
	width: 320px;
	height: 480px;
}

#header100 {
	background: url(../images/header100.png); 
	background-repeat: repeat-x;
	height: 62px;
}

#header {
	background: url(../images/header.png); 
	background-repeat: no-repeat;
	height: 62px;
}

#content {
	background: url(../images/middle.png); 
	background-repeat: repeat-y;
}

.subcontent {
	background: url(../images/middle_sub.png); 
	background-repeat: no-repeat;
	background-position: bottom;
}

.item {
	padding-left: 16px;
	padding-right: 16px;
}

.tab {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}

.title {
	background-image: url(../images/titlebg.png);
	background-repeat: no-repeat;
	height: 16px;
	color: #333;
	margin-left: 1px;
	padding-bottom: 5px;
}

.td_icon {
	width: 101px;
	vertical-align: top;
}

.td_desc {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

p.description {
	margin-bottom: 10px;
}

.td_arrow {
	width: 9px;
}

.appstorebtn {
	text-align: center;
	padding-bottom: 5px;
	margin-top: 5px;
}

.freebtn {
	text-align: center;
	padding-bottom: 5px;
}

#youtube {
	text-align: center;
}

.youtube {
	padding-bottom: 5px;
	width: 140px;
	height: 86px;
}

.flag {
	padding-right: 5px;
}

#bottom {
	background: url(../images/bottom_corners.png); 
	background-repeat: no-repeat;
	height: 16px;
}