/*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
.catelist {
	width:720px;
	margin:0 auto;
}
.catelist .item {
	position:relative;
	float:left;
	width:120px;
	height:160px;
	overflow:hidden;
	display:inline;
	vertical-align:top;
	font-weight:normal;
	font-family:"Microsoft YaHei","\5B8B\4F53";
	zoom:1;
}
.catelist .item-icon {
	overflow:hidden;
	height:110px;
	width:110px;
	margin:5px;
}
.catelist .item-icon img {
	height:110px;
	width:110px;
	overflow:hidden;
}
.catelist .item-value {
	height:20px;
	line-height:20px;
	width:110px;
	overflow:hidden;
	text-align:center;
}
.catelist .item-value a:hover {
	text-decoration:underline;
	color:#C00;
}
.catelist .item-value-title {
	display:inline;
	margin:0 2px;
	line-height:26px;
	font-size:16px;
	color:#444;
}
.catelist .item-value-tag {
	display:inline-block;
	margin:0 2px;
	line-height:26px;
	font-size:16px;
	color:#C00;
}
.catelist .item-info {
	position:absolute;
	top:13px;
	left:600px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#999;
}
.catelist .item-hits {
	display:inline-block;
	overflow:hidden;
	width:70px;
	height:20px;
}
.catelist .item-time {
	display:inline-block;
	overflow:hidden;
	width:40px;
	height:20px;
}
/*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
.pager {
	clear:both;
	width:714px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
	vertical-align:top;
	font-size:0px;
	font-weight:normal;
	font-family:"Microsoft YaHei","\5B8B\4F53";
	color:#000;
}
.pager a {
	display:inline-block;
	overflow:hidden;
	height:28px;
	margin:2px;
	padding:0 10px;
	border:1px solid #D4D4D4;
	border-radius:2px;
	background:#FBFBFB;
	line-height:28px;
	vertical-align:top;
	text-decoration:none;
	font-size:12px;
}
.pager a:hover {
	text-decoration:none;
	border-color:#CCC;
	background:#F0F0F0;
}
.pager .current {
	display:inline-block;
	overflow:hidden;
	height:28px;
	margin:2px;
	padding:0 10px;
	border:1px solid #548AC1;
	border-radius:2px;
	background:#548AC1;
	line-height:28px;
	vertical-align:top;
	font-size:12px;
	font-weight:bolder;
	color:#FFF;
}
.pager .info {
	display:inline-block;
	overflow:hidden;
	height:28px;
	margin:2px;
	padding:0 10px;
	border:1px solid #D4D4D4;
	border-radius:2px;
	background:#FBFBFB;
	line-height:28px;
	vertical-align:top;
	font-size:12px;
}
/*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
.p-table {
	margin:5px;
}
.p-table table {
	width:100%;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#D3D3D3;
	border-spacing:0;
	background:#FFF;
	text-align:left;
}
.p-table a,
.p-table a:hover {
	text-decoration:none;
	color:#222;
}
/*----------------------------------*/
.p-table thead {
	background:#FFF;
}
.p-table tbody {
	background:#FFF;
}
.p-table .row-over {
	background-color:#F5F5F5;
}
.p-table .row-select {
	background-color:#D6E7F8;
}
/*----------------------------------*/
.p-table th {
	padding:8px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	background:#FAFAFA;
	line-height:20px;
	color:#000;
	font-size:12px;
	font-weight:normal;
	text-align: center;
}
/*----------------------------------*/
.p-table td {
	padding:8px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	color:#222;
	word-wrap:break-word;
	word-break:normal;
	vertical-align:middle;
}
/*----------------------------------*/
.p-table .train {
	float:left;
	height:20px;
	width:34px;
	margin:0 auto;
	border:1px solid #D4D4D4;
	background:#FFF;
	line-height:20px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	font-family:verdana,'微软雅黑';
	color:#222;
}
.p-table .text_over {
	color:#EB7F29;
}
.p-table .master_cate{
	width:64px;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
}
/** vui补丁 **/
.p-table .checkes {
	float:left;
	margin:4px 8px;
	border-width:0;
	padding:0;
}
.p-table .checkes .vui_item .vui_icon {
	height:14px;
	width:14px;
	background-image:url(../images/icons/checkbox.png);
}
.p-table .checkes .vui_checked {
	background-color:#FFF;
}
.p-table .checkes .vui_checked .vui_icon {
	background-image:url(../images/icons/checkbox_checked.png);
}