/* CSS Document */

a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	}

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* safe for testing div tags
div {
	border: solid grey 1px;
	}
*/

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}

div #header {	/* can't define width because header bar color needs to stretch to ends */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px; /* menu bar seems to provide enought padding space */
	margin-bottom: 10px;
	}

div #crumbs {
	width: 721px;
	margin-left: auto;
	margin-right: auto;
	foont-size; 80%;
	text-align: left;
	text-transform: lowercase;
	}
	
div #main {
	width: 721px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

form {
	display: inline;
	margin: 0px;
	}
	
h3	{
	padding: 10 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}

hr	{
	color: #CCC;
	size: 1px;
	height: 1px;
	}
.grid .index {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	}
	
.grr .text {
	height: 108px;
	font-size: 80%;
	text-align: left;
	vertical-align: bottom;
	}
	
.caption {
	font-size: 10px;
	font-style: italic;
	}
	
.sale_price {
	color: #FF0000;
	font: bold italic;
	}

.auction {
	color: #FF0000;
	font-weight: bold;
	}
	
.remaining {
	color: #FF0000;
	}

	