html {
	scrollbar-base-color: #555;
}

body {
	width: 100%;
	height: 100%;
	max-height: 100%;
	font-family: Tahoma, Geneva, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: #FFF url(../images/lines.gif) repeat top left;
	color: #333;
	margin: 0;
	padding: 0;
}

div#header {
	height: 140px;
	min-width: 920px;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	text-align: left;
	border: 1px solid #333;
	border-right: 3px solid #333;
	border-bottom: 2px solid #333;
	background: #FFF url(../images/menu/lines4.jpg) repeat-y top left;
	overflow: auto;
}

img#mainLogo
{
	margin: 7px 0 5px 40px;
	border: none;
	float: left;
}

a {
	color: #333;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}


h1, h2, h3 {
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* Menu style */

div#menu {
	position: absolute;
	top: 160px;
	left: 10px;
	bottom: 30px;
	width: 195px;
	text-align: left;
	border: 1px solid #333;
	border-bottom: 3px solid #333;
	border-right: 2px solid #333;
	background: #FFF url(../images/menu/lines4.jpg) repeat-y top left;
	overflow: auto;
}

img.menuItem {
	border: 0;
	margin-top: 10px;
}

ul#menuList {
	margin: 20px 10px 0 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

ul#menuList li {
	margin-bottom: 20px;
}

ul#menuList a{
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	padding-left: 20px;
}

ul#menuList a:hover {
	color: #000;
	background: url(../images/menu/arrows.jpg) no-repeat center left;
}

/* End menu style */


/* Content */

div#content {
	min-width: 715px;
	position: absolute;
	top: 160px;
	left: 215px;
	bottom: 30px;
	right: 10px;
	background-color: #FFF;
	border: 1px solid #555;
	border-bottom: 3px solid #333;
	border-right: 3px solid #333;
	overflow: auto;
}

div#contentInner {
	margin: 20px;
	margin-top: 0;
	padding-top: 20px;
	text-align: left;
}

/* End Content */

div#footer {
	position: absolute;
	height: 20px;
	bottom: 0px;
	left: 10px;
	right: 10px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

img#right{
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
	}
	

/* Header Search */

form#search
{
	float: right;
	margin: 10px;
}

label#searchLabel {
	font-size: 11px;
	color: #333;
}

input#searchText {
	font-size: 10px;
	height: 15px;
	width: 90px;
	margin: 0 5px 0 5px;
}

input.button {
	font-size: 10px;
	color: #333;
}


/* End Header Search */


/* Contact Page */

div#contact {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}

fieldset {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: left;
	border: 2px solid #CCC;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

input.textbox, select.textbox {
	margin-bottom: 5px;
}

input.textbox {
	width: 150px;
}

label {
	margin-top: 3px;
        margin-right: 5px;
	width: 100px;
	float: left;
	color: #333;
        text-align: right;
}

/* End contact page */

div#saleDates
{
	padding: 10px;
	background-color: #FFF;
	width: 590px;
}

div#saleDates table
{
	border-collapse: collapse;
}

div#saleDates th, div#saleDates td 
{
	border: 1px solid #CCC;
	padding: 10px 30px;
	background-color: #FFFFFF;
}

/* Catalogues */

div#cats p
{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

div#generalPhotos
{
	width: 90%;
	text-align: center;
}

div#generalPhotos img
{
	margin: 10px;
}

/* end catalogues */


/* Recently sold */

table#recentlySold, table.viewRecentlySold
{
	width: 100%;
	text-align: center;
}

img.recentSold
{
	margin-top: 10px;
}

table.viewRecentlySold
{
	border-collapse: collapse;
}

table.viewRecentlySold img
{
	border: 1px solid #333;
}

table.viewRecentlySold td
{
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* end recently sold */

/* Admin stuff */

form.admin
{
	padding: 10px 0 20px 0;
}

form.admin label
{
	width: 150px;
	margin-top: 15px;
}

form.admin input, form.admin select
{
	margin-top: 10px;
}

div#admin_menu
{
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 10px;
}

div#admin_content
{
	float: left;
	width: 600px;
}

table.manageSaleDates
{
	border-collapse: collapse;
}

table.manageSaleDates td
{
	border: 1px solid #CCC;
	padding: 5px;
}

table.manageSaleDates input
{
	width: 60px;
}

/* End admin stuff */

/* Lots */

table#lots, table#glots
{
	border-collapse: collapse;
}

table#lots th a, table#glots th a
{
	color: white;
}

table#lots th, table#glots th
{
	padding: 5px;
	background-color: #333;
	color: white;
}

table#lots td, table#glots td
{
	padding: 5px;
	background-color: #FFF;
	border-bottom: 1px solid #ccc;
}

table#glots td
{
	padding: 10px 5px 10px 5px;
}

td.lotNo
{
	width: 5em;
}

td.est
{
	width: 8em;
	text-align: right;
	padding-right: 5px;
}

/* End Lots */

.bold { font-weight: bold; }