.time{
	color: #666666;
	display: inline-block;
	float: left;
	width: 350px;
}
#publish{
	background-color: #F6A828;
	border: medium none;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 16px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	width: 87px;
}
.up_down{
	float: right;
}
.up_down a{
	text-decoration: underline;
	color: #3F6594;
	font-weight: bold;
}
.name{
	color: #0066CC;
}
.content_l{
	border-bottom: 1px solid #e0e5e7;
	padding: 5px 0;
}
.content_l dd{
	display: inline;
}
.navigator th{
	text-align: center;
	font-family:Arial;
	font-size:18px;
	padding-top: 10px;
}
.plugin_list_row td{
	text-align: center;
	font-family:Times New Roman;
	font-weight: normal;
	height: 40px;
}
.plugin_list_row a{
	text-decoration: underline;
}
.plugin_list_th{
	border: 1px solid #E78F08;
	color: #FFFFFF;
	font-weight: bold;
}
#turnPage{
	font-family:Georgia;
}
.nav a, .nav b, .nav{
	vertical-align: middle;
}
.turnPage_b {
	font-size: 28px;
}
#plugin_tabs_1, #plugin_tabs_2{
	background: url("/images/ui-widget-content.png") repeat-x scroll 50% 100% #FBFBFB;
	padding-bottom: 40px;
}
#plugin_tabs_1 i{
	color: #669999;
	font-style: normal;
}
#plugin_tabs_1 a:active ,#plugin_tabs_2 a:active {
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
#comment:focus {
    background-color: #FFFFFF;
}
#displaymore{
	text-align: center;
	font-family:Comic Sans MS;
	font-weight: bold;
	font-size: 24px;
	color: #F6A828;
}
.plugin_list_th a{
	color: #330000;
}
a:hover{
	color: #FF3300;
}
.showRate {
    background: url("/images/star.gif") no-repeat scroll 0 0 transparent;
    clear: both;
    list-style: none outside none;
    margin: 100px auto;
    padding: 0;
    position: relative;
    width: 70px;
}
.star0 {
    background-position: 0 -110px;
}
.star1 {
    background-position: 0 -220px;
}
.star2 {
    background-position: 0 -88px;
}
.star3 {
    background-position: 0 -198px;
}
.star4 {
    background-position: 0 -66px;
}
.star5 {
    background-position: 0 -176px;
}
.star6 {
    background-position: 0 -44px;
}
.star7 {
    background-position: 0 -154px;
}
.star8 {
    background-position: 0 -22px;
}
.star9 {
    background-position: 0 -132px;
}
.star10 {
    background-position: 0 0;
}
.reScoreStar{
	padding:15px;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/images/star_empty.gif) no-repeat 0 0;
}
.reScoreStar:hover{
	padding:15px;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/images/star_full.gif) no-repeat 0 0;
}
.user_rate, .user_name, .comment_num{font-size:18px;font-weight: bold; font-family:Georgia;position:relative; padding:10px 0;}
.user_name b, .comment_num b{color: #DD5400;}
.user_rate p {margin:0; padding:0; display:inline; height:40px; overflow:hidden; position:absolute; top:0; left:115px; margin-left:140px;}
.user_rate p .rate_s {font-size:36px; line-height:36px; float:left; font-weight:bold; color:#DD5400;text-indent:0;}
.user_rate p .rate_g {font-size:22px; display:block; float:left; color:#DD5400;text-indent:0;}
/*rating*/
.big_rate_bak {width:140px; height:28px; text-align:left; position:absolute; top:3px; left:100px; display:inline-block; background:url(/images/two_stars.gif) left -32px repeat-x;}
.big_rate_bak b {display:inline-block; width:28px;float:left; height:28px; position:relative; z-index:1000; cursor:pointer; overflow:hidden;}
.big_rate_up {width:140px; height:28px; position:absolute; top:0; left:0; background:url(/images/two_stars.gif) left top;}
#plugin_list{
	background-color: #ffffff;
	line-height: 100%;
	margin-bottom: 0;
}
#plugin_changelog_tab{
	margin: 0 auto;
	background-color: #FFFFFF;
}
#plugin_changelog_tab ul{
	border: 1px solid #BBBBBB;
	border-style: none none solid none; 
}
#plugin_prompt{
	width: 96%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#plugin_prompt p{
	padding: 10px 0 10px 0;
	margin: 0;
}
/*#content,#page_footer{
	background-color: #FFFFFF;
}*/
.btnlite{
	 vertical-align: middle;
}
.post{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.turn_page_nodata{
	font-size: 18px;
	text-align: center;
}
#page_wrapper{
	padding-bottom: 0;
}

#img_gallery{
	width: 98%;
	heigth: 100%;
	text-align: center;
	border: solid 1px  #BABABA;
} 

/****plugin首页***/

#plugin-group {
    overflow: hidden;
    width: 100%;
    margin-top: 1.5em;
	margin-bottom: 1.5em;
    display: table;
}
.plugin-card:nth-child(odd) {
    clear: both;
    margin-left: 0;
}

.plugin-card {
	color:#666;
    float: left;
    margin: 0 0px 50px 80px;
	width: calc( 46% - 8px );
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-row;
}
.plugin-card strong{
    color:#666;
}
.plugin-card a,.plugin-card a:hover{
	color: rgb(9,110,200);
}
.plugin-card-top {
    position: relative;
    padding: 20px 20px 10px;
    min-height: 140px;
}
.plugin-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 11px 10px 20px 10px;
    float:left;
    top: 10px;
    left: 10px;
}
.plugin-card .name, .plugin-card .desc {
    margin-left: 30px;
    margin-right: inherit;
}
.plugin-card .desc {
     margin-left:0px;
}
.plugin-card .desc p{
    text-indent: 0px;
}
.plugin-card h4 {
    font-weight: 600;
    border: 0;
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.3;
}
.plugin-card p {
    margin: 0 0 10px 0;
}
.plugin-card-bottom {
    clear: both;
    padding: 12px 20px;
    background-color: #fafafa;
    border-top: 1px solid #dedede;
    overflow: hidden;
}
.plugin-card .column-rating, .plugin-card .column-installs {
    float: left;
    clear: left;
    max-width: 200px;
}
.plugin-card .column-rating, .plugin-card .column-updated {
    margin-bottom: 4px;
}
.plugin-card .column-rating {
    line-height: 23px;
}
.plugin-card-bottom .wporg-ratings {
    display: inline;
}

.plugin-card .column-updated, .plugin-card .column-compatibility {
    text-align: right;
    float: right;
    clear: right;
    width: 65%;
}
.num-ratings{float:left;font-size:13px}
.p_left{
    float: left;
    clear: left;
	width:80%
}