﻿
.pageTitle {
    font-size:14px;
    padding:10px;
}
.pageTitle span {
    font-weight:bold;
}
.pageTitle span a {
    color:#10478c;
}

.circleType2Div {
    margin:5px 0px 30px 70px;
    font-size:14px;
}

.circleType2Div span {
	display: inline-block;
}
.recCirclesDiv { /*圈子推荐*/
	margin : 0px 10px;
}
.recCirclesDiv span, .recCirclesDiv a { /*圈子推荐下的span和a*/
	display: block;
	float: left;
}
.recCirclesDiv a { /*圈子推荐下的具体圈子*/
	font-size : 14px;
	width: 100px;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.circlesDiv {
    padding:10px 20px;
}
#orderChooseDiv {
    float:right;
    font-size:12px;
    padding-bottom:12px;
}
#circleListDiv{
    border-top:1px #dddddd solid;
    padding-top:10px;

}

table.circlesList thead tr th {
    color:#999999;
    font-size:12px;
    font-weight:normal;
}
table.circlesList tbody tr td {
    height:1%;
    padding-bottom: 10px;
}
td.num {
    text-align:right;
    vertical-align:top;
    padding-top:10px;
    font-size: 14px;
}
td.name {
    padding-top:10px;
    padding-left:25px;
    text-align:left;
    vertical-align:top;
    overflow:hidden;
    white-space:nowrap;
	text-overflow : ellipsis;
}
td.name a {
    font-size:14px;
}
td.name img {
    border:#c1e5ff solid 1px;
    width:48px;
    height:48px;
    margin:3px 0px;
}
td.info {
    text-align:left;
    vertical-align:top;
    padding-top:10px;
    width:300px;
}

td.info div {
    color:#999;
    white-space:normal;
    word-break:break-all;
    word-wrap:break-word;
    overflow:hidden;
}

td.info div span {
    font-size:14px;
}

td.info div p {
	padding: 5px 0px 0px;
	margin: 0px;
	line-height: 160%;
}

td.join {
	text-align: center;
	font-size: 14px;
	padding-top: 34px;
	vertical-align: top;
}

#pageMark {
    margin:20px 0px;
    text-align: center;
}

#pageMark * {
    padding:0px 5px;
    font-size:14px;
}

#pageMark .AtStart, #pageMark .AtEnd{/*分页处于第一页或者最后一页时的按钮效果*/
	display: none;
}

#pageMark .this-page {
	font-weight: bold;
}
#pagefoot {
    clear: both;
    width: 990px;
    height: 70px;
    padding: 20px 0px;
    text-align: center;
    line-height: 32px;
    color:#aaa;
    margin: 0 auto;
    background:url(../bm.gif) repeat-x;
}
#pagefoot a {
    color:#aaa;
    text-decoration:none;
}

