/* ----------------
// Standard Elements
// ---------------- */
* {
  font-family: sans-serif;
}

.new {
  font-size: 8pt;
  padding: 1px 2px;
  color: #ffffff;
  background: #f59400;
}

.clear {
  clear: both;
}

/* ----------------
// Message Box
// ---------------- */

.fieldWithErrors {
  display: inline;
}

.fieldWithErrors input,
.fieldWithErrors select,
.fieldWithErrors checkbox {
  background-color: #ffb1ad;
}

.notice {
  background-color: #d4af37;
  border-radius: 12px;
  padding: 10px 0;
  margin: 0 0 20px;
  text-align: center;
  margin: 10px;
  padding: 5px 20px;
  color: white;
}

.notice p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.notice p strong {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.warning {
  /* background: #ffb1ad; */
  border: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  text-align: center;
  margin: 10px auto;
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: 600;
  width: fit-content;
}

.infobox {
  width: 400px !important;
  margin: 0 auto;
}

.infobox .content {
  padding: 20px !important;
}

/* ----------------
// Headers
// ---------------- */

div#header {
  width: 845px;
  margin: 10px 0 0 0;
}

h1 {
  width: 230px;
  height: 50px;
  margin-left: 10px;
}

h1.website {
  background: url(/images/front/logo_website.gif) no-repeat top left;
}

h1 a {
  display: block;
  height: 50px;
  text-decoration: none;
  text-indent: -999em;
  font-size: 0px;
  background: url(/images/front/logo.gif) no-repeat top left;
}

h2 {
  font-size: 1.4em;
  padding-bottom: 6px;
  border-bottom: 1px solid #dddddd;
}

h2.auction_owner {
  font-size: 1em;
  letter-spacing: 0px;
  padding: 20px 0 20px 10px;
  background: url(/images/front/auction_owner_bg.gif) no-repeat;
  border-bottom: 0px;
}

h2.auction_owner .logo {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: -14px;
  margin-right: 10px;
  background-position: center center;
}

h3 {
  color: #d71920;
  font-size: 1.5em;
  font-weight: normal;
}

/* ----------------
// Footer
// ---------------- */

footer.pt-5 {
  margin-right: 12px;
}

div#footer {
  width: 950px;
  margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
  font-size: 0.9em;
  text-align: center;
  color: #777777;
}

div#footer p {
  margin: 0;
}

div#iologo {
  margin-top: 10px;
}

/* ----------------
// Page Elements
// ---------------- */

#page_wrapper {
  width: 1010px;
  margin: 0 auto 0 auto;
}

div#page {
  width: 855px;
  background: url(../images/front/pagebg2.gif) #ffffff;
}

div#pagetop {
  padding: 10px 10px 20px 10px;
  min-height: 560px;
  background: url(../images/front/pagebg_top3.gif) top no-repeat;
}

#left_column {
  float: left;
  width: 860px;
}

#right_column {
  float: left;
  padding-top: 10px;
}

/* min-height IE6 */
/*\*/
* html div#pagetop {
  height: 560px;
}
/**/

div#pagebottom {
  width: 855px;
  height: 20px;
  background: url(../images/front/pagebg_bottom2.gif) #ffffff;
}

/* Content */

#content_wrapper {
  padding: 0 15px;
}

div#content div.left {
  width: 49%;
}

div#content div.right {
  float: right;
  width: 50%;
}

/* Banners */

div#banners {
  width: 835px;
  margin: 0 0 0 12px;
  text-align: center;
}

#banner3 {
  padding-bottom: 15px;
}

#auction_ads {
  margin-top: -1px;
}

#auction_ads .ad {
  display: block;
  padding: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}

#auction_ads .ad:hover {
  background: lightYellow;
}

#auction_ads .ad .image {
  width: 138px;
  max-height: 100px;
  padding-bottom: 5px;
  text-align: center;
  overflow: hidden;
}

#auction_ads .ad .image img {
  max-width: 138px;
  max-height: 100px;
}

/* ----------------
// Menus
// ---------------- */

/* Main Top */

div#menu_top {
  float: right;
  text-align: right;
  margin: -60px 0 0 0;
  font-size: 1.1em;
}

div#menu_front {
  margin: -4px 0 8px 0;
}

div#menu_front ul {
  height: 38px;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
  border-bottom: 1px solid #d7d7d7;
}

div#menu_front ul li {
  float: left;
  margin-right: 10px;
  width: 194px;
}

div#menu_front a {
  display: block;
  padding: 11px 12px 12px 12px;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  background: url(../images/front/menu_front_bg.gif) repeat-x;
}

div#menu_front li.open a {
  background: #ffffff;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #ffffff;
}

/* Pages */

ul#menu_page {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  height: 60px;
  background: url(../images/front/main_menu_bg.gif) repeat-x;
  overflow: hidden;
}

ul#menu_page li {
  float: left;
  border-top: none;
  /*  background:            url(../images/front/main_menu_sep.gif) no-repeat right;*/
}

ul#menu_page li a {
  display: block;
  width: 166px;
  /*  padding:               20px 20px 21px 20px;*/
  padding: 20px 0 21px 0;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #333333;
  border-left: 1px solid #fff;
  border-right: 1px solid #d7d7d7;
}

ul#menu_page li.open {
}

ul#menu_page li.open a {
  width: 169px;
  /*  padding:               20px 20px 21px 20px;*/
  padding: 20px 0 21px 0;
  background: #ffffff;
}

ul#menu_page li.highlight {
  background: url(../images/front/menu_highlight.gif) repeat-x;
}

ul#menu_page li a small {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  color: #999;
}

/* Sub menu */

#submenu_front {
  height: 35px;
}

#submenu_front ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#submenu_front ul li {
  float: left;
  margin-right: 15px;
}

#submenu_front ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  background: #f2f2f2;
  behavior: url(/stylesheets/border-radius.htc);
  border-radius: 20px;
}

#submenu_front ul li a:hover,
#submenu_front ul li a.open {
  color: #fff;
  background: #a7a5a6;
}

/* ----------------
// Thumbnails
// ---------------- */

img.thumbnail,
a.thumbnail img {
  padding: 3px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

/* ----------------
// Buttons
// ---------------- */

a.button_viewauction {
  display: block;
  width: 121px;
  height: 28px;
  text-indent: -999em;
  font-size: 0px;
  background: url(../images/front/button_viewauction.gif) no-repeat;
}

/*
a.button_makeoffer {
	display:               block;
	width:                 121px;
	height:                28px;
	text-indent:           -999em;
	font-size:             0px;
	background:            url(../images/front/button_makeoffer.gif) no-repeat;
}
*/

/*
a.button_offergo {
	display:               block;
	width:                 76px;
	height:                28px;
	text-indent:           -999em;
	font-size:             0px;
	background:            url(../images/front/button_offergo.gif) no-repeat;
}
*/

/* ----------------
// Auction Items
// ---------------- */

div#auctionitems {
  float: left;
  width: 805px;
  border-bottom: 1px solid #dddddd;
}

div.auctionitem {
  height: 90px;
  padding: 10px;
  border-top: 1px solid #dddddd;
}

div.highlight {
  background: url(../images/front/auctionitembg.gif) repeat-x top #ffffff;
}

/* Information */

div.auctionitem big {
  font-size: 1em;
}

div.auctionitem big strong {
  /*letter-spacing:        -1px;*/
}

div.auctionitem div.section2 h3 {
  margin-bottom: 5px;
}

div.highbidder {
  width: 126px;
  margin-top: 2px;
  padding: 2px 2px 2px 25px;
  background: url(../images/icons/star.gif) no-repeat 2px 2px #fff7db;
}

div.not_highbidder {
  width: 156px;
  margin-top: 2px;
  padding: 2px 2px 2px 25px;
  background: url(../images/icons/cross.png) no-repeat 2px 2px #fff7db;
}

div#buy_it_now {
  float: right;
  margin-top: -85px;
}

div#buy_it_now a {
  display: block;
  width: 200px;
  padding: 13px 0;
  color: #ffffff;
  font-size: 1.2em;
  text-decoration: none;
  text-align: center;
  background: url(../images/front/buyitnow_bg.gif) no-repeat;
}

div#buy_it_now a .amount {
  font-weight: bold;
}

div#auction_terms {
  margin-bottom: 25px;
}

div#auction_bid {
  clear: both;
}

div#auction_bid div.highbidder {
  /*float:                 right;
	margin-top:            -20px;*/
  display: inline;
  font-size: 0.7em;
}

div#auction_bid img.owner_logo {
  float: left;
  margin-right: 20px;
}

/* Sections */

div.auctionitem div.section0 {
  float: left;
  width: 52px;
  padding-top: 30px;
  padding-right: 8px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

div.auctionitem div.section1 {
  float: left;
  width: 120px;
}

div.auctionitem div.section2 {
  float: left;
  width: 350px;
}

div.auctionitem div.section2_small {
  float: left;
  width: 290px;
}

div.auctionitem div.section3 {
  float: left;
  width: 270px;
}

div.auctionitem div.section4 {
  display: none;
  float: left;
  width: 150px;
  padding-top: 30px;
}

/* Table */

div.auctionitem dl {
  margin: 5px 0 0 0;
}

div.auctionitem dl dt {
  float: left;
  width: 140px;
  font-weight: bold;
}

div.auctionitem dl dd {
  margin: 0;
  padding: 0;
}

/* Auction Categories */

div#auctioncategories {
  float: left;
  width: 145px;
  margin-right: 5px;
}

div#auctioncategories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

div#auctioncategories ul li a {
  display: block;
  width: 110px;
  padding: 7px 10px;
  text-decoration: none;
  color: #555555;
  background: url(../images/front/category_bg.gif) repeat-x;
}

div#auctioncategories ul li.open a {
  width: 125px;
  color: #ffffff;
  background: url(../images/front/category_selected_bg.gif) repeat-x;
}

/* Messages */

div.noauctions {
  padding-top: 30px;
  /*font-weight:           bold;*/
  color: #d71920;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}

/* Search Filters */

div.search_filters {
  margin: 0 0 8px 0;
  padding: 5px 5px 5px 12px;
  font-size: 0.8em;
  background: url(/images/front/filters_bg.gif) repeat-x #ffffff;
  border-top: 1px solid #f9f3f3;
}

div.search_filters select,
div.search_filters input {
  font-size: 0.9em;
  vertical-align: middle;
}

div.search_filters input {
  border: none;
  padding: 2px;
  color: #ffffff;
  background: #d34349;
}

/* ----------------
// Tables
// ---------------- */

dl.table {
  margin: 0;
}

dl.table dt {
  float: left;
  width: 140px;
  font-weight: bold;
}

dl.table dd {
  height: 24px;
  margin: 0;
  padding: 0;
}

/* ----------------
// Auction View
// ---------------- */

/* Header */

div#auction_header {
  margin-bottom: 20px;
  /*border-bottom:         1px solid #dddddd;*/
}

/* Sections */

div#auction_left {
  float: left;
  width: 220px;
  margin-right: 19px;
}

div#auction_right {
  float: left;
  width: 565px;
}

/* Info */

div#auction_info {
  /*min-height:            167px;*/
  margin-bottom: 20px;
}

div#auction_info p {
  /*height:                80px;*/
  margin: 0 0 10px 0;
}

/* Info: Details */

div#auction_info_details {
  float: left;
  width: 49%;
}

/* Info: Owners Record */

div#auction_info_owners {
  float: right;
  width: 49%;
}

div#auction_info_owners a.owners_link {
  display: block;
  padding: 7px 4px 7px 36px;
  background: url(/images/icons/pdf_32.gif) no-repeat left;
}

/* Info Table */

div#auction_info table td.title {
  width: 100px;
}

/* Images */

a.auctionmain img {
  width: 212px;
  /*filter:                blur(add=0, direction=0, strength=2);*/
}

a.allimages {
  display: block;
  padding: 1px 0 4px 0;
  font-size: 0.8em;
  text-align: center;
}

/* Bids */

div#auction_bid {
  /*  padding:               22px 20px;*/
  /*  height:                109px;*/
  font-size: 1.3em;
  /*background:            url(../images/front/auctionbidsbg_small.gif) no-repeat;*/
}

div#auction_bid .top {
  padding: 22px 20px 0 20px;
  height: 64px;
  overflow: hidden;
  background: url(../images/front/auctionbidsbg_small_new.gif) no-repeat;
}

div#auction_bid .top dl {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

div#auction_bid .middle {
  font-size: 0.7em;
  padding: 0 20px 15px 20px;
  background: #f0f0f0;
}

div#auction_bid .middle p {
  margin: 0;
  padding: 0 0 10px 0;
}

div#auction_bid .bottom {
  padding: 17px 0 0 20px;
  height: 46px;
  overflow: hidden;
  background: url(../images/front/auctionbidsbg_small_new.gif) left bottom
    no-repeat;
}

div#auction_bid small {
  margin-left: 5px;
  font-size: 0.8em;
  color: #777777;
}

/* Bids: Form */

div#auction_bid form {
  color: #ffffff;
}

div#auction_bid form input {
  font-size: 1em;
  text-align: right;
  vertical-align: middle;
}

input#auction_go {
  margin: 0 8px;
  vertical-align: middle;
}

/* Bids: Table */

div#auction_bid dl {
  margin: 0 0 38px 0;
  padding: 0;
}

div#auction_bid dl dt {
  float: left;
  width: 160px;
  font-weight: bold;
}

div#auction_bid dl dd {
  margin: 0;
  padding: 0;
}

div#auction_bid dl.long dt {
  width: 300px;
}

/* Messages */

div#auction_bid .bid {
  float: left;
  width: 300px;
}

div#auction_bid .bid_increment {
  float: left;
  width: 220px;
  margin-top: -2px;
  font-size: 0.8em;
  color: #ffffff;
}

div#auction_bid div.notloggedin {
  margin-top: -6px;
  font-size: 0.9em;
  color: #ffffff;
}

div#auction_bid div.notloggedin a {
  color: #ffffff;
}

/* ----------------
// Bid
// ---------------- */

div.confirmbid {
  margin: 20px 0;
  padding: 20px;
  font-size: 1.6em;
  font-weight: bold;
  background: #f1f3f5;
}

#agree_to_terms {
  width: 18px;
  height: 18px;
  margin: 1px 10px 0 0px;
}

#submit_bid label {
  font-size: 1.3em;
}

.submit-offer {
  margin-right: 30px;
}

div#proxy_bid {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 1.4em;
  color: white;
  background-color: #198754;
  border-radius: 10px;
}

div#proxy_bid td input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 1px 10px 0 0px;
  border: none;
}

div#proxy_bid td label {
  padding-bottom: 5px;
}

div#proxy_bid small {
  font-size: 0.6em;
}

div#submit_bid {
  margin: 20px 0;
  padding: 50px;
  background: #f1f3f5;
}

/* ----------------
// Translate
// ---------------- */

.ig_tbl_line {
  margin-left: 5px;
  margin-bottom: 5px;
  border: 0px;
  border-collapse: collapse;
}

.ig_tbl_line div {
  display: none !important;
}

#google_translate_element {
  float: right;
  width: 150px;
  margin-top: 12px;
  overflow: hidden;
}

#google_translate_element a span {
  font-size: 12px !important;
}

/* ----------------
// Skyscraper ad
// ---------------- */

#skyscraper {
  float: right;
  width: 150px;
  height: 600px;
}

/* ----------------
// Frontpage Buttons
// ---------------- */

#frontpage_buttons {
  height: 82px;
  margin-bottom: 20px;
}

#frontpage_buttons .button {
  float: left;
  width: 170px;
  height: 70px;
  padding: 12px 0 0 88px;
  font-size: 9pt;
  color: #333;
}

#frontpage_buttons a {
  text-decoration: none;
}

#frontpage_buttons .button a {
  color: #333;
}

#frontpage_buttons .button strong {
  font-size: 1.2em;
}

#frontpage_buttons .button big {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
}

#frontpage_buttons .button .gray {
  color: #777;
}

#frontpage_buttons div.sell {
  height: 65px;
  padding-top: 17px;
  font-size: 1.4em;
  font-weight: bold;
  margin-right: 16px;
  background: url(../images/front/frontpage_button_sell.gif) no-repeat;
}

#frontpage_buttons div.contact {
  margin-right: 16px;
  background: url(../images/front/frontpage_button_contact.gif) no-repeat;
}

#frontpage_buttons div.terms {
  height: 65px;
  padding-top: 17px;
  margin-right: 15px;
  background: url(../images/front/frontpage_button_terms.gif) no-repeat;
}

#frontpage_buttons div.address {
  height: 68px;
  padding-top: 14px;
  background: url(../images/front/frontpage_button_address.gif) no-repeat;
}

.topp-banner-ad * {
  max-width: 100%;
  height: auto;
}
