.mainlink:link 
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #B61C14; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #B61C14; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.mainlink:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #000000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: arial;
}

.smalllink:link 
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #666666; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.smalllink:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #666666; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.smalllink:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #B61C14; 
	font-size: 11px;
	font-weight: normal; 
	font-family: arial;
}

.active 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 
     background-color: #EEEEEE; 
	text-decoration: none; 
     width: 190px;
     padding: 1px;
}

.red 
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal; 
     font-style: italic; 
	color: #5F0F15; 
	text-decoration: none; 
}

.boldred 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #990000; 
	text-decoration: none; 
}

.gray 
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #999999; 
}

.white 
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;  
	color: #FFFFFF; 
}

.text 
{
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;  
	color: #000000; 
}

.small 
{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;  
	color: #000000; 
}

.bold, b 
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;  
}

.boldwhite
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;  
     color: #FFFFFF;
}

.stroke
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #999999; 
	/*text-decoration: line-through;*/
}

.heading
{
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: bold;  
	color: #000000; 	
}

.subcategory
{
	background-color: #5F0F15;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.dark
{
	border: 1px solid #5F0F15;
}

.available
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #000000; 	
	/*padding: 2px; */
}

.light
{
	border: 1px solid #999999;
}

.cart0
{
     border: 1px solid #5F0F15;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #000000; 	
}

.cart1
{
     border: 1px solid #999999;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #999999; 	
     padding: 1px;
}

.added
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #999999; 	
	padding: 2px; 
}

.editheading
{
	background-color: #8F150C;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.edit
{
	background-color: #E7CDCC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.addheading
{
	background-color: #C19658;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #FFFFFF; 	
	padding: 2px; 
}

.add
{
	background-color: #F2E9DC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.showheading
{
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
	padding: 2px; 
}

.show
{
	background-color: #EEEEEE;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #000000; 	
}

.hide
{
	background-color: #F9F9F9;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;  
	color: #999999; 	
}

.highlight
{
	background-color: #DDFF00;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;  
	color: #000000; 	
}

.button
{
     border: 2px outset white; 
     background-color: #FFFFFF; 
     font-family: arial; 
     font-size: 11px; 
     font-weight: normal; 
     text-decoration: none; 
     color: #000000; 
     width: 80px; 
     padding: 2px; 
     cursor: hand;
     align: center;
}

input, textarea, select, option
{
	font-family: arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
     border: 1px solid #666666;
}

