@charset "utf-8";
/* SPoo layout.css CSS file */
/*
   This CSS file contains information required to place the various
   page elements.
*/
html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

/* This is the upper green part of the page.  It includes the navigation links on the right. */
#topBanner {
	margin: 0;
	position: fixed;
	z-index: 6;
	top: 0;
	right: 22px;
	width: 100%;
	height: 67px;
	display: block
}

#topRight {
	position: absolute;
	top: 2px;
	right: 10px;
}

#topLeft {
	position: absolute;
	top: 0;
	left: 30px;
	height: 60px;
}

.topInfoRow {
	float: left;
}

/* The left catalog list. 166px width still has no word-wrap even with a scrollbar on 1024 screens.*/
#leftBar {
	padding-bottom: 17px;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 166px;
	height: 100%;
	overflow: auto;
}

/* The status Area. Padding left = leftBar width + 8px */
#statusArea {
	margin: 0;
	position: fixed;
	z-index: 4;
	top: 67px;
	right: 22px;
	width: 100%;
	height: 120px;
	display: block;
	padding-top: 5px;
}

/* Main content area. Padding left = leftBar width + 8px */
#centerContent {
	margin-bottom: 17px;
	padding-left: 174px;
	position: relative;
	z-index: 3;
	height: 100%;
	overflow: auto;
	max-height: 100%;
	display: block;
}

#footerB {
	margin: 0;
	position: fixed;
	z-index: 6;
	right: 22px;
	bottom: -1px;
	width: 100%;
	height: 17px;
	display: block
}

#footer {
	margin: 0;
	height: 17px;
	width: 100%;
}

* html #topBanner, * html #leftBar, * html #statusArea {
	position: absolute;
}

.topPad {
	display: block;
	height: 67px
}
/* topPad + height of statusArea + 10 */
.topStatusPad {
	display: block;
	height: 197px
}

/* leftPad = leftBar + 8px */
.leftStatusPad {
	display: block;
	height: 150px;
	float: left;
	width: 180px;
}

#notesTD {
	float: right;
	text-align: left;
}

#statTop {
	padding-left: 174px;
	text-align: center;
	margin-bottom: 2px
}

#statTop0 {
	text-align: center;
	margin-bottom: 2px
}

#statLt {
	float: left;
	padding-left: 195px;
	margin-top: -3px;
}

#statRt {
	float: right;
	margin-top: -3px;
}

#statBottom {
	position: absolute;
	bottom: 2px;
	left: 45%;
}

/* Get rid of all the whitespace around forms (particularly in IE) */
form {
	padding: 0px;
	margin: 0px;
}

#vertAd {
	display: none;
}

@media ( min-width : 1200px) {
	table#orderForm {
		float: left;
	}
	#vertAd {
		display: block;
		float: left;
	}
}

/* Banner ads */
.ad-img-container {
	position: relative;
	height: 100px;
}

.ad-img-overlay-div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}