	version:   1.0
	author:    Name
	date:      08/08/08
	
	******************************
	***** Inhaltsverzeichnis *****
	******************************
	---------------------------------------------------------------
	1. Reset
	2. basic elements
	为基本元素定义样式: body, h1-h6, ul, ol, a, p, etc.
	---------------------------------------------------------------
	3. Generic Classes
	定义一些单独的样式，比如，浮动、去掉元素的底部边距等。
 是的，可能他们不够语义化，但是，它们对有效的编码是很有效的。
	---------------------------------------------------------------
	4. Container
		4.1 layout(Basic Layout)
		定义基本模板: 头部、底部、等，用来定义网站的基本结构
		4.2 header
		4.3 contact
		4.4 footer
	---------------------------------------------------------------
	5. Homepage 
	---------------------------------------------------------------
	6. Menu
	---------------------------------------------------------------
	7. Login 
	---------------------------------------------------------------
	8. Form 
	---------------------------------------------------------------
	9. Etc
	继续定义其它样式
*/
/* 1. Reset(YUI) */
@import url('print.css');

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}*/
fieldset, img {
	border: 0;
}
q:before, q:after {
	content:”;
}
abbr, acronym {
	border:0;
}
/* 2. basic elements */
body {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	color:#6b6b6b;
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
}
p {
}
a{
	text-decoration:none;
	color:#FF6600;
}
a:visited {
}
a:active {}
a:hover{
       color:#FF6500;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/* 3. Generic Classes */
.fr{
	float:right;
}
.fl{
	float:left;
}
/* 4. Container */
/** 4.1 layout **/
#wrapper{
	width:967px;
	margin:0 auto;
}
#header{overflow:hidden;zoom:1;margin:10px 15px 5px}
#footer{color:#666565;font-size:11px;padding:10px;}
#footer a{
	color:#666565;font-size:12px;
}
#footer a:hover{
        color:#FF6500;
}

.feedback_form{
        text-align:center;
}

.feedback_form .frm_required{
        display:none;
}

.feedback{
	position:fixed;
	_position:absolute;
	top:100px;
	left:0;
}
/** 4.2 header **/
#header h1{
	float:left;
	margin:0;
}
.follow-us{
	float:right;
	margin:0;
}
.follow-us dt,.follow-us dd{
	font-size:19px;
	margin:0;
	line-height:34px;
	height:34px;
	float:left;
	margin-right:7px;
}
/** 4.3 contact **/

/** 4.4 footer **/

/* 5. Homepage */
#home-content{
	background:url(media/images/png/bg_home.png) left top no-repeat;
	height:673px;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
.overview-tour{
	width:530px;
	height:297px;
	overflow:hidden;
	float:left;
	margin-top:9px;
	margin-left:13px;
	display:inline;
}
.product{
	width:400px;
	height:310px;
	position:relative;
	float:left;
}
.product .get-it-now{
	position:absolute;
	left:30px;
	top:-10px;
}
.product .more{
	position:absolute;
	bottom:15px;
	right:20px;
	text-decoration:none;
	color:#6B6B6B;
}
#home-content .about{
	float:left;
	width:328px;
	height:344px;
}
#home-content .about img{
	margin-left:25px;
}
#home-content .tp{
	float:left;
	width:215px;
	height:344px;
}
#home-content .tp .test{
	width:215px;
	height:184px;
	margin-bottom:4px;
	overflow:hidden;
}
/* overview tour */
.shadow-box{
	background:url(media/images/png/shadow-box-bd.png) left top no-repeat;
	width:100%;
}
.shadow-box-hd{
	background:url(media/images/png/bg_shadow_box_t.png) left top no-repeat;
	height:8px;
	overflow:hidden;
}
.shadow-box2-hd{
	background:url(media/images/png/bg_shadow_box2_t.png) left top no-repeat;
	height:8px;
	overflow:hidden;
}
.shadow-box-bd{
	background:url(media/images/png/shadow-box-bd.png) left top no-repeat;
}
.shadow-box2-bd{
	background:url(media/images/png/shadow-box2-bd.png) left top repeat-y;
}
.bg_shadow_box_t{
	background:url(media/images/png/bg_shadow_box_t.png) left top no-repeat;
	height:8px;
	overflow:hidden;
}
.shadow-box-lit-bt{
	background:url(media/images/png/shadow-box-lit-bt.png) -10px top no-repeat;
	height:8px;
	overflow:hidden;
}
.shadow-box-bt,.shadow-box2-bt{
	background:url(media/images/png/bg_shadow_box_b.png) left top no-repeat;
	height:14px;
	overflow:hidden;
}
.shadow-box-m{
	background:url(media/images/png/bg_shadow_box_m.png) left top no-repeat;
	height:8px;
	overflow:hidden;
	clear:both;
}
.shadow_box_b2{
	background:url(media/images/png/bg_shadow_box_b2.png) 4px top repeat-y;
}
.sidebar{
	width:315px;
	float:left;
	padding-left:11px;
}
.sidebar .logo{ height:145px; 
}
.sidebar .logo img{
	margin:30px 0 0 30px;
}
.menu{
	margin:0;
	padding:0;
	font-size:24px;
	line-height:30px;
	list-style:none;
}
.menu li{
	padding:0;
	margin:0;
}
.current_page_ancestor a{
    font-color:#FF6500;
	color:#FF6500;
}
.current_page_item a{
    font-color:#FF6500;
	color:#FF6500;
}
.saying-menu .current_page_item a{
    font-weight:bold;
}
.saying-menu .current_page_ancestor a{
    font-weight:bold;
}
.saying-menu .children a{
    font-weight:normal;
}
.saying-menu .children .current_page_item a{
    font-weight:bold;
}
.saying-menu .children li{
    margin-bottom: 1px;
    margin-left: -40px;

}

.menu2{
	margin:0 0 0 40px;
	padding:15px 0;
 font-size:18px;
	list-style:none;
}
.menu2 li{
	padding:0;
	margin:0;
	margin-bottom:10px;
}
.menu2 a{
	color:#6B6B6B;
}
.menu2 a.acitve{
	color:#FF6500;
}
.search{
	background-color:#ff6500;
	padding:10px 0 10px 10px;
	color:white;
}
.search form{
	margin:0;
}
.get-sms{
	font-size:28px;
	font-weight:bold;
	color:white;
	margin:0 0 15px 10px;
}
.get-sms strong{
	font-size:30px;
	display:block;
}
.get-it{
	font-size:30px;
}
.search .input-t{
	width:278px;
	padding:5px 2px;
	border:0;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-bottom:15px;
}
.search .submit-div{
	width:284px;
	margin-top:6px;
}
.content{
	float:left;
	width:620px;
	margin-left:8px;
	display:inline;
}
.content-inner{
	padding:30px;
}
#overview-tour-tab{
	
}
#overview-tour-tab .tab-holder{
	list-style:none;
	margin:0;
	padding:0;
}
#overview-tour-tab .tab-holder li{
	float:left;
	background:url(media/images/menu/overview-tour-tab.jpg) right top no-repeat;
	padding-right:10px;
	margin-right:4px;
}
#overview-tour-tab .tab-holder li.end{
	margin-right:0;
}
#overview-tour-tab .tab-holder li span{
	font-size:10px;
	float:left;
	background:url(media/images/menu/overview-tour-tab.jpg) left top no-repeat;
	height:25px;
	line-height:25px;
	padding-left:10px;
	cursor:pointer;
	width:182px;
	text-align:center;
	text-transform:uppercase;
}
#overview-tour-tab .tab-holder li.current_page_item{
	background-position:right -29px;
}
#overview-tour-tab .tab-holder li.current_page_item span{
	background-position:left -29px;
}
#overview-tour-tab .tab-panes{
	padding:10px;
	overflow:auto;
	height:600px;
	margin-right:5px;
}
/** siderbar tab **/
#sidebar-tab{
}
#sidebar-tab .sidebar-tab-holder{
    background-color: #EAEAEA;
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar-tab .sidebar-tab-holder li{
	float:left;
	background:url(media/images/menu/overview-tour-tab.jpg) right top no-repeat;
	padding-right:10px;
	margin-right:2px;
}

#sidebar-tab .sidebar-tab-holder li.page-item-76{
	margin-right:0;
}
#sidebar-tab .sidebar-tab-holder li span{
	font-size:10px;
	font-weight:bold;
	float:left;
	background:url(media/images/menu/overview-tour-tab.jpg) left top no-repeat;
	height:25px;
	line-height:25px;
	padding-left:10px;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
}
#sidebar-tab .sidebar-tab-holder li.page-item-76 span{
	width:85px;
}
#sidebar-tab .sidebar-tab-holder li.current_page_item{
	background-position:right -58px;
}

#sidebar-tab .sidebar-tab-holder li.current_page_ancestor{
	background-position:right -58px;
}

#sidebar-tab .sidebar-tab-holder li.current_page_item span{
	background-position:left -58px;
	color:white;
}
#sidebar-tab .sidebar-tab-holder li.current_page_ancestor span{
	background-position:left -58px;
	color:white;
}
#sidebar-tab .sidebar-tab-panes{
	padding:10px;
	background-color:#ff6500;
	overflow: hidden;
        min-height:421px;
}
.white-box{
	background-color:white;
	padding:20px;
	padding-right:10px;
	min-height:120px;
	_height:120px;
}
/** layout-l3-r1 **/
.layout-l3-r1{
	background:url(images/png/bg_layout-l3-r1.png) left top no-repeat;
	height:673px;
	width:100%;
}
.want-phonetell{
	margin-left:30px;
}
.want-phonetell h3{
	color:#ff6600;
	font-size:32px;
	margin:15px 0;
}
p.interested{
	color:#6b6b6b;
	font-size:35px;
	margin:15px 0 25px;
}
.enter-email{
	padding:5px 2px;
	width:264px;
	border:1px solid white;
	border-color:#cccccc #999999 #999999 #cccccc;
}
.c-bfbfbf{
	color:#bfbfbf;
}
.want-phonetell .submit-div{
	text-align:right;
	margin:10px 15px 10px;
}
.for-android{
	padding:30px 0 20px 25px;
}
/* 6. Who we are */
.about-menu{
	margin-left:30px;
	padding:0;
        margin-bottom:35px;
}
.about-menu a, .menu-title a{
	color:#6b6b6b;
}
.menu-title  {
        margin-bottom:30px;
}
.contact-name {
    font-size:16px;
}
.about-menu li{
	font-size:20px;
	list-style:none;
}
.about-menu .current_page_item a{
    color: #FF6100;
}

.about-menu a.acitve{
	color:#ff6100;
}
.about-menu li ul{
	padding:0;
	margin:0;
}
.about-menu li li{
	font-size:16px;
	margin-bottom:0;
}
.joining-our{
	font-size:20px;
	line-height:30px;
	padding:20px 0;
	margin:0 30px;
	list-style:none;
}
.joining-our a{
	color:#6B6B6B;
}
.joining-our a.active{
	color:#ff6300;
}
.keep-touch{
	font-size:37px;
	margin:0;
}
.keep-touch img{
	vertical-align:middle;
}
/** saying **/
.saying-menu{
	padding:10px 0 0 30px;
	margin:0;
}
.saying-menu a{
	color:#6b6b6b;
}
.saying-menu a.active{
	font-weight:bold;
}
.saying-menu li{
	font-size:20px;
	margin-bottom:40px;
	list-style:none;
}
.saying-col{
	padding:0;
	margin:0;
	margin-left:10px;
}
.saying-col li{
	list-style:none;
	float:left;
	width:285px;
	padding-top:15px;
	margin-left:30px;
	display:inline;
}
.saying-col li h3{
	font-size:24px;
	margin:0 0 10px;
}
.saying-col li p{
	font-size:14px;
}
.saying-col li p a{
	color:#6B6B6B;
}
.saying-col li .pic{
	float:right;
	margin-right:30px;
	display:inline;
}
/** privacy,terms **/
.privacy-content{
	padding:0 80px 30px 120px;
	clear:both;
}
/* 7. others */
p.want-myiphone{
	padding-top:30px;
	margin:0;
	font-size:28px;
	font-weight:bold;
        line-height:40px;
}
p.want-facebook{
	padding-top:0;
	margin:0;
	font-size:28px;
	font-weight:bold;
    line-height:34px;
}
.faq-faceapp{
    font-size:18px;
    margin-left:-10px;
}
p.want-myiphone strong{
	display:block;
	font-size:42px;
}
p.description {
	padding:2px 3px 5px 12px;
}
li a{
    color:#6B6B6B;
}
/* 8. Form  */

/* 9. Etc */
.search .submit {
    float: right;
    margin-top: auto;
}

.tab-panes .submit {
    float: right;
    margin-top: auto;
}
.want-phonetell .submit {
    float: right;
    margin-right: 23px;
}

#field_qjo015 {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 278px;
    background-color:white;
    color:#6B6B6B;
}

#field_bgwk0a {
    color:#6B6B6B;
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 552px;
    background-color:white;
}

.feedback_form .with_frm_style .form-field input[type="text"], .inquiry_form input[type="text"]{
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    width: 73%;
    background-color:white;
    color:#6B6B6B;
    height:20px;
    border:1px solid; 
}

.inquiry_form .submit, .feedback_form .submit{
   text-align:right;
   padding-right:109px;
}

.inquiry_form .form-field, .feedback_form .with_frm_style .form-field {
   padding-right:115px;
   text-align:right;
}
.inquiry_form .inquiry_type{
   float:left;
   width:90%;
   margin-left:51px;
   margin-bottom:10px
}

.inquiry_form ul#frm_errors{
    list-style-image:url('/wp-content/plugins/formidable/pro/images/error_icons/update.png');
    list-style-position:inside;
    list-style-type:square;
}

.inquiry_form ul#frm_errors, .frm_error_style {
    background-color: #B81900;
    border: 2px solid #BE2E17;
    color:#FFFFFF;
    margin: 0 0 10px;
    padding: 5px 10px;
}
.inquiry_form div.inquiry_label{
    font-size:20px;
    margin-bottom:6px;
}

.inquiry_form #interest_area{
    float:left; 
}

.inquiry_form #subscribe_type{
    float:right;
    margin-right:60px;
}
.feedback_form .with_frm_style .form-field textarea, .inquiry_form textarea{
    color:#6B6B6B;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    width:97%;
    background-color:white;
    border:1px solid;
}

.feedback_form .with_frm_style .form-field label.frm_pos_left, .inquiry_form label.inquiry_label{
    float:left;
    padding-right:10px;
    width:auto;
    font-size:18px;
    font-family:Arial,"Trebuchet MS",Helvetica,sans-serif;
    color:#6B6B6B;
}

#field_bouu5h {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 278px;
    background-color:white;
    color:#BFBFBF;
}

.fl_img {
    clear: both;
    float: left;
}

#field_joxalf {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 278px;
    background-color:white;
    color:#BFBFBF;
}

#field_cywksg {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 278px;
    background-color:white;
    color:#BFBFBF;
}

#field_weroo9 {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:5px;
    padding:5px 2px;
    width: 257px;
    background-color:white;
    color:#BFBFBF;
    height:20px;
}

.content .tab-panes{
	padding: 10px;
	height: 585px;
}

.content .child-tab-panes {
	padding: 10px;
	height: 585px;
}
a:hover{
       color:#FF6500;
}

/* 8. scroll  */
.ee {
	height:300px;
}
.download {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:20px
}
.jscroll-e {
	background:url(media/images/scroll/bg.gif) -38px bottom no-repeat !important;
}
.jscroll-e-t {
	background:url(media/images/scroll/bg.gif) -38px top no-repeat;
	height:5px;
	overflow:hidden;
}
.jscroll-h-inner {
	background:url(media/images/scroll/scroll-bto.gif) left bottom no-repeat;
	position:absolute;
	bottom:0;
	height:5px;
	width:20px;
}
.jscroll-c {
       overflow:hidden;
       zoom:1;
}
/* 9. Etc */

.navigation{
	float:left;
	margin:0;
}
.navigation a{
        color:#6B6B6B;
}
.navigation a:hover{
        color:#FF6500;
}
.navigation dt{
	font-size:14px;
	margin:0;
	line-height:34px;
	height:30px;
	float:left;
	margin-right:8px;
	margin-left:8px;
    color:#6B6B6B;
}
/** 4.3 contact **/

/** 4.4 footer **/

/* 5. Homepage */
#home-content{
	background:url(media/images/png/bg_home.png) left top no-repeat;
	height:673px;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
.overview-tour{
	width:530px;
	height:297px;
	overflow:hidden;
	float:left;
	margin-top:9px;
	margin-left:13px;
	display:inline;
}
.product{
	width:400px;
	height:310px;
	position:relative;
	float:left;
}
.product .get-it-now{
	position:absolute;
	left:30px;
	top:-10px;
}
.product .more{
	position:absolute;
	bottom:15px;
	right:20px;
	text-decoration:none;
	color:#6B6B6B;
}
#home-content .about{
	float:left;
	width:328px;
	height:344px;
}
#home-content .about img{
	margin-left:25px;
}
#home-content .tp{
	float:left;
	width:215px;
	height:344px;
}
#home-content .tp .test{
	width:215px;
	height:184px;
	margin-bottom:4px;
	overflow:hidden;
}
#home-content .press{
	float:left;
	width:406px;
	margin-left:4px;
	height:344px;
}
/* overview tour */
.shadow-box{
	background:url(media/images/png/shadow-box-bd.png) left top no-repeat;
	width:100%;
}
.shadow-box-hd{
	background:url(media/images/png/bg_shadow_box_t.png) left top no-repeat;
	height:8px;
	overflow:hidden;
}
.shadow-box2-hd{
	background:url(media/images/png/bg_shadow_box2_t.png) left top no-repeat;
	height:8px;
	overflow:hidden;
}
.shadow-box-bd{
	background:url(media/images/png/shadow-box-bd.png) left top no-repeat;
}
.shadow-box2-bd{
	background:url(media/images/png/shadow-box2-bd.png) left top repeat-y;
}
.bg_shadow_box_t{
	background:url(media/images/png/bg_shadow_box_t.png) left top no-repeat;
	height:8px;
	overflow:hidden;
}
.shadow-box-lit-bt{
	background:url(media/images/png/shadow-box-lit-bt.png) -10px top no-repeat;
	height:8px;
	overflow:hidden;
}
.shadow-box-bt,.shadow-box2-bt{
	background:url(media/images/png/bg_shadow_box_b.png) left top no-repeat;
	height:14px;
	overflow:hidden;
}
.shadow-box-m{
	background:url(media/images/png/bg_shadow_box_m.png) left top no-repeat;
	height:8px;
	overflow:hidden;
	clear:both;
}
.shadow_box_b2{
	background:url(media/images/png/bg_shadow_box_b2.png) 4px top repeat-y;
}
.sidebar{
	width:315px;
	float:left;
	padding-left:11px;
}
.sidebar .logo{ height:145px; 
}
.sidebar .logo img{
	margin:30px 0 0 30px;
}
.menu{
	margin:0;
	padding:0;
	font-size:24px;
	line-height:30px;
	list-style:none;
}
.menu li{
	padding:0;
	margin:0;
}
.current_page_ancestor a{
    font-color:#FF6500;
	color:#FF6500;
}
.current_page_item a{
    font-color:#FF6500;
	color:#FF6500;
}
.saying-menu .current_page_item a{
    font-weight:bold;
}
.saying-menu .current_page_ancestor a{
    font-weight:bold;
}
.saying-menu .children a{
    font-weight:normal;
}
.saying-menu .children .current_page_item a{
    font-weight:bold;
}
.saying-menu .children li{
    margin-bottom: 1px;
    margin-left: -40px;

}

.menu2{
	margin:0 0 0 40px;
	padding:15px 0;
 font-size:18px;
	list-style:none;
}
.menu2 li{
	padding:0;
	margin:0;
	margin-bottom:10px;
}
.menu2 a{
	color:#6B6B6B;
}
.menu2 a.acitve{
	color:#FF6500;
}
.search{
	background-color:#ff6500;
	padding:10px 0 10px 10px;
	color:white;
}
.search form{
	margin:0;
}
.get-sms{
	font-size:28px;
	font-weight:bold;
	color:white;
	margin:0 0 15px 10px;
}
.get-sms strong{
	font-size:30px;
	display:block;
}
.get-it{
	font-size:30px;
}
.search .input-t{
	width:278px;
	padding:5px 2px;
	border:0;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-bottom:15px;
}
.search .submit-div{
	width:284px;
	margin-top:6px;
}
.content{
	float:left;
	width:620px;
	margin-left:8px;
	display:inline;
    overflow:hidden;
}
.content-inner{
	padding:30px;
}
#overview-tour-tab{
	
}
#overview-tour-tab .tab-holder{
	list-style:none;
	margin:0;
	padding:0;
}
#overview-tour-tab .tab-holder li{
	float:left;
	background:url(media/images/menu/overview-tour-tab.jpg) right top no-repeat;
	padding-right:10px;
	margin-right:4px;
}
#overview-tour-tab .tab-holder li.end{
	margin-right:0;
}
#overview-tour-tab .tab-holder li span{
	font-size:10px;
	float:left;
	background:url(media/images/menu/overview-tour-tab.jpg) left top no-repeat;
	height:25px;
	line-height:25px;
	padding-left:10px;
	cursor:pointer;
	width:182px;
	text-align:center;
	text-transform:uppercase;
}
#overview-tour-tab .tab-holder li.current_page_item{
	background-position:right -29px;
}
#overview-tour-tab .tab-holder li.current_page_item span{
	background-position:left -29px;
}
#overview-tour-tab .tab-panes{
	padding:10px;
	overflow:auto;
	height:600px;
	margin-right:5px;
}
/** siderbar tab **/
#sidebar-tab{
}
#sidebar-tab .sidebar-tab-holder{
    background-color: #EAEAEA;
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar-tab .sidebar-tab-holder li{
	float:left;
	background:url(media/images/menu/overview-tour-tab.jpg) right top no-repeat;
	padding-right:10px;
	margin-right:2px;
}

#sidebar-tab .sidebar-tab-holder li.page-item-76{
	margin-right:0;
}
#sidebar-tab .sidebar-tab-holder li span{
	font-size:10px;
	font-weight:bold;
	float:left;
	background:url(media/images/menu/overview-tour-tab.jpg) left top no-repeat;
	height:25px;
	line-height:25px;
	padding-left:10px;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
}
#sidebar-tab .sidebar-tab-holder li.current_page_item{
	background-position:right -58px;
}

#sidebar-tab .sidebar-tab-holder li.current_page_ancestor{
	background-position:right -58px;
}

#sidebar-tab .sidebar-tab-holder li.current_page_item span{
	background-position:left -58px;
	color:white;
}
#sidebar-tab .sidebar-tab-holder li.current_page_ancestor span{
	background-position:left -58px;
	color:white;
}
#sidebar-tab .sidebar-tab-panes{
	padding:10px;
	background-color:#ff6500;
	overflow: hidden;
        min-height:421px;
}
.white-box{
	background-color:white;
	padding:20px;
	padding-right:10px;
	min-height:120px;
	_height:120px;
}
/** layout-l3-r1 **/
.layout-l3-r1{
	background:url(images/png/bg_layout-l3-r1.png) left top no-repeat;
	height:673px;
	width:100%;
}
.want-phonetell{
	margin-left:30px;
}
.want-phonetell h3{
	color:#ff6600;
	font-size:32px;
	margin:15px 0;
}
p.interested{
	color:#6b6b6b;
	font-size:38px;
	margin:15px 0 25px;
}
.enter-email{
	padding:5px 2px;
	width:264px;
	border:1px solid white;
	border-color:#cccccc #999999 #999999 #cccccc;
}
.c-bfbfbf{
	color:#bfbfbf;
}
.want-phonetell .submit-div{
	text-align:right;
	margin:10px 15px 10px;
}
.for-android{
	padding:30px 0 20px 25px;
}
/* 6. Who we are */
.about-menu{
	margin-left:30px;
	padding:0;
        margin-bottom:35px;
}
.about-menu a, .menu-title a{
	color:#6b6b6b;
}
.menu-title  {
        margin-bottom:30px;
}
.contact-name {
    font-size:16px;
}
.about-menu li{
	font-size:20px;
	list-style:none;
}
.about-menu .current_page_item a{
    color: #FF6100;
}

.about-menu a.acitve{
	color:#ff6100;
}
.about-menu li ul{
	padding:0;
	margin:0;
}
.about-menu li li{
	font-size:16px;
	margin-bottom:0;
}
.joining-our{
	font-size:20px;
	line-height:30px;
	padding:20px 0;
	margin:0 30px;
	list-style:none;
}
.joining-our a{
	color:#6B6B6B;
}
.joining-our a.active{
	color:#ff6300;
}
.keep-touch{
	font-size:37px;
	margin:0;
}
.keep-touch img{
	vertical-align:middle;
}
/** saying **/
.saying-menu{
	padding:10px 0 0 30px;
	margin:0;
}
.saying-menu a{
	color:#6b6b6b;
}
.saying-menu a.active{
	font-weight:bold;
}
.saying-menu li{
	font-size:20px;
	margin-bottom:20px;
	list-style:none;
}
.saying-col{
	padding:0;
	margin:0;
	margin-left:10px;
}
.saying-col li{
	list-style:none;
	float:left;
	width:285px;
	padding-top:15px;
	margin-left:30px;
	display:inline;
}
.saying-col li h3{
	font-size:24px;
	margin:0 0 10px;
}
.saying-col li p{
	font-size:14px;
}
.saying-col li p a{
	color:#6B6B6B;
}
.saying-col li .pic{
	float:right;
	margin-right:30px;
	display:inline;
}
/** privacy,terms **/
.privacy-content{
	padding:0 80px 30px 120px;
	clear:both;
}
/* 7. others */
p.want-myiphone{
	padding-top:30px;
	margin:0;
	font-size:28px;
	font-weight:bold;
        line-height:40px;
}
p.want-myiphone strong{
	display:block;
	font-size:42px;
}
p.description {
	padding:2px 3px 5px 12px;
}
li a{
    color:#6B6B6B;
}
/* 8. Form  */

/* 9. Etc */
.search .submit {
    float: right;
    margin-top: auto;
}

.tab-panes .submit {
    float: right;
    margin-top: auto;
}
.want-phonetell .submit {
    float: right;
    margin-right: 23px;
}

#field_qjo015 {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 278px;
    background-color:white;
    color:#6B6B6B;
}

#field_bgwk0a {
    color:#6B6B6B;
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 552px;
    background-color:white;
}

.with_frm_style .form-field textarea.auto_width {
    color:#6B6B6B;
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width:278px;
    background-color:white;
}

#field_bouu5h {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 278px;
    background-color:white;
    color:#BFBFBF;
}

.fl_img {
    clear: both;
    float: left;
}

#field_joxalf {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 278px;
    background-color:white;
    color:#BFBFBF;
}

#field_cywksg {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:15px;
    padding:5px 2px;
    width: 278px;
    background-color:white;
    color:#BFBFBF;
}

#field_weroo9 {
    float: left;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    margin-bottom:5px;
    padding:5px 2px;
    width: 257px;
    background-color:white;
    color:#BFBFBF;
    height:20px;
}

.content .tab-panes{
	padding: 10px;
	height: 585px;
}

.content .child-tab-panes {
	padding: 10px;
	height: 585px;
}
a:hover{
       color:#FF6500;
}

/* 8. scroll  */
.ee {
	height:300px;
}
.download {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:20px
}
.jscroll-e {
	background:url(media/images/scroll/bg.gif) -38px bottom no-repeat !important;
}
.jscroll-e-t {
	background:url(media/images/scroll/bg.gif) -38px top no-repeat;
	height:5px;
	overflow:hidden;
}
.jscroll-h-inner {
	background:url(media/images/scroll/scroll-bto.gif) left bottom no-repeat;
	position:absolute;
	bottom:0;
	height:5px;
	width:20px;
}
.jscroll-c {
       overflow:hidden;
       zoom:1;
}
/* 9. Etc */

#home-content .press {
        float:left; width:406px; margin-left:4px; height:344px; position:relative; }

#home-content .press .press_animate100 { 
        position:absolute; 
        right:25px; 
        top:15px; 
}

/* scroll */
.Press-Scroller { 
      width: 230px; 
      height: 140px; 
      position:relative;
      margin-left:60px; 
}

#Scroller-press { 
      position: absolute; 
      overflow: hidden; 
      width: 230px; 
      height: 140px; 
}

.Scroller-Container { 
      position: absolute; 
      top: 0px; 
      left: 0px; 
      font-size:14px; 
}

.Scroller-Container p{
      margin-top:0;
     line-height:18px;
}

.Scrollbar-Up { 
     cursor: pointer; 
     position: absolute; 
     top: 0px; 
     left: -30px; 
}

.Scrollbar-Down { 
     cursor: pointer; 
     position: absolute; 
     top: 123px; 
     left: -30px; 
}

.Scroller-Container li{
     list-style: none outside none; 

}


/* feedback */
.feedback_form .submit input, .inquiry_form .submit input{
    -moz-border-radius: 0 0 0 0;
    background:url("/wp-content/uploads/2010/08/btn_submit.jpg");
    border: 0 solid #DDDDDD;
    color:#222222;
    cursor:pointer;
    font-size:14px;
    height:32px;
    line-height:32px;
    text-align:center;
    text-shadow:none;
    width:181px;

}
.tab-panes .submit input{
    -moz-border-radius: 0 0 0 0;
    background:url("/wp-content/uploads/2010/08/btn_submit.jpg");
    border: 0 solid #DDDDDD;
    color:#222222;
    cursor:pointer;
    font-size:14px;
    height:32px;
    line-height:32px;
    text-align:center;
    text-shadow:none;
    width:181px;
}

.faq-scroll{
    overflow:auto;
    height:600px;
}

.faq-text{
	padding-left:15px;
	padding-right:15px;
}

