@CHARSET "ISO-8859-1";

html,body {
	overflow: hidden;
}

#inner {
}

#mainFull {
	overflow: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 67px;
	bottom: 17px;
	padding: 10px;
}

#topNav {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.6em;
}

#topFeatured {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.6em;
}

#topFeatured b {
	color: #004000;
}

#topMisc {
	position: absolute;
	top: 18px;
	left: 0px;
	font-size: 0.6em;
}

#botLeft {
	position: absolute;
	top: 50px;
	right: 140px;
	font-size: 0.6em;
}

#prodSearch {
	padding: 0 0 0 5px;
	margin: 0;
}

#clickList p {
	margin-top: 0em;
	margin-bottom: 0em;
}

#leftList {
	padding-bottom: 0.5em;
}

#leftList p {
	font-size: 0.6em;
	margin-left: 25px;
	text-indent: -25px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

/* This is the small whitespace with the little curve images at the top of the content pane. */
#centerTopLR {
	height: 14px;
	margin-right: 172px;
}

/* These two styles are for the little curved images inside the centerTopLR. */
.imgLt {
	float: left;
}

.imgRt {
	float: right;
}

/* The main content area of the page. */
#centerContent {
	margin-right: 174px;
	position: relative;
	overflow: auto;
}

/* The right content area which can include different things. */
#rightBar {
	float: right;
	width: 172px;
}

#xfLogin {
	width: 172px;
}

.rbBoxDiv {
	width: 170;
	border-top: 1px dotted #004000;
	clear: both;
	padding: 2px;
}
.rbSpacer {
	margin: 0;
	padding: 0;
	height: 1px;
}