@CHARSET "UTF-8";

html, body {
	overflow: hidden;
}

#inner {
	
}

#mainFull {
	overflow: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 67px;
	bottom: 17px;
	padding: 10px;
}

#topFeatured {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.6em;
}

#topFeatured b {
	color: #004000;
}

.bannerWrapper {
	position: absolute;
	top: 1px;
	left: 0;
	height: 60px;
	display: flex;
}

.bannerRow {
	flex: 50%;
	font-size: 0.8em;
}

.navTable {
	table-layout: fixed;
	height: 100%;
	width: 100%;
}

table.navTable td {
	width: 25%;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
	border: 0;
}

#botLeft {
	position: absolute;
	top: 40px;
	right: 20px;
	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;
	padding-left: 0.25em;
}

#leftList p {
	font-size: 0.7em;
	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;
}

.produceLists {
	width: 100%;
	text-align: center;
}

.prodList {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	vertical-align: top;
}