body {
	color : #000000;
	background : #ffffff;
	font-family : "Times New Roman",David,Narkisim, Times, serif;
	font-size : 12pt;
}

a {
	text-decoration : underline;
	color : #0000ff;
}

.print {
	display: block;
	text-align: center;
}

.white {
	color: #ffffff;
	visibility: hidden;
}

div#evenBefore, div#innerPageHeader, div#sidePanel, div#bannerHolder, ul#internalMenu, ul#mainMenu, div#logoHolder, div#footerHolder, input.printButton, div#onlineSidePanel, p#menuSelector, dl#sections, div#totalsHolder input.button, div#totals, div#onlineFooter  {
	display: none;
}

/*Customer club */
/*
body, table {
			color: blue;
			
		}
		body#cclub div#fixedWidth {
			width: 100%;
		}
		td, th {
			white-space: nowrap;
			font-size: 18px;
		}
*/
body#cclub, body#cclub div#fixedWidth {
	width: 100%;
}

body#cclub div#header {
	width: 950px;
}

body#cclub div#headerBg {
	background-color: #ffffff;
	width: 950px;
	margin: 0 auto;
	height: auto;
}

body#cclub div#logoHolder {
	display: block;
	clear: both;
}

body#cclub div#taglineHolder {
	height: 25px;
}

body#cclub img#tagline {
	display: none;
}

body#cclub h1 {
	display: block;
}

body#cclub ul.nav {
	display: none;
}

body#cclub ul#breadcrumbs, body#cclub h2, body#cclub div#sidePanel, body#cclub.nav, body#cclub form#sortList {
	display: none;
}

body#cclub table {
	border-collapse: collapse;
}

body#cclub table td a {
	text-decoration: none;
	color: #000000;
}

body#cclub table#itemList {
	border: 1px solid #2a2a2a;
	font-size: 100%;
	width: 100%;
}

body#cclub table#itemList td,body#cclub table#itemList th {
	background-color: #ffffff;
	font-size: 18px;
	border: 1px solid #2a2a2a;
}

body#cclub table.itemList td {
	white-space: nowrap;
	padding: 5px 3px;
}

* html table .printDisplay {
	display: block;
}

.printDisplay {
	display: table-cell;
}

.printHide {
	display: none;
}

.printButtonHolder {
	text-align: center;
	margin-top: 20px;
}