:root {
	--default-text-size: 14pt;
}

a {
	text-decoration: none;
	font-weight: bold
}
	
a:link {
	color: blue;
}

a:visited {
	color: purple;
}

a:hover {
	border-bottom: 1px solid red;
	color: red;
	text-decoration: none;
}

a:active {
	border-bottom: 1px solid red;
	background-color: #FFCCCC;
}

.item {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #0000AA;
}

.out {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #CC3333;
}

.outi {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #CC3333;
}	/* font-style: italic */

.outr {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #009900;
}

.ro {
	background-color: #EEEEEE;
}

table.admin {
	width: 750px;
	border-collapse: collapse;
	border: 2px solid #AAAAAA;
}

.admin td {
	background-color: #FFFFFE;
}

.sumbox {
	border-collapse: collapse;
	border: 1px solid #000000;
}

.sumbox td {
	padding: 2px 4px 2px 4px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid #000000;
	background-color: #FFFFFE;
}

.sumbox .pic {
	background-color: #FFFFFF;
}

.sumbox th {
	padding:  2px 4px 2px 4px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #FFFFFE;
}

table.bar {
	border: 3px outset #999999;
	margin-bottom: 2px;
}

td.bar {
	padding: 2px;
	background-color: #FFFFFE;
}

.tag {
	font-family: Arial;
	font-size: var(--default-text-size);
	font-weight: bold;
}

/* right side help */
.right_h {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #980A00;
}

.right_p {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/* bid status box */

.b_table {
	border-collapse: collapse;
}

.b_error {
	background: #FBD6D6;
	padding: 3px 10px 3px 10px;
	border: 3px solid #FF0000;
	font-family: Arial;
	font-size: 10pt;
}

.b_ok {
	background: #D6FBD6;
	padding: 3px 10px 3px 10px;
	border: 3px solid #006600;
	font-family: Arial;
	font-size: 10pt;
}

/* my bid status box */		
.sumbox .my-bids-low {
	background: #FBD6D6;
}

.sumbox .my-bids-high {
	background: #D6FBD6;
}

.sumbox .my-bids-open {
	background: #FFFFFF;
}

.sumbox .my-bids-close {
	background: #E0E0E0;
}

.sumbox .my-bids-shade {
	background: #FFDF99;
}

.sumbox .my-bids-lottery {
	background: #FFFFFE;
}

/* banner box */
.ban_back {
	background-color: #FFFFFE;
}

.ban_border {
	border: 2px solid #000080;
}

.banbtn {
	width: 136px;
	height: 26px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.banbtn_b {
	width: 136px;
	height: 26px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

/* description highlighting */
span.high {
	font-size: 11pt;
	font-weight: bold;
	color: #A0190B;
}

span span.high {
	font-size: 10pt;
	font-weight: bold;
	color: #A0190B;
}

/* registration */

div#registerForm form {
	border: 1px solid #666666;
	clear: both;
	padding: 10px 10px;
	background-color: #FFFFFE;
	float: left;
}

.b_form {
	display: inline;
}

.Can {
	background: #DDFFDD;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	width: 20ex;
	height: 3ex;
	text-align: center;
}

.Must {
	background: #FFDDDD;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	width: 20ex;
	height: 3ex;
	text-align: center;
}

/* for auction notices at the bottom of the pages */

.owner, .hosting {
	font-family: Arial;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0px;
}

.copyright {
	margin-top: 1ex;
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.the-siteseal {
	text-align: center;
}

.rev-date {
	font-size: 11px;
}

/*
 *
 * New style classes
 *
 */

/* bid increment table */
.inc-bid {
	font-family: Arial;
	font-size: 10pt;
	padding-bottom: 2px;
	font-weight: bold;
}

.inc-table {
	border-collapse: collapse;
	font-weight: normal;
}

.header {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #980A00;
}

.update-date {
	font-size: 8pt
}

.thank-you {
	text-align: center;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style:italic;
	color: #980A00;
}

.light-bold {
	color: #CCCCCC;
	font-weight: bold;
}

/* Forms */

#form-register {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 700px;
	margin: 12px;
}

#form-register-auto {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: inherit;
	margin: 12px;
}

.form-field {
	text-align: right;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: top;
}

.form-input {
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
}

.form-header {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

.form-error {
	color: red;
	font-size: 10pt;
	font-weight: bold;
}

.form-textarea {
	font-family: Arial;
	font-size: 10pt;
}

.form-readonly {
	background-color: #DDDDDD;
}

.form-button {
	width: 100px;
}

.form-button-auto {
	width: inherit;
}

/* left hand summary pane */

.sum-table {
	border-collapse: collapse;
}

.sum-text {
	font-family: Arial;
	font-size: var(--default-text-size);
	line-height: 1.4;	/* missing */
	font-weight: normal;
	vertical-align: center;
	text-align: left;
	padding-left: 4px;
	background-color: #FFFFFF;
	width: auto;
}

.sum-picture {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	padding: 10px 2px 10px 0px;	/* 4px */
}

.sum-image {
	border: 1px solid #999;
}

.sum-image:hover {
	border-bottom: 0px solid red;
	border: 1px solid #980A00;
	text-decoration: none;
/**
	box-shadow: #cc3000 1px 1px 2px 0px; -webkit-box-shadow: #cc3000 1px 1px 2px 0px; -moz-box-shadow: #cc3000 1px 1px 2px 0px;
***/
}

.sum-image-href:hover {
	border-bottom: 0px solid red;
}

.sum-href:link {
	font-weight: normal;
	color: #000000;
}

.sum-href:visited {
	font-weight: normal;
	color: #333333;
}

.sum-href:hover {
	font-weight: normal;
	color: #980A00;
}

.sum-href:active {
	font-weight: normal;
	color: #333333;
}

.cat-view {
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.cat-select {
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.cat-form {
	display: inline;
}

.bid-current {
	font-family: Arial;
	font-size: var(--default-text-size);
	font-weight: bold;
	color: #980A00;
}

.bid-price {
	font-family: Arial;
	font-size: var(--default-text-size);
	font-weight: bold;
	color: #000000;
}

.bid-your {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

.bid-your-win {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #980A00;
}

/* right hand detail pane */

.detail-header {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #980A00;
	margin-bottom: 0px;
}

.detail-pic-table {
	border-collapse: collapse;
	border: 0px outset #999999;
	margin-bottom: 4px;
	min-width:300px;
}

.detail-pic-cell {
	padding-top: 4px;
	text-align: center;
}

.detail-pic-image {
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #999;/***
			border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px;
			box-shadow: #999 2px 2px 6px 1px; -webkit-box-shadow: #999 2px 2px 6px 1px; -moz-box-shadow: #999 2px 2px 6px 1px;
***/
}

.detail-view-table {
	border-collapse: collapse;
	border: 1px solid #C0C0C0;
	margin-bottom: 2px;
	margin-top: 0px;
}

.detail-view-cell {
	padding: 2px 4px 2px 4px;
	background-color: #F0F0F0;
	font-size: 10pt;
	text-align: center;
}

.detail-text-table {
	border-collapse: collapse;
	border: 0px outset #999999;
}

.detail-text-text {
	padding: 6px;
	font-family: Arial;
	font-size: var(--default-text-size);
	font-weight: normal;
	line-height: 1.4;
	background-color: #FFFFFE;
}

.status-header {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #980A00;
	margin-bottom: 4px;
}

.status-reload {
}

.status-message {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 4px;
}

.status-time {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}

.message-area {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #C0C0C0;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
}

/* bid summary */

.bid-body {
	font-family: Arial;
	font-size: 10pt;
}

.bid-body table {
	font-family: Arial;
	font-size: 10pt;
}

#bid-table {
	border-collapse: collapse;
	border: 2px solid #999999;
}

#bid-table td {
	border: 1px solid #C0C0C0;
	padding: 1px 6px 1px 4px;
	text-align: right;
}

#bid-table th {
	border: 2px solid #999999;
	padding: 1px 6px 1px 4px;
	text-align: right;
	font-weight: bold;
	background: #EEEEEE;
}

#bid-table .pad-left {
	padding-left: 2ex;
}

#bid-table .line-right {
	border-right: 2px solid #999999;
}

.cell-right {
	text-align: right;
}

.body-main {
	font-family: Arial;
	font-size: 10pt;
}

.table-main {
	font-family: Arial;
	font-size: 10pt;
}

#page-terms {
	margin: 20px;
	max-width: 700px;
	font-size: 11pt;
}

#page-terms li {
	margin-bottom: 5px;
}

.page-break {
	page-break-after: always;
}

a:link.item-btn, a:visited.item-btn, a:active.item-btn {
	padding: 1px 3px 1px 3px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	color: #333333;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #777777 #777777 #CCCCCC;
	margin: 0px 4px 0px 0px;
	line-height: 23px;
}

a:hover.item-btn {
	font-weight: bold;
	color: #333333;
	background-color:#DDDDDD;
	border-color: #777777 #CCCCCC #CCCCCC #777777;
}

.item-btn-none {
	padding: 1px 3px 1px 3px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	color: #333333;
	margin: 0px 4px 0px 0px;
	background-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	border-color: #777777 #CCCCCC #CCCCCC #777777;
	margin: 0px 4px 0px 0px;
	line-height: 23px;
}

a.inline-btn {
	padding: 0px 2px 0px 2px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	color: #3333FF;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA #444444 #444444 #AAAAAA;
	margin: 2px 4px 2px 0px;
	display: inline-block;
}

a:hover.inline-btn {
	text-decoration: none;
	color: #FF3333;
	background-color:#DDDDDD;
	border-width: 1px;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
}

.inline-btn-1 {
	letter-spacing: 1px;
}

/* Generated by http://css.spritegen.com CSS Sprite Generator */

.btn-submit, .btn-continue, .btn-raise-bid, .btn-enter-lottery, .btn-next-item, .btn-cancel, .btn-processing, .btn-review, .btn-correct, .btn-place-bid, .btn-refresh-bids, .btn-raise-bid-right, .icon-check, .icon-x, .icon-check-small, .icon-lottery {
	cursor:pointer;
	border: none;
	display: block;
	background: url('graphics/btn-sprite.png') no-repeat;
}

.btn-submit {
	background-position:   -1px 0px;
	width: 120px;
	height: 25px;
}

.btn-continue {
	background-position: -122px 0px;
	width: 120px;
	height: 25px;
}

.btn-raise-bid {
	background-position: -243px 0px;
	width: 120px;
	height: 25px;
}

.btn-enter-lottery {
	background-position:   -1px -26px;
	width: 120px;
	height: 25px;
}

.btn-next-item {
	background-position: -122px -26px;
	width: 120px;
	height: 25px;
}

.btn-cancel {
	background-position: -243px -26px;
	width: 120px;
	height: 25px;
}

.btn-processing {
	background-position:   -1px -52px;
	width: 120px;
	height: 25px;
}

.btn-review {
	background-position: -122px -52px;
	width: 120px;
	height: 25px;
}

.btn-correct {
	background-position: -243px -52px;
	width: 120px;
	height: 25px;
}

.btn-place-bid {
	background-position:   -1px -78px;
	width: 120px;
	height: 25px;
}

.btn-refresh-bids {
	background-position: -122px -78px;
	width: 120px;
	height: 25px;
}

.btn-raise-bid-right {
	background-position: -243px -78px;
	width: 90px;
	height: 25px;
}

.icon-check {
	background-position:   -1px -104px;
	width:  25px;
	height: 25px;
}

.icon-x {
	background-position: -122px -104px;
	width:  25px;
	height: 25px;
}

.icon-check-small {
	background-position: -243px -104px;
	width:  14px;
	height: 14px;
}

.icon-lottery {
	background-position:   -1px -130px;
	width:  40px;
	height: 20px;
}

/* common CSS classes */

.css-nowrap {
	white-space: nowrap;
}

.css-right {
	text-align: right
}

.overflow {
	overflow-x: auto
}

.printer {
}

.css-no-print {
}
 @media print {

.css-no-print {
	display: none;
}

body {
	background-color: #ffffff;
}
}

/* fancy buttons */

.btn-auction {
  background: #c54940;
  background-image: -webkit-linear-gradient(top, #c54940, #5c0600);
  background-image: -moz-linear-gradient(top, #c54940, #5c0600);
  background-image: -ms-linear-gradient(top, #c54940, #5c0600);
  background-image: -o-linear-gradient(top, #c54940, #5c0600);
  background-image: linear-gradient(to bottom, #c54940, #5c0600);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
}

.btn-auction:link, .btn-auction:visited {
	color: #FFFFFF;
}

.btn-auction:hover {
  background: #b8342c;
  background-image: -webkit-linear-gradient(top, #b8342c, #360200);
  background-image: -moz-linear-gradient(top, #b8342c, #360200);
  background-image: -ms-linear-gradient(top, #b8342c, #360200);
  background-image: -o-linear-gradient(top, #b8342c, #360200);
  background-image: linear-gradient(to bottom, #b8342c, #360200);
	color: #FFFFFF;
	text-decoration: none;
}

.btn-auction:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:link.item-btn, a:visited.item-btn, a:active.item-btn {
	border-radius: 3px 3px 3px 3px;
	background-image: linear-gradient(to bottom, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
}

.item-btn-none {
	border-radius: 3px 3px 3px 3px;
	background-image: linear-gradient(to bottom, #CCCCCC 0%, #DDDDDD 100%);
	background-image: -ms-linear-gradient(top, #CCCCCC 0%, #DDDDDD 100%);
	background-image: -moz-linear-gradient(top, #CCCCCC 0%, #DDDDDD 100%);
	background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #DDDDDD 100%);
}
/**
Heckler customizations
**/
.body-top {
	background-color: #FFFFFF;
}
.body-default {
	background-color: #FFFFFF;
}
.reg-info {
	font-size: 12pt;
	font-weight: bold;
	color: #980A00;
}