﻿@charset "utf-8";
/* CSS Document */
/*style for overview of papaya platform only */
#overview_title{
	background:none;
	padding:20px 0px 20px 0;}
.develop_content p{
	display:block;
	clear:both;
	width:500px;
	border:0px red solid;
	margin:0px;
	}
#feature_title{
	clear:both;
	margin:30px;
	display: block;	
	overflow: visible;
	border:0px red solid;
	width:900px;
	height:110px;
	}
#feature_title li {
	float:left;
	display:block;
	margin:4px;
	}
#feature_title li a{
	display:block;
	width:205px;
	height:90px;
	border:5px #CCCCCC solid;
	}
#feature_title li a:hover{
	border:5px #999999 solid;}
#feature_title_1{ background:url(../images/feature1.gif) no-repeat;}
#feature_title_2{ background:url(../images/feature2.gif) no-repeat;}
#feature_title_3{ background:url(../images/feature3.gif) no-repeat;}
#feature_title_4{ background:url(../images/feature4.gif) no-repeat;}

.feature_content{
	display:block;
	margin:10px 30px;
	padding:0;
	border-top: #dddddd 2px solid;
	float:left;
	}
.feature_content h4{
	display:block;
	margin:0;
	padding:15px 30px;
	border-bottom:#dddddd 1px solid;
	width:460px;
	float:left;
	background:url(../images/feature_title_bg.gif) 10px 15px no-repeat;
	}
.feature_content ul{
	display:block;
	float:left;
	border:0px red solid;
	margin:0px ;
	padding-left:15px;
	}
.feature_content ul li{
	display:block;
	width:490px;
	margin:20px 0 ;
	padding-left:15px;
	border:0px red solid;
	background:url(../images/list_style.gif) left 3px no-repeat ;}
.feature_content img{
	float:right;
	margin:20px 20px 0 0;
	border:0px red solid;
	}
.to_the_top{
	display:block;
	width:60px;
	height:20px;
	margin:20px 0 0 440px ;
	padding-left:20px;
	float:left;
	border:0px red solid;
	background: url(../images/icon_14.gif) left top no-repeat;
	text-decoration:underline;
	}
.to_the_top:hover{
	text-decoration:underline;
	background: url(../images/icon1_14.gif) left top no-repeat;}
#empty{
	clear:both;}
/*style for overview of papaya platform only end*/
