/* Default CSS Stylesheet for a new Web Application project */


a:link, a:visited
{
	color: Black;
	font-family: Arial;
	text-decoration: underline;
}



body
{
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: White;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: black;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

/*A:link
{
	color: black;
	text-decoration: none;
}	
		
A:visited	{	
	color: black;
	text-decoration: none;
}
		
A:active	{	
	color: black;
	text-decoration: none;
	}	
		
A:hover	{	
	color: black;
	text-decoration: underline;
	}
*/
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px;
}

A.MenuUnselected:hover
{
	
	color: red;
	text-decoration: underline;
}

A.MenuSelected, A.MenuSelected:link, A.MenuSelected:visited
{
    color: #ff6600;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
   
}

A.MenuSelected:hover
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    
}


SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
.nav
{
	font-weight: bold;
	font-size: 9pt;
	color: #999999;
	line-height: 12pt;
	font-family: verdana,Arial,sans-serif;
	text-decoration: none;
}
.nav
a 
{
	font-weight:bold; 
	color:#333333;  
	text-decoration:none;   
}
.nav
a:link 
{
	color:#333333;    
	text-decoration:none;  
}
.nav
a:visited 
{
	color:#333333;   
	text-decoration:none;  
}
.nav
a:active 
{
	text-decoration:none; 
}
.nav
a:hover 
{
	color:333333;   
	text-decoration:underline;  
}


/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/
.crumnavpipe
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.crumnav, .crumnav:link, .crumnav:visited
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.crumnav:hover
{
	padding-left: 0px;
	font-size: 12px;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.TopNavLinks, .TopNavLinks:link, .TopNavLinks:visited
{
	font-size: 14px;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.TopNavLinks:hover
{
	font-size: 14px;
	color: red;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.NodeTitle
{
	font-weight: bold;
	font-size: 35px;
	color: black;
	font-family: Arial;
}
.NodeIconTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.NodeIconDescription
{          
	font-size:7.5pt;  
	color:#444444;  
	font-weight:normal; 
	font-family:Verdana,Arial,sans-serif;  
	text-decoration:none; line-height:11pt;  
}
.BodySmallGrey
{          
	font-size:8pt;  
	color:#444444;  
	font-weight:normal; 
	font-family:Verdana,Arial,sans-serif;  
	text-decoration:none; 
	line-height:15pt;  
}

.TitleTextSmall
{
	font-weight: bold;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
span.Text1
{
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
span.text1 a:link, span.text1 a:visited
{
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
span.Text1 a:hover
{
	color: red;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
span.popularproducts, span.popularproducts a, span.popularproducts a:visited
{
	font-size: 12px;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
span.popularproducts a:hover
{
	font-size: 12px;
	color: red;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.TitleText1
{
	font-size: 25px;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.PageTitle
{
	font-weight: bold;
	font-size: 15pt;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.ProductList
{
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.BottomText
{
	font-size: 10pt;
	color: #333333;
	line-height: 10pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.ProductList02_Name
{
	font-weight: bold;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.ProductSingle01_Name
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.ProductMultiList_Image_Top_Header
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
span.ProductMultiList_Image_Top_Title
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.SearchProductList, A.SearchProductList:link A.SearchProductList:visited
{
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: Bold, underline;
}
.searchproductlist
{
	color: black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: Bold;
}
span.MoreInfo, span.moreinfo a, span.MoreInfo a:visited
{
	
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
span.Moreinfo a:hover
{
	padding-left: 0px;
	font-size: 12px;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/* span.moreinfo a {font-size : 10px; color : red;}
*/
.breadcrumbtext {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: black}
.productheader {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; background-color: #FFCC99;}
.productinfo {  font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.productcategory {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFCC99}

.Case_Footer
{         font-weight:normal;  font-size:8pt; color:#333333;  font-family:verdana,Arial,sans-serif;  text-decoration:none; letter-spacing:-1;  line-height:17pt; }
.Case_Footer
a {           color:#333333;  text-decoration:none;  }
.Case_Footer
a:link {        color:#333333;    text-decoration:none;  }
.Case_Footer
a:visited {     color:#333333;   text-decoration:none; }
.Case_Footer
a:active {        text-decoration:none;  }
.Case_Footer
a:hover {        color:333333;   text-decoration:underline;  }

