
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.maindiv {
	text-align: center;
}
.pagewrap {
	width: 985px;
	text-align: left;
	margin: auto;
}
.pg_head {
	margin-bottom: 10px;
	margin-top: 20px;
}
.pg_bx_head {
	background-image: url('images/bx_u.png');
	background-repeat: no-repeat;
	height: 74px;
}
.pg_bx_body {
	background-image: url('images/bx_m.png');
	background-repeat: repeat-y;
	min-height: 200px;
	position: relative;
}
.pg_bx_foot {
	background-image: url('images/bx_d.png');
	background-repeat: no-repeat;
	height: 69px;
}
.pg_foot {
	text-align: center;
	color: #666666;
}
.top_text {
	text-align: center;
	position: relative;
	padding-top: 17px;
}
.top_text span {
	font-size: 22px;
	color:#57646e;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align:center;
	font-weight:bold;
	text-shadow: 0px 1px 0px #eee;
}

.app_list_wrap
{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.app_list
{
	margin: auto;
}
.app_list a
{
	display: inline-block;
	width: 80px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0);
	padding: 10px;
	padding-bottom: 7px;
	text-decoration: none;
	color: #333333;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
.app_list a:hover
{
	background-color: #fff;
	border-color: #c0c0c0;
	text-shadow: 0px 1px 0px #fff;
	box-shadow:1px 1px 10px #999;
	-moz-box-shadow:1px 1px 10px #999;
	-webkit-box-shadow:1px 1px 10px #999;
}
.app_list a span
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}
.app_list a img
{
	border: none;
}
.app_list .app_selected
{
	background-color: #fff;
	border-color: #b0b0b0;
	text-shadow: 0px 1px 0px #fff;
	box-shadow:1px 1px 10px #999;
	-moz-box-shadow:1px 1px 10px #999;
	-webkit-box-shadow:1px 1px 10px #999;
}


.app_info {
	margin: 0px;
	padding: 25px;
	padding-top: 10px;
}
.app_info .tbl1 {
	border-collapse: collapse;
}
.app_info .title_wrap
{
	position: relative;
	border-bottom: 1px dotted #c0c0c0;
	margin-bottom: 10px;
}
.app_info .title_wrap .bb_add_this
{
	position: absolute;
	right: 5px;
	top: 7px;
}
.app_info .title
{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1F4B9D;
	text-shadow: 1px 2px 0px #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
}
.app_info .notes
{
	margin-top: 10px;
}

.app_info .btn_view_itunes
{
	margin-top: 10px;
}
.app_list_ref {
	display: none;
}

.app_info .image_mask
{
	position: relative;
	height: 180px;
	width: 180px;
	margin-left: 10px;
}
.app_info .image_mask .m1
{
	position: absolute;
	left: 1px;
	top: 0px;
}
.app_info .image_mask .m2
{
	position: absolute;
	height: 178px;
}

.hline1
{
	border-top: 1px solid #c0c0c0;
}


.pg_bx_foot div {
	position: relative;
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
}
.pg_bx_foot img
{
	border: none;
}

.pg_bx_foot .next
{
	float: right;
}

.app_info .fb_comment
{
	margin-top: 20px;
}

.app_info .price
{
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
	text-align: center;
	width: 170px;
}
.app_info .price em
{
	font-style: normal;
	margin-right: 10px;
	font-weight: bold;
}
.app_info .price i
{
	font-style: normal;
	font-weight: bold;
}

.app_info .clear
{
	clear: both;
}
.app_info .app_left_col
{
	float: left;
}
.app_info .app_contents
{
	margin-left: 230px;
}
.app_info .app_comment
{
	border-top: 1px dotted #c0c0c0;
	margin-top: 20px;
}



#dsq-footer a
{
	color: #fff;
	padding: 4px 10px 4px 6px;
	background-color: #787878;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
#dsq-footer a em
{
	color: #eee;
	text-decoration: none !important;
	text-shadow: 0px 1px 0px #444;
	margin-left: 30px;
}
#dsq-footer a span
{
	color: #787878 !important;
	background-image: url('images/comment_btns.png');
	background-repeat: no-repeat;
	width: 30px;
	display: block;
	position: absolute;
	top: 3px;
	left: 5px;
	height: 25px;
	overflow: hidden;
	line-height: 150px;
}

#dsq-footer a.dsq-subscribe-rss span
{
	background-position: -37px 0px;
}
#dsq-footer a:hover
{
	background-color: #666;
}
#dsq-footer a em:hover
{
	color: #fff;
}

.dsq-trackback-url input
{
	width: 500px;
}

.bx_sep
{
	height: 38px;
	background-image: url('images/bx_s.png');
	background-repeat: no-repeat;
}

.app_info .notes_wrap
{
	padding-top: 20px;
}

.app_info .notes_title
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #1F4B9D;
	text-shadow: 1px 2px 0px #ddd;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	position: relative;
	border-bottom: 1px dotted #c0c0c0;
	margin-bottom: 10px;
}

.pg_head a
{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	text-shadow: 1px 2px 1px #ddd;
	padding-left: 5px;
}

.lightbox_ios .lightbox_a
{
	display: block;
	background-color: #eeeeee;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	color: #444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	box-shadow:1px 1px 3px #777;
	-moz-box-shadow:1px 1px 3px #777;
	-webkit-box-shadow:1px 1px 3px #777;
	font-weight: bold;
}
.lightbox_ios .lightbox_a:hover
{
	color: #28579C;
	background-color: #F0F0D9;
	box-shadow:1px 1px 5px #666;
	-moz-box-shadow:1px 1px 5px #666;
	-webkit-box-shadow:1px 1px 5px #666;
}

.notices_box
{
	margin-top: 20px;
	padding: 10px;
	box-shadow:1px 1px 5px #666;
	-moz-box-shadow:1px 1px 5px #666;
	-webkit-box-shadow:1px 1px 5px #666;
	border: 1px solid #bbb;
}

.notices_box_header
{
	padding-bottom:5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
}
.notices_box_body
{
	width: 180px;
}
.notices_box_body em
{
	color: #337CD3;
	font-weight:bold;
	display: block;
	margin-bottom: 5px;
}
.notices_box_body div
{
	margin-bottom: 10px;
	color: #444;
}

.top_text .top_sel
{
	position: absolute;
	left: 650px;
	top: -39px;
	width: 350px;
}
.top_text .top_sel .top_sel_item
{
	float: left;
	width: 152px;
	height: 49px;
	background-image: url('images/bx_it_off.png');
	background-repeat: no-repeat;
	margin-right: 5px;
	padding-top: 16px;
	text-decoration: none;
	color: #666;
	font-weight:bold;
	font-size: 16px;
	text-shadow: 0px 1px 0px #ddd;
	position: relative;
}
.top_text .top_sel .top_sel_item_on
{
	background-image: url('images/bx_it_on.png');
	padding-top: 14px;
	text-shadow: 0px 1px 0px #fff;
	color: #444;
}

.top_text .top_sel .top_sel_item em
{
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 11px;
	left: 10px;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.top_text .top_sel .top_sel_item_on em
{
	top: 10px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}
.top_sel_icon_cpanel
{
	background-image: url('images/icon-cpanel.png');
}
.top_sel_icon_whm
{
	background-image: url('images/icon-whm.png');
}
.inc_back
{
	display: absolute;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('/images/alpha_b60.png');
	text-align: center;
}
.inc_base_out
{
	height: 100%;
	margin: auto auto;
	position: relative;
	display:table;
}
.inc_base_in
{
	display:table-cell;
	margin: auto auto;
	vertical-align: middle;
}
.inc_base
{
	border: 1px solid #444;
	box-shadow:2px 2px 15px #000;
	-moz-box-shadow:2px 2px 15px #000;
	-webkit-box-shadow:2px 2px 15px #000;
	background-color: #eeeeee;
	position: relative;
}
.inc_frame
{
	width: 800px;
	height: 400px;
	border: 0px none;
}
.inc_close_btn
{
	position: absolute;
	width: 30px;
	height: 20px;
	right: 8px;
	top: 9px;
	cursor: pointer;
	background-image: url('/images/sprite.png');
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
.inc_close_btn:hover
{
	background-position: 0px -320px;
	background-repeat: no-repeat;
}
.inc_title
{
	background-color: #ccc;
	background-image: url('/images/sprite.png');
	background-position: 0px -100px;
	background-repeat: repeat-x;
	width: 100%;
	height: 35px;
}
.inc_title_text
{
	width: 100%;
	color: #000;
	text-align: left;
	font-size: 16px;
	color:#434C54;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 0px 1px 0px #eee;
	text-indent: 10px;
	line-height: 35px;
}

.app_howtos
{
	display: block;
	background-color: #eeeeee;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
	color: #444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px 1px 0px #fff;
	box-shadow:1px 1px 3px #777;
	-moz-box-shadow:1px 1px 3px #777;
	-webkit-box-shadow:1px 1px 3px #777;
	font-weight: bold;
}
.app_howtos_header
{
	border-bottom: 1px solid #c0c0c0;
	padding: 5px;
	color: #1A54AB;
}
.app_howtos_body
{
	background-color: #eeeeee;
	padding: 10px;
	padding-bottom: 5px;
	text-align: left;
}
.app_howtos_body_in
{
	box-shadow: inset 1px 1px 3px #666;
	-moz-box-shadow: inset 1px 1px 3px #666;
	-webkit-box-shadow: inset 1px 1px 3px #666;
	padding: 8px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
.app_howtos_footer
{
	padding: 4px;
}
.app_howtos_body a
{
	text-decoration: none;
	display: block;
	background-image: url('/images/sprite.png');
	background-position: 0px -926px;
	background-repeat: no-repeat;
	text-indent: 10px;
	color: #666;
	text-shadow: 0px 1px 0px #fff;
	margin-top: 2px;
	margin-bottom: 4px;
}
.app_howtos_body a:hover
{
	background-position: 0px -901px;
	color: #1145EF;
}

.dlg_base
{
	padding: 10px;
}

.dlg_base div
{
	margin-bottom: 5px;
}

.dlg_base blockquote div em
{
	font-style: normal;
	color: #00a;
	width: 150px;
	font-weight: bold;
	float: left;
}
.dlg_base blockquote div b
{
	font-weight: normal;
	display: block;
	padding-left: 150px;
}
.dlg_base blockquote code
{
	display: block;
}
.dlg_base .sample_image
{
	border: 1px solid #c0c0c0;
}
.small_price
{
	font-size: 11px;
	color: #666;
}

.single_page
{
	padding: 40px;
	padding-top: 0px;
	line-height: 150%;
}
.single_page h3
{
	margin: 0px;
	margin-bottom: 10px;
	color: #155FC6;
	font-size: 18px;
}
.single_page > div
{
	margin-left: 30px;
}
.single_page li
{
	margin-bottom: 10px;
}
.single_page li strong
{
	font-style: italic;
	color: #C6751F;
}
.single_page table
{
	border-collapse: collapse;
}
.single_page table td
{
	border: 1px solid #ABC7E6;
	padding: 3px;
}
.single_page table th
{
	border: 1px solid #ABC7E6;
	border-bottom: 2px solid #ABC7E6;
	text-align: left;
	padding: 5px;
	background-image: url('/images/sprite.png');
	background-position: 0px -1300px;
	background-repeat: repeat-x;
	text-shadow: 0px 1px 0px #eee;
}
.single_page .right_image
{
	float: right;
	padding-left: 20px;
}
.single_page .hspace
{
	height: 15px;
}
.attension-top
{
	margin-bottom: 10px;
	border: 1px solid #FE4A3D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	background-color: #FEEAE8;
	font-weight: bold;
}

