
/******START************Category List Style*********************/
.categoryList{
	color:#6b6a6a; /* Sets the color of a text */
	font-weight:bold; /* thick characters */
	font-size:16px;
	font-family:Arial; /* font style */
}
.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 ***************/