body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height:1.5em;
}
body {
	background-color: #FFF;
}
a {
	font-size: 14px;
	color: #03F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #03F;
}
.ProductText { font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#ae2e4b;
}

#pageHeader {
	border:#999 1px solid;
	border-bottom:none;
	background-color:#efad94;
	width:900px;
	
}
#pageContent {
	border:#999 1px solid;
	border-bottom:none;
	background-color:#efad94;
	width:900px;

}
#pageFooter {
	border:#999 1px solid;
	background-color:#efad94;
	width:900px;
	
}

.cart_button {
	background: none repeat scroll 0 0 #fff;
	border-radius: 0.6em;
	color: #000;
	cursor: pointer;
	z-index: 999;
}