/* The line-height ( Leading ) for most of the site.  The default line-height is 120%  */

.main, p, h1, h2, h3, td td
{
	line-height: 130%;
}

/*  Heading Tags */

h1
{
	color: #990066;
	font-size: 24pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

h2
{
	color: #4B0082;
	font-size: 18pt;
 	font-weight: bold;
	font-family: Verdana, sans-serif;
}

h3
 {
	color: #006666;
	font-size: 14pt;
	font-weight: bold;
 	font-family: Verdana, sans-serif;
}

/* Default Website Style Tags ( Any link that does not have a specific style applied to it will default to this style. ) */

A:Link, A:Active, A:Hover , A:Visited
{
	color: #FF00CC;
	font-weight: bold;
	font-style: italic;
    text-decoration: none;
}

/* Bottom Navigation Links */

.bnav A:Link, .bnav A:Active, .bnav A:Visited
{
	color: #330066;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
    text-decoration: none;
	font-family: Verdana, sans-serif;
	padding-left:10px;	
}

.bnav A:Hover
{
	color: #99ff99;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
    text-decoration: none;
	font-family: Verdana, sans-serif;
}

/* Directories Page ( Classes must be manually added to this page to override the main styles. For instance a class could be added to a <span></span> tag within the page content.  An example that could be added to a Format Text Box would be: <span class="dir">Page text goes here.</span> ) */

/*#dir, .dir
{
	line-height: 140%;
}

.dir A:Link, .dir A:Active, .dir A:Visited 
{
	color: #006633;
	line-height: 140%;
    text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif, Tahoma;
}

.dir A:Hover
{
	font-weight:bold;
	color: #006633;
	font-family: Verdana, sans-serif, Tahoma;
}*/

/* Contact Information Styles ( Normal Leading ) */

.small
{
	color: #003333;
	font-size: 10pt;
	line-height: 120%;
}

#contact_info A
{
	color: #003333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#contact_info
{
	color: #003333;
	margin: 0px;
	height: inherit;
	padding: 3px 5px 5px 5px;
	border-top: 1px solid #003333;
}

/* Store Classes ( These classes are automatically generated by the Store but can be modified here. ) */

A:Link.category_link , A:Active.category_link  , A:Visited.category_link
{
	color: #003300; 
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	font-family: Arial, sans-serif; 
}

A:Hover.category_link  
{
	color: #003300; 
	font-size: 10pt; 
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
	font-family: Arial, sans-serif; 
}


A:Link.subcategory_link , A:Active.subcategory_link ,  A:Visited.subcategory_link 
{
	color: #006633; 
	font-size: 10pt; 
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	font-family: Arial, sans-serif; 
}

A:Hover.subcategory_link  
{
	color: #006633; 
	font-size: 10pt; 
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
	font-family: Arial, sans-serif; 
}

A:Link.showlink , A:Active.showlink , A:Visited.showlink
{
	color: #009966; 
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	font-family: Arial, sans-serif; 
}

A:Hover.showlink  
{
	color: #009966; 
	font-style: normal;
	font-weight: bold;
    text-decoration: none;
	font-family: Arial, sans-serif; 
}


.productheading 
{
	color: #330066; 
	font-size: 10pt; 
	font-weight: normal;
	font-family: Arial, sans-serif; 
}

.productinfo 
{
	color: #330066; 
	font-size: 10pt; 
	font-family: Arial, sans-serif; 
}

/* Directories Page ( Classes must be manually added to this page to override the main styles. For instance a class could be added to a <span></span> tag within the page content.  An example that could be added to a Format Text Box would be: <span class="dir">Page text goes here.</span> ) */

#dir, .dir
{
	line-height: 140%;
}

.dir A:Link, .dir A:Active, .dir A:Visited 
{
	color: #006633;
	line-height: 140%;
    text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif, Tahoma;
}

.dir A:Hover
{
	font-weight:bold;
	color: #006633;
	font-family: Verdana, sans-serif, Tahoma;
}
