

body, td, p { font-family: Garamond, Palatino, Times New Roman; font-size: 12pt; }	

video {
	width: 100%;
	border: 1px solid black;
}

.sidenav {
	float: right;
	height: 100%;
	width: 150px;
	border: 1px solid black;
	padding: 10px 20px 12px 20px;
	background: yellow;
}

.content {
	padding: 10px 20px 12px 20px;
}

.maintitle {
	font-size: 24pt;
	font-weight: bold;
}
.maintitle > a {
	text-decoration: none;
	color: black;
}
.pagetitle {
	font-size: 16pt;
	font-weight: bold;
	xwidth: 40%;
	xfloat: left;
	xdisplay: inline-block;
}
.navitems {
	xfloat: right;
	text-align: right;
	padding-top: 14px;
}

.auctions-pending {
	width: 50%;
	min-width: 350px;
	float: left;
}
.auctions-active {
	width: 50%;
	min-width: 350px;
	float: left;
}
.auctions-clear {
	clear: both;
}

.bid {
	font-weight: bold;
}

.ititle {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0px;
}

.idesc {
	padding: 8px;
	background-color: #eee;
}

.idesc > li {
	margin-left: 30px;
}

.pg {
	text-decoration:none; 
	border-bottom:1px dotted green;
	cursor: pointer;
}
#dots {
	vertical-align: bottom;
}
.error {
	font-weight: bold;
	font-size: 14pt;
}