
/******START************Category List Style*********************/
.categoryList{
	color:#6b6a6a; /* 字体颜色 */
	font-weight:bold; /* 粗体 */
	font-size:16px; /* 字体大小 */
	font-family:Arial; /* 字体样式 */
}
.categoryList a{
	/* text-decoration:underline; */ /* 字体下划线 */
}
/******END************Category List Style*********************/


/******START************Category Child List Style*********************/
.categoryChildList span{
	font-size:11px;
	font-family:Arial;
}
.categoryChildList a:link{ /* 鼠标没有放上去的时候的颜色 */
	color:#000000;
	text-decoration:none;
}
.categoryChildList a:visited{ /* 鼠标点击了以后的颜色(该链接被访问后的颜色) */
	color:#000000;
	text-decoration:none;
}
.categoryChildList a:hover{ /* 鼠标放上去时候的颜色 */
	color:#000000;
	text-decoration:underline;
}
/******END************Category Child List Style*********************/


/******START************ Father Category Style*********************/
a.fatherCategory:link{
	color:#7E7D7D;
	text-decoration:none;
	font-weight:normal;
}
a.fatherCategory:visited{
	color:#7E7D7D;
	text-decoration:none;
	font-weight:normal;
}
a.fatherCategory:hover{
	color:#7E7D7D;
	text-decoration:underline;
	font-weight:normal;
}
/******END************ Father Category Style*********************/


.ProductName{color:#D3202A;font-weight:bold;font-size:18px;}
.ProductPrice{color:#000;font-weight:bold;font-size:18px;}


/******START************ product list page *********************/
a.productListTitle:link{
	font-size:15px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a.productListTitle:visited{
	font-size:15px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a.productListTitle:hover{
	font-size:15px;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
.productListPrice{
	font-size:11px;
	color:#000;
}
/*******END************  product list page ***************/
