/**
 * CSS Reset & Base style
 */
@import url("../reset.css");
@import url("../base.css");

/* Link */
a.l-startGame,a.l-startGame:link,a.l-startGame:visited{color:#0092D0; padding-left:7px; background:url(../../images/icon03.gif) no-repeat left center;}
a.l-startGame:hover,a.l-startGame:active{}

/**
 * News list
 */
.newsTitle{padding-left:17px; color:#4D4D4D;}
.newsList{padding:5px 0px;}
.newsList li{display:block; padding:0 20px 0 33px; height:32px; line-height:32px; background:url(../../images/icon02.gif) no-repeat 18px center; border-bottom:#EBEBEB 1px dashed;}
.newsList li.lastItem{border:none;}
.newsList li .postDate{float:right; color:#BBB;}

.picNewsList{}
.picNewsList li{display:inline-block; *display:inline; *zoom:1; width:142px; padding-bottom:5px; *padding-right:2px; text-align:center; line-height:24px;}
.picNewsList li img{border:#E1E1E1 1px solid;}
.picNewsList li a,.picNewsList li a:link,.picNewsList li a:visited{color:#999;}
.picNewsList li a:hover,.picNewsList li a:active{}

#pages{padding-top:30px; text-align:center; color:#7D7D7D;}
#pages strong{color:#777;}

/**
 * News content
 */
#newsContent{padding:20px 0; clear:both;}
.newsContentTitle{font-family:"微软雅黑"; font-size:18px; color#333; text-align:center; line-height:34px; border-bottom:#EBEBEB 1px dashed; position:relative;}
.newsContentTitle .postTime{font-size:12px; font-family:"宋体"; color:#999; position:absolute; right:20px; top:3px; *top:0px; font-weight:normal;}
.newsText{padding:15px; clear:both; color:#676767; font-size:14px; line-height:24px;}
.newsText p{padding-bottom:15px;}

.relatedList{padding:10px 0; clear:both;}
.relatedList li{display:block; width:272px; float:left; padding-left:33px; overflow:hidden; height:32px; *height:26px; line-height:32px; *line-height:24px; background:url(../../images/icon02.gif) no-repeat 18px center; border-bottom:#EBEBEB 1px dashed;}

/* comment */
.commentBox{clear:both; border:#EDEDED 1px solid; background:#F9F9F9; padding:0 15px;}
.commentTitle{background:url(../../images/icon04.gif) no-repeat left center; padding-left:20px; height:30px; line-height:30px; color:#4E4E4E;}
.commentArea{border:#EDEDED 1px solid; height:100px; width:580px;}
.submitComment{clear:both; display:block; padding-top:10px; height:30px; text-align:right;}
.blueBtn{width:86px; height:25px; background:url(../../images/blueBtn.gif) no-repeat left top; text-align:center; color:#FFF; line-height:25px; border:none;}

/* Sidebar */
.flashGameTop{}
.flashGameTop dt{display:block; float:left; width:118px; height:70px; overflow:hidden;}
.flashGameTop dd{display:block; float:left; width:160px; margin-left:10px;}
.flashGameTop dd .gameName{font-weight:bold; color:#444; line-height:22px;}
.flashGameTop dd .gameInfo{line-height:16px; color:#999;}
.flashGameTop dd .startGame{line-height:20px;}

.flashGameList{padding-top:8px;}
.flashGameList li{display:inline-block; *display:inline; *zoom:1; width:140px; height:24px; line-height:24px;}
.flashGameList li img{border:#7E819A 1px solid; margin-right:10px;}
