﻿TD.SideMenu
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-weight: bold;
	font-size: 12px;
	color: #1B1B1B;
	vertical-align:top;
	text-align:left; 
}

TD.SideMenu A
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-weight: bold;
	font-size: 11px;
	color: #1B1B1B;
	text-decoration: none;
}

TD.SideMenu A:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-weight: bold;
	font-size: 11px;
	color: #1B1B1B;
	text-decoration: none;
}

TD.SideMenu A:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-weight: bold;
	font-size: 11px;
	color: #1B1B1B;
	text-decoration: none;
}

TD.SideMenu A:active
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-weight: bold;
	font-size: 11px;
	color: #1B1B1B;
	text-decoration: none;
}

TD.SideMenu A:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-weight: bold;
	font-size: 11px;
	color: #1B1B1B;
	text-decoration: underline;
}

TD.Content
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-size: 11px;
	color: #0E0D0B;
}



.defaultcopy	
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-size: 11pt;	
	color: #0E0D0B;
	text-align: left;
}
.defaultcopy A:link	
{

	text-decoration: none;
	color: #0E0D0B;
	}	
		
.defaultcopy A:visited	{	
	text-decoration: none;
	color: #0E0D0B;
	}	
		
.defaultcopy A:active	{	
	text-decoration: none;
	color: #0E0D0B;
	}	
		
.defaultcopy A:hover	{	
	text-decoration: none;
	color: #0E0D0B;
	}

.RedLarge 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-size: 24pt;
	font-weight: bold;
	color: #CD131A;
}

.RedSmall
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Arial;  */
	font-size: 11pt;
	font-weight: bold;
	color: #CD131A;
}

.brownlink
{
	text-decoration: none;
	color: #74530F;
	}

A.brownlink
{
	text-decoration: none;
	color: #74530F;
	}

A.brownlink:link	
{
	text-decoration: none;
	color: #74530F;
	}	
		
A.brownlink:visited	{	
	text-decoration: none;
	color: #74530F;
	}	
		
A.brownlink:active	{	
	text-decoration: none;
	color: #74530F;
	}	
		
A.brownlink:hover	{	
	text-decoration: underline;
	color: #74530F;
	}

.greentext
{
	color: #27564B;
	}

A.greenlink
{
	text-decoration: none;
	color: #27564B;
	}

A.greenlink:link	
{
	text-decoration: none;
	color: #27564B;
	}	
		
A.greenlink:visited	{	
	text-decoration: none;
	color: #27564B;
	}	
		
A.greenlink:active	{	
	text-decoration: none;
	color: #27564B;
	}	
		
A.greenlink:hover	{	
	text-decoration: underline;
	color:#27564B;
}

A.bluelink
{
	text-decoration: none;
	color: #36297B;
	}

A.bluelink:link	
{
	text-decoration: none;
	color: #36297B;
	}	
		
A.bluelink:visited	{	
	text-decoration: none;
	color: #36297B;
	}	
		
A.bluelink:active	{	
	text-decoration: none;
	color: #36297B;
	}	
		
A.bluelink:hover	{	
	text-decoration: underline;
	color:#36297B;
}
	
.GreenSmall
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #27564B;
}

.BrownLarge 
{
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	color: #A07932;
}
.orangetext
{
	font-family: Arial;
	color: #A27416;
	font-size: 11px;	
}

.CartGrid TD
{
	border: solid 1px black;
}

.CartGrid TH
{
	border: solid 1px black;
}

.CartButton
{
	background-color: #987939;
	color: White;
}

IMG.ImageGearGridFire
{
	border: solid 3px #7E8283;
}

IMG.ImageGearGridHockey
{
	border: solid 3px #301C75;
}

IMG.ImageTackRack
{
	border: solid 3px #A67A2F;
}

IMG.ImageGearGridRetail
{
	border: solid 3px #5B738B;
}

/* slideshow jquery */
.slideshow { height: 300px; width: 400px; margin: 6px 6px 6px 6px; float:right; }
.slideshow img { padding: 6px; border: 1px solid #ccc; background-color: #eee; }


/* Z-index of #mask must lower than #boxes .window */  
#mask {  
  position:absolute;  
  z-index:9000;  
  background-color:#000;  
  display:none;  
  left:0px;
  top:0px;
}  
    
#boxes .window {  
  position:absolute;  
  width:330px;  
  height:150px;  
  display:none;  
  z-index:9999;  
  padding:20px;  
  background-color:#FFFFFF;
}  
  
  
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {  
  width:330px;   
  height:150px;  
}  