.menulinks
{ 
	font-family:Arial;
	font-size:10pt;
	text-decoration:none;
	color:#FEFEFE;
}
.menulinks:hover
{ 
	font-family:Arial;
	font-size:10pt;
	text-decoration:underline;
	color:#FEFEFE;
}
.baclk
{
	font-family:Arial;
	font-size:12;
	text-decoration:underline;
}
.baclk:hover
{
	font-family:Arial;
	font-size:12;
	text-decoration:none
}
.txt 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #528334;
}
.border 
{
	border: 1px solid #000000;
}
.forgot_box
{
	background-color:Green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 25px;
	color: #E1FFE1 ;
	
}
.heading 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 16px;
	color: #000000;
}
.bottom-link 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.links
{
	font-family:Arial;
	font-size:10pt;
	text-decoration:none;
	color:#666633;
}
a.links
{
	font-weight:normal;
	text-decoration:none;
}
a.links:hover
{
color:#666633;
font-weight:bold;
text-decoration:underline;
}
.alink:visited 
{
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #8F0145;
	text-decoration: none;
}
.alink{
	font-family:  Arial, Helvetica, sans-serif,Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.alink:hover 
{
	font-family: Arial, Helvetica, sans-serif,Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #FFAA00;
	text-decoration: underline;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.gridhead
{
	font-family:Verdana;
	font-size:12;
	font-weight:bold;
	color:#1C3C25;
	background-color:#DBB980;
}
.grdhead
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:White;
	background-color:#537477;
	height:25;
	
}
.grditem
{
	font-family:Arial;
	font-size:12;
	background-color:White;
	height:30;
	
}
.grdalteritem
{
	font-family:Arial;
	font-size:12;
	background-color:#D0DEDF;
	height:30;
}
.linksgd
{
	font-family:Arial;
	font-size:12;
	text-decoration:none;
	color:#464646;
	
}
.linksgd:hover
{
	font-family:Arial;
	font-size:12;
	text-decoration:underline;
	color:#464646;
}
.linksn
{
	font-family:Arial;
	font-size:12;
	text-decoration:none;
	color:#B60157;
	
}
.linksn:hover
{
	font-family:Arial;
	font-size:12;
	text-decoration:underline;
	color:#464646;
}


/*image */
.thumbnail{
position: relative;	
z-index: 0;
/*inherit*/
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: Black;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 80px; /*position where enlarged image should offset horizontally */
}
.tbox
{
	width:100px;
	height:22px;
	border-bottom-style:groove;
	font-family:Verdana;
	font-size:11px;
}
.head
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	line-height:14px;	
	background-color:#EACF99;
	color:#7B5B1A;
}

/*krishna*/
.linkre
{
	font-family:Verdana;
	font-size:10pt;
	text-decoration:underline;
	color:#0070C0;
}
.linkre:hover
{
	font-family:Verdana;
	font-size:10pt;
	text-decoration:underline;
	color:#666633;
}
.linkbigre
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold;
	text-decoration:underline;
	color:#BB8373;
}
.linkbigre:hover
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold;
	text-decoration:underline;
	color:#666633;
}
.texthead
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;	
	line-height: 16px;
	color: #000000;
}
.text1
{
	font-family:Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.btn_links
{
	background-color:#6FB76D;
	cursor:hand;
	
}
.btn_links:hover
{
	background-color:Red;
	color:White;
	cursor:hand;
	
}
.logtxt
{
	width:90px;
	border-style:groove;
	border-width:1px;
	border-color:#FFB15B;
}
.logbtn
{
	border-style:double;
	border-width:1px;
	background-color:#68D000;
	font-family:Arial;
	color:#333333;
	cursor:hand;	
}
.order_txtbxamt
{
	width:70px;
	border-style:groove;
	text-align:right;
}
.order_txtbxrate
{
	width:60px;
	border-style:groove;
	background-color:#F4FFFC;
}
.order_txtbxqty
{
	width:40px;
	border-style:groove;
	text-align:right;
}
.pop_up
{
	font-family:Arial;
	DISPLAY: none;
	FONT-SIZE: 8.5pt;
	Z-INDEX: 100px;
	LEFT: 300px; 
	WIDTH: 378px; 
	COLOR: #cccccc; 
	FONT-FAMILY: Arial; 
	POSITION:absolute;
	TOP: 270px; 
	HEIGHT: 150px;
	BACKGROUND-COLOR:#B9DCF7 ;
	border-bottom:solid thin gray;
	border-left:solid thin gray;
	border-right:solid thin gray;
	border-top:solid thin gray;
	
	/*OVERFLOW: scroll;
	*/
}
.textalert
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #472323;
}
.orderpop_up
{
	font-family:Arial;
	DISPLAY: none;
	FONT-SIZE: 8.5pt;
	Z-INDEX: 100px;
	LEFT: 400px; 
	WIDTH: 300px; 
	COLOR: #cccccc; 
	FONT-FAMILY: Arial; 
	POSITION:absolute;
	TOP: 550px; 
	HEIGHT: 100px;
	BACKGROUND-COLOR:#D9E4D2;
	border-bottom:solid thin gray;
	border-left:solid thin gray;
	border-right:solid thin gray;
	border-top:solid thin gray;
	
	/*OVERFLOW: scroll;
	*/

}
.admnremarkdiv
{
	text-align:center;
	font-family:Arial;
	DISPLAY: none;
	FONT-SIZE: 8.5pt;
	Z-INDEX: 100px;
	LEFT: 300px; 
	WIDTH: 550px; 
	/*COLOR: #cccccc; */
	FONT-FAMILY: Arial; 
	POSITION:absolute;
	TOP: 100px; 
	HEIGHT: 100px;
	/*BACKGROUND-COLOR: Transparent;
	border-bottom:solid thin gray;
	border-left:solid thin gray;
	border-right:solid thin gray;
	border-top:solid thin gray;*/
}
.show_messagediv
{
	background-color:#FFE029;
	border-bottom:solid thin #006666;
	border-left:double thin #006666;
	border-right:double thin #006666;
	border-top: double thin #006666;
	width:550px;
}
.btn_purchase
{
	border-style:double;
	border-width:1px;
	background-color:#FFDDB7;
	font-family:Arial;
	font-weight:bold;
	color:#333333;
	cursor:hand;
}
.orderlink
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FF5E00	;
}
.orderlink:hover
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:Gray;
}
.order_divstyle
{
	background-color:#F4FFFC;
	width:600px;
}
.txtsty
{
	font-size:20px;
	color:Red;
	display:inline-block;
}
.txtremark_item
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color:#E3E0CE;
	BORDER-RIGHT: black thin  solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid;
}
.txtremark_altritem
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color:#EAE6D7;
	BORDER-RIGHT: black thin solid; 
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid;
}
/*krishna*/
