/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/

		/* styles for body and tables contained on the template */

		html {
			overflow-y: scroll;
		}

		body {
			margin: 0;
			padding: 0;
			background: #020f1f url(images/bodyBG.jpg) no-repeat;
			background-position: top center;
			color: #ffffff;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
		}

		#siteContainer {
			width: 960px;
			height: auto;
			margin: auto;
		}

		.bodyContainer {
			width: 960px;
		}

		.sideCell {
			width: 194px;
			background: url(images/soldier.jpg) no-repeat;
			padding-top: 489px;
			vertical-align: top;
		}

		.mainCell {
			width: 766px;
			vertical-align: top;
		}

		.subHeaderCell {
			width: 758px;
			height: 159px;
			vertical-align: top;
			background: url(images/subHeaderBG.jpg) no-repeat;
		}

		.subHeaderCell .content {
			width: 525px;
			height: 128px;
			margin: 16px 0 0 0;
			padding: 0 8px 0 8px;
			color: #ffffff;
			font-size: 10px;
			font-family: Arial, Helvetica, sans-serif;
			overflow: auto;
			float: left;
			clear: none;
		}

		.subHeaderCell .nav {
			width: 217px;
			float: left;
			clear: none;
			padding: 18px 0 0 0
		}

		.contentCell {
			width: 736px;
			background: url(images/mainCellBG.jpg) no-repeat;
			vertical-align: top;
			color: #ffffff;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			padding: 15px;
		}

		.blogBox {
			width: 255px;
			float: right;
			clear: none;
			margin: 0 0 0 20px;
		}

		.blogBoxContent {
			width: 221px;
			background: #6a6a6a url(images/blogBoxBG.gif) repeat-x;
			border-left: #4f4d4d solid 2px;
			border-bottom: #4f4d4d solid 2px;
			border-right: #4f4d4d solid 2px;
			font-size: 12px;
			color: #0b2239;
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			padding: 15px;
		}

		.blogBoxContent .mainTable {
			font-size: 12px;
			color: #0b2239;
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		}


		.homeTrainingTable {
			width: 100%;
			font-weight: bold;
			color: #3291da;
			font-size: 18px;
			text-align: center;
		}

		table.plain td {
			vertical-align: top;
		}

		.photoTable {
			width: 100%;
		}

		.photoTable td {
			width: 33%;
			vertical-align: top;
			text-align: center;
		}

		.eventDetails {
			float: right;
			width: 20em;
			clear: right;
			margin-left: 5px;
		}

		.eventDetails table.listing img {
			border: none;
		}

		.vertical {
			background-color: #000000;
		}

		.vertical th {
			padding: 0.5em;
		}
		.vertical td {
			border-top: 1px solid #8cacbb;
			padding: 0.5em;
		}

		table.listing,
		table.listing td {
			border: 1px solid #8cacbb;
			border-collapse: collapse;
		}

		.listing,
		.stx table {
		/* */
			border-collapse: collapse;
			border-left: 1px solid #8cacbb;
			border-bottom: 1px solid #8cacbb;
			font-size: 85%;
			margin: 1em 0em 1em 0em;
		}
		.listing th,
		.stx table th {
			background-color: #020f1f;
			border: 1px solid #8cacbb;
			font-weight: normal;
			padding: 0.25em 1em;
			text-transform: lowercase;
		}

		.link-mailto {
			background: transparent url(http://www.longmountain.com/mail_icon.gif) 0px 1px no-repeat;
			padding: 1px 0px 1px 16px;
		}


		.smallArmsReviewTable td{
			vertical-align: top;
		}

		.inventoryTable {
			width: 100%;
		}

		.inventoryTable td{
			vertical-align: top;
			text-align: center;
		}

		.inventoryTable img {
			border: none;
		}

		.ecomCartDiv {
			width: 220px;
			float: right;
			clear: none;
		}
		
		#cartPopUpBorder {
			border: #020F1F solid 2px;
			padding: 4px;
			background: #3a7ebc;
		}

		#cartPopUp {
		position: absolute;
		border: #020F1F solid 2px;
		background: #fff;
		/* background: #aa8b08; */
		color: #000;
		width: 300px;
		padding: 0;
		z-index: 999;
		padding: 4px;
		}

		#cartPopUp-top {
		width: 300px;
		height: 11px;
		}

		#cartPopUp-bottom {
		width: 146px;
		height: 9px;
		}

		#cartPopUpInner {
		padding: 10px;
		}
		
		#rowHighlighted {
			background: #05254B;
			font-weight: bold;
		}
		
		

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		/* styles for header contained on the template */

		#header {
			width: 839px;
			height: 158px;
			background: url(images/headerBG.jpg) no-repeat;
			margin: 0;
			padding: 0 0 0 121px;
		}

		.headerTable {
			width: 839px;
			height: 158px;
			border: none;
		}

		.logoCell {
			width: 359px;
			height: 85px;
		}

		.searchCell {
			width: 480px;
			height: 85px;
			font-family: Arial, Helvetica, sans-serif;
			vertical-align: top;
		}

		.headerText {
			text-align: right;
			color: #3291da;
			font-size: 18px;
			padding: 20px 0 0 0;
		}

		.searchTable {
			width: 221px;
			height: 27px;
			border: none;
			float: right;
			margin: 15px 0 0 0;
		}

		.searchBarCell {
			width: 140px;
			background: url(images/searchBG.gif) no-repeat;
		}

		.searchBarCellEcom {
			width: 140px;
			background: url(images/searchBG-ecom.gif) no-repeat;
		}

		input.searchBar {
			width: 110px;
			height: 19px;
			background: transparent;
			border: none;
			color: #fff;
			font-size: 12px;
			margin: 5px 0 0 18px;
		}



	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		/* styles for Links And Navigation contained on the template */

		.topNavCell {
			width: 839px;
			height: 73px;
			text-align: center;
			line-height: 73px;
		}

		.topNavCell a, .topNavCell a:visited {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}

		.topNavCell a:hover {
			color: #3291da;
			text-decoration: none;
		}

		.subHeaderCell .nav a span, .sideCell a span {
			display: none;
		}

		a.onlineStore {
			display: block;
			width: 209px;
			height: 61px;
			background: url(images/onlineStore.jpg) no-repeat;
			margin: 0 0 2px 0;
		}

		a.onlineStore:hover {
			background: url(images/onlineStore-over.jpg) no-repeat;
		}

		a.dealerLogin {
			display: block;
			width: 209px;
			height: 61px;
			background: url(images/dealerLogin.jpg) no-repeat;
		}

		a.dealerLogin:hover {
			background: url(images/dealerLogin-over.jpg) no-repeat;
		}

		a.newsletterSignup {
			display: block;
			width: 181px;
			height: 185px;
			background: url(images/newsletterSignup.jpg) no-repeat;
		}

		a.newsletterSignup:hover {
			background: url(images/newsletterSignup-over.jpg) no-repeat;
		}

	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		/* styles for Footer And BVLOGO contained on the template */

		#footer {
			width: 960px;
			text-align: center;
			padding: 38px 0 10px 0;
			color: #3291da;
		}

/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		/* styles for Titles contained in the bodycontents */

		h1 {
			margin: 0 0 18px 0;
			padding: 0;
			font-weight: bold;
			color: #fff;
			font-size: 18px;
			text-decoration: none;
		}

		.ecomH1 {
			width: 515px;
			margin: 0 0 18px 0;
			padding: 0;
			font-weight: bold;
			color: #fff;
			font-size: 18px;
			text-decoration: none;
		}

		h2 {
			margin: 0 0 5px 0;
			padding: 0;
			font-weight: bold;
			color: #3291da;
			font-size: 18px;
			text-decoration: none;
		}

		h2.border {
			border-top: 1px solid #3291da;
			border-bottom: 1px solid #3291da;
			margin-top: 20px;
		}

		h2 a, h2 a:visited {
			text-decoration: none;
		}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		/* styles for text contained in the bodycontents */

		.textWhite {
			color: #fff;
		}

		.alignCenter {
			text-align: center;
		}

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		/* styles for links contained in the bodycontents */

		a, a:visited {
			color: #3291da;
			text-decoration: underline;
		}

		a:hover {
			color: #fff;
			text-decoration: none;
		}

		.blogBox a, .blogBox a:visited {
			color: #fff;
			text-decoration: underline;
		}

		.blogBox a:hover {
			color: #fff;
			text-decoration: none;
		}

		#footer a, #footer a:visited {
			color: #fff;
			text-decoration: none;
		}

		#footer a:hover {
			color: #3291da;
			text-decoration: none;
		}

		.eventDetails table.listing a,
		.eventDetails table.listing a:visited,
		.eventDetails table.listing a:hover
		{
			text-decoration: none;
		}
		
		
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		/* styles for images contained in the bodycontents */

		.subHeadImg {
			margin: 0 25px;
			float: left;
		}

		.imgLink {
			border: none;
		}

		.imgBorder {
			border: 1px solid #000;
		}

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

		/* styles for forms contained in the bodycontents */

	.borderTable
	{

	}
	.tableRowHeader
	{

	}
	.tableRowFooter
	{

	}
	.textRequiredField
	{

	}
	.textSmallerFont
	{

	}
	.labelColumn
	{

	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

		/* styles for any other contained in the bodycontents */

		/* BannerBeat styles */

		.mainTable {
			color: #ffffff;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
		}

		.textCell {
			font-weight: normal;
		}

		.bannerBeatListing .mainTable .tableRowFooter {
			/* display: none; */
		}


/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/