
/* ============================================================================================ 树型页 */
.TreeTable{border:solid 0px #adadad}
.TreeTable .LeftTd
{

	background-repeat: no-repeat;
	background-color: whitesmoke;
}
.TreeTable .RightTd{}

/* ============================================================================================ 检索列表 */
.ListCountTd
{
	color: dimgray;
	text-align:center;
}
.ListItemNo
{
	font-weight: bold;
	color: #85c241;
	font-family: 黑体;
	text-align: center;
}
.ListItemNameTd
{
	background-color: whitesmoke;
	padding:4px;
}
.ListItemNameTd A:link, .ListItemNameTd A:visited
{
	font-size:14px;
}
.ListItemProfileTd
{
	padding: 4px;
	color: dimgray;
}
.ListIframe{border:solid 2px #cdcdcd;}
.ListBtnLink{display:block;background-color:menu;border:outset 1px;height:21px;text-align:center;padding-top:2px;width:60px}

/* ============================================================================================ 产品明细 */
.DetailNameTd div
{
	font-size: 14.7pt;
	color: #4d4d4d;
	font-family: 黑体;
}
.DetailProfileTd
{
	color: dimgray;
}
.DetailBuyLink a:link, .DetailBuyLink a:visited, .DetailBuyLink a:hover, .DetailBuyLink a:active
{
	color:Red;
}

.ItemContent p
{
	font-size: 14px;
}
.ItemContent .ivgolf
{
	font-size: 14px;
	color: #333333;
	line-height: 180%;
}

