@charset "utf-8";
/* CSS Document */
/* setup  for the whole page*/
*{
	margin:0;
	padding:0;}
#developer_site{
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#666666;}
#developer_site h2{
	font-size: x-large;
	}
#developer_site h4{
	font-size:larger;
	color: #173e9b;
	}
#developer_site p{
	color:#666666;
	font-size:larger;}
ul{
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
	}
#developer_site a{	
	display:block;
	color:#666666;
	text-decoration:none;
	}
#developer_site h3{
	font-size: larger;
	color:#FF4f00;
	}
#developer_site a:hover{
	color:#173e9b;
	text-decoration:none;
	}
/* develop menu */
#developer_site{
	margin:auto;
	margin-bottom:20px;
	width:960px;
	height:auto;
	border:0px red solid;
	background:url(../images/developer_site.gif) left 18px repeat-x;}
#develop_menu h2{
	display:inline;
	margin:20px 50px 0 50px;
	border:0px red solid;
	float:left;
	}

#develop_menu ul{
	display:block;
	margin:18px 10px 0 10px;
	float:right;
	border:0px red solid;
	}
#develop_menu ul li{
	display:block;
	float:left;
	border:0px red solid;
	margin:0 4px;
	padding:0;
	}
#develop_menu ul li a{
    cursor: pointer;
	display:block;
	border:0px #cccccc solid;
	border-bottom:#cccccc 0px solid;
	background:url(../images/developer_menu_03.gif) left top no-repeat;
	height:40px;
	}
#develop_menu ul li a span{		
	display:block;
	padding:11px 10px;
	border:0px #cccccc solid;
	background:url(../images/developer_menu_04.gif) right top no-repeat;}
#develop_menu ul li a:hover{
	border-bottom:#f1f1f1 0px solid;
	background:url(../images/developer_menu_06.gif) left top no-repeat;
	}
#develop_menu ul li a:hover span{
	border-bottom:#f1f1f1 0px solid;
	background: url(../images/developer_menu_07.gif) right top no-repeat;
	}
#develop_menu #selected{
	border-bottom:#f1f1f1 0px solid;
	background:url(../images/developer_menu_06.gif) left top no-repeat;
	}
#develop_menu #selected span{
	border-bottom:#f1f1f1 0px solid;
	background: url(../images/developer_menu_07.gif) right top no-repeat;
	}	


/* develop content */
.develop_content{
	clear:both;
	margin:0 30px 30px 30px;
	padding-top:30px;	
	border:0px red solid;
	width:900px;
	height:360px;
	}
/*different img of each html*/
#overview{background:url(../images/overview.gif) right bottom no-repeat;}
#develop_for_papaya{background:url(../images/develop_for_papaya.gif) right bottom no-repeat;}
#game_sdk{background:url(../images/game_sdk.gif) right bottom no-repeat;}
#social_sdk{background:url(../images/social_sdk.gif) right bottom no-repeat;}
/*different img of each html end*/

.develop_content h3{
	display:block;
	float:left;
	border:0px red solid;
	background:url(../images/coming_soon.gif) right top no-repeat;
	margin:0;
	padding:60px 170px 20px 0;}

.develop_content ul{
	clear:both;
	width:480px;
	border:0px red solid;
	margin:0px ;
	padding:0px;}
.develop_content ul li{
	display:block;
	width:465px;
	margin:20px 0 ;
	padding-left:15px;
	border:0px red solid;
	background:url(../images/list_style.gif) left 3px no-repeat ;}
.header_login2 a,span{
	float:left;
	font-size:14px;
	padding:3px;
}


/* header start */	
/*#header{
	width:965px;
	height:110px;
	margin:auto;
	margin-top:0;
	background:url(../images/header_bg2.gif) center top no-repeat;
	border:red 0px solid;}
header_title_wrapper{
	float:left;}
#logo_wrapper{
	float:left;
	margin-left:15px;
	margin-top:19px;}
.header_login2{	
	border:red 0px solid;
	width:295px;
	height:20px;
	float:right;
	margin-top:50px;
	margin-right:25px;
	}
.header_login2 a,span{
	float:left;
	font-size:14px;
	padding:3px;
	}
.header_login2 a{
	color:#173E9B;
	text-decoration:none;}
.header_login2 a:hover{
	color:#173E9B;
	text-decoration:underline;}*/
/* header end */	

	
/*footer start*/	
/*#footer {
	border-top:1px solid #CCCCCC;
	color:#8F8F8F;
	font-size:12px;
	height:38px;
	margin:0 auto;
	padding:5px;
	width:965px;
}
.footer_company {
	background:transparent url(../images/footer_bulletin.gif) no-repeat scroll 9px 4px;
	float:right;
	padding-left:12px;
}
#footer a {
	margin-left:12px;
	float:left;
	color:#173E9B;
	text-decoration:none;
}
#footer a:hover{ text-decoration:underline;}
.footer_link {
float:right;
}*/
/*footer end*/

