@charset "gb2312";
/*****************ProductCategory样式*****************/
.divProductCategory {
	position:static;/*absolute;*/
	top:216px;
	z-index:1;
	width:250px;
	float:left;
	margin-left:2px;
	margin-bottom:2px;
	margin-right:2px;
}
.divMainContent_content_PCmng {
	width:684px;
}
.divPC_Title {
	border: 1px solid #c3f0ff;
	background-image: url(../images/divProductCategory_title_bg.gif);
	height:26px;
	line-height:26px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:1px;
}
.divPC_bgLine {
	height:1px;
	background-color:#4985a0;
}
.divPC_ItemTitleLine {
	height:20px;
	line-height:20px;
	vertical-align:middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
	word-break: keep-all;
	background-color:#9bdaf0;
	font-weight: bold;
	color: #054c6b;
}
.divPC_ItemLine {
	height:20px;
	line-height:20px;
	vertical-align:middle;
	background-color:#ccf2ff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	width:250px;
}
.divPC_ItemLine a {
	padding-left:10px;
	padding-right:10px;
	color: #054c6b;
    text-decoration:none;
}
.divPC_ItemLine a:hover {
	color:#6dafcc;
	background-color:#eafee9;
}
.divPC_ItemLine a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.divPC_ItemLine_selected {
	background-color:#eafee9;
}
.spanPC_DownItemBox_fold {
	display:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0;
	margin:0;
}
.spanPC_DownItemBox_open {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0;
	margin:0;
}
.divPC_bgLineBottom {
	height:2px;
	width:100%;
	background-color:#4985a0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
.divPC_ItemLine_contentText {
	margin:0;
	/*float:left;*/
	width:230px;
    white-space:nowrap;
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;
}
.divPC_ItemLine_contentMngButton {
	float:right;
	margin:0;
}
.divPC_button_mng {
	margin-bottom:2px;
	background-color: red;
	border: 1px solid #fff;
	padding:3px 10px 0;
	cursor:hand;
	color:#fff;
	font-size:12px;
}
/****************pc样式结束***********************/
