/* website structure */
	html
	{
		background-color: #282824;
		background-image: url('/theme/background.png');
	}

	body
	{
		margin: 0px;
		padding: 0px;
		color: #222222;
		font-size: 1em;
		font-family: Arial, Verdana, Courier, "Sans MS";
	}
		div#structure
		{
			margin: 24px auto;
			width: 950px;
		}

		div#head
		{
			width: 950px;
			height: 250px;
			overflow: hidden;
		}

		div#flow
		{
			width: 950px;
			height: 250px;
		}
			div#flow img
			{
				width: 950px;
				height: 250px;
				position: absolute;
			}

		div#over
		{
			z-index: 999;
			width: 950px;
			height: 250px;
			position: relative;
			top: -250px;
		}

		div#event
		{
			height: 210px;
			width: 100%;
		}
			div#event div.item
			{
				font-size: 26px;
				color: #ffffff;
				padding: 60px 0px 0px 700px;
				text-shadow: #000000 1px 1px 3px;
			}

		div#menu
		{
			width: 950px;
			height: 40px;
			margin: 0px;
			padding: 0px;
			text-align: center;
			background-color: #72100f;
			/* not necessarily supported in all browsers, but we try */
			opacity: 0.85;
			-moz-opacity: 0.85;
			-khtml-opacity: 0.85;
			filter: alpha(opacity=85);
		}
			div#menu table
			{
				width: 900px;
				height: 40px;
				margin: auto;
				border-collapse: collapse;
			}
			div#menu td
			{
				height: 40px;
				margin: 0px;
				padding: 0px;
				color: #ffffff;
				text-align: center;
				vertical-align: middle;
			}
				div#menu td.sel>a
				{
					text-decoration: underline;
				}
				div#menu td.sep
				{
					width: 7px;
					padding: 0px;
					font-size: 10px;
					background: url('/theme/sqb.gif') center center no-repeat;
				}
			div#menu a
			{
				color: #ffffff;
				padding: 8px 10px;
				font-size: 16px;
				font-weight: bold;
				line-height: 20px;
				text-decoration: none;
			}
				div#menu a:hover
				{
					text-decoration: underline;
				}

		div#sub
		{
			padding: 7px;
			color: #ffffff;
			font-size: 12px;
			line-height: 14px;
			text-align: right;
			letter-spacing: 1px;
			background-color: #707070;
		}
			div#sub a
			{
				color: #ffffff;
				text-decoration: none;
			}
			div#sub a.sel, div#sub a:hover
			{
				text-decoration: underline;
			}
			
			div#sub div#ticker
			{
				float: left;
				text-align: left;
			}

		div#main
		{
			width: 950px;
			margin: 0px;
			font-size: 16px;
			background-color: #ffffff;
		}
			div#main div.main_wrap
			{
				padding: 5px 10px;
			}

		div#sponsors
		{
			height: 88px;
			width: 950px;
			color: #CACACA;
			line-height: 88px;
			text-align: left;
			background-color: #EDEDED;
			overflow: hidden;
			white-space: nowrap;
		}
			div#sponsors img
			{
				margin: 3px 1px;
				padding: 0px;
				vertical-align: middle;
			}

		div#foot
		{
			width: 934px;
			color: #ffffff;
			font-size: 12px;
			padding: 8px;
			text-align: left;
			background-color: #242424;
		}
			div#foot div.links
			{
				float: right;
			}
			div#foot a
			{
				color: #ffffff;
				text-decoration: none;
			}
			div#foot a:hover
			{
				text-decoration: underline;
			}

/* forms */
	form
	{
		margin: 0px;
		padding: 0px;
	}

/* links */
	a
	{
		color: #9a2f31;
		outline: none;
	}
	a:hover
	{
		text-decoration: none;
	}
	a img
	{
		border: none;
	}
	a img.border
	{
		border: 1px solid #72100f;
	}

/* images */
	img.profile
	{
		float: right;
		margin: 10px;
		padding: 5px;
		background: #ffffff;
		border: 1px solid #A6A6A6;
	}

	hr
	{
		display: block;
		border: 1px solid #ffffff;
		border-collapse: collapse;
		margin: auto;
		width: 900px;
		height: 20px;
		background: url('/theme/hr.png') center no-repeat;
	}


/* headings */
	h1,h2,h3,h4,h5
	{
		margin: 0px;
		display: inline;
		padding: 0px;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #000000;
		font-family: Arial, Verdana, Courier, "Sans MS";
	}

/* paragraphs */
	p
	{
		margin: 0px;
		padding: 2px;
		line-height: 22px;
		text-indent: 15px;
	}

/* help */
	.help
	{
		color: #696969;
		font-size: 11px;
	}

/* auction list */
	div.auction
	{
		width: 94%;
		margin: 8px auto;
		background-color: #282824;
	}
		div.auction a.title
		{
			display: block;
			padding: 5px 8px;
			margin: 0px;
			color: #ffffff;
			font-size: 20px;
			text-decoration: none;
			background-color: #72100f;
		}
		div.auction table.auct_feat
		{
			padding: 0px;
			margin: 10px auto;
			background: #ffffff;
			border-collapse: collapse;
		}
			table.auct_feat td
			{
				width: 170px;
				cursor: pointer;
				vertical-align: top;
				background-color: #282824;
			}
			table.auct_feat div.photo
			{
				height: 120px;
				color: #cccccc;
				font-size: 20px;
				line-height: 120px;
				text-align: center;
			}
				table.auct_feat img
				{
					margin: auto;
					border: 1px solid #671c1f;
				}
			table.auct_feat div.title
			{
				color: #ffffff;
				font-size: 13px;
				text-align: center;
			}
			table.auct_feat td.none
			{
				width: 400px;
				height: 40px;
				padding: 30px;
				cursor: default;
				text-align: center;
				background: #ffffff;
				border: 1px solid #cccccc;
			}
			table.auct_feat div.noreserve_s
			{
				width: 70px;
				height: 70px;
				position: absolute;
				margin-left: 9px;
				background: url('/theme/noreserve_s.png') center center no-repeat;
			}
		a.more
		{
			display: block;
			color: #ffffff;
			font-size: 13px;
			text-align: right;
			padding: 0px 5px 3px 5px;
		}





	table.auction_list
	{
		width: 880px;
		padding: 0px;
		margin: 10px auto;
		background: #ffffff;
		border: 1px solid #BFBFBF;
		border-collapse: collapse;
	}
		table.auction_list th
		{
			padding: 3px;
			border: 1px solid #BFBFBF;
			background-color: #E6E6E6;
		}
		table.auction_list td
		{
			padding: 2px;
			background: none;
			border: 1px solid #BFBFBF;
		}
		table.auction_list td.none
		{
			padding: 30px;
			cursor: default;
			text-align: center;
			background-color: #ffffff;
		}
		table.auction_list tr
		{
			cursor: pointer;
		}
		table.auction_list tr:hover
		{
			background-color: #F0F0F0;
		}


/* auction article list */
	div.auction_sections
	{
		font-size: 24px;
		text-align: left;
		padding: 10px 0px 0px 5px;
		border-bottom: 1px solid #cccccc;
	}
		div.auction_sections a
		{
			color: #777777;
			margin: 0px 5px;
			text-decoration: none;
			background-color: #f3f3f3;
			padding: 2px 15px 0px 15px;
			border: 1px solid #cccccc;
			border-bottom: none;
		}
			div.auction_sections a.sel, div.auction_sections a:hover
			{
				color: #000000;
				background-color: #ebebeb;
			}
	div.auction_sections a.reg
	{
		float: right;
		font-size: 22px;
		color: #ffffff;
		padding-bottom: 0px;
		background-color: #72100f;
	}
	table.auction_articles
	{
		padding: 0px;
		margin: 10px auto;
		background: #ffffff;
	}
		table.auction_articles td
		{
			width: 279px;
			height: 279px;
			cursor: pointer;
			vertical-align: top;
			background-color: #282824;
		}
		table.auction_articles div.sold
		{
			width: 100px;
			height: 100px;
			position: absolute;
			background: url('/theme/sold.png') center center no-repeat;
		}
		table.auction_articles div.noreserve
		{
			width: 100px;
			height: 100px;
			position: absolute;
			background: url('/theme/noreserve.png') center center no-repeat;
		}
		table.auction_articles div.noreserve_s
		{
			width: 70px;
			height: 70px;
			position: absolute;
			background: url('/theme/noreserve_s.png') center center no-repeat;
		}

		table.auction_articles div.photo
		{
			height: 190px;
			color: #cccccc;
			font-size: 25px;
			padding-top: 10px;
			line-height: 190px;
			text-align: center;
		}
			table.auction_articles img
			{
				margin: auto;
				border: 1px solid #671c1f;
			}
		table.auction_articles div.title
		{
			height: 32px;
			color: #ffffff;
			font-size: 14px;
			padding: 0px 22px;
			text-align: center;
		}
		table.auction_articles div.lot
		{
			width: 28px;
			height: 28px;
			margin: auto;
			color: #ffffff;
			font-size: 11px;
			line-height: 28px;
			text-align: center;
			background: url('/theme/lotno.png') center center no-repeat;
		}
		table.auction_articles td.none
		{
			width: 400px;
			height: 40px;
			padding: 30px;
			cursor: default;
			text-align: center;
			background: #ffffff;
			border: 1px solid #cccccc;
		}


	table.auction_articles2
	{
		padding: 0px;
		margin: 10px auto;
		background: #ffffff;
	}
		table.auction_articles2 td
		{
			width: 167px;
			height: 167px;
			cursor: pointer;
			vertical-align: top;
			background-color: #282824;
		}
		table.auction_articles2 div.sold
		{
			width: 70px;
			height: 70px;
			position: absolute;
			background: url('/theme/sold.png') center center no-repeat;
		}
		table.auction_articles2 div.noreserve
		{
			width: 70px;
			height: 70px;
			position: absolute;
			background: url('/theme/noreserve_s.png') center center no-repeat;
		}

		table.auction_articles2 div.photo
		{
			height: 115px;
			color: #cccccc;
			font-size: 18px;
			padding-top: 10px;
			line-height: 115px;
			text-align: center;
		}
			table.auction_articles2 img
			{
				margin: auto;
				border: 1px solid #671c1f;
			}
		table.auction_articles2 div.title
		{
			height: 32px;
			color: #ffffff;
			font-size: 13px;
			padding: 0px 12px;
			text-align: center;
		}
		table.auction_articles2 div.lot
		{
			width: 28px;
			height: 28px;
			margin: auto;
			color: #ffffff;
			font-size: 11px;
			line-height: 28px;
			text-align: center;
			background: url('/theme/lotno.png') center center no-repeat;
		}
		table.auction_articles2 td.none
		{
			width: 400px;
			height: 40px;
			padding: 30px;
			cursor: default;
			text-align: center;
			background: #ffffff;
			border: 1px solid #cccccc;
		}



/* auction article */
	div.photolist
	{
		width: 898px;
		height: 94px;
		margin: auto;
		overflow: hidden;
		white-space: nowrap;
		line-height: 94px;
		text-align: center;
		border: 1px solid #A6A6A6;
		background-color: #ffffff;
	}
		div.photolist img
		{
			height: 90px;
			margin: 2px 1px;
			cursor: pointer;
			vertical-align: middle;
		}
	div#largephoto
	{
		width: 420px;
		height: 315px;
		padding: 4px;
		margin-top: 5px;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #A6A6A6;
		background-color: #ffffff;
		background-position: center;
		background-repeat: no-repeat;
	}
		div#largephoto a#enlarger
		{
			display: block;
			width: 420px;
			height: 315px;
			cursor: pointer;
			background: url('/theme/enlargephoto.gif') center -100px no-repeat;
		}
		div#largephoto a#enlarger:hover
		{
			background-position: center bottom;
		}
		div#livephotoin
		{
			margin: auto;
		}
	a.goback_link
	{
		display: block;
		padding: 5px;
		color: #000000;
		border: 1px solid #ffffff;
		margin-top: 10px;
		text-align: center;
		background: #ffffff;
		text-decoration: none;
	}
		a.goback_link:hover
		{
			border: 1px solid #999999;
		}
	div.article_details
	{
		width: 455px;
		margin-top: 10px;
		vertical-align: bottom;
		line-height: 1.6em;
	}

/* boxes */
	div.box
	{
		padding: 0px;
		margin: auto;
		width: 270px;
		border: 1px solid #525252;
		background-color: #F5F5F5;
	}
		div.box div.title
		{
			padding: 2px 5px;
			background: #E6E6E6;
			color: #000000;
			border-bottom: 1px solid #525252;
			text-align: center;
		}
		div.box div.message
		{
			padding: 10px;
			text-align: center;
		}
	div.sbox
	{
		padding: 0px;
		margin: auto;
		width: 100%;
		border: 1px solid #525252;
		background-color: #F5F5F5;
		
	}
		div.sbox div.title
		{
			padding: 2px 5px;
			background: #E6E6E6;
			color: #888888;
			border-bottom: 1px solid #525252;
		}
		div.sbox div.message
		{
			padding: 5px;
			text-align: center;
		}

	blockquote
	{
		margin: 3px 15px;
	}

	div.block
	{
		margin: 3px 15px;
	}

	div.lblock
	{
		margin: 5px;
		border: 1px solid #666666;
	}

/* color */
	.red
	{
		color: #993333;
	}


/* fix */
	div.fix
	{
		clear: both;
		font-size: 1px;
	}

/* welcome msg */
	div#welcome
	{
		width: 525px;
	}

/* fullPhoto */
	div#fullPhoto
	{
		z-index: 9999;
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		background: url('/theme/fullphoto_back.png');
	}
		img#fullPhotoin
		{
			padding: 8px;
			margin: auto;
			background-color: #ffffff;
		}

/* live */
	div.mybid
	{
		text-align: center;
	}
		div.mybid div#bidmsg
		{
			font-size: 14px;
			color: #000000;
		}
		div.mybid input#myBidN
		{
			border: none;
			width: 224px;
			height: 35px;
			font-size: 26px;
			font-weight: bold;
			padding: 7px 5px 4px 50px;
			background: url('/theme/bidbar.png') center no-repeat;
		}
	div.current_bid_title
	{
		width: 227px;
		margin: auto;
		padding: 3px;
		color: #000000;
		font-size: 16px;
		text-align: center;
		background: #cccccc;
		border: 1px solid #000000;
		border-bottom: none;
	}
	div#live_highestbid .message
	{
		font-size: 25px;
	}
	div#current_bid
	{
		padding: 4px;
		font-size: 26px;
		text-align: center;
		border-bottom: 1px solid #000000;
	}
	div#current_bidder
	{
		padding: 4px;
		font-size: 22px;
		text-align: center;
	}
	input#bidSmit
	{
		font-size: 26px;
	}

	div#mywin
	{
		padding: 10px;
	}
	div#mywin div.message
	{
		text-align: left;
	}
	div#mywin ul
	{
		padding: 0px 0px 0px 20px;
		margin: 0px;
	}

	#display_on
	{
		display: none;
	}
	#display_off
	{
		display: block;
		padding: 50px;
		text-align: center;
	}

/* contract agreements agree */
	.initals
	{
		font-weight: bold;
		background-color: #FFEA8B;
	}
		.initals select
		{
			margin: 0px;
			font-weight: bold;
			border: 2px solid #FFEA8B;
			background-color: #FFEA8B;
		}

