@charset "UTF-8";

.auction #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 640px;
	margin: 0 auto;
	text-align: left;
}
#capaddress {
	padding: 0px 0px 0px 10px;
}
li.nomark {
	padding-bottom: 5px;
	list-style-type: none;
}
#auctionitems {
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 15px 20px 35px;
	font-size: 11px;
	color: #5D5D5D;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#auctionitems a {
	display: inline;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	border: none;
}
.smith {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6f7a34;
}
.event #quotesign {
	text-align: right;
}
.event #piccaption1 {
	text-align: center;
}
.pageOver {
	font-style: italic;
	text-align: right;
	margin-top: 20px;
}
.event #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e5e5e5;
	color: #8d8d8d;
	font-style: italic;
	text-align: right;
}
.sidebarheading {
	padding-bottom: 10px;
	font-weight: bold;
}
