/* sitemap.css  -- to overwrite parts of styles.css */


/* HEADING STYLES */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0;
}

/* h1 */

h1 {
	font-size: 1.6em;
	color: #CC3300;
	margin: 0 0 0 0;
	}

.h1subhead {
	font-size: 1.3em;
	margin: .25em 0 .5em 0;
	font-weight: bold;
	color: #000000;
	}

h1.solo {
	margin: 0 0 -.3em 0;
	}

/* h2 */

h2 {
	font-size: 1.4em;
	margin: 1em 0em 1em 0em;
	color: #CC3300;
	}

.h2subhead {
	font-size: 1.1em;
	margin: -1em 0 .5em 0;
	font-weight: bold;
	color: #000000;
	}

h2.solo {
	margin: 1.1em 0 -.3em 0;
	}

/* h3 */

h3 {
	font-size: 1.2em;
	margin: .8em 0em .8em 0em;
	color: #CC3300;
	}

.h3subhead {
	font-size: 1em;
	margin: -.75em 0 .5em 0;
	font-weight: bold;
	color: #000000;
	}

h3.solo {
	margin: 1.5em 0 -.3em 0;
	}

/* h4, h5, h6 */


h4 {
	font-size: 1.1em;
	margin: 1.5em 0em .9em 0em;
	}

h5 {
	font-size: 1.1em;
	margin: 1.7em 0em .9em 0em;
	}

h6 {
	font-size: 1em;
	margin: 1.9em 0em .9em 0em;
	}


/* LINK STYLING */

a,
a:link,
a:visited {
	color: #CC3300; 
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000000; 
}


a.editlink,
a.editlink:link,
a.editlink:visited {
	font-weight: normal;
	font-size: 13px;
	color: #CC3300; 
	text-decoration: underline;
}


a.editlink:hover,
a.editlink:active {
	color: #000000;
}

a#nav-cart,
a#nav-address,
a#nav-review,
a#nav-receipt {
	font-size: 11px;
   	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.activepg {
	color: #000000;
	text-decoration: none;
}

.disabled {
	color: #000000;
	cursor: text;
	text-decoration: none;
}

a#nav-cart.priorpg,
a#nav-address.priorpg  {
	color: #000000;
	text-decoration: underline;
}

a#nav-address.futurepg,
a#nav-review.futurepg,
a#nav-receipt.futurepg {
	color: #999999;
	text-decoration: none;
}
