/* GLOBAL */
/*  CSS */

html{
	font-size: small;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
    }


body {
	font-family: Arial, verdana, sans-serif;
	line-height:1.3em;
	margin: 34px;
	background: url(graphics/00000001/BODY_BG_GREEN.jpg) #345c0f;  
	color: #000;
    }  

  
  /*  ------------------------ added this anchor code -------*/
	a { 
        border-bottom:0px solid #c0c0c0;
	color: #000000; 
	text-decoration: underline;   
        font-weight: bold;      
        font-family: Verdana, sans-serif;   
	}

	a:visited {
	border-bottom:1px solid #c0c0c0;
	color: #345c0f;
	text-decoration: none;
	}

	a:hover {
	background-color: #ffffda;
	border-bottom:1px solid #c0c0c0;
	color: #EE4EFC;     
	text-decoration: none;
	}		
	
	a:active {
	background-color: #ffffda;
	border-bottom:1px solid #c0c0c0;
	color: #345c0f; 
	text-decoration: none;
	}

     /*   a[href^="mailto"] { color: #345c0f; } */

   /*------------------------ end of anchor code -------*/

h2, h4 { padding: 0; margin: 0; font-family:  Tahoma, Arial, helvetica, verdana, sans-serif }
h1, p, ul, ol { margin-top: 0; margin-bottom: 14px; }
h3, h5, td, table, form, div { margin: 0; padding: 0; }
img { border: 0; }

/*    h1 { font-size: 1.8em; color:#b12727; } ------------- */
h1 { font-size: 1.8em; color:#345c0f; }
h2, h4, h5 { font-size: 1em; }
h2 a { text-decoration: none; color: #000; }
h2 a:hover { text-decoration:underline; }
h3 { font: bold 1.1em Tahoma, Arial, Helvetica, sans-serif;}
 /*  h5 { display: inline; }       --------------------------------------*/
h5 { display: inline; color:#345c0f; } 

/* timeout message font color */
 .timeout font{
  font-weight:bold; 
  color: #345c0f;
  }

form { 
	display:inline; 
	}

select {
	margin-bottom: 3px; 
	}

#content {
	float:right;
	width: 635px;
	}
	
#content_home {
	float:right;
	width: 635px;
	}
	
#content_home h1 {
	display:none;
	}
	
#login {
	line-height:25px;  
        width: 265px; 
	}

#mainbody {
	width: 871px;
	margin: 0 auto;
	/* padding: 60px 20px 44px 15px; */
	padding: 30px 20px 44px 15px;     /*  moved mainbody up 30px on 3/8/10 */
	font-size:95%;
	border: 9px solid #fff;
	border-top: none;
	background:url(graphics/00000001/PRODUCTTREE_BG_BEIGE.jpg) repeat-y #fff;         /* our own  category tree background */
	} 
	
#mainbody_account {
	width: 866px;
	margin: 0 auto;
	/* padding: 60px 20px 44px 20px; */
	padding: 30px 20px 44px 20px;
	font-size:95%;
	border: 9px solid #fff;
	border-top: none;
	background:#fff;
	}
	/*  ------------------------removed 1-23-2010    
#mainbody table {
	width:635px;
	float:right;     
	}                   ------------*/

 
#topbar {
    width: 924px;
	margin: 0 auto;  
	/* padding-top:  15px; */
	padding-top: 0px; 
	min-height: 25px; 
  	background:url(graphics/00000001/LOGOTOPBAR_25pxHigh.jpg) top left no-repeat;  

 	}  
	
.clear {
	clear:both;
	}

.floatleft {
	float: left;
	}

.floatright {
	float:right;
	}

.floatrighthidden {
	float:right;
        display:none;
	}
	
	
/* NAVBAR */

#affiliatelink {  
	font-size: 95%; 
	margin-left: 15px;
	position:absolute;
  /*	top: -234px;  */
	top: -234px;
	right: 0;
	color:#fff;
	}

#affiliatelink a { 
	font-weight:bold; 
	font-size: 95%;
	color:#fff; 
	}

#currenttab {    
    list-style: none;
	color: #000;
	margin-left: 15px;
	float:right;
	/* float:left; */
	white-space:nowrap;	
	}
	
#currenttab h3{     /* font on navigation bar */
  /*	text-transform:uppercase;       5-6-10  */
	font-size:85%;
	padding: 8px 10px;
	background:#fff;
	}

	
#loginlink {  
	font-size: 130%; 
	position:absolute;
	/* top: -255px; */
	top: -243px;
	right: 0;
	color:#fff;
	}

#loginlink a { 
	font-weight:bold; 
	font-size: 95%; 
	color:#fff;
	background-color:#345c0f;  
	}

   /*      ---------------------------------------      original commented
#logo {
	height: 190px; 
	display:block;
	margin: 0;
	background: url(graphics/en-US/new/company_logo.jpg) no-repeat #fff;    
    } ----------------------------------------  */

 	
#logo {
	height: 170px; 
        width: 900px;
	display:block;
	/* background: url(graphics/00000001/TRAILERLOGO_RESIZED.gif) no-repeat #fff;  changed 4/23/10 */
	background: url(graphics/00000001/FlatRVPicture_resized.gif) no-repeat #fff;
        margin-left: 3px;
	/*margin-right: auto;  */  
    }  
	
	
#logobar{ 
	padding: 0; 
	margin: 0; 
	border: 9px solid #fff;
	border-bottom:none;
	background: #345c0f; 
	/* padding-bottom: 10px;*/
	padding-bottom: 7px;
	}
  /*	background: #294e18;  ------------*/
	
#logobar ul { 
	position: absolute;
	/*top: 235px;           removed this */
	top: 215px;     /* changed top here & on topbar */
	margin: 0;
	padding: 0;
	width: 890px;
	}


#search {
	position: absolute;
	top: 250px;
	width: 905px;
	}	
	
#search .searchbutton { 
	float:right;
	position:absolute;
	right: 0;
	margin-left: 3px; 
	}
		
#searchfield { 
	color: #666; 
	margin-right: 50px;
	width: 135px;
	float:right;
	font-size:.9em;
	padding: 2px;
	height:16px;
	margin-left: 7px;
	}

#mini {
	position: absolute;
   	background: #fff9bd;   /* category background beige */ 
	float:left;
	display:block;
        margin-left: -30px;
	top: 5px;     
	width: 400px;
	}

/*  Overlay area used by mini basket */
#minilogo {
	position: absolute;
   	background: #345c0f;   /* category background green */ 
	float:left;
	display:block;
        margin-left: -30px;
	top: 5px;     
	width: 400px;
	/* min-height: 10px;*/
	}

/* -----------------------------
#mini ul { 
	position: absolute;
	top: 5px;     
	margin: 0;
	padding: 0;
	width: 470px;
	}   ------------------*/
 	
.hiddentab {
    list-style:none;
	margin-left: 15px; /*  added this */
	float:right;  
	/* float:left; */
	color: #fff;
	white-space:nowrap;
	}

.hiddentab h3 { 
	font-size:85%;
	/* padding: 7px 10px 0 25px; */ 
	padding: 7px 10px 0px 20px; 
	}

.hiddentab b h3 a {    /* font on navigation bar */
	color: #fff; 
	text-decoration:none; 
  /*	text-transform: uppercase;  5-6-10 */
	}

/*  -------------------------------------
.hiddentab b h3 a:hover { 
	text-decoration:underline; 
	}           -----------------*/


.hiddentab b h3 a:hover { 
	color: #000;
	text-decoration:none;
	background: #ffffff;	/* added this */
	padding: 7px 0px 0px 0px;   /* added this */ 
	}	
	
	
/* CTGY */

#nextbutton {
	clear:both;
	float:right;
	margin-top: 20px;
	}

#prevbutton {
	position: relative;
	top: 25px;
	clear:left;
    float:left;
	}

.catrow {
	float:right;
    margin: 0;
	padding: 10px;
    width:auto;
    }
		
.prodbutton {
	margin: 7px auto 7px auto;
	}
	
.prodbutton form { 
	display:block; 
	}	
				
.prodcolumn {
    float:left;
	width:293px;
	padding-right: 10px;
	text-align:center;
/*	color:#b12727;  -----------------*/
	color:#000000;
	}

.prodcolumn h2 { width:191px; display:block; margin: 0 auto 5px auto; }

.thumb {
	margin: 5px auto;
	}
		
			
/* ACCOUNT PAGES */

.account_column {
	width: 50%;
	float:left;
	}	

.account_column h5 { width: 180px; clear: both; }
.account_column input { margin-bottom: 3px; display:block; margin-left: 180px; }
.account_column select { margin-bottom: 3px; display:block; margin-left: 180px; }

.paymentdetail {
	width: 130px;
	display:block;
	height: 26px;
	float:left;
	}
	
.invalid {
	color: #FF0000;
	}
	
.pad {
    margin-top: 25px;
	}
	 
	
/* BASKET */

#total {
    padding: 10px 0 0 10px;
    text-align:right;
	}
	
.baskettext_left{
	padding: 3px 15px 0 10px;
    vertical-align: top;
	}
	
.baskettext_left h4 { margin: 1px 0 2px 0; }

.baskettext_right{
	padding: 3px 0 0 10px;
	text-align: right;
    vertical-align: top;
	}
	
.baskettext_right h4 { margin: 1px 0 2px 0; }

.priceeach {
	text-align:right;
	width: 80px;
	margin-left: 5px;
	float:right;
	}


/* PRODUCT PAGES */

h1#prodname {
	display:block;
	font-size: 1.5em;
	margin-bottom: 5px;
	line-height:1.2em;
	}

#prodadd {
	display:inline; 
	position:relative; 
	top: 8px;
    }
	
.prodimage {
	margin: 0 20px 5px 0;
	float:left;
	}
	
	
/* PRODUCT LIST */
		
.alt_row_color {
	background: #f6f6f6;
	}

   /*------------------------------------------------
.listheader {
	background-color: #999; 
	color: #fff;
        height:20px;
        padding: 4px 5px; 
	border-top: 4px solid #460000;
	} ----------------------------------------- */

.listheader {
	background-color: #345c0f; 
	color: #fff;
        height:20px;
        padding: 4px 5px; 
	border-top: 4px solid #fff;    
	}
	
.productlist_row {
	padding: 4px 6px;
	float:right;
	width: 623px;  
	}
	
.productlist_row form { display:inline; float:right; margin-left: 3px; }
	
.productrow_text{
	/* width: 470px;     changed this 2/19/2010 to move price to the right */
	 width: 520px;
	padding-top: 2px;
	float:left;
	}	 
	
.productrow_text.floatleft { max-width: 380px; width:expression(document.body.clientWidth > 382? "380px": "auto" ); } 


/* SUBNAV - CATTREE */

ul#first{
	width:100%;
	margin: 0;
	padding: 0;
	}

#subnav{
	float:left;
	width: 176px;
	font-weight:bold;
	font-size: 1.1em;
	font-family:tahoma, helvetica, arial;
	border-top:1px dashed #d3d2d2;        /* original color of dashed line  */ 
	border-top:1px dashed #fff9bd;  /*   hide dashed line above category tree  */
  	}

#subnav h5 { display:block; color:#d5d5d5; background:url(graphics/en-US/new/subnav_arrow.gif) 0% 50% no-repeat #2f2f2f; padding: 4px 4px 4px 13px; }
#subnav li { margin: 0; padding: 0; list-style:none; width: 176px; border-bottom:1px dashed #d3d2d2; }	
#subnav li a { color: #212121; text-decoration:none; display: block; padding: 4px; }
#subnav li a:hover { text-decoration:underline;  }
#subnav li ul { margin: 0; padding: 0; font-size: .9em; font-weight:normal; }
#subnav li.subcategory { padding: 0; margin: 0; list-style:none; border:none; }	
#subnav li.subcategory a { color: #212121; padding: 2px 4px; }		
#subnav li.subcategory a:hover { text-decoration:underline; }	
#subnav li.subcategory a:visited:hover { }
#subnav li.subcategory h5 { background: #d5d5d5; color: #333; font-weight:normal; padding: 4px; }	