/* General
---------------------------------------- */
p {
	line-height: 15px;
	color: #424242;
	}

td {
	line-height: 15px;
	color: #424242;
	}

a {color: #786717; }
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: none;}

a.callout:link {color: #D18B12; font-size: 10px; font-weight: bold;}
a.callout:hover {color: #D18B12; font-size: 10px; font-weight: bold;}
a.callout:visited {color: #D18B12; font-size: 10px; font-weight: bold;}

h1 {color: #424242; font-size: 18px; font-weight: bold;}
h2, h3 {color: #424242; font-size: 13px; font-weight: bold;}

hr {
	border: none 0; 
	border-top: 1px dotted #AAAAAA;
	display: block;
	width: 100%;
	height: 1px;
	margin: 15px 0;
	padding: 0;
	}

hr.lot-detail {
	border: none 0; 
	border-top: 1px dotted #AAAAAA;
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 5px 0;
	padding: 0;
	}

ul {list-style: none; margin: 0; padding: 0;}

form { /** BRIAN ADDED or EDITED **/
	margin: 0;
	padding: 0;
	}	

/* Page Structure
---------------------------------------- */
body { /** BRIAN ADDED or EDITED **/
	background: #EAE7E0 url(images/bg-pattern.gif) top left repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	margin: 12px 0;
	}
div#wrap { /** BRIAN ADDED or EDITED **/
	background-color: #BDBAB1;
	border: 1px solid #ADA9A0;
	margin: 0 auto 0 100px;
	padding: 9px;
	width: 753px;	/*773px total= width: 753 + left pad: 9 + right pad: 9 + border-left: 1 + border-right: 1 */
	}
div#container {
	background-color: #FFFEF2;
	border: 1px solid #B2B0A4;
	width: 750px;
	}

/* Masthead 
---------------------------------------- */
div#masthead {
	background: url(images/bg-header.jpg) top left no-repeat;
	height:84px;
	}

div#masthead table {padding: 0; width: 750px;}
td#branding-logo {margin: 0; padding: 0;}
td#online-help {margin: 0; padding: 0;}

/* My Account links */
td#account {
	padding: 0 0 12px 0;
	color: #FFFFFF;
	vertical-align:bottom;
}
td#account a {
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	}
td#account a:link {text-decoration: none;}
td#account a:visited {text-decoration: none;}
td#account a:hover {text-decoration: underline;}

td#account ul {margin: 0 21px 0 0; padding: 0;}
td#account ul li { float: right; padding: 0 9px;}
td#account ul li.signout {background: none;}
td#account ul li.my-account {background: url(images/account-li-bullet.gif) -1% 50% no-repeat;}


/* Navigation  
 ---------------------------------------- */
/* Main Nav */
div#nav {
	background: url(images/bg-nav.jpg) top left no-repeat; 
	float: left; 
	width: 750px;
	height:31px;
	}
	
div#nav ul { margin: -0px 0 0 18px; padding: 0px;}
div#nav ul li {float: left;}

div#nav select { /** BRIAN ADDED or EDITED **/
	float: right;
	margin: 6px 27px 0 0;
	height: 20px;
	border: 1px solid #CA7A7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DA9825;
	}
div#nav option { /** BRIAN ADDED or EDITED **/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DA9825;
	}

/* Content
---------------------------------------- */
table#main { 
	clear: both; 
	margin: 0;
	padding: 0; 
	width: 750px;
	}
td#content-cell {padding-bottom: 75px;}

div#content {padding: 0 29px 0 30px;}

div#content-wide {padding: 0 22px 0 21px;}

div#content h1 {margin: 0; padding: 0;}

div#flash-container {margin: 0; padding: 0;}


/* Bio */
img.bio-pic {float: left; margin: 0 10px 4px 0;}
span#bio-name {color: #424242; font-weight: bold;}

/* Right Column
---------------------------------------- */
td#right-column {background-color: #FFFEF2; width: 202px;}

/* Search Box */
.divSearch {
	background-image: url(images/search-sidebar-bg.jpg);
	background-repeat: repeat-y;
	border: 1px solid #990000;
	margin: 2px 0 0 0;
	width:200px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	}

.divSearch a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.divSearch a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.divSearch a:hover {
	color: #F5F5F5;
	text-decoration: none;
}

.divSearchImg {margin: 7px auto 10px 10px; padding: 0;}
.divSearchInput, divSearchSearch {font-family: Verdana, Helvetica, Arial, sans serif; font-size:11px; display: block; margin: 0 auto 7px 10px; padding: 0 0 0 0;}
.divSearchInputGo {margin: 7px 0 0 0; padding: 0;}
.divSearchTable {margin: 0 auto 2px 10px; padding: 0 0 5px 0; width:175px;}

/* Carlos Add to it */	
div#search table#details-search input{
	font-family: Verdana, Helvetica, Arial, sans serif; 
	font-size:11px; 
 	margin: 0 0 7px 0;
 	padding: 0 0 0 0;
 	}
 
 /* Carlos Add to it */	
 div#search table#details-search select{
	font-family: Verdana, Helvetica, Arial, sans serif; 
	font-size:11px; 
 	margin: 0 0 7px 0;
 	padding: 0;
 	}

/* IMELDA - 07/25/07: Added new style for Full Search */
/* Full Search Box */
div#search-full {
	background: #DFD8C8; 
	border: 1px solid #A3A195;
	padding: 8px 11px 10px 11px;
	width: 726px;
	}
	
div#search-full img {
	margin: 0 0 12px 0; 
	padding: 0;
	}
		
div#search-full input#go {
	margin: 7px 0 0 0; 
	padding: 0;
	}
	
div#search-full table {
	border: 0; 
	}

/* Carlos Add to it */
div#search-full table.full-search input{ 
	font-family: Verdana; 
	font-size:11px; 
	margin:  0; 
	padding: 0;
	}
	
/* Carlos Add to it */	
div#search-full table.full-search #reset{
	margin: 5px 0 0 190px; 
	padding: 0;
	}
	
/* Carlos Add to it */		
div#search-full table.full-search #search{
	margin: 5px 0 0 70px; 
	padding: 0;
	}	
	
/* Carlos Add to it */
div#search-full table.full-search select{
	font-family: Verdana, Helvetica, Arial, sans serif; 
	font-size:11px; 
	margin:  0; 
	padding: 0;
	}

/* Email List */
div#email-list {background-color: #FFFFFF; margin: 0; padding: 2px 0;}

/* Featured Ads */
div#featured-ads {background-color: #FFFFFF; margin: 0 0 75px 0}
div#featured-ads img {display: block; margin-bottom: 2px;}

/* Other Auctions */

div#other-auctions {
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	border: 1px solid #ECAB53;
	width:200px
	}
	
div#other-auctions h1 {
	margin: 7px auto 10px 10px;
	}
	
div#other-auctions p {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

div#other-auctions a:link,
div#other-auctions a:visited,
div#other-auctions a:hover {
	color: #BA7A10;
	text-decoration: none;
	}

div#other-auctions p.more-auctions {
	text-align: right;
	font-size: 10px;
	}	

	
/* Download Center */

div#download-center {
	background: #DFD8C8;
	border: 1px solid #A3A195;
	margin: 2px 0 0 0;
	}
	
div#download-center h1 {
	margin: 7px auto 10px 10px;
	}
	
div#download-center ul {
	list-style: url(images/icon-pdf.gif);
	margin: 20px 10px 20px 25px;
	padding: 0;
	}
	
div#download-center ul li {
	margin: 12px 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	}

div#download-center a:link,
div#download-center a:visited,
div#download-center a:hover {
	color: #DA9825;
	font-weight: bold;
	}
	
/* IMELDA - 07/25/07: Add new DIV for links on the bottom of the left column section */
/* Side Links - Contact Us, News & Events, Press Room, Results Archive */

div#side-links {
	border: 1px solid #ECAB53;
	margin: 2px 0 0 0;
	width:200px;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	}
	
div#side-links h1 {
	margin: 7px auto 10px 10px;
	}
	
div#side-links ul {
	margin: 20px 10px 20px 10px;
	padding: 0;
	}
	
div#side-links ul li {
	margin: 12px 0;
	padding: 0;
	font-size: 11px;
	line-height: 5px;
	}

div#side-links a:link,
div#side-links a:visited,
div#side-links a:hover {
	color: #BA7A10;
	text-decoration: none;
	}
	
	
/* Schedule Page
---------------------------------------- */

table.schedule {
	color: #786717;
	}

p.schedule {
	margin: 10px 0;
	font-size: 10px;
	}
	
div#schedule-box {
	width: 470px;
	background-color: #FAFBF6;
	border: 1px solid #E4E6D9;
	padding: 9px;
	}
/* Register Page
---------------------------------------- */

table#register {
	width: 728px;
	margin: 0 auto;
	}

table#register td div.box-lg {
	width: 728px;
	background: #F6F7EE;
	border: 1px solid #E6E8DB;
	margin: 15px 0;
	}

table#register td div.box-sm {
	width: 355px;
	background: #F6F7EE;
	border: 1px solid #E6E8DB;
	margin: 0 0 15px 0;
	}
	
table#register td div.box-lg h1,
table#register td div.box-sm h1 {
	margin: 12px auto 8px 8px;
	}
	
table#register td div.box-lg table td input,
table#register td div.box-sm table td input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E4E6D9;
	height: 20px;
	}

table#register td div.box-lg table td select,
table#register td div.box-sm table td select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E4E6D9;
	height: 20px;
	}
table#register td div.box-sm table td input.check {
	width: 16px;
	height: 16px;
	border: 0;
	}
table#register td div.box-sm table td input.register {
	width: 88px;
	height: 24px;
	border: 0;
	}

table#register td div.box-sm table td,
table#register td div.box-lg table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

table#register td div.box-lg table#login {
	width: 700px;
	margin: 0 auto 0px 0px;
	}
table#register td div.box-lg table#login td {
	padding: 2px 7px 0px;
	}
	
table#register td div.box-sm table#billing {
	width: 345px;
	margin: 0 5px 18px 5px;
	}
table#register td div.box-sm table#billing td {
	padding: 2px 2px;
	}

table#register td div.box-sm table#shipping-header {
	margin: 12px auto 8px 8px;
	}
	
table#register td div.box-sm table#shipping {
	width: 345px;
	margin: 0 auto 10px 5px;
	}
table#register td div.box-sm table#shipping td {
	padding: 2px 2px;
	}

table#register td div.box-sm p {
	margin: 10px;
	}

table#register td div.box-sm table#submit {
	width: 250px;
	margin: 0 auto 15px auto; 
	}

/* MY ACCOUNT PAGES 
---------------------------------------- */

div.content-myaccount {
	padding: 0 6px 48px 6px;
	}
	
div.content-myaccount h1 {
	margin: 20px auto 0 35px;
	text-align:left;
	}
	
div.content-myaccount p {
	margin: 10px 35px;
	text-align:left;
	}
	
/* Search Results Page
---------------------------------------- */
table#main td#search {
	background-color: #F7F8F0;
	padding: 14px 11px 0 11px;
	font-size: 10px;
	}

table#main td#search input,
table#main td#search select {
	border: 1px solid #BEB8A7;
	font-size: 10px;
	}

table#main td#search input.button {
	border: 0;
	}

div#results {
	float: left;
	font-size: 10px;
	}

div#summary {
	background-color: #FAFBF6;
	border: 1px solid #E4E6D9;
	width: 40%;
	padding: 4px;
	float:right;
	font-size:10px;
	}

div#summary p {
	margin: 0;
	padding: 1px 4px;
	background-color: #E4E6D9;
	}

div#summary table {
	padding: 2px 4px;
	}

div#box-clear {
	clear: both;
	}

table#results {
	width: 725px;
	font-size: 10px;
	}

table#results span.title {
	font-size: 11px;
	}

table#results a:link {
	color: #424242;
	text-decoration: none;
	}
table#results a:visited {
	color: #424242;
	text-decoration: none;
	}
table#results a:hover {
	color: #D18B12;
	text-decoration: underline;
	}

table#results td {
	text-align: center;
	}

table#results tr.results-top td {
	background-color: #DC941E;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	}	
	
table#results tr.alt {
	background-color: #e6e6e1;
	}

table#results tr.results-bottom td {
	background-color: #BEB8A7;
	height:3px;
	font-size: 3px;
	padding: 0;
	}

table#results tr.results-footer td {
	padding-top: 14px;
	}

/* Shipping Address 
---------------------------------------- */

table.shipping-address-form td {
	margin: 15px 0;
	color: #666666;
	}

table.shipping-address-form td div.box {
	background: #EDEDE7;
	border: 1px solid #D1842C;
	padding: 3px 3px 5px 3px;
	width: 180px;
	}

table.shipping-address-form td input,
table.shipping-address-form td select {
	border: 1px solid #E4E6D9;
	color: #999999;
	font-size: 11px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#address-list {
	background: #ffffff;
	border: 1px solid #D1852D;
	clear: both;
	margin: 0 0 0 0;
	width: 535px;
	height: 70px;
	overflow: auto;
	}

/* Email Options 
----------------------------------------- */

table#email-options-form {
	margin: 0 20px;
	width: 670px;
	}

table#email-options-form td {
	color: #424242;
	padding: 2px 15px;
	}	
table#email-options-form tr.bottom td {
	padding: 6px 15px;
	}
	
table#email-options-form td input {
	border: 1px solid #E5E6D8;
	}
table#email-options-form td input.check {
	border: 0;
	}

/* My Auctions (ma) */

div#content-myauctions {
	padding: 0 6px 48px 6px;
	text-align: center;
	}

div#content-myauctions h1 {
	margin: 0 auto 0 27px;
	text-align:left;
	}

div#ma-tabs {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 733px;
	}

td#tab-body {
	width: 733px;
	background:#F4E7B3 url(images/tab-gradient.gif) repeat-x top left;
	margin:0;
	border-left: 1px solid #DA8A2D;
	border-right: 1px solid #DA8A2D;
	text-align:left;
	}
	
td#tab-body h3 {
	color: #990000;
	font-size: 12px;
	margin: 0 auto 0 44px;
	padding: 21px 0 9px 0;
	text-align:left;
	}
	
div#auction-details {
	background: #ffffff;
	border: 1px solid #E4E6D9;
	float:left;
	text-align:left;
	padding: 6px;
	margin: 0 auto 22px 0px;
	}
	
div#auction-details h1 {
	background: #EDEDE7;
	font-weight: bold;
	font-size: 12px;
	margin:0;
	padding: 2px;
	}
	
div#auction-details p {
	margin: 0;
	padding: 0;
	line-height: 17px;
	}

div#ship-to {
	float: right;
	padding-right: 34px;
	}

div#ship-to table#bid-sheet-form select{
	font-family: Verdana; 
	font-size:11px; 
	} 
	
div#ship-to td {
	color: #666666;
	line-height: 16px;
	padding: 3px;
	text-align:left;
	}
	
div#ship-to td a:link { color: #000000; text-decoration: underline; }
div#ship-to td a:visited { color: #000000; text-decoration: underline; }
div#ship-to td a:hover { color: #000000; text-decoration: none; }

div#bid-sheet {
	background: #ffffff;
	border: 1px solid #E4B259;
	clear: both;
	margin: 0 6px;
	text-align:center;
	}
	
div#summary-active {
	background: #ffffff;
	border: 1px solid #E4B259;
	clear: both;
	margin: 0 6px;
	width: 421px;
	height: 150px;
	overflow: scroll;
	}
	
div#summary-past {
	background: #ffffff;
	border: 1px solid #E4B259;
	clear: both;
	margin: 0 6px;
	width: 546px;
	height: 150px;
	overflow: scroll;
	}

table.ma-top {
	margin: 7px 9px 7px 9px;
	}
	
table.ma-top td.ma-header {
	background: url(images/ma-header-bg.gif) top left repeat-x;
	border: 1px solid #B22226;
	height: 22px;
	color: #FAFBF6;
	font-weight: bold;
	text-align:left;
	padding: 0 5px;
	}
	
table.ma-top td.ma-header-l,
table.ma-top td.ma-header-r {
	background: url(images/ma-header-bg.gif) top left repeat-x;
	height: 22px;
	color: #FAFBF6;
	font-weight: bold;
	text-align:left;
	padding: 0 5px;
	}
	
table.ma-top td.ma-header-l { 
	border-left: 1px solid #B22226;
	border-top: 1px solid #B22226; 
	border-bottom: 1px solid #B22226;  
	border-right: 0px solid #B22226; 
	}
	
table.ma-top td.ma-header-r { 
	border-left: 0px solid #B22226;
	border-top: 1px solid #B22226; 
	border-bottom: 1px solid #B22226;  
	border-right: 1px solid #B22226;
	text-align: right; 
	}

table.ma-top td.ma-header-l a,
table.ma-top td.ma-header-r a {
	color: #F6F4F1;
	font-size: 10px;
	}

table.ma-top td.count {
	color: #666666;
	text-align:left;
	font-weight: bold;
	padding: 5px 5px 2px 5px;
	}

table.ma-info-table-marg {
	margin: 0 15px 15px 15px;
	}

table#ma-info-table tr td {
	background: #FFFFFF;
	border-right: 1px solid #ffffff;
	color: #797978;
	font-weight: normal;
	font-size: 11px;
	padding: 1px;
	}

table#ma-info-table tr.header td {
	background: #D0CDC3;
	border-right: 1px solid #ffffff;
	color: #000000;
	font-weight: bold;
	padding: 2px 1px;
	}

table#ma-info-table tr.alt td {
	background: #EDEDE7;
	}

table#ma-info-table tr td.description {
	text-align: left;
	padding-left: 10px;
	width:250px;
	}

table#ma-info-table tr td input.bid {
	width: 44px;
	border: 1px solid #C1BBAA;
	color: #797978;
	font-size: 10px;
	text-align:right;
	}
	
table#ma-info-table tr td a {
	color: #797978;
	}

table#ma-info-table tr td.total {
	color: #000000;
	font-weight: bold;
	text-align: center;
	}
	
td.pages a:link { color: #797978; text-decoration: none; }
td.pages a:visited { color: #797978; text-decoration: none; }
td.pages a:hover { color: #797978; text-decoration: underline; }

/** Auction Registration (ar) **/

div#content-registration {
	padding: 0 12px 0 11px;
	/**background: #F7F8F0;**/
	}

div#content-registration h1 {
	margin: 0 auto 0 51px;
	}

div#ar-pad {
	margin: 0 auto 0 51px;
	width: 612px;
	}

div#ar-pad h2 {
	margin: 20px auto 0 0;
	}
	
div#ar-pad p {
	color: #656766;
	margin: 0 auto 8px auto;
	}
	
div#ar-info {
	width: 656px;
	background: #FFFFFF;
	border: 1px solid #E4E6D9;
	margin: 15px auto 20px 30px;
	padding: 18px 0 0 0;
	}

div#ar-info td {
	color: #656766;
	padding: 0 0 35px 0;
	}
	
div#ar-info td p {
	margin: 0 auto 3px 5px;
	color: #656766;
	}

div#ar-info div#ar-info-title {
	background: #F1F0ED;
	font-weight: bold;
	padding: 2px 5px;
	}

div#ar-signup {
	width: 720px;
	background: #FFFFFF;
	border: 1px solid #E4E6D9;
	margin: 15px auto 20px auto;
	padding: 18px 0 0 0;
	}
	
div#ar-signup table.signup-table select{
	font-family: Verdana, Helvetica, Arial, sans serif; 
	font-size:11px; 
	}	
	
div#ar-signup table.signup-table {
	width: 505px;
	margin: 0 auto 40px 20px;
	}

div#ar-signup table.signup-table td {
	padding: 10px 0;
	line-height: 17px;
	color: #656766;
	}	

div#ar-signup table.signup-table td a:link,
div#ar-signup table.signup-table td a:visited,
div#ar-signup table.signup-table td a:hover {
	color: #656766;
	}
	
div#ar-signup table.signup-table td a.cc:link,
div#ar-signup table.signup-table td a.cc:visited,
div#ar-signup table.signup-table td a.cc:hover {
	color: #BABABA;
	}

div#ar-signup table.signup-table td.title {
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	}
	
div#ar-signup table.signup-table td.cc {
	padding-right: 20px;
	text-align: right;
	color: #BABABA;
	}

div#ar-signup h1 {
	margin: 0 0 20px 50px;
	font-size: 14px;
	color: #666666;
	}
	
div#ar-signup div#terms {
	width: 520px;
	margin: 20px auto 20px 50px;
	background: #FAFBF6;
	border: 1px solid #E6E8DC;
	padding: 10px;
	line-height: 17px;
	}
	
div#ar-signup p {
	margin: 0 auto 20px 55px;
	}
	
div#ar-signup span.buttons {
	margin: 10px auto 20px 50px;
	}


/** AUCTION DETAILS **/	

div#content-details {
	padding: 0 29px;
	}

div#content-details h1 {
	margin: 0;
	}	
	
div#content-details h2 {
	margin: 15px 0 3px 0;
	font-size: 13px;
	}
	
div#content-details h3 {
	margin: 15px 0;
	font-size: 14px;
	}
	
div#content-details h4 {
	margin: 10px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	}	

div#content-details p {
	margin: 0 0 15px 0;
	}
	
div#content-details table#highlights {
	width: 475px;
	}
	
div#content-details table#highlights td {
	text-align: left;
	width: 118px;
	}
	
div#content-details table#highlights td a:link,
div#content-details table#highlights td a:visited,
div#content-details table#highlights td a:hover {
	color: #D18B12;
	font-size: 10px;
	font-weight: bold;
	}
	
div#content-details img.left {
	padding: 0 10px 10px 0;
	}	
	
/** FAQ **/

div#content-faq {
	padding-top: 0;
	padding-right: 29px;
	padding-bottom: 0;
	padding-left: 15px;
	}

div#content-faq h1 {
	margin: 0;
	}	
	
div#content-faq p {
	margin: 15px 10px 5px 15px;
	}

div#content-faq p.back-to-top {
	text-align: right;
	font-size: 9px;
	margin: 0 10px 3px auto;
	}
	
div#content-faq p.back-to-top a:link,
div#content-faq p.back-to-top a:visited {
	color: #8A792B;
	font-weight: normal;
	text-decoration: none;
	}
div#content-faq p.back-to-top a:hover {
	text-decoration: underline;
	}
	

div#content-faq ul {
	list-style: disc;
	color: #C4C1BB;
	margin: 0 auto 10px 30px;
	padding: 0;
	}
	
div#content-faq ul li {
	margin: 2px 0;
	padding: 0;
	line-height: 18px;
	}
	
div#content-faq a:link,
div#content-faq a:visited,
div#content-faq a:hover {
	color: #BA7A10;
	text-decoration: none;
	}

/** POLICIES **/

div#content-policies {
	padding: 0 29px;
	}

div#content-policies h1 {
	margin: 15px 0 10px 0;
	font-size: 13px;
	}	
	
div#content-policies p {
	margin: 15px 10px 5px 0;
	}
	
div#content-policies p span {
	font-size: 10px;
	font-weight: bold;
	}

/** BIOS **/

div#content-bios {
	padding: 0 29px;
	}

div#content-bios h1 {
	margin: 15px 0 10px 0;
	font-size: 13px;
	}
	
div#content-bios p {
	margin-top: 0;
	}

div#content-bios table.person {
	margin: 15px 0 0 0;
	}
	
div#content-bios hr {
	clear: both;
	margin-bottom: 0;
	}

div#content-bios a:link,
div#content-bios a:visited,
div#content-bios a:hover {
	color: #DC941E;
	font-weight: bold;
	font-size: 9px;
	}


/** LOT DETAILS POPUP (ld) **/

td#ld-title {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	}

table#popup-content {
	margin: 15px auto;
	}

table#popup-content td {
	font-size: 11px;
	padding: 0 3px;
	}

table#popup-content td input#bid-value {
	width: 69px;
	height: 24px;
	border: 1px solid #E4E6D9;
	text-align: center;
	font-size: 12px;
	}

	
/** LOT DETAILS IN RESULTS **/

td#lot-title {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	}

table.lot-content {
	margin: 5px auto;
	}

table.lot-content td {
	font-size: 11px;
	padding: 0 3px;
	}

table.lot-content td input#bid-value {
	width: 69px;
	height: 14px;
	border: 1px solid #E4E6D9;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 11px;
	}

/** EXPANDABLE LOT DETAILS PAGE - created 9/5/07 **/

div#content-expand {
	padding: 0;
	}
div#content-expand h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 5px 3px;
	}
div#content-expand table#main-table {
	width: 100%;
	}
div#content-expand table#main-table table {
	width: 100%;
	}
div#content-expand table#main-table tr#titles td {
	background: #dc941e ;
	font-weight: bold;
	color: #ffffff;
	}
div#content-expand table#main-table tr.alt td {
	background-color: #e6e6e1;
	}
div#content-expand table#main-table td {
	padding: 6px 0;
	vertical-align: top;
	}
div#content-expand table#main-table td.desc {
	text-align: left;
	vertical-align: top;
	}
div#content-expand table#main-table td input {
	width: 48px;
	}

div#content-expand table#main-table div.border {
	width: 728px;
	margin: 0 auto;
	border: 1px solid #d8d8d8;
	padding: 1px;
	}
div#content-expand table#main-table div.border-alt {
	border: 1px solid #cccccc;
	padding: 1px;
	}
div#content-expand table#main-table table.expanded-info {
	width: 728px;
	margin: 0 auto;
	}
div#content-expand table#main-table table.expanded-info-alt {
	width: 728px;
	margin: 0;
	}

div#content-expand table#main-table table.expanded-info td {
	padding: 4px;
	vertical-align: top;
	}
div#content-expand table#main-table table.expanded-info tr#exp-titles td {
	background-color: #e5e5e5;
	border: 0;
	}
div#content-expand table#main-table table.expanded-info-alt tr#exp-titles td {
	background-color: #cccccc;
	border: 0;
	}
div#content-expand table#main-table table.expanded-info tr td,
div#content-expand table#main-table table.expanded-info-alt tr td {
	border-bottom: 1px dashed #f0d2a1;
	padding: 3px 15px;
	background-color: #ffffff;
	}
div#content-expand table#main-table table.expanded-info tr.last td,
div#content-expand table#main-table table.expanded-info-alt tr.last td {
	border: 0;
	}
div#content-expand table#main-table table.expanded-info tr td.desc p,
div#content-expand table#main-table table.expanded-info-alt tr td.desc p {
	margin: 0 0 3px 0;
	}
div#content-expand table#main-table table.expanded-info tr td.desc p.name,
div#content-expand table#main-table table.expanded-info-alt tr td.desc p.name {
	font-weight: bold;
	}
div#content-expand table#main-table table.expanded-info tr td.desc p.note,
div#content-expand table#main-table table.expanded-info-alt tr td.desc p.note {
	font-size: 10px;
	color: #737373;
	font-weight: bold;
	}
div#content-expand table#main-table table.expanded-info tr td.desc p.label,
div#content-expand table#main-table table.expanded-info-alt tr td.desc p.label {
	font-size: 10px;
	color: #860000;
	}
div#content-expand table#main-table table.expanded-info tr td p.hide,
div#content-expand table#main-table table.expanded-info-alt tr td p.hide {
	text-align: right;
	margin: 0;
	}
	
div#content-expand table#main-table td input {
	font-size: 11px; 
	font-family: verdana;
	}
	
	
	
/* Footer
---------------------------------------- */
div#footer {font-size: 9px;	margin: 0; padding: 9px 0;}

div#footer a {color: #928D7B;}
div#footer a:link {text-decoration: none;}
div#footer a:visited {text-decoration: none;}
div#footer a:hover {text-decoration: underline;}

div#footer table {border: 0; width: 750px;}
div#footer td {padding-bottom: 7px;}
div#footer ul {margin: 0; padding: 0;}
div#footer ul li {
	background: url(images/footer-li-bullet.gif) 0% 50% no-repeat;
	float: left; 
	margin: 0; 
	padding: 0 10px 0 13px;
	}
div#footer li#footer-contact, div#footer li#footer-home  {background: none; margin: 0; padding: 0 10px 0 0;}

.popup
{
	visibility:hidden;
	background: #DFD8C8;
	border: 1px solid #A3A195;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding:3px;
	width:400px;
	height:300px;
}


/* Bid Cart */

.bidcartback{
	background-color: #FCF9F3;
	border: 1px solid #996633;
	width: 175px;
	padding: 3px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity:0.60;
	position: absolute;
	top: 35px;
	left: 676px;
	height: 55px;
	}
	
.bidcartwrap{
	width: 175px;
	padding: 3px;
	position: absolute;
	top: 35px;
	left: 676px;
	}

.bidcart_text{
	color: #990000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 3px;
	}

.bidcartnums{
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 3px;
	}

	
.bidInputBox
{
	border: 1px solid #C1BBAA;
	color: #797978;
	font-size: 10px;
	text-align:right;
}

.bidDdl
{
	border: 1px solid #C1BBAA;
	color: #797978;
	font-size: 10px;
}

.infowrap {
	border: 1px solid #EFCB8D;
	width: 150px;
	height: 112px;
	margin-left: 5px;
}
.infohdr {
	font-size: 12px;
	font-weight: bold;
	color: #B98C2F;
	margin-bottom: 2px;
	background-color: #F8E8CD;
	padding: 2px;
}
.infocont {
	padding: 2px;
}
.auctitle {
	font-size: 18px;
	font-weight: bold;
	color: #424242;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imgpad {
	padding-bottom: 15px;
}


.deadwrap {
	border: 1px solid #990000;
	height: 103px;
	width: 150px;
	margin-left: 5px;
}
.deadhdr {
	padding: 2px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFD2D2;
}
.deadcont {
	padding: 2px;
}
.downloadwrap {
	border: 1px solid #EFCB8D;
	margin-bottom: 15px;
}
.downloadhdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B98C2F;
	margin-bottom: 2px;
	background-color: #F8E8CD;
	padding: 2px;
}

/* Quick Bid control */

.qbidwrap {
	border: 1px solid #EFCB8D;
	padding: 2px;
	background-color: #F9EAD0;
	margin-top: 5px;
}

.qbiderror {
	border: 1px solid #990000;
	background-color: #FFFFFF;
	color: #FFE8E8;
	padding: 2px;
}

/* News Results */

#NewsTitle {
	background-color: #F9EAD0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFCB8D;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

#NewsLong {
	padding: 5px;
	border: 1px solid #E4E4E4;
}

#NewsShort {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
