@charset "utf-8";

/*------资讯同级分类聚焦展示 默认样式------*/
/* 全局样式 */
.FrontInfoCategory_listByLevel-default * {
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
}
.FrontInfoCategory_listByLevel-default {
	width:220px;
	height: auto;
	margin:0 auto;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
}
/* 圆角边框样式 */
.FrontInfoCategory_listByLevel-default .left_bottom{
}

.FrontInfoCategory_listByLevel-default .right_bottom{
}

.FrontInfoCategory_listByLevel-default .left_top{
}

.FrontInfoCategory_listByLevel-default .right_top{
}
/* 内容一级列表样式 */
.FrontInfoCategory_listByLevel-default ul.list {
	margin:0px;
	padding:0px;
	width:220px;
}
/* 内容二级列表样式 */
.FrontInfoCategory_listByLevel-default ul.list li {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: lighter; 
	list-style-type:none;
	line-height:24px;
	background:url(../../images/itemmanage/FrontCommonContent_list_01_line.gif) left bottom no-repeat; background-position:left;
	border-bottom:1px solid dotted #ccc;
	text-align:left;
}
/* 内容二级列表链接样式 */
.FrontInfoCategory_listByLevel-default ul.list li a {
	color:#1C1C1E;
	font-family: Arial, Helvetica, sans-serif;;
	FONT-WEIGHT: lighter; 
	text-decoration:none;
	padding-left:25px;
	text-align:left;
}
.FrontInfoCategory_listByLevel-default ul.list li a:hover {
	color:#ef1c22;
	font-size:12px;
    font-family:Verdana, Arial, Sans-Serif;
	FONT-WEIGHT: lighter; 
	text-decoration:none;	
	line-height:24px;
	font-weight:bold;
	height:24px;
	display:block;
	background:url(../../images/itemmanage/FrontCommonContent_list_01_hover.gif) left bottom no-repeat; background-position:left;
	text-align:left;
}
.FrontInfoCategory_listByLevel-default ul.list li a:active {
	color:#ef1c22;
	font-size:12px;
    font-family:Verdana, Arial, Sans-Serif;
	list-style-type:none;
	line-height:24px;
	text-align:left;
}
.FrontInfoCategory_listByLevel-default ul.list li a.selected {
	color:#ef1c22;
	font-size:12px;
    font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	background-color:#B51B23;
	text-decoration:none;
	line-height:24px;
	height:24px;
	display:block;
	background:url(../../images/itemmanage/FrontCommonContent_list_01_hover.gif) left bottom no-repeat; background-position:left;
	text-align:left;
}
.FrontInfoCategory_listByLevel-default ul.list li a.selected:hover {
	color:#ef1c22;
	font-size:12px;
    font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	background-color:#B51B23;
	text-decoration:none;
	line-height:24px;
	height:24px;
	display:block;
	background:url(../../images/itemmanage/FrontCommonContent_list_01_hover.gif) left bottom no-repeat; background-position:left;
	text-align:left;
}
