/* CSS Document */   

.tunnelBGcolor {
	background-color:#ce6500;
}

/* top nav text color */
a.menuitem, a.smenuitem,a.menuselected, a.menuitem:visited, a.smenuitem:visited,a.menuselected:visited {
	color:#FFFFFF;
}

a.menuitem:hover, a.smenuitem:hover,a.menuselected:hover{
	color:gray; /*#D49494;*/
}


	/* random header type styles **************************************/
	/*from site.css.php : color part is site specific, the rest is set in common.css  */

.title { border-bottom: 1px solid #ce6500; }
.pricesale { font-weight: bold; color: #900; }
.price {
  font-weight: bold;
  color: #069;
  }
	.pricemarkdown {
		font-weight:normal; 
		color:#069; 
		text-decoration:line-through;
	}
	.catextras {
    font-weight: bold;
    color: rgb(0, 0, 102);
}

/*footer link color from site.css.php ******************************/

#footlinks, div#footlinks a, div#footlinks a:visited, div#footlinks a:active  {color:#ffcf63;}
div#footlinks a:hover  {color:#ffffff;}

/* top nav menu colors, formerly found in color scheme class & dropdown.css.php 
 these styles augment styles in dropdown.css */
/*#nav li li { 
    background-color: #990000;
} 

#nav li ul a:hover,#nav li:hover, #nav li.sfhover{
    background-color: #D49494;
}
#nav li a{color: white;}



.menu_unit li:hover, .menu_unit li.sfhover {
    background-color: #D49494;
}*/

/* for tunnel masthead ***************************************/
td#tunnel_mast {
  background-image:url(/images/mast/tunnel/tunnel_mast_stretcher-tarot.jpg);
  background-color:#660066;
}

/* for usercolumn ********************************************/
#usercolumn_hdr {
  background-color:#990000;
}




