body	{
  background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12;
	color: black;
}

#categoryGrid h2 { display: none; }

#categoryGrid .title {
  display: none;
}

#categoryGrid #btmOptions {
  display: none;
}

/* used in 2 column category Grids */
#categoryGrid .content-odd2 {
	border: none;
}

#categoryGrid .content-even2 {
	border: none;
}

#clientAccount .logout {
  display: none;
}

#clientAccount .links {
  display: none;
}

#productGrid h2 { display: none; }

/* Turn off the sort option; we do not have that may products */
#productGrid #topOptions {
}

#productGrid #topOptions .sort { display: none; }

/* used in 2 column product Grids */
#productGrid .content-even2 {
	vertical-align: bottom;
	border: 1px dotted #D9D9D9;
}

#productGrid .content-odd2 {
	vertical-align: bottom;
	border: 1px dotted #D9D9D9;
}

#productGrid #btmOptions {
}

#viewCart #cartItems {
	width: 98%;
}

#customerLogin {
	width: 98%;
}

#clientAccount #myAccount {
	width: auto;
}
