/*-- BASE TAGS --*/

body { 
	background-color: #216C2A;
	}

#doc2 {
	background-image: url(/images/auctioneers/base/body-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color:#5F5F60; 
	font-family:Arial, Helvetica, sans-serif; 
	}
	
	#hd, #bd, #ft {
		margin:0px 34px 0px 35px;
		}
	
	#hd .yui-ge .first { width:50%;}
	#hd .yui-ge #tools { width:50%;}

/*-- GENERAL DECLARATIONS --*/

a { color: #2B7E04; text-decoration: underline;}

a:hover { color: #2B7E04; text-decoration: none; }

.small-text { font-size:11px; }

h1 {
	font-family: Arial;
	font-size:18px;
	color: #003C72;
	}

h2 {
	font-family: Arial;
	font-size:16px;
	font-weight: bold;
	padding-bottom:8px;
	}

strong { font-weight: bold;}

.clear { clear:both; }

.account-notes { font-size: 14px;}

input, select { border: 1px solid #5F5F60; padding:2px; color:#5F5F60;}

/*-- HD --*/		
#tools {margin-top:10px; }

#tools ul {margin-right:20px; float:right; }

#tools-list li {
	float:left;
	margin:10px 0em;
	padding:0px .6em;
	border-right: 1px solid #AAA;
	font-size:11px;
	font-weight:bold;
	}
	
	#tools-list li.last {border-right: none;}

/*-- BD --*/
	
	/*-- NAVIGATION --*/
		
	#navigation {
		background-image: url(/images/auctioneers/base/nav-bg.jpg);
		background-repeat: repeat-x;
		height: 40px;
		font-family:Arial, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		}
	#navigation-list { 
		float:right; 
		margin-right:15px;
		}
	
	#navigation-list li {
		float:left;
		margin:10px 0em;
		padding:0px 1em;
		border-right: 1px dotted #AAA;
		}
		
		#navigation-list li a { text-decoration:none; }
		
		#navigation-list li.last { 
			border-right:none; 
			margin-top:2px;
			}
		#navigation-list li.current { 
			background-image: url(/images/auctioneers/base/nav-arrow.gif);
			background-position: 2px 0px;
			background-repeat: no-repeat;
			}

		#navigation-list li.current a { color: #003C72; }
		
	#searchbox, #content-searchbox {
		padding:5px;
		border:1px solid #000;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#5F5F60;
		}
	
	#search-button, #content-search-button {
		  width: 69px;
		  height: 27px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/search-button.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
	
	#filter-button {
		  width: 68px;
		  height: 32px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/filter-button.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
		
	#s1ubmit-button {
		  width: 68px;
		  height: 33px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/filter-button.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
	
	#r1egister-button-1 {
		  width: 70px;
		  height: 34px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/continue.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
	
	#r1egister-button-2 {
		  width: 68px;
		  height: 31px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/register.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
	
	#l1ogin-button {
		  width: 68px;
		  height: 33px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/login.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
	
	#r1egister-to-bid-button {
		  width: 68px;
		  height: 33px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/register-to-bid.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
	
	
	.s1imilar-button {
		  width: 105px;
		  height: 33px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/similar.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}

	/*-- BREADCRUMBS --*/
	
	#breadcrumbs { margin:1.5em 25px 1em 25px; }
	
	#breadcrumb-list li {
		float:left;
		margin-right:.5em;
		font-size:11px;
		}
		
		#breadcrumb-list li a {
			text-decoration: none;
			padding-right: .5em;
			}
	
	/*-- content search --*/
	
	#content-search { margin:1.5em 25px 1em 25px; }
	
	#content-search h1 {
			font-family: Arial;
			font-size:18px;
			padding:9px 5px 7px 0px;
			color: #003C72;
			padding-right:10px;
			float:left;
			display:inline;
			}
		
		#content-searchbox {
		font-size:16px;
		font-weight:normal;
		color:#5F5F60;
		padding:2px;
		width: 200px;
		}
	
	#1content-search-button {
		  width: 70px;
		  height: 33px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/content-searchresults.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		}
	
	#content-search .small-text { padding-left: 1em; }
	#content-search .small-text input { margin: 3px 4px 0px 1em; }
	

	/*-- CONTENT HEADER --*/
	
	#content-header {
		background-image: url(/images/auctioneers/base/box-header-bg.png);
		background-repeat: repeat-x;
		height: 38px;
		margin:0px 25px 0px 24px;
		border-right:1px solid #C6C6C6;
		}
		
		#header-info {
			float:right;
			padding:12px 5px 7px 10px;
			font-family:Arial;
			font-size: 14px;
			color: #5F5F5F;
			}
			
			#header-info.pager { font-size: 12px; }
		
		#content-header h1 {
			background-image: url(/images/auctioneers/base/box-header-corner.png);
			background-repeat: no-repeat;
			background-position: top left;
			font-family: Arial;
			font-size:18px;
			padding:9px 5px 7px 30px;
			color: #003C72;
			float:left;
			display: inline;
			padding-right:1em;
			}
		#content-header form { 
			font-size:12px; 
			color:#5F5F60;
			padding-top:10px;
			}
		
		#content-header p { padding-top:12px; }

	/*-- CONTENT FOOTER --*/
	
	#content-footer {
		background-image: url(/images/auctioneers/base/box-header-bg.png);
		background-repeat: repeat-x;
		height: 38px;
		margin:0px 25px 0px 24px;
		}
				
		#content-footer form { 
			font-size:12px; 
			color:#5F5F60;
			padding-top:10px;
			}
		#content-footer select { width: 150px;}
		
		#footer-info {
			float:right;
			padding:12px 5px 7px 30px;
			border-right:1px solid #C6C6C6;
			font-family:Arial;
			font-size: 12px;
			color: #5F5F5F;
			}
		
		#content-footer h1 {
			border-left:1px solid #C6C6C6;
			font-family: Arial;
			font-size:18px;
			padding:9px 5px 7px 30px;
			color: #003C72;
			float:left;
			display: inline;
			padding-right:1em;
			}

/*-- CONTENT --*/
#content-container {
	background-image: url(/images/auctioneers/base/box-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin:0px 25px 0px 24px;
	padding:1.5em 0px;
	border-left:1px solid #90CF90;
	border-right:1px solid #90CF90;
	border-bottom:1px dotted #90CF90;
	}
	
	#content-container-text {
		background-image:none;
		background-color: #FFF;
		margin:0px 25px 0px 24px;
		padding:1.5em 0px;
		}
	
	
	#home-item-list {
		float:left;
		margin-right:20px;
		}
	
	.content-box {
		margin:0px 10px;
		}
	
	#contact-container { margin:1.5em 25px 1em 25px; }
	#contactus { margin:1.5em 25px 1em 25px; }
	#contact-container h1 { padding-bottom: 5px; }
	
	/*-- CONTENT  Registration --*/
	
	.account-sidebar {float:right;}
	
	table.table-form td {
		padding:2px 8px 2px 0px;
		}
	
	table.table-form{
		margin-bottom:1em;
		}

	table.table-form select {
		width:223px;
		}
	
	#select-month, #select-year { width: 109px;}
	
	h2#lock { 
		background-image: url(/images/auctioneers/base/lock.jpg);
		background-position: left -2px;
		background-repeat: no-repeat;
		padding-left:20px;
		}
	
	/*-- CONTENT  Calendar Tables --*/	
	table.ct {
		border:2px solid #97B545;
		}
	
	th.cmtny { 
		background-image: url(/images/auctioneers/base/cal-corner.jpg);
		background-position:1px 1px;
		background-repeat: no-repeat;
		text-align:center;
		font-family:Georgia;
		font-size:14px;
		text-decoration: none;
		color: #003C72;
		padding:4px;
		}
	
	span#current-month { padding: 2px 4px; }
		
	table.cal { 
		background-color:#F7F7F7; 
		margin:4px 6px 8px 6px;
		}
	
	table.cal td { 
		padding:3px 0px; 
		text-align: center;
		}
	
	tr.day-of-week td { 
		font-weight:bold; 
		padding:4px; 
		}
	
	td.auction-day a {
		background-image: url(/images/auctioneers/base/cal-auction-day.jpg);
		background-position:top left;
		background-repeat: repeat-x;
		border:1px solid #000;
		font-weight:bold;
		color:#FFF;
		text-decoration: none;
		padding:4px;
		}
	
	td#cal-nw {
	 	background-image: url(/images/auctioneers/base/cal-top.jpg);
		background-position:top left;
		background-repeat: no-repeat;
		height:10px;
	 	}
	td#cal-ne {
	 	background-image: url(/images/auctioneers/base/cal-top.jpg);
		background-position:top right;
		background-repeat: no-repeat;
	 	}
	td#cal-sw {
	 	background-image: url(/images/auctioneers/base/cal-bottom.jpg);
		background-position:bottom left;
		background-repeat: no-repeat;
		height:10px;
	 	}
	td#cal-se {
	 	background-image: url(/images/auctioneers/base/cal-bottom.jpg);
		background-position:bottom right;
		background-repeat: no-repeat;
	 	}
	 	
	table.cal tr { 
		border-left:1px solid #C6C6C6;
		border-right:1px solid #C6C6C6;
		}
	
	table.cal tr.cal-top, table.cal tr.cal-bottom { 
		border:none
		}
	
	/*-- CONTENT  Auction Tables --*/
	table td { valign:middle; }

	table td a { font-size:12px; font-weight:normal; }
	
	#auction-bidding { 
		border-bottom:1px solid #C6C6C6;
		margin:0px 0px 1em 0px;
		padding:0px 0px 1em 0px;
		}
	
	#auction-info { 
		border-bottom:1px solid #C6C6C6;
		margin:0px 0px 1em 0px;
		padding:0px 0px 1em 0px;
		
		}
	
	#auction-bidding .place-bid {
		width: 67px;
		height: 29px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent url(/images/auctioneers/base/place-bid.jpg) no-repeat center 3px;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
		}
	
	#auction-bidding .purchase-now {
		width: 108px;
		height: 32px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent url(/images/auctioneers/base/purchase-now.jpg) no-repeat center top;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
		 margin-bottom:0px;
		}
		
		#bid-box {
			padding:2px;
			border:1px solid #000;
			font-size:14px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			color:#000;
			}
		
	td.description {
		padding:.1em 2em .1em 0px;
		}
	
	td.amount {
		padding:.5em 1em .5em 4px;
		font-weight: bold;
		font-size: 14px;
		}
	
	td.information {
		padding:.1em 1em .1em 4px;
		font-weight: bold;
		font-size: 14px;
		}
	
	td.address {
		padding:.1em 1em .5em 4px;
		font-weight: normal;
		font-size: 14px;
		}

	div.auction-item {
		padding: 5px 0px 1em 0px;
		margin: 5px 0px 1em 0px;
		
		
		}
	
	div.auction-item.last {
		margin: 5px 0px 1em 0px;
		border-bottom:none;
		}
	
	table.auction-item { width:600px;background:#F4F6F4;border:1px solid #CCCCCC; }

	td.item-image { width:60px; border:1px solid #CCCCCC; }
	td.auction-name, td.purchase-price,  td.purchase-date
	{
	    background: url(/images/auctioneers/base/box-header-bg2.jpg) top left repeat-x;
	    padding:0px 5px 0px 5px;
	    vertical-align:middle;
	    
	}
	  td.purchase-date
	  {
	    white-space:nowrap;
        margin-top:4px;
	  }
	  	td.auction-name a:link, td.auction-name h1 a:link
	  	{
	  	    font-size:11px;
	  	}
	table.item-teaser { width:100%;}
	
	.item-teaser { padding:0px; }
	
	.item-teaser h1 a { font-weight: bold; font-size:12px; }
	
	tr.auction-description td, tr.auction-name td { padding-bottom:10px;}
	
	#purchase-history table.auction-item { width:808px; }
	
	td.auction-name { width:350px; align:right;}

	td.purchase-price { width:100px; text-align:center;}
	td.purchase-date { width:180px; text-align:right;}
	
	td.featured-auction-content {
		width:300px;
		}
	
	td.item-images {
		padding-left:10px;
		}
	
/*-- SIDEBARS --*/	
	#auction-sidebar { 
		float:left;
		width:200px; 
		}
	
	#auction-images {
		width:200px; 
		background-color:#FFFFFF;
		border:1px solid #000;
		}
		
		#auction-sidebar-content {
			background-color:#FFFFFF;
			border:1px solid #000;
			padding:5px 10px;
			}
			
		#auction-sidebar h3 {
			font-size:14px;
			font-weight: bold;
			padding-bottom: 5px;
			}
		
		#auction-sidebar fieldset {
			padding-bottom:1em;
			}
		
		#auction-sidebar legend {
			font-weight: bold;
			padding-bottom:2px;
			}
		
		#auction-sidebar select {
			width:180px;
			}
		
		
		#thumbnail-container {
			background-color:#FFF;
			width:200px;
			height:130px;
			}
		
	#other-items { 
		width:160px;
		clear:both;
		margin-top:1em; 
		padding:10px 20px;
		background-color:#FFFFFF;
		border:1px solid #000;
		font-size:11px;
		}
	
	#item-tabs {margin-top: 1em; }

	#text-content {
		background:none;
		border:none;
		}
	
	/*-- CONTENT  Special Declarations --*/
	.welcome-text { width: 600px; }
	
	.legal {
		border-top:1px solid #AAA;
		padding:1em 0px;
		margin-top:1em;
		}

	.place-bid {
		  width: 101px;
		  height: 28px;
		  margin: 0;
		  padding: 0;
		  border: 0;
		  background: transparent url(/images/auctioneers/base/place-bids.jpg) no-repeat center 2px;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
		  margin-bottom:5px;
		}

	.purchase-now {
		width: 87px;
		height: 25px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent url(/images/auctioneers/base/purchase-nows.jpg) no-repeat center top;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
		  margin-bottom:5px;
		}
	
	.red, .error { color:#dc1d00; }
	
	.error { border : 1px solid #dc1d00; }
	p.error { padding:1em; margin:1em 0px; width:322px; background-color:#FFF;}
	
	#slideshow { margin: 0px; }
	#slideshow img { border:1px solid #FFF;}
	
	#auction-images p {
		padding:5px 15px;
		font-size:11px;
		}
	
	#auction-images .carousel {		
		margin:0pt 0pt 0px 0px;
		padding:0px 0pt 0pt;
		position:relative;
		}
		
		#slideshow .current-image { border: 1px solid #95B445; }	
	
	#auction-images .mid {
		height:200px;
		margin-left:0px;
		width:200px;
		}

	#auction-mid {
		height:200px;
		margin-left:0px;
		width:200px;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		}
			
	#auction-images .carousel li img, #auction-images .carousel li p {
		background-color:#FFFFFF;
		height:50px;
		margin:4px;
		width:50px;
		}
	#auction-images .widget img {
		cursor:pointer;
		}
	
	#auction-images a.prev { 
		float:left;
		margin-top:20px;
		padding-left:2px;
		font-weight: bold;
		text-decoration:none;
		}
	
	#auction-images a.next { 
		float:right;		
		margin-top:20px;
		padding-right:2px;
		font-weight: bold;
		text-decoration:none;
		}
	
	#view-larger {
		padding:2px 2px 0px 120px;
		font-size:11px;
		}
		
	span.more-images {
		padding:0px 2px 0px 14px;
		font-size:11px;
		}
	
	#auction-slideshow-container {
		width:500px;
		float:left;
		}
	
	#slideshow-images {  
		height:  400px;  
		width:   500px;  
		padding: 0;  
		margin:  0;  
		} 
	 
	#slideshow-images img {  
		padding: 0px;  
		border:  1px solid #ccc;  
		background-color: #FFF;  
		top:  center; 
		left: center;
		}
	
	#slideshow-controls { 
		clear:both;
		margin-top:1em; 
		padding:10px 20px;
		background-color:#FFFFFF;
		border:1px solid #000;
		font-size:11px;
		}
	
	#slideshow-controls-text { 
		float:right;
		font-weight:bold;
		padding-top:8px;
		}
		
		#slideshow-controls-text a { 
			text-decoration:none;
		}
		
		/* ----------------------------------------------------------------------------------------------------------------*/
		/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
		/* ----------------------------------------------------------------------------------------------------------------*/
		*{padding: 0; margin: 0;}
		/* ----------------------------------------------------------------------------------------------------------------*/
		/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
		/* ----------------------------------------------------------------------------------------------------------------*/
		#TB_window {
		  font: 12px Arial, Helvetica, sans-serif;
		  color: #333333;
		}
		#TB_secondLine {
		  font: 10px Arial, Helvetica, sans-serif;
		  color:#666666;
			/*-- Hide Image # --*/		  
			display:none; 
		}
		#TB_window a:link {color: #666666;}
		#TB_window a:visited {color: #666666;}
		#TB_window a:hover {color: #000;}
		#TB_window a:active {color: #666666;}
		#TB_window a:focus{color: #666666;}
		/* ----------------------------------------------------------------------------------------------------------------*/
		/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
		/* ----------------------------------------------------------------------------------------------------------------*/
		#TB_overlay {
		  position: fixed;
		  z-index:100;
		  top: 0px;
		  left: 0px;
		  height:100%;
		  width:100%;
		}
		.TB_overlayMacFFBGHack {background: url(/images/auctioneers/base/macFFBgHack.png) repeat;}
		.TB_overlayBG {
		  background-color:#000;
		  filter:alpha(opacity=75);
		  -moz-opacity: 0.75;
		  opacity: 0.75;
		}
		* html #TB_overlay { /* ie6 hack */
			 position: absolute;
			 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		}
		#TB_window {
		  position: fixed;
		  background: #ffffff;
		  z-index: 102;
		  color:#000000;
		  display:none;
		  border: 2px solid #95B445;
		  text-align:left;
		  top:50%;
		  left:50%;
		}
		* html #TB_window { /* ie6 hack */
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		}
		#TB_window img#TB_Image {
		  display:block;
		  margin: 15px 0 0 15px;
		  border-right: 1px solid #ccc;
		  border-bottom: 1px solid #ccc;
		  border-top: 1px solid #666;
		  border-left: 1px solid #666;
		}
		#TB_caption{
		  height:25px;
		  padding:7px 30px 10px 25px;
		  float:left;
		}
		#TB_closeWindow{
		  height:25px;
		  padding:11px 25px 10px 0;
		  float:right;
		}
		#TB_closeAjaxWindow{
		  padding:7px 10px 5px 0;
		  margin-bottom:1px;
		  text-align:right;
		  float:right;
		}
		#TB_ajaxWindowTitle{
		  float:left;
		  padding:7px 0 5px 10px;
		  margin-bottom:1px;
		}
		#TB_title{
		  background-color:#e8e8e8;
		  height:27px;
		}
		#TB_ajaxContent{
		  clear:both;
		  padding:2px 15px 15px 15px;
		  overflow:auto;
		  text-align:left;
		  line-height:1.4em;
		}
		#TB_ajaxContent.TB_modal{
		  padding:15px;
		}
		#TB_ajaxContent p{
		  padding:5px 0px 5px 0px;
		}
		#TB_load{
		  position: fixed;
		  display:none;
		  height:13px;
		  width:208px;
		  z-index:103;
		  top: 50%;
		  left: 50%;
		  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
		}
		* html #TB_load { /* ie6 hack */
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		}
		#TB_HideSelect{
		  z-index:99;
		  position:fixed;
		  top: 0;
		  left: 0;
		  background-color:#fff;
		  border:none;
		  filter:alpha(opacity=0);
		  -moz-opacity: 0;
		  opacity: 0;
		  height:100%;
		  width:100%;
		}
		* html #TB_HideSelect { /* ie6 hack */
			 position: absolute;
			 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		}
		#TB_iframeContent{
		  clear:both;
		  border:none;
		  margin-bottom:-1px;
		  margin-top:1px;
		  _margin-bottom:1px;
		}
			
/*-- FT --*/

#ft {
	border-top: 1px dotted #AAA;
	margin:4em 59px 1em 59px;
	padding:1.5em 0px;
	}

#ft-content {
	height: 50px;
	}

#powered-by-link {
	float:right;
	}
	
#footer-text { 
	font-size:11px;
	padding-top:1em; 
	}
	span#copyright {
		float:left;
	}
	
	#footer-links li {
		float:left;
		margin:0px 0em;
		padding:0px .6em;
		border-right: 1px solid #AAA;
	}

	#footer-links li a { font-weight:bold; }
	#footer-links li.last {border-right: none;}
	#continue {
		width: 102px;
		height: 37px;
		padding: 37px 0 0;
		margin: 0;
		border: 0;
		background: transparent url(/images/auctioneers/base/continue.jpg) no-repeat center top;
		overflow: hidden;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
	}