﻿
/* Change color of all text to black */
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p 
{
	color: #000;
}

body, .TextElement, #ctl00_ContentPlaceHolderLeft_pageHeading, .header01 {	background-color: #FFF; background-image:none;}
div.header01 {color: Black;}


/* hide non-printable main page areas */
/*#header, */
#menu, #col1, #col3 {display: none;}
#breadcrumb {display: none;}
#leftnav {display: none;}
#rightnav {display: none;}
#footer {display: none;}
#col2{width:100%}




/* hide non-printable elements */

.relatedLinks {display: none;}

#newsitem .topnav {display: none;}
#BackNavDownloadPrint{display: none;}
.articletitle {display: none;}

#nav, .nav, #wrapper_bottom, #wrapper_right, #itemsInWishList, #printThisPage, #downloadPDF {display: none;}
#wrapper_center{width:auto;}
#wrapper {margin: 5px 20px; width:inherit;}
#OneByOneGif {height: 10px;}
.SideBarPromo {border: solid 3px #CCC; width:100.4%;}/**/

/* Wishlist for print*/
#myWishListHeader {display: none;}
#imgBtnUpdate, #imgBtnUpdate2, #imgBtnSeeWishList2, #WishListComment{display: none;}
#WishListCommentPrint{display:block; padding-left: 10px;}
#tableCentered {margin: 0;}
.wishlistTotal {width: 715px; padding-bottom:0px; background-color: White; color: Black;}
.wishlistTotal span { color: Black;}
#thinLine {width: 755px;}
.hideMeOnPrint{visibility:hidden;}
.showMeOnPrint{display:block;}
.imgInWishList{height:90px; border: solid #F3F3F3 1px; padding:3px 0px; background-color:#FFF;}
.onPrint{text-align:left;}


