#body .main {
	padding: 5px;
}

.filter {
	margin: 12px 27px 15px 27px;
}

.filter ul {
	display: table-cell;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	word-break: break-all;
	word-wrap: break-word;
	width: 86%;
}

.filter li {
	border-left: 1px solid #E5E5E5;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 6px;
}

.search-title {
	color: gray;
	float: left;
	display: table-cell;
	width: 70px;
}

.filter .item {
	display: block;
	border-bottom: 1px solid #E2E2E2;
	padding-top: 10px;
	min-height: 30px;
	overflow: hidden;
}

.filter .active a {
	background-color: #00B2E9;
	color: white;
	padding: 2px 10px 2px 10px;
}

.filter .active a:hover {
	background-color: #00B2E9;
	color: white;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

.filter .normal a:hover {
	background-color: #00B2E9;
	text-decoration: none;
	color: white;
	padding: 2px 10px 2px 10px;
}

.filter .normal a {
	color: black;
	padding: 2px 10px 2px 10px;
}

.choosed-item {
	height: 28px;
	padding: 2px 21px 2px 5px;
	display: inline;
	position: relative;
	white-space: nowrap;
	border: 1px solid #00B2E9;
	background: white;
	color: black;
	margin-left: 6px;
}

.choosed-item .title {
	color: gray;
}

.choosed {
	padding-top: 10px;
}

.choosed-item a  b {
	width: 13px;
	height: 13px;
	top: 4px;
	right: 4px;
	display: block;
	position: absolute;
	background-position: 0 -13px;
	background-image: url(/res/img/icons/delete.png);
	display: block;
}

.choosed-item a:hover  b {
	background-position: 0 0;
}

div.side-panel {
	margin-right: 27px;
}

.item-card .star {
	display: inline;
}

.item-card .star i {
	display: inline-block;
}

.item-card .b-star-empty {
	opacity: 0.6;
}

.download {
	float: left;
	margin-bottom: 10px;
	width: 72px;
	height: 51px;
}

.download a {
	position: relative;
	background: url(/res/img/new-theme/news/rss/bg.png) -5px;
	text-indent: -1000em;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.download a::after {
	position: absolute;
	background: url(/res/img/pin/pin.png) -120px no-repeat;
	content: '';
	top: 6px;
	right: 10px;
	width: 40px;
	height: 40px;
}

.out-side-bar {
	position: absolute;
	right: -74px;
	top: 200px;
	width: 72px;
	overflow-y: hidden;
}

.main {
	overflow: visible !important;
}

.item-card .content {
	width: 150px;
	max-width: 150px;
}

.item-card .key {
	min-width: 68px;
}

.item-card .logo img {
	max-height: 90px;
	max-width: 216px;
}

#wookmark-tiles .item-card .action {
	width: 80px;
	right: 2px;
	left: auto;
}

/*add by ouyang*/
.member-col1{
	width:228px;
	border:1px solid transparent;
}

.member-col2{
	width:466px;
	border:1px solid transparent;
}

.member-col3{
	width:704px;
	border:1px solid transparent;
}

.member-col4{
	width:942px;
	border:1px solid #DDDDDD;
}

.member-box{
	/*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);*/
	margin-bottom:8px !important;
	float: left;
	overflow: hidden;
	height:auto;
}

#wookmark-tiles-container{
	padding-bottom:30px;
}

#wookmark-tiles-container header li:hover{
	cursor:pointer;
}
#infscr-loading { 
  	border-top: 1px dashed rgba(34, 25, 25, 0.14);
	height: 16px;
	text-align: center;
	margin-top: 25px;
	padding: 8px 0 25px 0;
}

#infscr-loading img{
	vertical-align: 0;
}

#infscr-loading span{
	vertical-align: 11px;
}

.member-box .action .tip{
	vertical-align: 1px;
}

.member-box .action .apply:hover{
	cursor:pointer;
}

#choosed-items .name-template:hover{
	cursor:pointer;
}

#member-container{
	width:944px;
}