body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;

}
.menuhead /* main menu */ {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
.boxmenuhead /* box menu */ {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
.productname{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#666666;
	text-decoration: none;
		
}

.categoryhead /* for main category */ {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
}
.subcategoryhead /* for Sub category */ {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.category /* for category menu*/ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.subcategory /* for Sub category menu*/ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.more /* for more info */{ 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.requir{ 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF3300;
	font-weight: bold;
}


a:hover.more /* for more info */{ 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8E090A;
	font-weight: bold;
}
.input {
	color: #000000; font-size: 10px; font-family: verdana; background-color: #f5f5f5; border: solid 1px black; height: 20px 
}

.txtfield{
	color: #000000; font-size: 10px; font-family: verdana; background-color: #f5f5f5; border: solid 1px black; height: 20px 
}
.bg {
	background-repeat:no-repeat;
}
.btn{
   color:#ffffff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#CC0000;
   border:1px solid;
   }
.picbtn{
	display:block;
	padding:1px;
	border:1px;
	margin:0;
	text-decoration:none;
	height:20px;
	width:18px;
	cursor:hand;
   	background-image: url(site_images/button.jpg);
   }
.loginbtn{
	display:block;
	padding:1px;
	border:1px;
	margin:0;
	text-decoration:none;
	height:19px;
	width:46px;
	cursor:hand;
   	background-image: url(site_images/login.gif);
   }
   .submitbtn{
	display:block;
	padding:1px;
	border:1px;
	margin:0;
	text-decoration:none;
	height:16px;
	width:45px;
	cursor:hand;
   	background-image: url(site_images/sumit.gif);
   }
   .viewbtn{
	display:block;
	padding:1px;
	border:1px;
	margin:0;
	text-decoration:none;
	height:15px;
	width:73px;
	cursor:hand;
   	background-image: url(site_images/viewcart.gif);
   }
   .checkbtn{
	display:block;
	padding:1px;
	border:1px;
	margin:0;
	text-decoration:none;
	height:72px;
	width:15px;
	cursor:hand;
   	background-image: url(site_images/checkout.gif);
   }
   
   a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}