/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// General html tags
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
body, td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

ul {
	margin: 0px 16px;
}

ul.topBottomMargin {
	margin: 12px 16px;
}

ol {
	margin: 0px 24px;
}

/* square bullets */
li.sq {
	list-style-type: square;
}

UL {
list-style-position: outside;
margin: 0px 16px;
}
/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Links
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* general links */
a:link {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
}

/* general links */
a:visited {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
}

/* general links */
a:hover {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #669999;
}

/* NEW PHASE 2 */
/* general small links */
a.small:link, a.small:visited, a.small:hover {
	font-size: 7pt;
}

/* list links */
a.listLink:link {
	color: #000000;
}

/* list links */
a.listLink:visited {
	color: #666666;
}

/* list links */
a.listLink:hover {
	color: #990000;
}

/* first time visitor, login, privacy */ 
a.home:link, a.home:visited {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* first time visitor, login, privacy */ 
a.home:hover {
	color: #990000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* first time visitor, login, privacy, breadCrumbs */ 
a.utilities:link, a.utilities:visited, a.breadCrumbs:link{
	font-size: 9px;
	color: #000000;
}

/* breadCrumbs */ 
a.breadCrumbs:visited{
	font-size: 9px;
	color: #666666;
}

/* first time visitor, login, privacy, breadCrumbs */ 
a.utilities:hover, a.breadCrumbs:hover {
	font-size: 9px;
	color: #990000;
}

/* left nav links */
a.leftNav:link, a.leftNav:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* left nav links */
a.leftNav:hover {
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}

/* dept secondary links */
a.secLinksHeader:link {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* dept secondary links */
a.secLinksHeader:visited {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

/* dept secondary links */
a.secLinksHeader:hover {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}

/* featured Campground links */
a.featuredCampground:link {
	font-size: 13px;
	font-weight: bold;
	color: #006633;
}

/* featuredCampground links */
a.featuredCampground:visited {
	font-size: 13px;
	font-weight: bold;
	color: #006633;
}

/* featuredCampground links */
a.featuredCampground:hover {
	font-size: 13px;
	font-weight: bold;
	color: #669999;
	text-decoration: none;
}

/* Search */
a.search:link, a.search:visited, a.search:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 7pt;
}


/* footer */ 
a.footer:link, a.footer:visited, a.footer:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 7pt;
}

/* red alert links */
a.linkAlertRed {
	color: #FF0000;
}

/* white links */
a.white:link, a.white:visited {
	color: #FFFFFF;
}

/* white links */
a.white:hover {
	color: #00CC00;
}

/* red links_guides */
a.redUnderline:link {
color: #CC0000;
font-family: verdana, geneva, arial, helvetica, sans serif;
font-size: 8pt;
font-weight: bold;
}
/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Header Styles
// global nav, utility nav, shopping bag
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* global nav in header */
td.globalNav {
	text-align: right;
	vertical-align: bottom;
}

/* first time visitor, login, privacy */
div.utilHome {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
}

/* first time visitor, login, privacy */ 
div.utilLeft {
	margin-left: 17px;
}

/* first time visitor, login, privacy */ 
div.utilCenter {
	text-align: center;
}

/* first time visitor, login, privacy */ 
div.utilRight {
	margin-right: 28px;
	text-align: right;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Search Box
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* global search box */
div.searchHeader {
	font-weight: bold;
	margin-bottom: 2px;
	letter-spacing: -.02em;
}

/* global search box */
div.search {
	font-size: 9px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 9px;
}

/* global search box */
select.search {
	font-size: 9px;
	margin-bottom: 5px;
	width: 145px;
}

/* global search box */
div.selectSearch {
	font-family: Arial;
	font-size: 11px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Left Nav
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* left nav */
div.leftNavHeader {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 10px;
	text-transform: uppercase;
}

/* left nav */
div.leftNavLinks {
	margin-left: 11px;
}

/* left nav */
div.leftNavLinksOn {
	margin-left: 13px;
}

/* left nav */
div.leftNavLink {
	margin: 1px 0px;
	padding-right: 5px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Body Styles
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* for main content area */
div.mainBody {
	margin-left: 13px;
}

/* only allows the copy to span specified width */
div.copyWidth {
	width: 494px;
}

/* dyn horizontal home area */
div.homeHorizontal {
	margin-top: 13px;
	margin-bottom: 12px;
}

/* featured product area */
div.featuredProd {
	margin-bottom: 14px;
}

/* home flex msg */
div.flexMsg {
	text-align: center;
}

/* home editorial section */
td.editorial {
	padding-top: 25px;
	vertical-align: top;
}

/* home editorial section */
div.editorial {
	margin-left: 10px; 
	margin-right: 10px;
}

/* home editorial section */
td.editorialLine {
	padding-top: 13px;
	vertical-align: top;
}

div.breadCrumbs {
	margin-bottom: 12px;
}

/* dept secondary links */
td.secLinksBG {
	background: #EFEED8;
	text-align: center;
	vertical-align: middle;
}

/* department vertical */
div.deptLeftSide {
	margin-left: 14px;
}

div.featProdVert {
	margin-bottom: 20px
}

td.centerTop {
	text-align: center;
	vertical-align: top;
}

/* asterisk color */
span.asterisk {
	color: #FF0000;
}

/* submit, cancel, etc buttons */
div.actionBtns {
	text-align: right;
}

/* spacing for shopping bag items */
td.shopBagItem {
	vertical-align: top;
}

/* spacing for shopping bag items */
div.shopBagItem {
	margin-left: 5px;
}

div.bulletListLink {
	margin-top: 3px;
	margin-left: 8px;
}

/* top, right, btm, left */
div.steps {
	margin: 5px 5px 5px 10px;
}

div.linksHeadersPadding {
	margin: 5px;
}

sup.superscript {
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

.itemHeader {
	padding: 3px;
}

.vertMargin {
	margin-top: 3px;
	margin-bottom: 4px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Footer
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
div.footerSecurity {
	font-family: Arial, helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 4px;
	font-size: 7pt;
	color: #333333;
}

td.footer {
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Alerts Fonts
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* general alert font */
.alertRed {
	color: #FF0000;
}

/* bold alert font */
.alertRedBold {
	color: #FF0000;
	font-weight: bold;
}

/* small alert font */
.alertRedSmall {
	color: #FF0000;
	font-size: 7.5pt;
}

/* small alert font */
.alertSmallPrintable {
	font-size: 7.5pt;
}

/* bold dark blue font */
.alertDarkBlueBold {
	color: #000165;
	font-weight: bold;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Bold Fonts
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* general bold font */
.bold {
	font-weight: bold;
}

/* small bold font */
.boldSmall {
	font-size: 7.5pt;
	font-weight: bold;
}

/* large bold font */
.boldLarge {
	font-size: 8pt;
	font-weight: bold;
}

/* larger bold font */
.boldLarger {
	font-size: 10pt;
	font-weight: bold;
}

/* larger bold font */
.boldLargerArial {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

/* largest bold font */
.boldLargest {
	font-size: 11pt;
	font-weight: bold;
}

/* white general bold font */
.boldWhite {
	font-weight: bold;
	color : #ffffff;
}

/* white large bold font */
.boldLargeWhite {
	font-weight: bold;
	color : #ffffff;
	font-size : 8pt;
}

/* white larger bold font */
.boldLargerWhite {
	font-weight: bold;
	color : #ffffff;
	font-size : 10pt;
}

/* white medium bold font - for guides */
.boldMediumWhite {
	font-weight: bold;
	color : #ffffff;
	font-size : 12px;
}

/* white medium font - for guides*/
.mediumWhite {
	color : #ffffff;
	font-size : 10px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Font Sizes
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* general small font */
.textSmall {
	font-size: 7pt;
}

.textSmallWhite {
    color : #ffffff;
	font-size: 7pt;
}

.textSmallGrey {
    color : #999999;
	font-size: 8pt;
}

/* general smaller font */
.textSmaller {
	font-size: 6pt;
}

/* green header font */
.header {
	font-family: "Times New Roman", Times, serif;
	color: #29634A;
	font-weight: bold;
	font-size: 14pt;
}

/* green header font */
.headerSpacer {
	font-family: "Times New Roman", Times, serif;
	color: #29634A;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 16px;
	margin-bottom: 6px;
}

/* green header font for corp sales */
.headerCS {
	font-family: Verdana;
	color: #29634A;
	font-weight: bolder;
	font-size: 12pt;
	margin-top: 16px;
	margin-bottom: 6px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// widths for inputs and selects
// almost all class names correspond to the pg on
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
input.search {
	font-size: 9px;
	margin-bottom: 3px;
	width: 118px;
}

input.footer {
	width: 160px;
}

input.giftBox {
	width: 195px;
}

input.pyoCC {
	width: 150px;
}

input.redeemLLnum {
	width: 64px;
}

input.redeemNum {
	width: 112px;
}

input.redeemDate {
	width: 82px;
}

input.redeemAmt {
	width: 58px;
}

select.redeemType {
	width: 103px;
}

select.selectOufitsBO {
	width: 470px;
}

input.billToPhoneCode {
	width: 40px;
}

input.billInfoName, select.billInfoName, textarea.billInfoName {
	width: 255px;
}

input.billInfoCustNum, select.billInfoCustNum {
	width: 92px;
}

input.billInfoAddress, select.billInfoAddress {
	width: 220px;
}

input.billInfoAddressForOtherCountry, select.billInfoAddressForOtherCountry {
	width: 260px;
}

input.billInfoContact, select.billInfoContact {
	width: 150px;
}

input.billInfoCC, select.billInfoCC {
	width: 142px;
}

input.giftCard {
	width: 270px;
}

input.shopBag {
	width: 25px;
}

input.login {
	width: 143px;
}

input.prodAddedOther, select.prodAddedOther  {
	width: 130px;
}

select.prodTextBox  {
	width: 385px;
}

input.prodAddedQuant {
	width: 25px;
}

input.monogram {
	width: 120px;
}

input.engrave {
	width: 200px;
}

input.csProd {
	width: 45px;
}

select.csProd {
	width: 108px;
}

textarea.csProd {
	width: 220px;
}

input.phone3Num {
	width: 30px;
}

input.phone4Num {
	width: 37px;
}

input.phone6Num {
	width: 50px;
}

input.wismo {
	width: 160px;
}

input.egiftcert {
	width: 200px;
}

textarea.egiftcert {
	width: 200px;
}
.emailFormWidth{width:245px;}
.inputWidthLonger{width:325px;}

input.advSubFileInput {
	width: 327px;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* gloal bg colors */
/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
/* most commonly used in left nav */
.lightBrownBG {
	background: #EFEED8;
}

/* used as a divider or line against light brown bg */
.darkBrownBG {
	background: #D6D5B7;
}

/* most commonly used in search box */
.lightGreenBG {
	background: #749685;
}

/* most commonly used in search box */
.lighterGreenBG {
	background: #ECF0EE;
}

/* ??? */
.darkGreenBG {
	background: #29634A;
}

/* most commonly used as a seperator in order process table */
.lightGrayBG {
	background: #CCCCCC;
}

/* most commonly used as a seperator in order process table */
.lightestGrayBG {
	background: #EFEFEF;
}

/* left nav */
.leftNavBGon {
	background: #FFFFFF;
}

/* commonly used as a border for sold out, out of stock alert boxes, etc */
.alertBG {
	background: #FF0000;
}

/* Used for SBC new format */ 
.tip {                     
font-family:arial;         
font-size: 11px;           
border:solid 1px #666666;  
position:absolute;         
z-index:100;               
visibility:hidden;         
color:#333333;             
top:200px;                 
left:90px;                 
width:175px;
background-color:#FFFFE1;  
}                          

.titleRedGuides{
font-family: verdana, geneva, arial, helvetica, sans serif;
font-size: 8pt;
color: #CC0000;
font-weight: bold;
}


.deptMainImagetext{
font-family: verdana, geneva, arial, helvetica, sans serif;
font-size: 7pt;
color: #000000;
}


/* SEO searchbot link */
a.robot:link, a.robot:visited, a.robot:hover {
        font-family: Arial, helvetica, sans-serif;
        font-size: 7pt;
	text-decoration: none;
	color: #000000;
}

.error{
   color: RED;
   font-size: 10pt;
   font-weight: bold;
}

.main-table-h1 {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    line-height: normal;
    font-weight: bold;
    background-color: #7F958B;
}

.main-table {
    background-color: #FFFFFF;
}

.main-table-grey {
    background-color: #DDDDDD;
}

.main-table-td {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    color: #333333;
    line-height: normal;
    font-weight: normal;
    background-color: #EEEEEE;
}

.main-table-td2 {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 color: #333333;
 line-height: normal;
 font-weight: normal;
 background-color: #DDDDDD;
 text-align: center;
}

.main-table-td2-left {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 color: #333333;
 line-height: normal;
 font-weight: normal;
 background-color: #DDDDDD;
 text-align: left;
}

h1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #666666;
 text-decoration: none;
 font-weight: bold;
 line-height: normal;
 text-align: left;
 margin-top: 10px;
 margin-left: 2px;
 margin-bottom: 10px;
}

h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #666666;
 text-decoration: none;
}

div#mainphoto img.mainphoto {

	border: 3px double #6f6f6f;

	margin: 3px;

}

div#featuredCampground img.featuredCampground {
	border: solid #006633;
	margin: 1px;
        border-width: 1px
}

.featuredCampgroundCell {
	border: 2px dashed #7F958B;
	margin: 2px;
    width: 25%;
}

.basic {
	background-color: #FFFFFF;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
.bronze {
	background-color: #FFFF99;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
.silver {
	background-color: #DDDDDD;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
.gold {
	background-color: #669933;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
.platinum {
	background-color: #6699CC;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}

.localAds {
	font-size: 7pt;
}

.status-text {
	color: #0000FF;
	font-weight: bold;
    font-size: 16px;
}

a.gear:link {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 11px;
 color: #006633;
 text-decoration: none;
}

a.gear {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 11px;
 color: #006633;
 text-decoration: none;
}

/* forums */

.white-tx-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/* Main table cell colours and backgrounds */
.row1	 { background-color: #ECECEC }
.row2	  { background-color: #DDDDDD; border: none }
.row3	 { background-color: #CDCDCD }

.purple-tx-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7F958B;
	text-align: left;
}
