@charset "utf-8";

@import url("//cdn3.game80s.com/css/common.css");

body,div{
	padding:0;
	margin:0;
	border:0;
	font-size:14px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; 
	white-space:normal;
	word-break:break-all;
}

.div { 
	FILTER: alpha(opacity=20); 
	moz-opacity: 0.2; 
	opacity: 0.2;
	width: 100%;
} 




#feedback_button {
	height: 36px;
	margin-left: 300px;
	float: left;
}
#download_button {
	height: 36px;
	float: left;
	margin-left: 20px;
}

#content {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.features_title2 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 2px;
}
.features_title {
	background: url("//cdn3.game80s.com/images/separate.gif") no-repeat scroll center top transparent;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 5px;
}
.feature {
	padding-bottom: 20px;
	overflow: hidden;
}
#content .table .left {
	width: 430px;
	float: left;
	margin-right: 20px;
}


#content .table {
	width: 430px;
	overflow: hidden;
}




#content .table .right {
	float: left;
	width: 430px;
	margin-left: 20px;
}
.feature_img {
	float: left;
	padding-top: 2px;
}
.feature_txt {
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	float: left;
	width: 355px;
}




.feature_txt h3 {
	color: #5c5c5c;
}

.feature_txt p {
	color: #999;
}



/* slider  */
#slider_bg {
	height: 370px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e8e8d7;
}
#slider {
	position: relative;
	height: 370px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.slider_pic {
	height: 370px;
	width: 960px;
	text-align: left;
	overflow: hidden;
}
#slider_bg #slider ul {
	font-family: "微软雅黑";
	font-size: 18px;
	list-style-type: none;
	margin-top: 40px;
	width:40%;
	text-align: left;
	/*margin-left: 50px;*/
}
#slider_bg #slider  li {
	margin-bottom: 5px;
	
}

#slider_bg #slider .slider_title{
	font-family: "微软雅黑";
	font-size: 30px;
	color: #5c5c5c;
	text-decoration: none;
	margin-bottom:20px;
}

#slider_bg #slider{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #a9a9a5;
	text-decoration: none;
}


#slider_bg #slider a {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #a9a9a5;
	text-decoration: none;
}
#slider_bg #slider a:hover {
	color: #666666;
}
#slider_bg #slider a:visited {
	color: #FFFFFF;
}


/* slider buttons */
ol#controls {
	position: absolute;
	top: 320px;
	height: 20px;
}
ol#controls li  { 
	overflow: hidden; 
	margin: 0 5px 0 0; 
	display: inline; 
	height: 20px; 
	width: 20px; 
	float: left;
}
ol#controls li a {
	height: 20px;
	width: 20px;
	padding: 9px;
	display: block;
	background-image: url("//cdn3.game80s.com/images/control_inactive.png");
	background-repeat: no-repeat;
}
ol#controls li a:hover 	{ 
	height: 20px; 
	width: 20px; 
	background: url("//cdn3.game80s.com/images/control_active.png") no-repeat; 
	padding: 9px; 
}
ol#controls li a.current{ 
	background: url("//cdn3.game80s.com/images/control_active.png") no-repeat; 
	height: 20px; 
	width: 20px;
}

#content h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
}

#slider_bg #slider #slider0 {
	background-image: url("//cdn3.game80s.com/images/tobedone.jpg");
	height: 370px;
}

#slider_bg #slider .slider_download {
	margin-top: 40px;
}
#slider_bg #slider .slider_download a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #a9a9a5;
	text-decoration: none;
}
#slider_bg #slider .slider_download a:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}



#content_bg {
	background-color: #f3f3f3;
}

.update_diary {width:430px;}
.update_diary h2 {font-size:14px; font-weight:bold;color:#5c5c5c;}
.update_diary ul {padding-left:15px;}
.update_diary li {list-style:disc outside; line-height:1.8; color:#999; margin:5px 0;}
.update_diary p {color:#000000;}

.update_diary a {text-decoration:underline; color:#9bce35; cursor:pointer; outline:none}
.update_diary a:hover {text-decoration:underline; color:#666666; }

.update_diary .right{float:right;}
