/**********************************************************/
/* BASIC GADGET CSS                                       */
/**********************************************************/

/* Document body */
	body {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 140%;
		color: #000;
	}

/* Default link styles */
	a:link { color: #420079; text-decoration: none; }
	a:active {color: #4B8AB5; text-decoration: none; }
	a:visited {color: #400074; text-decoration: none; }
	a:hover {color: #6E00C7; text-decoration: underline; }

/* Content styles */
	.PageTitle {
		color: #642A17;
		font-size: 19px;
		font-weight: normal;
		line-height: 120%;
	}

	.Headline, .headline {
		color: #006699;
		font-size: 20px;
		line-height: 120%;
	}

/* Subnavigation - Level 1 */
	.navsep {
		background: url('images/navsep.gif') no-repeat bottom center;
	}

	th.secnav_normal {
		display:none;
	}
	.secnav_normal {
		padding: 4px 3px;
		cursor: pointer;
		cursor: hand;
	}
	.secnav_normal a, .secnav_roll a, .secnav_current a {
		font-size: 13px;
		color: #FFF;
		text-decoration: none;
	}
	.secnav_roll a {
		color: #312C54;
	}
	.secnav_current {
		background: #000;
	}
	.secnav_current a {
		color: #FFF;
	}

/* Subnavigation - Level 2 */
	.secnav_subtree_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	th.secnav_subtree_normal {
		padding: 3px 10px 3px 15px;
	}
	.secnav_subtree_normal a, .secnav_subtree_roll a, .secnav_subtree_current a {
		text-decoration: none;
		font-size: 11px;
		color: #FFF;
	}
	.secnav_subtree_roll a {
		color: #312C54;
	}
	.secnav_subtree_current a {
		color: #000;
	}

/* Subnavigation - Level 3 */
	.secnav_2_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	th.secnav_2_normal {
		padding: 3px 10px 3px 40px;
	}
	.secnav_2_normal a, .secnav_2_roll a, .secnav_2_current a {
		font-size: 11px;
		color: #3F0073;
		text-decoration: none;
	}
	.secnav_2_roll a {
		color: #6E00C7;
	}
	.secnav_2_current a {
		color: #7433AA;
	}

/* Gun Spec Table */
	.GunSpecTable td {
		padding: 0px;
		padding-top: 10px;
		vertical-align: top;
	}
	.GunSpecTable table td {
		padding: 5px;
		border-bottom: 1px #545454 solid;
		color: #FFF;
		vertical-align: top;
	}
	.GunSpecTable table td.GunSpecTableLabel, .GunSpecTableLabel {
		font-weight: bold;
		color: #999;
	}
	.GunSpecTable table a {
		color: #C00;
	}


.emailaddr input {
	position: absolute;
	left: -1000px;
}