/* 
========================================================================
Print.css
========================================================================
*/


/* -------   BillW   ------- */

/*  ======================================= */
/*   hide unneeded/unwanted elements     */
/*  ======================================= */
#Template-HeaderNavButtons   { 	display: none;	visibility: hidden; 	height: 0px; }
#Template-LeftMenuTD  {	display: none;	visibility: hidden; 	width: 0px; }
#Template-ContentNavButtons  {  	display: none;	visibility: hidden;	height:0px;  width:0px;}
#Template-Footer, #Template-Footer td  {	display: none;	visibility: hidden; 	height:0px;  width:0px; } 

.addtobasket {  display: none;   visibility: hidden;  }   /*   disable Add button  */
.moreinfo, .extrainfolinks   {  display: none;	visibility: hidden;  }   /*  this disables  strLargeImagePopupHTML  and  the "more info link" (aka "Hyperlink" under the product view)    */
.MovieDisplay, .MediaPlayer  {	display: none;	visibility: hidden; 	height:0px; }
.writeyourown  {  display: none;	visibility: hidden; }   /*  disable "Write Your Own Review" link   (which is under the "PRODUCT REVIEWS" section)  */
.carryonshopping {  display: none; 	visibility: hidden; }   /*  disable the whole "CROSS SELLING STUFF" section   */
/* #Product-RecentlyViewedProducts  { 	display: none; 	visibility: hidden;  }  */

.GemFindLink  { display: none; 	visibility: hidden;   }

.ProductNavButtons, .ProductNavButtons a, .ProductNavButtons img  { display: none; 	visibility: hidden;  }
/* ======================================== */


/*  ======================================= */
/*   get rid of backgrounds     */
/*  ======================================= */
body { 
	background-color:#FFFFFF;  
	background-image:none;    
	background:none;    
	vertical-align:top;  
} 

#container { 
	background-color:#FFFFFF;  
	background-image: none;  
	background:none;  
	vertical-align:top; 
}
#Template-HeaderTable  { background-color:#FFFFFF;  background-image: none;  background:none;   }
#Template-HeaderTable td { background-color:#FFFFFF;  background-image: none;  background:none; }
#Template-Table01  { background-color:#FFFFFF;  background-image: none;  background:none;  }
#Template-Table01 td  { background-color:#FFFFFF;  background-image: none;  background:none; }
#Template-RightTD   { background-color:#FFFFFF;  background-image: none;  background:none;  }
#ContentTable { background-color:#FFFFFF;  background-image: none;   background:none; }  
#ContentTable td { background-color:#FFFFFF;  background-image: none;  background:none; }  

.boxinset { background-color:#FFFFFF;  background-image: none;  background:none; }
.reviews { 	background-color:#FFFFFF;  background-image: none;  background:none; }

/*  ==================================== */


/*  ==================================== */
/*   formatting, alignments, margins, padding, etc    */
/*  ==================================== */
body  { 
	width:585px;    /*   HARD CODE WIDTH  */
	margin:0px auto 0px 0px;   /*  left align  */
	vertical-align:top; 
} 

.PricesValidAsOf  {  
	width:585px;    /*   HARD CODE WIDTH  */
	visibility:visible;   display:block;   /*  display  */
	font-weight:bold;  
	text-align:center;
}


/*  header  */
#Template-HeaderTable {  
	width:585px;    /*   HARD CODE WIDTH  */
	height: auto;      /*  153px;   /*  new height (same as HeaderImage.jpg) because we're missing Header Nav Buttons  */
	margin:0px; 	
	margin-right:auto;   /*  left align  */
	padding:0px; 
	vertical-align:top;
} 
#Template-HeaderImage  {  
	width:585px;    /*   HARD CODE WIDTH  */
	height: 117px;   /* 	height: auto; */
	margin:0px; 
	padding:0px;
}

.EMailToAFriendMessage  {
	width:585px;    /*   HARD CODE WIDTH  */
	text-align:left;
}


/*  content  */
#Template-Table01  { 
	width:585px;    /*   HARD CODE WIDTH  */
	margin:0px; 	
	margin-right:auto;   /*  left align  */
	padding:0px; 
	vertical-align:top;  
}
#Template-RightTD   {	
  width:585px;    /*   HARD CODE WIDTH  */  
}
#ContentTable { 
	/*  border:5px; border-color:#000000;  border-spacing:5px;  margin:5px; padding:5px;	background-color:#339900;  /*  FOR TESTING */
width:585px;    /*   HARD CODE WIDTH  */  }
#pagebody {  padding:0px; margin:0px;   width:585px;    /*   HARD CODE WIDTH  */ }
#pagecontent  { }
/*  ==================================== */




/*********  original cactushop css:  ***********/
#header, #header2, #adminbar {
	display: none;
	visibility: hidden;
	width: 0px;
}

#container {
	display: block;
	background: none;
	margin: 0px auto;
}

#centrecontainer, #pagecontent {
	width: 100%;
}

#terms {
	background: none;
	color: Black;
}
/******************************************/




