.imageTD{
	font-size: 1px;
	height: 1px;
	vertical-align: top;
	text-align: center;
}
.leftTD{
	vertical-align: top;
	border-left: 1px solid #f9f0c8;
	border-right: 1px solid #f9f0c8;
	background-image: url("images/left_bg.jpg");
}
.mainTD{
	vertical-align: top;
}
.rightTD{
	vertical-align: top;
	background-color: black;
	border: 1px solid #585450;
	padding-top: 1px;
	text-align: center;
}
.mainCategory{
	background-image: url("images/main_category_bg.jpg");
	font: bold 11px Tahoma,Verdana,Arial;
	color: white;
	padding: 5px 3px 5px 20px;
}
.subMenuDisplay{
	background-image: url("images/sub_category_bg.jpg");
	height: 18px;
	padding: 5px 5px 5px 8px;
	font: bold 11px Tahoma,Verdana,Arial;
}
.subMenuDisplay a:link{
	color: black;
	text-decoration: none;
}
.subMenuDisplay a:active{
	color: black;
	text-decoration: none;
}
.subMenuDisplay a:visited{
	color: black;
	text-decoration: none;
}
.subMenuDisplay a:hover{
	color: #CC0000;
	text-decoration: none;
}
.pageHeading{
	background-image: url("images/page_title_bg.jpg");
	color: black;
	height: 35px;
	padding-left: 20px;
	font: bold 18px Arial;
}
.itemCode{
	height: 20px;
	background-color: #454545;
	text-align: center;
	font: bold 9px Verdana,Arial;
	color: white;
}
.itemCode a:link{
	color: white;
	text-decoration: none;
}
.itemCode a:visited{
	color: white;
	text-decoration: none;
}
.itemCode a:active{
	color: white;
	text-decoration: none;
}
.itemCode a:hover{
	color: white;
	text-decoration: underline;
}
.paging{
	text-align: center;
	font: bold 24px Arial;
	color: black;
}
.paging a:link{
	font: normal 12px Verdana,Arial;
	color: #EFEBCA;
	text-decoration: none;
}
.paging a:visited{
	font: normal 12px Verdana,Arial;
	color: #EFEBCA;
	text-decoration: none;
}
.paging a:active{
	font: normal 12px Verdana,Arial;
	color: #EFEBCA;
	text-decoration: none;
}
.paging a:hover{
	font: normal 12px Verdana,Arial;
	color: #EFEBCA;
	text-decoration: none;
}
.errorMessage{
	text-align: center;
	font: normal 12px Verdana,Arial;
}
.popUpHeading{
	background-image: url("images/popup_title_bg.jpg");
	height: 22px;
	font: bold 11px Tahoma,Verdana,Arial;
	color: white;
	padding-left: 20px;
}
.bodyText{
	padding-left: 5px;
	padding-right: 2px;
	color: white;
	font: normal 11px Verdana,Arial;
}
.bodyText a:link{
	color: white;
	text-decoration: none;
}
.bodyText a:visited{
	color: white;
	text-decoration: none;
}
.bodyText a:active{
	color: white;
	text-decoration: none;
}
.bodyText a:hover{
	color: red;
	text-decoration: none;
}
select{
	font: normal 10px Tahoma,Arial;	
}
.textBox{
	font: normal 11px Tahoma,Verdana,Arial;
}
.button{
	font: normal 11px Tahoma,Verdana,Arial;
}
.cartHeading{
	background-color: #959393;
	text-align: center;
	font: bold 12px Tahoma,Verdana,Arial;
}
.cartDetail{
	background-color: #D6D6D6;
	font: normal 11px Tahoma,Arial;
	padding: 5px;
}
.cartDetail a:link{
	color: black;
	text-decoration: none;
}
.cartDetail a:visited{
	color: black;
	text-decoration: none;
}
.cartDetail a:active{
	color: black;
	text-decoration: none;
}
.cartDetail a:hover{
	color: red;
	text-decoration: none;
}
.formText{
	background-color: #E2DEDE;
	font: normal 11px Tahoma,Arial;
	padding: 3px;
}