/********* NORMAL STYLE ***********/
#normal .ItemCode{
	font-weight:bold;
	font-size:10pt;
	color:#909;
}
#normal .ItemName{
	font-size:10pt;
	color:#909;
	text-transform:capitalize;
}
#normal .ItemPrice{
	font-weight:bold;
	font-size:11pt;
	color:#900;
}
/********* CHINESE NEW YEAR ***********/
#cny .ItemCode{
	font-weight:bold;
	font-size:12pt;
	color:#f96;
}
#cny .ItemName{
	font-size:10pt;
	color:#c60;
}
#cny .ItemPrice{
	font-weight:bold;
	font-size:12pt;
	color:#a00;
	letter-spacing:0em;
}
/********* VALENTINE ***********/
.valentine #ItemCode{
	font-weight:bold;
	font-size:12pt;
	color:#FF33FF;
}
.valentine #ItemName{
	font-size:10pt;
	color:#FF00CC;
}
.valentine #ItemPrice{
	font-weight:bold;
	font-size:12pt;
	color:#FF9900;
	letter-spacing:0em;
}
/********* MOTHER'S DAY ***********/
.mother{font-family:arial;}
.mother #ItemCode{
	font-weight:bold;
	font-size:12pt;
	color:#FF0099;
}
.mother #ItemName{
	font-size:10pt;
	color:#FF6600;
}
.mother #ItemPrice{
	font-weight:bold;
	font-size:12pt;
	color:#CC00FF;
	letter-spacing:0em;
}
/********* HAIR RAYA ***********/
#raya .ItemCode{
	font-weight:bold;
	font-size:10pt;
	color:#f90;
}
#raya .ItemName{
	font-size:10pt;
	color:#060;
}
#raya .ItemPrice{
	font-weight:bold;
	font-size:11pt;
	color:#f90;
}
#raya .ItemContainer{
	background:url("raya/ketupat.gif") no-repeat;
	padding:40px 0 0 0;
}
/********* DEEPAVALI ***********/
#deepavali .ItemCode{
	font-weight:bold;
	font-size:10pt;
	color:#c09;
}
#deepavali .ItemName{
	font-size:10pt;
	color:#909;
}
#deepavali .ItemPrice{
	font-weight:bold;
	font-size:11pt;
	color:#90c;
}
/*## Style for customizable event category box ##*/
#ContainerBox_deepavali{
	width:245px;
	display:block;
	border:1px dotted #bbb;
	padding:1px 1px;
	margin:0 0 8px 0;
}

#ContainerBox_deepavali td{font-size:10pt;}
#ContainerBox_deepavali a{
	display:block;
	text-transform:capitalize;
	color:#909;
	background-image:url("deepavali/purple-arrow.gif");
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 15px;
}
#ContainerBox_deepavali .ContainerTitle{
	font-size:13pt;
	font-weight:bold;
	color:#fff;
	letter-spacing:-.04em;
	line-height:auto;
	text-transform:uppercase;
	background-image:url("deepavali/container-title.jpg");
	background-repeat:repeat-x;
	background-color:#702a90;
	padding:8px 0 5px 45px;
}
/********* CHRISTMAS ***********/
#xmas .ItemCode{
	font-weight:bold;
	font-size:10pt;
	color:#F00;
}
#xmas .ItemName{
	font-size:10pt;
	color:#990099;
}
#xmas .ItemPrice{
	font-weight:bold;
	font-size:11pt;
	color:#080;
}