*
{
	padding: 0;
	margin: 0;
}

html, body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3;
	background-color: #888;
	cursor: default;
}

a
{
	font: 12px tahoma;
	color: #00f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#header h2
{
	color: #fff;
}

#headercontainer
{
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	background-image: url(http://www.esoxantiques.com/images/background.png);
}

#header
{
	width: 748px;
	margin: auto;
	text-align: center;
	padding: 10px;
}

#container
{
	width: 988px;
	margin: auto;
}

#content
{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
	overflow: auto;
}

#footer
{
	padding: 10px;
	text-align: center;
	color: #000;
}

#footer a
{
	color: #000;
}

#navigation
{
	border: 1px solid #000;
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.navigation
{
	display: inline;
	color: #fff;
	background-color: #000;
	padding: 5px;
	font-size: 20px;
	margin: 5px;
}

.navigation:hover
{
	text-decoration: none;
	background-image: url(http://www.esoxantiques.com/images/button.png);
	color: #000;
}

select
{
	width: 300px;
	border: 1px solid #000;
}

input[type="text"]
{
	width: 300px;
	padding: 2px;
	border: 1px solid #000;
}

textarea
{
	width: 300px;
	height: 200px;
	padding: 2px;
	border: 1px solid #000;
}

input[type="submit"], input[type="button"]
{
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color: #bbb;
}

.help
{
	border-bottom: 1px dashed #f00;
	cursor: help;
	color: #f00;
}

.group
{
	color: #f00;
}

.item_info
{
	background-color: #aaa;
	float: right;
	border: 1px solid #999;
	padding: 20px;
	margin: 0px 1px 0px 0px;
	min-width: 91px;
	height: 159px;
}

table
{
	border-collapse: collapse;
	background-color: #ccc;
	width: 100%;
	border-spacing: 0px;
}

table img
{
	height: 200px;
	border: 1px solid #999;
}

table p
{
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

table, th, td
{
    border: 1px solid #999;
}

td
{
	padding: 5px;
	width: 470px;
	float: left;
	min-height: 238px;
}

.sale_header
{
	background-color: #aaa;
	width: 952px;
	text-align: center;
	min-height: inherit;
}

.imagerow
{
	float: left;
	width: 483px;
	text-align: center;
	margin-top: 50px;
}
