/* 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: 12px;
	font-family: arial,"san serif";
}

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

img {
	border: none;
}

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

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

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

#wrap {
	overflow: visible;
	width: 760px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

.subcontent {
	background: url(../images/pc_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/pc_titlebg.png);
	background-repeat: no-repeat;
	height: 32px;
	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 {
	width: 220px;
	float: left;
	padding-left: 20px;
}

.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: 280px;
	height: 172px;
}

.flag {
	padding-right: 5px;
}

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