h1 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/*NEED TO CHANGE WIDTH BELOW TO FIT SITE TEMPLATE*/
.admincontainer {
	width: 750px;
	position: relative;
}
.ordercontainer {
	margin: 0 auto;
	width: 790px;
	poition: relative;
}
.navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
}
.navigation a {
	padding: 10px;
	display: block;
	float: left;
	color: #000000;
	background: #a6a6a6;
	text-decoration: none;
	width: 100%;
}
.navigation li { 
	float: left; 
	width: 100%;
}
.navigation a:visited {
	background: #a6a6a6;
	text-decoration: none;
	color: #000000;
}
.navigation a:hover {
	background: #c6c6c6;
	text-decoration: none;
	color: #000000;
}
/*NEED TO CHANGE WIDTH BELOW TO FIT SITE TEMPLATE - THIS SHOULD BE THE CONTAINER WIDTH MINUS THE NAVIGATION WIDTH*/
.admincontent {
	float: right;
	width: 500px;
}
.listitem {
	position: relative;
	padding: 1px 0px 1px 0px;
	display: block;
	float: left;
	color: #000000;
	width: 450px;
	border-bottom: 1px dotted #717171;
}
.floatright {
	position: absolute;
	right: 0px;
}

.listitem a {
	color: #000000;
	text-decoration: none;
}
.listitem a:hover {
	color: #ffffff;
	text-decoration: none;
}
#categoryblock {
	display: block;
	background: #87BABD;
	padding: 10px 20px 10px 20px;
}
#cartblock {
	position: relative;
	top: -20px;
	display: block;
	width: 380px;
	float:right;
	background: #87BABD;
	padding: 10px 20px 10px 20px;
}
.categoryheading {
	font-size: 1.3em;
	font-weight:bold;
	background: #87BABD;
	padding: 4px 10px 4px 10px;
	margin-left: 20px;
}
.description {
	font-style:italic;
	padding-top:0px;
	position:relative;
	line-height: .5em;
}
.jumpto {
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	padding: 10px 0 25px 0;
}
.jumpto a {
	color: black;
}
.jumpto a:visited {
	color: black;
}
.jumpto a:hover {
	color: white;
}
.item {
	position: relative;
	padding: 8px 0 8px 0;
	width: 100%;
	color: #000000;
}
.itemline {
	width: 100%;
	border-bottom:2px dotted #633C39;
} 
.item p {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
.itemtitle {
	font-weight:bold;
	font-size:1.2em;
}
.add_button {
	position: relative;
	display: inline;
	margin: 0 5px 0 2px;
	
	background: #CE6D29;
	width: 65px;
	height: 12px;
	border: 1px dotted black;
	color: #ffffff;
	text-align: center;
	font-size: .75em;
	
}
.add_button a {
	color: #ffffff;
	text-decoration: none;padding: 0 5px 0 5px;
}
.add_button a:visited {
	background: #CE6D29;
	text-decoration: none;
	color: #ffffff;
}
.add_button a:hover {
	background: #c6c6c6;
	text-decoration: none;
	color: #000000;
}