﻿@charset "utf-8";
/*--- 商品分类树状展示（调一级分类）--- */
/* 全局样式 */
.FrontProductCategory_showSelectedTree-default * {
	font-size:12px;
	margin:0;
	padding:0;
}
.FrontProductCategory_showSelectedTree-default {
	margin:0;
	padding:0;
	width:170px;
}
.FrontProductCategory_showSelectedTree-default .sort1,.FrontProductCategory_showSelectedTree-default, .sort2{
	margin:0px 0;
}
.FrontProductCategory_showSelectedTree-default h3{
display:none;
    color:#666;
	font-weight: bold;
	font-size:14px;
	height:26px;
	line-height:28px;
	overflow:hidden;
	text-align:center;
}
/*链接样式*/
.FrontProductCategory_showSelectedTree-default h4 a {
	color:#666;
	font-weight: normal;
	font-size:12px;
	background:#fff url(../../images/product/show_tree_add.gif) no-repeat left center;
	padding-left:15px;
	text-decoration:none;
}
.FrontProductCategory_showSelectedTree-default h4 a:hover {
	background:url(../../images/product/show_tree_dec.gif) no-repeat left center;
}
/*内容*/
.FrontProductCategory_showSelectedTree-default ul {
	list-style:none;
	overflow:hidden;
}
.FrontProductCategory_showSelectedTree-default li {
	background:url(../../images/product/show_tree_dec.gif) no-repeat left center;
}
/*链接样式*/
.FrontProductCategory_showSelectedTree-default li a {
	width:100px;
	color:#666;
	text-decoration:none;
	display:block;
}
.FrontProductCategory_showSelectedTree-default li a:hover{
	color:#000;
}
/*树形菜单外框*/
.FrontProductCategory_showSelectedTree-default .showTreebox{
	height:198px;
	padding-top:10px;
	margin:0px;
	overflow:auto;
	width:135px;
}
/*一级菜单内容样式*/
.FrontProductCategory_showSelectedTree-default .standartTreeRow{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px; -moz-user-select: none;
  color:black;
}
/*底层菜单内容样式*/
.FrontProductCategory_showSelectedTree-default .selectedTreeRow{
  color:666;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;  -moz-user-select: none;
}
