a:link
{
	color: #0000FF;font-family:Arial; font-size:90%; font-weight:bold 
}
product      
{ 
	font-family: Arial; font-size: 12pt; color: #000000 
}
FLCPage      
{ 
	font-family: Arial; font-size: 18pt; color: #000000;font-weight:bold 
}

span.menuindex { font-family: Arial; font-size: 8pt }
span.tableheader { color: #000000 }
a:visited
{
	color: #000080;font-weight:bold 
} 
a:active 
{
	color: #FF00FF;font-weight:bold
}
body
{
	font-family: Arial, Arial Narrow, Arial Narrow;
	background-color: #FFFFFF;
	color: #000000;
	font-size:10pt
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51);  
}
h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Garamond, Times New Roman; color:#000000
}
h1			{ font-family: Arial; font-size: 14pt; font-weight: bold }

h2			{ font-family: Arial; font-size: 12pt; font-weight: bold }

h3			{ font-family: Arial; font-size: 10pt; font-weight: bold }

h4
{
	color: rgb(255,204,0);
}
h5
{
	color: #000000;font-size:10pt; font-family:Arial; font-style:italic
}
h6           { font-family: Arial; font-size: 14pt; font-weight: bold }
.submenu     { font-family: Arial; font-size: 10pt; color: #FFFFFF }
details		 { font-size: x-small; font-family: Arial, Arial Narrow, Arial Narrow; }


.ordernoteslist
{
	margin: 20pt; margin-top: 0; margin-bottom: 0; padding: 0; font-size: 80%; font-family: Arial, Arial Narrow, Arial Narrow;
}

.latchdetails
{
	font-size: 80%; font-family: Arial, Arial Narrow, Arial Narrow;
}

       a.latchinfo{
        position:relative;           /*this is the key*/
        z-index:24;
  /*      background-color:#e0e0e0;     background colour of display text */
        color:#0000FF;               /* colour of display text */
        border:1px dotted #999;    /* border colour */
        text-decoration:none;
        
		font-size: 90%; font-family: Arial, Arial Narrow, Arial Narrow;
        }
 
        a.latchinfo:hover {
        z-index:25;
        background-color:#ffff66;
 
        }
 
        a.latchinfo span{
        display: none;  /* hide the span text using this css */
        }
 
        a.latchinfo:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 1.5em;
        left: 3em;
        width:15em;
        border:1px solid #000000; /* border colour */
        background-color:#ffcc00; /* background colour here */
        color:#000000;         /* text colour */
        text-align: center;
        font-size: .9em;
        font-style:italic;
        z-index:30;
        }
 
        .images {
        vertical-align:bottom;
        }

.saleBadge {
	 	position:relative;           
        z-index:24;
 
                 
      
        text-decoration:none;
        
		font-size: 90%; font-family: Arial, Arial Narrow, Arial Narrow;
        }
	
.saleBadge span {
		display:block;
        position:absolute;
        top: 0.25em;
        left: 0.25em;
        width:5em;
        
       
        color:#000000;         
        text-align: left;
        font-size: .9em;
        font-style:italic;
        z-index:30;
}

.SmText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.CloseOUT 
{
	color: #FF1C19;
	font-size: 90%;
}

.SplitFinish 
{
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: normal;
}