body
{
 margin:0px;
 padding:0px; 
 background-color:#98A5AB;
 font-family:  Arial, Verdana, Helvetica, sans-serif;
 
}



/**********************************************************************/
/* BACKGROUND                                                       */
/**********************************************************************/
.bg
{
 background-image:   url('../graphics/bgea.gif');
 background-repeat: repeat;
}

.bg2
{
 background-image:   url('../graphics/bge2.gif');
 background-repeat: repeat;
}



/**********************************************************************/
/* TEXT FORMATTING                                                      */
/**********************************************************************/
.text
{ 
  font-size:12px;
  color:#111111;
	line-height:15px;
	text-align:justify;
}
.text2
{ 
  font-size:12px;
  color:#495058;
	line-height:15px;
	text-align:justify;
	text-decoration:none;
}
.text2:hover
{ 
  font-size:12px;
  color:#495058;
	line-height:15px;
	text-align:justify;
	text-decoration:underline;
}
.text3
{ 
  font-size:12px;
  color:#000000;
	line-height:15px;
	text-decoration:none;
}
a.text3:hover
{ 
  font-size:12px;
  color:#000000;
	line-height:15px;
	text-decoration:underline;
}
.text4
{ 
  font-size:12px;
  color:#9E0000;
	line-height:15px;
}
.text_heading
{ 
  font-size:12px;
	font-weight: bold;
  color:#4A6C75;
	line-height:15px;
}


a
{ 
  color:#000000;
	text-decoration:none;
}
a:hover
{  
  color:#000000;
	text-decoration:underline;
}



/**********************************************************************/
/* TEXT NAVIGATION                                                      */
/**********************************************************************/
.nav_left
{
	color:#000000;
	font-size:12px;
	text-decoration:none;	
}
a.nav_left:hover
{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}
.nav_left_active
{
	color:#7C7D78;
	font-size:12px;
	text-decoration:none;	
}
a.nav_left_active:hover
{
	color:#7C7D78;
	font-size:12px;
	text-decoration:underline;
}



/**********************************************************************/
/* TEXT FOOTER                                                      */
/**********************************************************************/
.footer
{
  color:#E8E9EB;
	font-size:11px;
	
}
a.footer
{  
  color:#E8E9EB;
	font-size:11px;
	text-decoration:none;
}
a.footer:hover
{
  color:#E8E9EB; 
	font-size:11px;
	text-decoration:underline;
}

/*---------------------------------------------------------------------------------------*/
/*------------------------------ Misc Classes ----------------------------------*/
/*--------------------------------------------------------------------------------*/
.border
{
 border: 1px #b2b2b2 solid ;
}
.border2
{
 border-right: 1px #b2b2b2 solid ;
}

.hline
{
 font-size: 11px;
 color:#838383;
}



/**********************************************************************/
/* FORM ELEMENTS                                                      */
/**********************************************************************/
.textbox
 {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	border: #B2AEA5 1px solid;
	font-size :11px;
	color:#000000;
	width:127px;
	height:20px!important;
	height:19px;
	padding-top:2px;
	padding-left:4px;
	background:#FFFfff;
 }
/*
added by Emp no 111
*/
.imageClass
{
border: #C3C3C3 0px solid;
/*bgcolor:#F8F8F8;*/
background:#FFFFFF;

}
.err
{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.thheader
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color : #E8E8E8;	
color: #000000;
height:21px;
font-weight:bold;
}
td.row1	
{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color : #FFFFFF;   
color: #474947; 
}

td.row2	
{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #191B1A;
text-decoration: none;
background-color : #f6f6f6;   
}
td.row3	
{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #EFEFE7; 	
color: #474947; 
}
.center_image
{
width:160px;
float:left;

position:relative;
vertical-align:middle;
background-color: #ffffff;
padding: 5px 5px 5px 5px ;
margin: 5px 5px 5px 10px ;
border: 0px solid #a9a9a9;
/*background: url('../graphics/shadowAlpha.png') no-repeat bottom right !important;
background: url('../graphics/shadow.gif') no-repeat bottom right; */
}
.newArrival
{
 background-image:   url('../graphics/new_arrival_bge.gif');
 background-repeat: repeat-x;
}