abbr, acronym {
	border-bottom: 0px;
}

#nowPlaying {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	width: 99%;
	text-align: center;
}

#nowPlaying ul li {
	text-align: center;
	list-style-type: circle;
}

#nowFront {
	border: 1px solid #000;
	text-align: center;
	width: 35%;
	margin-left: 10px;
}

#nowFront ul li {
	text-align: left;
	list-style-type: circle;
}

#nowFront, #nowPlaying h2 {
	color: #00F;
}

#schedTable {
	border: 0px;
	width: 100%;
	padding-bottom: 5px;
}

#schedTable caption {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 2px solid #96C;
}

#schedTable th {
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	border: 0px;
	border-bottom: 2px solid #000;
	padding-bottom: 1px;
}

#schedTable td {
	text-align: center;
	border: 0px;
	border-bottom: 1px dotted #000;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	#schedTable a {
		text-decoration: none;
	}

	#schedTable a:hover, a:active, a:visited {
		text-decoration: underline;
	}

#schedDays {
	background: #96C;
	width: 90%;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1px;
}

#schedDays a {
	color: #FFF;
	text-decoration: none;
}

#schedDays a:hover, a:active, a:visited {
	color: #FFF;
	text-decoration: underline;
}

.gold {background: #FEF6D0;}
.white {background: #FFF;}

form div img {
	float: right;
	border: 1px solid #000;
	vertical-align: middle;
	margin-top: -20px;
	margin-right: -5px;
	width: 200px;
	background:white;
}

.description {
	border: 1px dotted #000;
	padding: 10px;
	background-color: #FFF2C4;
}

.theInfo {
	border: 1px dotted #000;
	padding: 10px;
	margin: 8px;
	background: #EAFF94;
}

.theAuction {
	border: 1px dotted #000;
	padding: 10px;
	margin: 0px;
	background-color: #AD769F;
}

#auctionNav {
	background-color: #FFF;
	padding: 10px;
	width: 99%;
	margin: 0px;
	padding: 4px;
}

#auctionNav hr {
	margin: 4px;
}

form span {
	font-weight: bold;
	font-size: .8em;
}

hr
{
  border-color: #000;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

fieldset {
	width: 96%;
	margin: 0px;
}