/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

/*** Left Column ***/


#innerLeftColumn h5
{
	color: #fff;
	margin: 1em 0 0 0;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: 'times new roman', helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
	 /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

table#shop_directory a:link{
font-size:12px;
color:#015836;
font-weight:bold;
}

table#shop_directory a:visited{
font-size:12px;
color:#060;
font-weight:bold;
}

table#shop_directory a:hover{
font-size:12px;
color:#f00;
}



table.toolbox{
font-family:verdana;
font-size:12px;
margin: 0;
padding:0;
width:100%;

}
.toolbox_one{
background-color:#000;
color:#ffffff;
font-weight:bold;
letter-spacing:1px;

}
.toolbox_two{
background-color:#015836;
height:20px;
font-weight: bold;
color:#fff;
font-size:10px;
}
.toolbox_three{
background-color:#cccccc;
height:20px;
text-align:center;

}
table.toolbox a:link, table.toolbox a:visited, table.toolbox a:active{
color:#00f !important;
font-size:10px;
text-decoration:none;
font-weight:bold;
}
table.toolbox td{
border-bottom:1px solid #000;
border-right:1px solid #000;
}

td.header{
background: #636363;
color:#fff
}