@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #52524E;
	background-image: url(images/globalGfx/topGradTile.jpg);
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}


/* --- GLOBAL TEXT FORMATING --- */

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #FF8000;
	letter-spacing: .1em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797974;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #52524E;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FF8000;
	padding-top: 6px;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	color: #797974;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797974;
	padding-bottom: 3px;
	margin-top: 0;
	padding-top: 0;
}

.header3Choices {
	font-size: 17px;
	font-weight: bold;
	color: #797974;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #797974;
	padding-bottom: 3px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}


.graySubHeaderShortBorderBtm {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	color: #797974;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797974;
	padding-bottom: 2px;
}


 /* --- REMOVE DOTTED LINE AROUND LINKS --- */
a:active, a:focus {
   outline: none;
}
a {
	outline-style: none;
	outline-width: 0;
}




a img {
	border: none;	
}

a:link, a:visited {
	color: #797974;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF8000;
}

.orangeTxt {
	color: #FF8000;
}

a.txtLink {
	color: #FF8000;
}



/* --- GLOBAL MISC --- */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.fullWidthLightGrayUnderline {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797974;
}




	/* --- ORANGE LIST --- */
	
.orangeList {
	color: #FF8000;
	font-size: 12px;
	font-weight:bold;
	padding: 0;
	margin: 10px;
}

.orangeList li {
	padding: 2px 0;
}
	
	
	/* --- GRAY LIST --- */
	
.grayList {
	color: #797974;
	font-size: 11px;
	padding: 0;
	margin: 10px;
}

.grayList li {
	padding: 2px 0;
	margin-left: 6px;
}
	
	
	


/* --- OUTER CONTAINER --- */

#container {
	width: 1074px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 10px; 
	background-image: url(images/globalGfx/topGradTile.jpg);
	background-repeat: repeat-x;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 





/* --- NAVIGATION AND HEADER CONTAINER --- */


.crumb {
	font-size: 11px;
	color: #797974;
	margin-bottom: 12px;
}

#header {
	height: 132px;
	background-color: #FFF;
	background-image: url(images/globalGfx/topGradTile.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}


	/* --- NAVIGATION --- */
	
a#productsNav, a:visited#productsNav {
	background-image: url(images/globalGfx/topNav_products.jpg);
	background-repeat: no-repeat;
	width: 112px;
	height: 100px;
	overflow:hidden;
	float: left;
	display: block;
	text-indent: -9999px;
}
a:hover#productsNav, a:active#productsNav {
	background-image: url(images/globalGfx/topNav_products.jpg);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
body#products1 a#productsNav,
body#products2 a#productsNav,
body#products3 a#productsNav,
body#products4 a#productsNav,
body#products5 a#productsNav,
body#products6 a#productsNav,
body#products7 a#productsNav {
	background-image: url(images/globalGfx/topNav_products.jpg);
	background-position: 0 -132px;
}



a#guidesNav, a:visited#guidesNav {
	background-image: url(images/globalGfx/topNav_guides.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 100px;
	overflow:hidden;
	float: left;
	display: block;
	text-indent: -9999px;
}
a:hover#guidesNav, a:active#guidesNav {
	background-image: url(images/globalGfx/topNav_guides.jpg);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
body#guides1 a#guidesNav,
body#guides2 a#guidesNav,
body#guides3 a#guidesNav,
body#guides4 a#guidesNav,
body#guides5 a#guidesNav,
body#guides6 a#guidesNav,
body#adv1 a#guidesNav,
body#adv2 a#guidesNav,
body#adv3 a#guidesNav,
body#adv4 a#guidesNav,
body#adv5 a#guidesNav,
body#adv6 a#guidesNav,
body#adv7 a#guidesNav,
body#adv8 a#guidesNav {
	background-image: url(images/globalGfx/topNav_guides.jpg);
	background-position: 0 -132px;
}




/*a#customizeNav, a:visited#customizeNav {
	background-image: url(images/globalGfx/topNav_customize.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 132px;
	float: left;
	display: block;
	text-indent: -9999px;
}
a:hover#customizeNav, a:active#customizeNav {
	background-image: url(images/globalGfx/topNav_customize.jpg);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
body#customize a#customizeNav {
	background-image: url(images/globalGfx/topNav_customize.jpg);
	background-position: 0 -132px;
}*/



a#supportNav, a:visited#supportNav {
	background-image: url(images/globalGfx/topNav_support.jpg);
	background-repeat: no-repeat;
	width: 105px;
	height: 100px;
	overflow:hidden;
	float: left;
	display: block;
	text-indent: -9999px;
}
a:hover#supportNav, a:active#supportNav {
	background-image: url(images/globalGfx/topNav_support.jpg);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
body#support1 a#supportNav,
body#support2 a#supportNav,
body#support3 a#supportNav {
	background-image: url(images/globalGfx/topNav_support.jpg);
	background-position: 0 -132px;
}



#topLogo {
	float: left;
	width: 346px;
	height: 122px;
	overflow:hidden;
}



a#dealersNav, a:visited#dealersNav {
	background-image: url(images/globalGfx/topNav_dealers.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 100px;
	overflow:hidden;
	float: left;
	display: block;
	text-indent: -9999px;
}
a:hover#dealersNav, a:active#dealersNav {
	background-image: url(images/globalGfx/topNav_dealers.jpg);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
body#dealers a#dealersNav {
	background-image: url(images/globalGfx/topNav_dealers.jpg);
	background-position: 0 -132px;
}



a#aboutNav, a:visited#aboutNav {
	background-image: url(images/globalGfx/topNav_about.jpg);
	background-repeat: no-repeat;
	width: 82px;
	height: 100px;
	overflow:hidden;
	float: left;
	display: block;
	text-indent: -9999px;
}
a:hover#aboutNav, a:active#aboutNav {
	background-image: url(images/globalGfx/topNav_about.jpg);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
body#about1 a#aboutNav,
body#about2 a#aboutNav{
	background-image: url(images/globalGfx/topNav_about.jpg);
	background-position: 0 -132px;
}



a#contactNav, a:visited#contactNav {
	background-image: url(images/globalGfx/topNav_contact.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	overflow:hidden;
	float: left;
	display: block;
	text-indent: -9999px;
}
a:hover#contactNav, a:active#contactNav {
	background-image: url(images/globalGfx/topNav_contact.jpg);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
body#contact a#contactNav {
	background-image: url(images/globalGfx/topNav_contact.jpg);
	background-position: 0 -132px;
}



a#cartNav, a:visited#cartNav {
	background-image: url(images/globalGfx/topNav_cart.jpg);
	background-repeat: no-repeat;
	width: 65px;
	height: 100px;
	overflow:hidden;
	float: left;
	display: block;
	text-indent: -9999px;
}
a:hover#cartNav, a:active#cartNav {
	background-image: url(images/globalGfx/topNav_cart.jpg);
	background-position: 0 -132px;
	background-repeat: no-repeat;
}
body#cart a#cartNav {
	background-image: url(images/globalGfx/topNav_cart.jpg);
	background-position: 0 -132px;
}


	/* --- SUB NAVIGATION DROP DOWN MENUS --- */


.dropContent {
	position: relative;
	z-index: 0;
	float:left;
}
.dropContent:hover {
	background-color: transparent;
	z-index: 50;
}
.dropContent span {
	position: absolute;
	width:170px;
	/*background-color: #BBBBBB;*/
	left: -1000px;
	visibility: hidden;
	/*border: 1px solid #CCC;*/
}
.dropContent:hover span {
	visibility: visible;
	top: 97px;
	left: 0;
	background-image:url(images/globalGfx/subMenuDropdownBgImg.png);
	background-position:bottom; /*check if works*/
	overflow:hidden; /*check if works*/
	padding-top:10px;
	padding-bottom: 16px;
}
.dropContent span div {
	/*background-color: #F6F6F6;*/ /*check if works*/
	padding:4px 14px 4px 16px;
	font-size:12px;
	/*margin:1px;*/
	text-align:left;
}
.dropContent span a {
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}



/* --- LEFT COL --- */


		/* --- LEFT COL 202 --- */

#leftCol202 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px;
}



		/* --- LEFT COL 168 --- */

#leftCol168 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px;
}





/* --- MAIN CONTENT AREA --- */

#mainContent {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 0 0 0;
} 

#mainContentFrontpage {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 2px 0 0 0;
} 



	/* --- MAIN COL 602 --- */
	
#mainCol602 {
	float: left;
	width: 602px;
	margin-left: 34px;
}

#mainCol602 p {
	font-size: 13px;
	color: #52524E;
}

#mainCol602 p.orangeTxt {
	color: #FF8000;
}

#mainCol602 ul {
	font-size: 12px;
	color: #FF8000;
}

#mainCol602 ul li{
	line-height: 18px;
}


	/* --- MAIN COL 838 --- */
	
#mainCol838 {
	float: left;
	width: 838px;
	margin-left: 34px;
}

#mainCol838 p {
	font-size: 13px;
	color: #52524E;
}

#mainCol838 p.orangeTxt {
	color: #FF8000;
}



	/* --- MAIN COL LEFT 318 --- */
	
#mainCol318 {
	float: left;
	width: 318px;
	margin-left: 34px;
	margin-top: 0;
	padding-top: 0;
}

#mainCol318 p {
	font-size: 12px;
	color: #52524E;
}

#mainCol318 p.orangeTxt {
	color: #FF8000;
}

	/* --- MAIN COL RIGHT 348 --- */
	
#mainCol348 {
	float: left;
	width: 348px;
	margin-left: 20px;
}

#mainCol348 p {
	font-size: 12px;
	color: #797974;
	line-height: 16px;
}

#mainCol348 h3 {
	font-size: 13px;
	color: #52524E;
}

#mainCol348 p.orangeTxt {
	color: #FF8000;
}


	/* --- MAIN COL 686 --- */

#mainCol686 {
	float: left;
	width: 686px;
	margin-left: 34px;
}

#mainCol686 .prodAcc {
	width: 686px;
}

#mainCol686 .prodAcc img {
	border: none;
	padding: 0 20px 10px 0;
	float: left;
}

#mainCol686 .prodAcc p {
	font-size: 12px;
	color: #797974;
	line-height: 16px;
}

#mainCol686 .prodAcc h2 {
	color: #52524E;
	font-size: 13px;
}

#mainCol686 .prodAcc h3 {
	color: #52524E;
	font-size: 13px;
}

#mainCol686 .prodAcc p.orangeTxt {
	color: #FF8000;
}

#mainCol686 .prodAcc .price {
	color: #52524E;
	font-size: 14px;
	font-weight: bold;
}

#mainCol686 .prodAcc .accPriceTable img {
	margin: 0;
	padding: 4px 0 0 0;
}

#mainCol686 .prodAcc .accPriceTable .quantity {
	font-size: 10px;
}





      /* --- FORM TABLE --- */

.formTable {
	border: 1px solid #B3B3AF;
	background-color: #F0F0EF;
}
.formTableDarkerGray {
	border: 1px solid #B3B3AF;
	background-color: #e7e7e4;
}

.formTable tr.darkerGray {
	background-color: #e7e7e4;
}
.formTable tr.darkerGray td {
	border-bottom:1px solid #B3B3AF;
}


.formTable td,.formTableDarkerGray td {
	font-size: 12px;
	color:#52524E;
	padding: 6px 20px 6px 16px;
}
.formTable td.lessPadding {
	font-size: 12px;
	color:#52524E;
	padding: 6px 2px 6px 2px;
}
.formTable td img.btn, .formTableDarkerGray td img.btn {
	margin-bottom: -12px;
}
.formTable td img.btn2, .formTableDarkerGray td img.btn2 {
	margin-bottom: -6px;
}

/* ADDED BY FINN - HAASTRUPIT*/
.formTable .com_content, .formTableDarkerGray .com_content {
	background-color: #FFFFFF;
	border: 1px solid #B3B3AF;
	padding-left: 10px;
}
/* END OF STYLING ADDED BY FINN */

.smallFormTxt {
	font-size: 10px;
	float: left;
	width: 170px;
}
.smallFormTxt2 {
	font-size: 10px;
	float: left;
	width: 300px;
}

.smallFormTxt3 {
	font-size: 10px;
	float: left;
	width: 150px;
}

.formTable .spacerTr {
	font-size: 4px;
	padding: 6px;
}





/* --- RIGHT COL --- */


		/* --- RIGHT COL 202 --- */
		
#rightCol202 {
	float: right; /* since this element is floated, a width must be given */
	width: 202px;
}

#rightCol202 h1 {
	font-size: 12px;
	color: #FF8000;
	font-weight: bold;
}

#rightCol202 p {
	font-size: 11px;
	color: #797974;
	line-height: 15px;
}

#rightCol202 ul {
	font-size: 11px;
	color: #FF8000;
	margin: 0 0 0 6px;
	padding: 0 0 0 11px;
}

#rightCol202 ul li {
	line-height: 16px;
}

#rightCol202 p.importantTxt {
	font-size: 12px;
	color: #FF8000;
	line-height: 17px;
}


		/* --- RIGHT COL 152 --- */
		
#rightCol152 {
	float: right; /* since this element is floated, a width must be given */
	width: 152px;
}

#rightCol152 {
	font-size: 14px;
	font-weight: bold;
}

#rightCol152 .quantity {
	font-size: 10px;
	font-weight:normal;
}




/* --- FOOTER --- */

#footer {
	padding: 20px 0 30px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
	color: #797974;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
} 
#footer .footerOrange {
	color: #ff8000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




/* --- NEW BOXES (IE FIXED) --- */


#leftCol202 .boxContainer202 {
	width: 168px;
}

#leftCol168 .boxContainer202 {
	width: 168px;
}


		/* --- LOGGED IN BOX gray bg --- */

#leftCol202 .boxContainer202 .orangeBoxLoggedInTop {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#leftCol202 .boxContainer202 .orangeBoxGrayBgCont {
	background-image: url(images/orangeBoxGrayTile.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#leftCol202 .boxContainer202 .orangeBoxGrayBtm {
	margin: 0px;
	padding: 0px;
	height: 12px;
}

#leftCol202 .boxContainer202 .orangeBoxGrayBgCont p {
	font-size: 12px;
	font-weight: bold;
	color: #52524E;
	padding: 10px 12px 20px 12px;
	margin: 0;
}

#leftCol202 .boxContainer202 .orangeBoxGrayBgCont ul {
	list-style: none;
	margin-left: 12px;
	margin-top: -6px;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

#leftCol202 .boxContainer202 .orangeBoxGrayBgCont ul li {
	font-size: 12px;
	padding: 5px 0 5px 0;
}
#leftCol202 .boxContainer202 .orangeBoxGrayBgCont ul li a:visited, #leftCol202 .boxContainer202 .orangeBoxGrayBgCont ul li a:link {
	text-decoration: underline;
	color: #797974;
}
#leftCol202 .boxContainer202 .orangeBoxGrayBgCont ul li a:active, #leftCol202 .boxContainer202 .orangeBoxGrayBgCont ul li a:hover {
	text-decoration: underline;
	color: #FF8000;
}


		/* --- FOR DEALERS PAGE --- */
		
#dealersLoggedIn {
	clear:both;
}
#dealersLoggedIn .boxContainer202 .orangeBoxLoggedInTop {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#dealersLoggedIn .boxContainer202 .orangeBoxGrayBgCont {
	background-image: url(images/orangeBoxGrayTile.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#dealersLoggedIn .boxContainer202 .orangeBoxGrayBtm {
	margin: 0px;
	padding: 0px;
	height: 12px;
}

#dealersLoggedIn .boxContainer202 .orangeBoxGrayBgCont p {
	font-size: 12px;
	font-weight: bold;
	color: #52524E;
	padding: 10px 12px 20px 12px;
	margin: 0;
}

#dealersLoggedIn .boxContainer202 .orangeBoxGrayBgCont ul {
	list-style: none;
	margin-left: 12px;
	margin-top: -6px;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

#dealersLoggedIn .boxContainer202 .orangeBoxGrayBgCont ul li {
	font-size: 12px;
	padding: 5px 0 5px 0;
}
#dealersLoggedIn .boxContainer202 .orangeBoxGrayBgCont ul li a:visited, #dealersLoggedIn .boxContainer202 .orangeBoxGrayBgCont ul li a:link {
	text-decoration: underline;
	color: #797974;
}
#dealersLoggedIn .boxContainer202 .orangeBoxGrayBgCont ul li a:active, #dealersLoggedIn .boxContainer202 .orangeBoxGrayBgCont ul li a:hover {
	text-decoration: underline;
	color: #FF8000;
}


	/* --- FOR LEFTCOL168 --- */
#leftCol168 .boxContainer202 .orangeBoxLoggedInTop {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#leftCol168 .boxContainer202 .orangeBoxGrayBgCont {
	background-image: url(images/orangeBoxGrayTile.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#leftCol168 .boxContainer202 .orangeBoxGrayBtm {
	margin: 0px;
	padding: 0px;
	height: 12px;
}

#leftCol168 .boxContainer202 .orangeBoxGrayBgCont p {
	font-size: 12px;
	font-weight: bold;
	color: #52524E;
	padding: 10px 12px 20px 12px;
	margin: 0;
}

#leftCol168 .boxContainer202 .orangeBoxGrayBgCont ul {
	list-style: none;
	margin-left: 12px;
	margin-top: -6px;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

#leftCol168 .boxContainer202 .orangeBoxGrayBgCont ul li {
	font-size: 12px;
	padding: 5px 0 5px 0;
}
#leftCol168 .boxContainer202 .orangeBoxGrayBgCont ul li a:visited, #leftCol168 .boxContainer202 .orangeBoxGrayBgCont ul li a:link {
	text-decoration: underline;
	color: #797974;
}
#leftCol168 .boxContainer202 .orangeBoxGrayBgCont ul li a:active, #leftCol168 .boxContainer202 .orangeBoxGrayBgCont ul li a:hover {
	text-decoration: underline;
	color: #FF8000;
}


		/* --- BUY FLASHLIGHT white bg --- */
		
	
			/* --- LEFT COL 202: --- */
			
#leftCol202 .boxContainer202 .orangeBoxBuyTop {
	margin: 0px;
	padding: 0px;
	height: 28px;
}

#leftCol202 .boxContainer202 .orangeBoxBuyCont {
	background-image: url(images/orangeBoxWhiteTile.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#leftCol202 .boxContainer202 .orangeBoxBuyBtm {
	margin: 0px;
	padding: 0px;
	height: 12px;
}

#leftCol202 .boxContainer202 .orangeBoxBuyCont p {
	margin: 0;
}

#leftCol202 .boxContainer202 .orangeBoxBuyCont p  img {
	padding: 10px 0 10px 12px;
}

#leftCol202 .boxContainer202 .orangeBoxBuyCont p img a {
	border: none;
}

			/* --- RIGHT COL 202: --- */

#rightCol202 .boxContainer202 .orangeBoxBuyTop {
	margin: 0px;
	padding: 0px;
	height: 28px;
}

#rightCol202 .boxContainer202 .orangeBoxBuyCont {
	background-image: url(images/orangeBoxWhiteTile.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#rightCol202 .boxContainer202 .orangeBoxBuyBtm {
	margin: 0px;
	padding: 0px;
	height: 12px;
}

#rightCol202 .boxContainer202 .orangeBoxBuyCont p {
	margin: 0;
}

#rightCol202 .boxContainer202 .orangeBoxBuyCont p  img {
	padding: 10px 0 10px 12px;
}

#rightCol202 .boxContainer202 .orangeBoxBuyCont p img a {
	border: none;
}


		/* --- IN YOUR CART --- */

#rightCol152 .boxContainer152 {
	width: 152px;
}


#rightCol152 .boxContainer152 .inYourCartBoxTop {
	margin: 0px;
	padding: 0px;
	height: 26px;
}

#rightCol152 .boxContainer152 .inYourCartBoxCont {
	background-image: url(images/inYourCartBoxTile.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#rightCol152 .boxContainer152 .inYourCartBoxBtm {
	margin: 0px;
	padding: 0px;
	height: 17px;
}

#rightCol152 .boxContainer152 .inYourCartBoxCont p {
	margin: 0;
	font-size: 10px;
	color: #797974;
	padding: 2px 5px;
}
#rightCol152 .boxContainer152 .inYourCartBoxCont a {
	margin: 0;
	font-size: 10px;
	color: #FF8000;
	padding: 2px 5px;
}


		/* --- C DISCOUNT BOX / PRODUCT FLASHLIGHT PAGES --- */

#mainCol318 .cDiscountBoxContainer318 {
	background-image: url(images/discountBox_tile.jpg);
	width: 318px;
}

#mainCol318 .cDiscountBoxContainer318 .cDiscountBoxTop {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#mainCol318 .cDiscountBoxContainer318 .cDiscountBoxCont {
	background-image: url(images/discountBox_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainCol318 .cDiscountBoxContainer318 .cDiscountBoxBtm {
	margin: 0px;
	padding: 0px;
	height: 53px;
}

#mainCol318 .cDiscountBoxContainer318 .cDiscountBoxCont p {
	margin: 0px;
	padding: 26px 20px 0 20px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

#mainCol318 .cDiscountBoxContainer318 .cDiscountBoxCont p .yourPrice {
	font-size: 42px;
	color: #FFFFFF;
	font-weight: bold;
}

#mainCol318 .cDiscountBoxContainer318 .cDiscountBoxCont p .price {
	color: #FFFFFF;
}




/* --- DYNAMIC PAGES ELEMENTS --- */

.lightGrayBgDiv {
	background-color: #F0F0EF;
	padding: 20px 25px;
	margin-bottom: 25px;
	border: 1px solid #B3B3AF;
}

.lightGray2BgDiv {
	background-color: #E2E2E1;
	padding: 20px 25px;
	margin-bottom: 25px;
	border: 1px solid #B3B3AF;
}

#mainCol838 .lightGrayBgDiv p,
#mainCol602 .lightGrayBgDiv p {
	color: #797974;
}

#mainCol838 .lightGrayBgDiv h3,
#mainCol602 .lightGrayBgDiv h3 {
	color: #797974;
	border-bottom: 1px solid #797974;
	padding: 0;
	margin: 0;
}

#mainCol838 .lightGrayBgDiv a,
#mainCol602 .lightGrayBgDiv a {
	color: #FF8000;
	font-weight: bold;
}

#mainCol838 .lightGrayBgDiv p.darkGrayTxt,
#mainCol602 .lightGrayBgDiv p.darkGrayTxt {
	color: #52524E;
	font-weight: bold;
}

#mainCol838 .lightGrayBgDiv p.smallTxt,
#mainCol602 .lightGrayBgDiv p.smallTxt {
	color: #797974;
	font-size: 10px;
}



	/* --- BLOG PAGES --- */

#mainCol602 .date {
	font-size: 10px;
	color: #FF8000;
}

#mainCol602 p.orangeTxt,
#mainCol838 p.orangeTxt {
	color: #FF8000;
	font-weight: bold;
}
	
.gray2Bg {
	background-color: #E7E7E4;
}

.bBoxContainer {
	margin: 0px;
	padding: 0px;
}
.bBoxTop {
	margin: 0px;
	padding: 0px;
}
.bBoxContent {
	font-size: 10px;
	margin: 0px;
	padding: 7px;
	background-image: url(images/dbShowFieldsBoxTile.gif);
	background-repeat: repeat-y;
}
.bBoxBtm {
	margin: 0px;
	padding: 0px;
}


	/* --- B: SALES AND STATS --- */

#otherAddress {
	display: none;
}


	/* --- DATABASE: SHOW FIELDS BOX --- */

.showFieldsBoxContainer {
	margin: 0px;
	padding: 0px;
}
.showFieldsBoxTop {
	margin: 0px;
	padding: 0px;
}
.showFieldsBoxContent {
	font-size: 10px;
	margin: 0px;
	padding: 7px;
	background-image: url(images/dbShowFieldsBoxTile.gif);
	background-repeat: repeat-y;
}
.showFieldsBoxBtm {
	margin: 0px;
	padding: 0px;
}




/* --- TOP LOG IN --- */


#logInDiv {
	position: absolute;
	text-align: right;
	top: 0px;
	right: 10px;
	z-index: 1000;
}

#logInDiv form td {
	text-align: left;
	padding:2px 2px 0 2px;
}
#logInDiv form td img {
	padding-bottom:0;
	margin-bottom:0;
}


/* --- ERROR/SUCCESS MESSAGE IN FORMS --- */
#statusMessage td, .statusMessage td {
	display:none;
	font-weight:bold;
	color:#FF8000;
	padding-top:18px;
	padding-bottom:14px;
}



/* --- ADMIN PAGES --- */

body#a1 div#mainCol838 {
	font-size:12px;
	line-height: 20px;
}

body#a1 div#mainCol838 h1 {
	line-height: 30px;
}

body#a1 div#mainCol838 td {
	padding: 2px 10px 2px 5px;
	line-height:16px;
}

body#a1 div#mainCol838 th {
	padding: 2px 10px 2px 5px;
	line-height:16px;
}

body#a1 div#mainCol838 table.formTable td {
	padding: 5px 30px 5px 35px;
	line-height:14px;
}



