/* Default CSS Stylesheet for a new Web Application project */

BODY
{    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.footerLink {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.footerSmall {font-size: xx-small}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #394E16;
}


		
TH	{	
	font-size:	14px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	}	

TD	{	
	font-size:	14px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	}	
	

	
/* Custom Styles for Store Admin*/
	
.style2 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #3B4E1A; font-weight: bold; }
A.style2link {font-size: 11px; color: #3B4E1A;  text-decoration:none}
A.style2link:Hover {color: #BAAD20 }
.style4 {font-size: 72px; font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-weight: bold; }
.style6 {font-size: 14px}
.style7 {color: #FF0000}
.style9 {color: #384E16; font-size:xx-small}
A.style9Link {color:  Blue; font-size:xx-small}
.Subnav 
{
	color:#EAE8AB ;
	font-size:x-small;
	font-family:Verdana,helvetica
	}
A.SubNavLink:link {color:#EAE8AB ;
	font-size:x-small;
	font-family:Verdana,helvetica,arial; 
	text-decoration:none;
	font-weight:bold}
	
A.SubNavLink:visited {color:#EAE8AB ;
	font-size:x-small;
	font-family:Verdana,helvetica,arial; 
	text-decoration:none;
	font-weight:bold}
	
A.SubNavLink:active {color:#EAE8AB ;
	font-size:x-small;
	font-family:Verdana,helvetica,arial; 
	text-decoration:none;
	font-weight:bold}
	
A.SubNavLink:Hover 
{
	font-weight:bold }
	
.alignright {  text-align:right}
td.hrline { background-color:  Olive}
.griditem
	{
	color:#7A7636;
	}
.gridheader
	{
	color:#FAF0D5;
	font-weight:bold;
	background-color:#7A7636;
	text-align:center
	}
.grid
	{
	font-size:x-small;
	border-width:thin
	}
	
.title
{
	color:#394E16;
	font-weight:bold;
	font-size:medium;
	text-decoration:underline
}

.BodyText
{
	color:#003300;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.titleList
{
	color:#394E16;
	font-weight:bold;
	font-size:medium
}

.MSRP
{
	font-weight:bold;
	color:#394E16;
	text-decoration:line-through
}

.price
{
	font-weight:bold;
	color:#394E16
}
.priceStrike
{
	font-weight:bold;
	color:#394E16;
	text-decoration:line-through
}

.discount
{
	font-weight:bold;
	color:darkRed
}
	
/* text style for buttons used in the admin area */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #E7E5A8;
    background-color: #7A7636;
    border-color: #474303;
    border-width: 1px;
    cursor:hand
}

A:link	{	
	text-decoration:	underline;
	color:	#717038;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#717038;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#717038;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#717038;
	}
	
.style11link {
	font-size: xx-small;
	color: #E7DB2A;
	text-decoration:none;
	}
		
.style11link:visited	{	
	font-size: xx-small;
	color: #E7DB2A;
	text-decoration:none;
	}	
		
.style11link:active	{	
	font-size: xx-small;
	color: #E7DB2A;
	text-decoration:none;
	}	
		
.style11link:hover	{	
	font-size: xx-small;
	color:	#717038;
	text-decoration:none;
	}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
	font-weight: normal;
	text-align: left;
}

.affwelcome
{
	background: url(/images/Welcome_Sub-Header_01.jpg);
	color: #005500;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 9px;
}

