/* ---	HTML elements 	--- */
a, body, p, td {
	color: #3e2368;
}
body {
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}
img {
	border: none;
}
h1, h2, h3, p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h1, h2, h3 {
	font-weight: normal;
	text-decoration: underline;
}

/* ---	navigation 	--- */
#nav {
	position: relative;
}
#cart_icon_container {
	position: absolute;
	top: 43px;
	left: 0px;
	z-index: 30;
	width: 834px;
	text-align: right;
}
#cart_icon {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #332368;
	white-space: nowrap;
}
#cart_icon img {
	vertical-align: middle;
}
#cart_icon a {
	color: #fff;
	text-decoration: none;
}
