* {margin:0; padding:0}
li {list-style:none;}
img {border:none;}
input {vertical-align:middle;}
a {text-decoration:none;}
a:active, a:focus {
    outline:none;
}
.hide_text {
	text-indent:-10000px;
	overflow:hidden;
}
.wrap_box {
	overflow:hidden;
	_height:1%;
}
.clear {
	height:0;
	clear:both;
	overflow:hidden;
}
body {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5f5f5f;
}
#wrap {
	/*width:720px;*/
	max-width:480px;
	margin:0 auto;
	background:#efefef url(../images/body_bg.gif) repeat-x;
}
/**header**/
#header {
	background:url(../images/header_bg.jpg) no-repeat;
	padding:134px 10px 0 10px;
}
#menu {
	height:56px;
}
#menu ul {
	float:left;
	padding-top:12px;
}
#menu ul li {
	float:left;
	padding-right:12px;
}
#menu ul li a {
	display:block;
	height:32px;
	float:left;
	line-height:32px;
	color:#fff;
	text-align:center;
}
.menu_left {
	width:7px;
	height:32px;
	float:left;
	cursor:pointer;
}
.menu_center {
	height:32px;
	float:left;
	cursor:pointer;
	padding:0 6px;
}
.menu_right {
	width:7px;
	height:32px;
	float:left;
	cursor:pointer;
}
.menu_left_visited {
	background:url(../images/menu_left.gif) no-repeat;
}
.menu_center_visited {
	background:url(../images/menu_center.gif) repeat-x;
}
.menu_right_visited {
	background:url(../images/menu_right.gif) no-repeat;
}
/**footer**/
#footer {
	height:65px;
	background:url(../images/footer_bg.gif) repeat-x;
	padding-top:7px;
	font-size:13px;
	color:#fff;
	text-align:center;
}
#footer div {
	padding-top:10px;
}
#footer a {	
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
/**content**/
#content {
	padding:0 10px;
}
#content h3 {
	background:url(../images/title_icon.gif) no-repeat left 0px;
	padding-bottom:20px;
	padding-left:30px;
	margin-top:22px;
	color:#121212;
	font-size:19px;
	border-bottom:1px dashed #121212;
}
#content p {
	line-height:23px;
	padding-top:5px;
}
.add_to {
	height:21px;
}
.add_to a {
	display:block;
	float:left;
}
.delicious {
	
	width:20px;
	height:20px;
}
.digg {
	
	width:44px;
	height:21px;
	margin-left:19px;
}
.price_wrap {
	margin-top:40px;
	overflow:hidden;
	_height:1%;
}
.price {
	float:left;
	background:url(../images/price_bg.jpg) no-repeat;
	width:275px;
	height:176px;
	position:relative;
}
.price span {
	position:absolute;
	top:40px;
	right:16px;
	font-size:28px;
	color:#fff;
}
#content .price p {
	padding:40px 30px 10px 8px;
}
a.buy_now {
	display:block;
	float:left;
	background:url(../images/buy_now.jpg) no-repeat;
	width:175px;
	height:132px;
	margin-top:43px;
}
.features {
	padding-bottom:40px;
}
.features ul li {
	margin-top:15px;
	background:url(../images/point.gif) no-repeat left 6px;
	padding-left:18px;
	font-weight:bold;
}


.intro {
	background:#d1d3d4;
	padding:0 10px 40px 10px;
	overflow:hidden;
	_height:1%;
}
.intro ul li {
	margin-top:40px;
}
.iphone_wrap {
	padding-top:20px;
	text-align:center;
}
.intro ul li h3 {
	color:#121212;
	font-size:19px;
	line-height:45px;
	border-bottom:1px dashed #121212;
	text-align:center;
}
.intro ul li p {
	line-height:26px;
	padding-top:5px;
	padding-bottom:10px;
}

/**support**/
.email {
	text-decoration:underline;
	color:#00F;
}