/*  Link */
a:link {
	color: #336633;
	text-decoration: none;
	font:12px "Tahoma";
}
a:visited { 
	color: #336633;
	text-decoration: none;
	font:12px "Tahoma";
}
a:active { 
	color: #336633;
	text-decoration: none;
	font:12px"Tahoma";
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	font:12px "Tahoma";
}
/* Menu Head */
.menu_head {
	color: #FFFFFF;	
	font:12px "Tahoma";
	text-decoration: none;
}
.menu_head:link {
	color: #FFFFFF;	
	font:12px "Tahoma";
	text-decoration: none;
}
.menu_head:active {
	color: #FFFFFF;	
	font:12px "Tahoma";
	text-decoration: none;
}
.menu_head:visited {
	color: #FFFFFF;	
	font:12px "Tahoma";
	text-decoration: none;
}
.menu_head:hover {
	color: #CC9900;	
	font:12px "Tahoma";
	text-decoration: none;
}
/* Normal Text */
.normal_text {
	color: #336633;	
	font:12px "Tahoma";
	text-decoration: none;
}
/* foot Text */
.footer_text {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

/* Menu Catagory & product */
.tb_catagory{
	color: #000000;
	font:"Tahoma";
	font-size:12px;
	text-decoration: none;
}
/* e-new letter */
.tb_enew{
	color: #000000;	font:"Tahoma";
	font-size:12px;
	text-decoration: none;
}
/* weblink */
.tb_weblink{ 
	color: #000000;	font:"Tahoma";
	font-size:12px;
	text-decoration: none;
}
/* Head Poll */
.tb_poll{
	color: #000000;	font:"Tahoma";
	font-size:12px;
	text-decoration: none;
}
/* Head Login */
.tb_login{
	color: #000000;	font:"Tahoma";
	font-size:12px;
	text-decoration: none;
}
/* Color Header table */
.Headtable{
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: #EEEEEE;
}

/* make dot border */
.border_dot{
	border-bottom-style:dotted; border-bottom-width:thin;
	border-left-style:dotted; border-left-width: thin ; 
	border-right-style:dotted; border-right-width:thin; 
	border-top-style:dotted; border-top-width:thin;
	
}
.ProductName{
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
/* Product Price */
.ProductPrice{
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
/* Product Vat */
.ProductVat{
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
