﻿
.webdiyerPager
{
	margin-top: 20px;
	font-size: 10pt;
	color: #222;
}

.webdiyerPager a
{
	text-align: center;
	width: 30px;
	color: #000;
	text-decoration: none;
	font-size:13px;
}

.webdiyerPager a:hover
{
	font-size:13px;
	color: #278aea;
}

/*-------------------------------------- Classification Control -----------------------------------*/

/*------------------ 2级分类呈现控件样式 ------------------*/

.stdWidthBox
{
	width:975px;
}

.rootNode
{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: url(/themes/Images/Control/title_bg_orange_fade_01.jpg) repeat-x;
}

.rootNode a
{
	color:#fff;
}

.rootNode a:hover
{
	color:#fff;
	text-decoration:underline;
}

.itemBox
{
	margin-bottom: 30px;
	border: 1px solid #e2e2e2;
	background: #FCF4DF;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	overflow: visible;
}

.itemBox a
{
	color:#333;
	text-decoration:none;
}

.itemBox a:hover
{
	color:#000;
	text-decoration:underline;
}

.subNode
{
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	padding-bottom: 2px;
}
