div#userbar {
  display: none;
}

img {
	border-style: none;
}

#logo {
	float: left;
}


#header {
  display: none;
}

*.printer_only {
	
}

div#searchbar {
	display: none;
}

span.printer_heading {
	font-size: 1.0em;
	font-weight: bold;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
}

*.customer_service_info {
	display: none;
}

div.left_address_column {
	width: 200px;
	padding: 0px 5px 7px 10px;
	float: left;
}

div.right_address_column {
	float: left;
	padding: 0px 5px 7px 10px;
}


div.clearer {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

/* shopping cart */
table.cartgrid {
	border-spacing: 0;
	border-width: 0;
	margin: 15px 0 15px 0;
	width: 99%;
}

table.cartgrid td, table.cartgrid th {
	padding: 4px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

table.cartgrid th {
	font-weight: bold;
	border-bottom: 1px solid #d1cdbf;
}

table.cartgrid td {
	border-bottom: 1px solid #d1cdbf;
	background-color: #eefafa;
}

table.cartgrid td.price, table.cartgrid th.price {
	text-align: right;
}

table.cartgrid tr.totalrow td {
	border-top: 3px solid #165c92;
	border-bottom: 0px solid black;
	background-color: #cfe7e9;
	font-weight: bold;
}

div.order_detail label {
	font-weight: bold;
	margin: 2px 5px 2px 0px;
}

div#footer {
  display: none;
}

*.navigation {
	display: none;
}

div.back_link {
  display: none;	
}

th {
	font-weight: bold;
}