body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:active { color: blue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }

img {
	border: none;
}
#header {
	text-align: right;
}

.center {
	text-align: center;
}
.hidden {
	display: none;	
}

#error {
	display: none;
}

#footer {
	margin-top: 8em;
	clear: both;
}

#logo {
	margin-top: 12em;
}

#logoSmall img {
	border: none;
}
.supersmall {
	font-size: xx-small;
}
.motto {
	font-size: larger;
	font-style: italic;
	color: #666;
}

input {
	width: 30em;
	height: 1.4em;
	margin: .5em;
	border: 1px solid #aaa;
	padding-left: 0.3em;
	padding-top: 0.3em;
}

input[name=city] {
	width: 25em;
}
input[type=radio] {
	width: 1em;
}

.grayed {
	color: #ccc;
	font-style: italic;
}
.notgrayed {
	color: #000;
	font-style: normal;
}

#search {
	width: 30em;
	margin: auto;
	margin-top: 4em;
}
#searchBtn {
	border: none;
	width: 118px;
	height: 73px;
}

#searchResults {
	width: 990px;
}

#searchResults table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1.5em;
}
.emptyCol {
	width: 10px;	
}
	
.seller {
	width: 988px;
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	border-left: 1px solid #c4bc96;
	border-right: 1px solid #c4bc96;
	border-top: 3px solid #e36c0a;
	border-bottom: 3px solid #e36c0a;
	padding: 0.4em;
}
.omnie {
	font-size: 0.7em;
	font-weight: bold; 
}
.itemHeader {
	background: #fde9d9;
	border-left: 1px solid #c4bc96;
	border-right: 1px solid #c4bc96;
	border-bottom: 1px solid #e36c0a;
	border-top: 1px solid #e36c0a;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	color: #666; 
}
.item {
	border: 1px solid #c4bc96;
	padding: 0.4em;
}
.name {
	padding-left: 4em;
	width: 55%;
}
.even {
	background: #f2f2f2;
}
.price {
	width: 100px;
	text-align: right;
}
.minPostageCost {
	width: 50px;
	text-align: right;
}
.buyNowPrice {
	background: url('/gfx/buy-now-icon.gif') no-repeat;
	padding-left: 60px;
}
#contactForm input, #contactForm textarea {
	width: 95%;
	border: 1px solid #aaa;	
}
#contactForm textarea {
	height: 150px;
	padding-left: 0.3em;
	margin: .5em;
}
#sendEmail {
	height: 30px;
	font-weight: bold;	
}
#queue table {
	width: 100%;
	border-collapse: collapse;
}
#queue table thead {
	font-weight: bold;
	text-align: center;
	background: #555;
	color: white;
}

#queue table td {
	border: 1px solid gray;
	padding: 4px;
}
#queue table td.id {
	width: 240px;
}

.divider {
	font-size: 1.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
