@charset "utf-8";
/* CSS Document */

/*auction styles */

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

.bodyGreen{
	background-color: #339900;
}

#bodybkonextendAuction { 
	background-color: #cf6; 
	height:1000px;
	width: 392px; left: 156px; top: 157px; 
	position: absolute; 
	}
	
#greenbkextendAuction { 
	background-color: #390; 
	height: 500px;; width: 129px; left: 20px; top: 157px; 
	position: absolute; 
	}

#container {
	width: 741px;	
	background-color: #ffffff;
	padding: 0 20px 0 20px;
	line-height: 1.5em;
	}

#container a {
	color: #006600;
	text-decoration: none;
	
}

#container a:hover {
	color: #ff6600;
	text-decoration: none;
}

#container img {
	border: none;
}

h1 {
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	padding-top: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

p {
	padding: 0 20px 0 20px;
	
}

.smaller {
	font-size: 0.8em;
}



/* main auction table style */


table {
	margin: 0 auto;
	border: 2px solid #000000;
	border-collapse: collapse;
	width: 700px;
	background-color:#cccccc;
	}

th {
	text-align: center;
	padding: 4px;
	border: 2px solid #000000;
	border-collapse: collapse;
}

td {
	text-align: center;
	padding: 4px;
	border: 2px solid #000000;
	border-collapse: collapse;
}

.button {
	background-color: #FFFF66;
	padding: 5px;
	border: 2px solid #FF6633;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

.itemNumber {
	width: 8%;
	
}

.photo {
	width: 25%;
	
}

.description {
	width: 42%;
	text-align: left;
	padding-left: 6px;
	
}

.bidDate {
	width: 15%;	
}

.bidDate a:link, .bidDate a:visited {
	background-color: #FFFF66;
	padding: 3px;
	text-decoration: underline;
	border-bottom: #999999 solid 1px;
	border-left: #999999 solid 1px;
	
}

.bidDate a:hover {
	background-color:#FFCC66;
	padding: 3px;
	text-decoration: none;
	border-top: #999999 solid 1px;
	border-right: #999999 solid 1px;
}

.status {
	width: 10%;
	
}