/* CSS Document */

TABLE#CatalogTable {
	border: solid black;
	border-width: 2px 0px;
	width: 600px;
	
}

TABLE#CatalogTable TH {
	/* A Item/Sale/Day/Week row, not the top or bottom row of the table!! */
	padding: 5px 15px;
	margin: 0;
	border-top: 1px solid black;
	border-bottom: 1px dotted  black;
	font-style: italic;
	font-weight: 100;
}

TABLE#CatalogTable TD {
/*	border: 1px solid red; */
}

TABLE#CatalogTable TD.Target {
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

TABLE#CatalogTable TD.Note {
	font-size: x-small;
	font-style: italic;
	text-align: justify;
}

TABLE#CatalogTable TD.numeric {
	font-family: "Courier New", Courier, monospace;
	text-align: right;
}

.PricesSubjectToChange {
	text-align: center;
	width: 50%;
	min-width: 400px;
	margin: 20px auto;
}

.PricesSubjectToChange .Notice {
	text-transform: uppercase;
	font-weight: bold;
}

#FixedNoticeBar {
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #999999;
	width: 100%;
}

#FixedNoticeBar #text {
	font-size: x-small;
	text-transform: uppercase;
	margin: 0 30px;
	text-align: justify;
	color: #666666;
}

#FixedNoticeBar #text .Notice {
	color: #660000;
	font-weight: bold;
}

FORM.jumpList {
	display: block;
	text-align: center;
	margin: 20px auto;
}

DIV.forms {
	display: block;
	margin-bottom: 25px;
	width: 100%;	
	text-align: center;
}
