﻿@charset "UTF-8";
/* CSS Document */

/* -----------------------------------*/
/* ----->>> TABLE OF CONTENTS <<<-----*/
/* -----------------------------------*/
/*
1.BOOTSTRAP.CSS OVERRIDES
2.GLOBALS
2.HEADER
3.BREADCRUMB
4.SIDEBAR-LEFT
5.FOOTER
6.SHARED STYLES
*/



/* -----------------------------------*/
/* -->>> BOOTSTRAP.CSS OVERRIDES <<<--*/
/* -----------------------------------*/



  .nav-tabs a,
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs .active a:hover {
    background:none;
    border:none;
    border-radius:0;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
     width: 100%; 
    font-family: arial, helvetica, sans-serif;
    padding-right: 0px;
    padding-left: 0px;
  }
  @media (min-width: 768px) {
    .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
      width: 95%
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    padding-right: 0px;
    padding-left: 30px;
  }
}
  @media (min-width: 1025px) {
    .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
      width: 962px;     
  }
}
 #x-main  .container{
	width: 100%;
	max-width:100%;
 }
  #main-container .span9 {
    width:686px;
    margin-right: -20px;
  }
  #footer .nav-list > li > a,
  #footer .nav-list .nav-header {
    margin-left: 0;
    margin-right: 0;
    padding: 3px 0;
  }
  textarea, input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"], input[type="month"],
  input[type="time"], input[type="week"],
  input[type="number"], input[type="email"],
  input[type="url"], input[type="search"],
  input[type="tel"], input[type="color"],
  .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
  }
  input[type="submit"]{
    width:88px;
    border-radius: 2px 2px 2px 2px;
    text-shadow:none;
    text-transform:uppercase;
    font-size: 0.833em;
    font-weight: bold;
  }



/* -----------------------------------*/
/* ------->>> GLOBAL STYLES <<<-------*/
/* -----------------------------------*/



/*---->> STRUCTURE <<-----*/
body{
  font-size: 12px;
  line-height: 18px;
  background-color: #fff;
  width:100%;
 
  }
  @media (max-width: 767px) {
    body {
      padding-right: 0px;
      padding-left: 0px;
   }
   body#client-services {
     overflow: initial !important;
   }
  }


#main-container{
  position:relative;
  z-index: 2;
  max-width: 100%;
}   
.banner {
  padding:29px 0 29px 30px;
  }
  .banner .display {
    color:#fff;
  }
.content-wrapper{
  background-color: #dadada;
  padding: 15px;
}  
.thick-wrapper{
  border: 15px solid #dadada;
}
.bottom-border{
  border-bottom: 7px solid #e6e6e6;
}
#main-container .no-border{
  border: none;
}
.has-border{
  border: 7px solid #E8E9EA;
}
.left{
  float:left;
}
.right{
  float:right;
}
.top{
  margin-top: 20px;
}
.last {
  margin-bottom: 0;
}
*.feature-sub{
  margin-bottom: 15px;
}
*.auction-count{
  float:left;
  width:490px;
}
.pipe{
  margin: 0 6px;
}
.carousel {
  margin:0;
}
.down,
.up{
  height: 6px;
  border: none;
}
.down{
  background: transparent url('/static/images/bg_arrow_down.png') center -1px no-repeat;
}
.down:active
{
	background: transparent url('/static/images/bg_arrow_down.png') center -1px no-repeat;
}
.down:hover{
  background-position: center -16px;
  background-color:#fff;
  -moz-transition: none;
}
.down.off{
  background-position: center -29px;
  background-color:#fff;
  cursor:default !important;
}
.up{
  background: transparent url('/static/images/bg_arrow_up.png') center -1px no-repeat;
}
.up:active
{
	background: transparent url('/static/images/bg_arrow_up.png') center -1px no-repeat;
}
.up:hover{
  background-position: center -16px;
  background-color: #fff;
  -moz-transition: none;
}
.up.off{
  background-position: center -32px;
  background-color: #fff;
  cursor:default !important;
}
.lead{
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
 }
 .box h5{
  text-align: center;
}
.border-top{
  border-top: 1px solid #dadada;
  padding-top: 10px;
  margin-top: 10px;
}
/*inside christies arrows*/
.arrow.next {
  position: absolute;
  top: 106px;
  right: 17px;
}
.arrow.previous {
  position:absolute;
  top:106px;
  left:0;
}
.arrow #btnPrevious {
  background-image: url('/static/images/sprites/icons.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-position: -672px -136px;
  left: 0;
  z-index:100;
}
.arrow #btnNext {
  background-image: url('/static/images/sprites/icons.png');
  background-repeat: no-repeat;
  height: 30px;
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-position: -719px -136px;
  left: 0;
}
.arrow #btnNext:hover {
  background-position: -719px -196px;
  cursor:pointer;
}
.arrow #btnPrevious:hover {
  background-position: -672px -196px;
  cursor:pointer;
}
.arrow #btnNext.off {
  background-position: -719px -256px;
  cursor:default;
  z-index: 0;
}
.arrow #btnPrevious.off {
  background-position: -672px -256px;
  cursor:default;
  z-index: 0;
}
/*featured carousel arrows*/
.carousel-arrow{
  position:relative;
  z-index: 5000;
  height:30px;
  width:15px;
  display: block;
  top: 10px;
  }
.carousel-arrow.left{
  background-image: url("/static/images/bg_arrow_left_white.png");
  background-position: 0 0;
  margin-right:7px;
  cursor: pointer;
}
.carousel-arrow.right{
  background-image: url("/static/images/bg_arrow_right_white.png");
  background-position: 0 0;
  margin-left:5px;
  cursor: pointer;
}
.carousel-arrow:hover{
  background-position: 0 -30px;
}
.carousel-arrow.off{
  background-position: 0 -60px;
  cursor:default;
  z-index: 0;
}
/*----> LINKS <-----*/
a,
a:active,
a:visited {
  color:#990000;
  }
  a:hover{
    color: #333;    
  }
a.red,
#specialist-departments ul.red a{
  color: #990000;
  line-height: 14px;
}
a.gold{
  color: #AD975C;
  cursor: pointer;
  }
  a.gold:hover,
  a.red:hover{
    color: #333;
    text-decoration: none !important;
  }
 
/*---->> TYPOGRAPHY <<----*/ 
@font-face {
  font-family: 'frutiger_lt';
  src: url('/static/fonts/FrutigerLight/frutigerltstd-light-webfont.eot');
  src: url('/static/fonts/FrutigerLight/frutigerltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/FrutigerLight/frutigerltstd-light-webfont.woff') format('woff'),
        url('/static/fonts/FrutigerLight/frutigerltstd-light-webfont.ttf') format('truetype'),
        url('/static/fonts/FrutigerLight/frutigerltstd-light-webfont.svg#frutiger_lt_std_45_lightRg') format('svg');
  font-weight: normal;
  font-style: normal;
  }

  @font-face {
    font-family: 'frutiger_bold';
    src: url('/static/fonts/FrutigerBold/frutigerbold-webfont.eot');
    src: url('/static/fonts/FrutigerBold/frutigerbold-webfont.eot?#iefix') format('eot'),
         url('/static/fonts/FrutigerBold/frutigerbold-webfont.woff') format('woff'),
         url('/static/fonts/FrutigerBold/frutigerbold-webfont.ttf') format('truetype'),
         url('/static/fonts/FrutigerBold/frutigerbold-webfont.svg#frutigerbold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'frutiger_roman';
    src: url('/static/fonts/frutigerRoman/frutigerltstd-roman-webfont.eot');
    src: url('/static/fonts/frutigerRoman/frutigerltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/frutigerRoman/frutigerltstd-roman-webfont.woff') format('woff'),
         url('/static/fonts/frutigerRoman/frutigerltstd-roman-webfont.ttf') format('truetype'),
         url('/static/fonts/frutigerRoman/frutigerltstd-roman-webfont.svg#frutiger_lt_std_55_romanRg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'bembo_regular';
    src: url('/static/fonts/Bembo/christiesbembo-webfont.eot');
    src: url('/static/fonts/Bembo/christiesbembo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/Bembo/christiesbembo-webfont.woff') format('woff'),
         url('/static/fonts/Bembo/christiesbembo-webfont.ttf') format('truetype'),
         url('/static/fonts/Bembo/christiesbembo-webfont.svg#bembo_regular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
/*controls header font styles, font weights and font sizes*/
.display {
  text-transform: uppercase;
  color: #000;
  }
  .display .bold {
    font-family: 'frutiger_bold';
    font-weight:500;
  }
  .display .light{
    font-family: 'frutiger_lt';
    font-weight:500;
  }
  .display .roman {
    font-family: 'frutiger_roman';
    font-weight:500;
  }
  .display .bembo {
    font-family: 'bembo_regular';
    font-weight:500;
  }
h1.display {
  font-size:28px;
  line-height:30px;
}
h2.display {
  font-size:20px;
  line-height:22px;
}
h3.display {
  font-size:16px;
  line-height:18px;
}
h5.display {
  font-size:14px;
  line-height:16px;
}
h6.display{
  font-size:13px;
  line-height: 15px;
}
.upper{
  text-transform: uppercase;
}
.link-disabled-grey{
  color:#999;
  clear: both;
}
@media (min-width: 768px) {
.link-disabled-grey{
	clear: none;
}  
}
.last h2 small{
  color: #fff;
}
.carousel-caption h2{
  line-height: 18px;
  }
  .carousel-caption h2 small{
    font-family: Georgia;
    font-size: 16px;
  }
/*----> ICONS <----*/
.icon{
  background-image: url("/static/images/sprites/icons.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 16px;
  margin-right: 2px;
  width: 19px;
  cursor:pointer;
}
.icon-place{
  display: block;
  height: 14px;
  left: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  width: 18px;
}
.icon-reg{
  background-position: -794px -444px;
  display: block;
  height: 15px;
  left: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  width: 13px;
}
.icon-check{
  background-position: -90px -446px;
  display: block;
  height: 10px;
  left: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 7px;
  width: 12px;
}
.facebook,
.twitter,
.tumblr,
.pinterest,
.youtube,
.instagram,
.weibo,
.youku {
  opacity:0.7;
}
.youku
{
	background-position: -280px -22px;
}
.weibo
{
	background-position: -344px -22px;
}
.instagram
{
	background-position: -410px -22px;
}
.facebook{
  background-position: -470px -22px;
}
.twitter{
  background-position: -536px -22px;
}
.tumblr{
  background-position: -598px -22px;
}
.pinterest{
  background-position: -662px -22px;
}
.youtube{
  background-position: -854px -22px;
}
.caret {
  border-top: 5px solid #AAA;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
a:hover .icon{
  opacity: 1;
}
a:hover .icon-reg{
  background-position: -794px -504px;
}
.icon-gavel{
  background-position: -855px -504px;
  margin-top: 5px;
  margin-right: 5px;
}


/* -----------------------------------*/
/* --------->>> BREADCRUMB <<<--------*/
/* -----------------------------------*/



/*---->> STRUCTURE <<----*/
.breadcrumbs{
  background-color: #626262;
  background-image: none;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #FFFFFF;
  font-size: 11px;
  padding: 4px 0 4px 20px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  }
  .breadcrumbs em {
    margin: 0 12px;
  }
.breadcrumb-links{
  float:left;
}

/*---->> LINKS <<----*/
.breadcrumb-links a span.christies-icon{
  background-image: url("/static/images/sprites/icons.png");
  background-position: -1241px -22px;
  background-repeat: no-repeat;
  display: block;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  width: 17px;
  float: left;
  }
  .breadcrumb-links a:hover span.christies-icon{
    background-position: -1241px -82px;  
  }
.breadcrumbs a,
.breadcrumbs a *{
  color: #fff;
  }
  .breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
  } 
  
/* -----------------------------------*/
/* -------->>>SIDEBAR-LEFT <<<--------*/
/* -----------------------------------*/



#main-container .sidebar-left{
  width:100%;
  background-color: #E6E6E6;
  font-family: arial, helvetica, sans-serif;
  color:#333;
  padding: 0 0 14px 0;
 
  }
  @media (min-width: 320px) and (max-width: 767px) {
    #main-container .sidebar-left{
  height: auto !important;
  }
  }
  @media (min-width: 768px) {
    #main-container .sidebar-left{
    width:25%;
  }
  }
  #main-container .sidebar-left li {
    margin: 0 0 5px 10px;
    padding: 0 0 0px 6px;
  }
  #main-container .sidebar-left li.list-header {
    background-image: url("/static/images/bg_nav_sub_h2_20101008.gif");
    background-repeat: repeat-x;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 16px 12px 16px;
    text-transform: uppercase;
    margin:0;
  }
  #main-container .sidebar-left li.last {
    margin: 0 0 15px 10px;
  }
  #main-container .sidebar-left li ul li {
    margin:5px 0 5px 10px;
    padding:0;
  }
  #main-container .sidebar-left li.active,
  #main-container .section-header {
    background-color: #fff;
  }
  /** ul after first one **/
  #main-container .sidebar-left ul.parent + ul.parent {
    margin: 15px 0 0 0;
  }
#main-container .grey{
  color: #666;
}
#main-container .grey.box.first {
  border-bottom: 0;
}
#main-container .row .grey.box:last-child {
  border-bottom: 0;
  padding-bottom: 3px;
}
#main-container h2 small{
  text-transform: uppercase;
  margin: 17px 0 4px 27px;
  display: block;
  font:bold 14px/30px Arial, Helvetica, sans-serif;
  color: #000;
}
#main-container h2 small.rail-title {
  font-size: 14px;
  margin-left: 0;
  line-height: 15px;
}
#main-container .first h1{
  color:#000;
  padding: 25px 0 0 25px;
  text-transform:uppercase
}
#main-container #live-auction.box{
  margin-bottom: 0;
}
#main-container .first{
  background-color: #fff;
}
#main-container div#footer .first{
  background-color: #DADADA;
}
#main-container .inner-box{
  padding: 7px 0px 25px 26px;
  float: left;
  width: 305px;
  min-height:110px;
}

/*----> LINKS <----*/
#main-container .sidebar-left a {
  color:#333;
  cursor:pointer;
  }
  #main-container .sidebar-left a:active,
  #main-container .sidebar-left a:hover {
    color:#990000;
  }


/* -----------------------------------*/
/* ----------->>> FOOTER <<<----------*/
/* -----------------------------------*/

/*---->> STRUCTURE <<----*/
#footer{
  background-color:#dadada;
  font-size:11px;
  padding: 34px 0 40px 0;
  line-height:16px;
  }
  #footer .site_details{
    margin: 0 auto;
    font-family: Arial,Helvetica,sans-serif;
    position: absolute;
    bottom: -35px;
    left: 255px;
    width: 500px;
  }
  #footer .site_details .nav-list{
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
  }
  #footer .site_details .nav-list li {
    float: left;
    padding: 0 9px;
    border-color: #888;
    border-width: 0 0 0 1px;
    border-style: solid;
    line-height: 10px;
  }
  #footer .site_details .nav-list .copyright{
    border-left:0;
    font-size:11px;
  }
  #footer ul.last li{
    margin-bottom: 5px;    
  }
  #footer #links ul.first {
	padding-left: 60px;
  }
  #footer #links{
    position: relative;
    float:left;
  }
  #footer #links .span3{
    width: 200px;
    padding: 0 0 0 30px;
  }
  #footer #extras.span3{
    border-left:1px solid #bbb;
    width:220px;
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
  }
  #footer #extras .wrapper{
    margin: 0 0 24px 0;
  }
  #footer #extras .wrapper.last{
    margin:0;
  }
  #footer h3 small,
  .articles h3.sub{
    text-transform: uppercase;
    margin: 15px 0 1px 0;
    display: inline-block;
    font-family: 'frutiger_lt', arial;
    font-size: 14px;
    letter-spacing: 0;
    color: black;
  }
  #footer h3{
    margin: 0 0 4px 0;
    line-height: 16px;
  }
  #footer h3 small{
    margin:0;
  }
  #footer select{
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 2px;
    margin:0;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    -webkit-box-align: center;
    border-image: initial;
    -webkit-rtl-ordering: logical;
    color: #000;
  }
  #footer #submit-start-your-collection{
    background-color: transparent;
    border: medium none;
    color: #474747;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding-left: 0;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    margin: -8px 0 0 2px;
  }
  #footer .btn:hover{
    background-position: 0 -601px;
  }
  #footer .callout{
    position: absolute;
    bottom: 18px;
    padding: 1px 3px;
    background: #fff;
    font-size: 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #888;
    text-align: center;
    text-transform: uppercase;
    height: 20px;
    width:45px;
    font-weight: bold;
    /*line-height: 18px;*/
  }
  #footer .callout em{
    background: url("/static/images/callout-arrow.png") transparent no-repeat 0 0;
    width: 9px;
    height: 5px;
    display:block;
    margin-left:auto;
    margin-right:auto;
  /*  border: solid 5px transparent;
    border-top-color: #fff;
    border-bottom: 0;
    width: 0;
    height: 0;
    display: block;
    margin: auto;*/
  }
  #footer .callout:hover{
    color: #990000;
  }
  #footer p{
    font-size: 11px;
    line-height: 14px;
    color: #474747;
  }
  
/*---->> LINKS <<----*/  
  #footer a{
    font-size: 11px;
    color: #474747;
  }
  #footer a:hover{
    text-decoration: none;
  }  
  #footer a.sign-in{
    background: url("/static/images/repeats-h.png") 0 -601px repeat-x #830000;
    border: 1px solid #500;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    height: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 138px;
  }
  #footer a.sign-in:hover{
    cursor:pointer;
    color: #f5e7ba;
  }  



/* -----------------------------------*/
/* ------------>> SHARED <<-----------*/
/* -----------------------------------*/

/*----> STRUCTURE <----*/
.sidebar-left,
.content-right{
  float :left;
  }
  .sidebar-left{
    margin-right:7px;
    margin-left:0px;
  }
  .content-right{
    /*margin-bottom: 20px;*/
    border: 0px solid #E6E6E6;   
    /* width: 72%; */
  }
  @media (min-width: 768px) {
    .content-right{
      width: 72%;
    border: 7px solid #E6E6E6;

    }
  }
.content-left{
  float:left;
  width:703px;
  margin-right:7px;
}
.content-inner{
  padding:7px;
  overflow: hidden;
}
.box.intro{
  padding:20px 25px 18px 27px;
}
div.inner-box {
  padding-bottom: 5px;
}
div.inner-box p {
  font-size: 13px;
  color: #333;
  margin-left: 2px;
}
.thumbnav{
  background-color: #000;
  opacity: 60;
  display: none;
  }
  .thumbnav .thumbnails{
    margin: 0;
  }
  .thumbnav li{
    margin: 5px;
  }
  .thumbnav li img{
    border: 3px solid #666;
  }
  .thumbnav li a img{
    opacity: .70;
  }
  .thumbnav li a:hover img{
    opacity: 1;
    border: 3px solid #fff;
  }
#buying-services .content-wrapper,
#generic-html .content-wrapper{
  background-color: #fff;
  padding: 0px;
}  
.buying-services-main .sidebar-left .column-inner,
#generic-html .sidebar-left .column-inner{
  padding:0px;
  background-color: #dadada;
}
#department-auction-calendar-entry{
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
  overflow: auto;
  }
  #department-auction-calendar-entry .date{
    background: url("/static/images/bg_list_sales_h4_date.gif") repeat-x scroll center bottom transparent;
    color: #7B7B7C;
    display: block;
    float: left;
    height: 69px;
    width: 70px;
    text-align: center;
  }
  #department-auction-calendar-entry .date{
    line-height: 1em;
    margin-right: 6px;
  }
  #department-auction-calendar-entry .date span.day{
    font-size: 0.833em;
    padding-top: 6px;
    text-transform: uppercase;
    display: block;
  }
  #department-auction-calendar-entry .date span.number{
    font-size: 1.833em;
    padding-top: 6px;
    display: block;
  }
  #department-auction-calendar-entry p.title{
    font-size: 14px;
  }
  #department-auction-calendar-entry p.title a,
  #department-contacts-list li a,
  #related-press li a,
  #related-features li a,
  #related-departments li a,
  .specialist .profile-list ul li span.name a{
    color: #990000;
    cursor: pointer;
  }
  #department-auction-calendar-entry p.title a:hover,
  #related-departments li a:hover{
    text-decoration: underline;
  }
  ul.department-auction-calendar div.sale-info{
    padding-left: 6px;
    border-left: 1px solid #dadada;
    float: left;
    min-height: 68px; /* height of date element */
  }
  li#department-auction-calendar-entry a{
    line-height: 12px;
  }
  #department-auction-calendar-entry .meta a,
  #what-is-interiors a,
  .specialist a.browse-more,
  .active-image p a{
    color: #AD975C;
    margin-top:10px;
  }
  #department-auction-calendar-entry .meta a:hover,
  #what-is-interiors a:hover,
  .specialist a.browse-more:hover,
  .active-image p a:hover{
    color: #7D6F48;
  }
/*shared by popular-categories and on-the-go*/
#landing-page-content{
  background-color: #dadada;
  padding: 0 15px 15px 15px;
  overflow: auto;
}
/*popular-categories*/
#landing-page-content .span8{
  width: 610px;
  margin-left: 0px;
}

#popular-categories .column-left,
.specialist .column-left{
  max-width: 600px;
  float: left;
  width: 600px;
}
.specialist .column-right{
  max-width: 290px;
  float: left;
  width: 290px;
  margin-left: 20px;
}
#upcoming-sales h3.display{
  border-bottom: 1px solid #dadada !important;
  padding-bottom: 5px !important;
}
#art-of-living img{
  float: left;
  margin: 0 10px 10px 10px;
}
#art-of-living p,
#art-of-living a{
  line-height: 14px !important;
}
#locations .content-right .box,
#overview .content-right .box,
#advisory-board .content-right .box,
.salesrooms .content-right .box,
.site-rentals .box{
   padding: 24px 37px 24px 27px;
}
#services #main-container .content-right .inner-box p,
#selling-services #main-container .content-right .inner-box p,
#buying-services #main-container .content-right .inner-box p,
#contact #main-container .content-right .inner-box p,
#main-container .restitution .content-right .inner-box p  {
  font-size: 13px;
  color: #333;
  margin: 0 10px 0 2px;
}
#generic-html .box:first-child,
.about-us #main-container .box:first-child,
.locations .box:first-child,
#popular-categories #landing-page-content .box:first-child,
.buying-services-main .box:first-child,
.ecatalogues .box:first-child,
.specialist.feature .box:first-child{
   border-top: none;
}
.result-checkbox{
  margin-bottom: 15px;
}
.track-sale-content{
  font-size:10px;
  }
  .track-sale-content label.dropdown{
    margin-top: 7px;
  }
  .track-sale-content .form-inline label{
    margin-right: 10px;
  }
  .track-sale-content label.heading{
    margin-bottom: 10px;
    margin-top: 7px;
    color: #43464A;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
  }
  .track-sale-content a.cancel{
    font-weight:bold;
  }
  .track-sale-content label.notice{
    margin-top: 25px;
  }
.press-detail .meta span,
.articles .meta span{
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #dadada;
  font-size: 11px;
}
.press-detail .meta span.last,
.articles .meta span.last{
  border: none;
}
#main-container #upcomingSalesFrame {
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    width: 533px;
}
/*----> LINKS <----*/
a.close{
  background-position: -858px -144px;
  position: absolute;
  right: 13px;
  top: 14px;
  width: 12px;
}
a.close:hover{
  background-position: -858px -204px;
}
a .mouse{
  background-position: -532px -441px;
  display: block;
  height: 18px;
  width: 25px;
  margin-right: 5px;
}
a:hover .mouse{
  background-position: -532px -501px;
}
a.disabled .bidding{
  background-position: -600px -559px;
}
a .bidding{
  background-position: -664px -443px;
}
a:hover .bidding{
  background-position: -664px -503px;
}
a:hover .check{
  background-position: -90px -506px;
}
.check{
  background-position: -90px -446px;
  margin-top: 3px;
}
.btn-danger{
  background-image: none;
}
a.register-bid{
  background-position: 100% -600px;
  }
  a.register-bid .repeat-h{
    text-shadow:none;
    color: #fff;
    background-position:0 -600px;
  }
  a.register-bid.online-auction{
    background-position: right -1270px;
    height: 46px;
    width: 134px;
    padding-right: 6px;
    position:relative;
    display:block;
    text-align:left;
  }
  a.register-bid.online-auction .repeat-h{
    background-position: left -1270px;
    height: 41px;
    line-height: 18px;
    padding-top: 5px;
    padding-left: 35px;
    display:block;
    background-color:#fff;
  }
  a.register-bid:hover .repeat-h{
    color:#f5e7ba;
    background-color:#fff;
  }
#upcoming-sales a.register-bid{
  font-size: 10px !important;
  font-weight: 800 !important;
  float:left;
  margin-right: 7px;
  }
  #upcoming-sales a.register-bid .repeat-h{
    padding: 0 20px 0 30px;
    color: #E5C779;
  }
  #upcoming-sales a.register-bid:hover .repeat-h{
    color: #fff;
  }
.track-sale-content a.register-bid{
  float:left;
  margin-right: 10px;
  }
  .track-sale-content a.register-bid .repeat-h{
    padding: 0 20px 0 30px;
    font-weight:normal;
  }
  .track-sale-content a.register-bid .btn-text{
    width:43px;
  }  
  a.track-sale:hover,
  a.checklink:hover{
    color:#333;
  }       
.sale-register-form-wrapper a.register-bid{
  width:162px;
  font-weight:bold;
  text-align:center;
  }
  .sale-register-form-wrapper a.register-bid span{
    color:#E5C779;
  }
  .sale-register-form-wrapper a.register-bid:hover span{
    color:#fff;
  }
  .sale-register-form-wrapper li.disabled a.register-bid span{
    background: url("/static/images/sections/bg_bt_bid_rt_inact.gif") no-repeat scroll right top transparent;
    display: block;
    height: 23px;
    line-height: 23px;
    color: #C8C8C8 !important;
    font-weight: bold;
    padding: 0 35px 0 30px;
  }
  .sale-register-form-wrapper li.disabled a.register-bid{
    background: url("/static/images/sections/bg_bt_bid_lt_inact.gif") no-repeat scroll 0 0 transparent;
    height: 23px;
    line-height: 23px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }
a.track-sale{
    background-position: 100% -540px;
  }
  a.track-sale .repeat-h{
      background-position: 0 -540px;
      color: #8C7A4B;
  }
  a.track-sale:hover .repeat-h{
    color: #888;
  }
#upcoming-sales a.track-sale{
  float:left;
  margin-right:7px;
  }
  #upcoming-sales a.track-sale .btn-text{
    padding: 0 10px 0 15px;
    width:auto;
    font-weight:bold;
  }
  #upcoming-sales a.track-sale:hover .repeat-h{
    color: #000;
  }
.add-to-calendar a{
  color: #000;
  text-align:left;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  height: 23px;
  }
  .add-to-calendar a:hover{
    color: #77683b;
    text-decoration: none;
  }
#upcoming-sales .add-to-calendar a{
  text-transform:capitalize;
  color: #AD975C;
  font-size: 11px;
  } 
a .icon-calendar{
  background-position: -3px -365px;
  }
  a:hover .icon-calendar{
    background-position: -3px -388px;
  }  
div.inner-box .display a{
  color: #292626;
  border-bottom: 1px solid #E3E3E2;
  display: block;
  margin-bottom: 4px;
  padding-bottom: 5px;
}
.nav > li > a:hover {
  background:none;
  }
  li a:hover{
    text-decoration: none;
  }
ul.sales-info-popover li span.contact a{
  color:#AD975C;
  }
  ul.sales-info-popover li span.contact a:hover{
    text-decoration:underline;
  } 
.help_column_content a:hover{
  color: #990000;
  text-decoration: underline;
}
#list-columns a{
  color: #990000;
}
a.checklink{
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  line-height: 23px;
  height: 23px;
}
.thumbnav a.carousel-control{
  height: 30px;
  width: 15px;
  text-indent: -9999em;
  border: none !important;
  background-color: transparent;
  top: 50%;
}
/*----> BUTTONS <----*/
.primary-btn{
  background-color: white;
  cursor: pointer;
  display: block;
  height: 26px;
  margin-bottom: 3px;
  padding-right: 6px;
  position: relative;
  margin-bottom: 5px;
  text-align:left;
}
.btn-text{
  width: 103px;
  background-color: white;
  display: block;
  font-size: 10px;
  height: 26px;
  line-height: 26px;
  padding-left: 35px;
  text-transform: uppercase;
}
#main-container .bt{
  background: url("/static/images/sections/bg_bt_lt.gif") no-repeat scroll 0 0 transparent;
  color: #B29E66;
  cursor: pointer;
  display: inline-block;
  font-size: 0.833em;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#main-container .bt *{
  background: url("/static/images/sections/bg_bt_rt.gif") no-repeat scroll 100% 0 transparent;
  color:inherit;
  display: block;
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
}
#main-container .bt:hover {
  color:#333;
  text-decoration:none;
} 
a.bt-close {
  background-image: url("/static/images/sections/bg_bt_close.gif");
  top: 5px;
  float: right;
  padding-bottom: 15px;
}
.add-to-cal-wrapper span.bt{
  float:left;
  margin-right:10px;
}
.section-header .browse .btn{
  background-color: transparent;
  background-image: none;
  color: #fff;
  text-shadow: none;
  border: 1px solid;
  box-shadow: none;
  text-align: left;
  text-shadow: none;
  width: 167px;
  text-indent: 8px;
}
.section-header .browse .btn.dropdown-toggle {
  background: transparent url("/static/images/bg_filter_grey_bt.gif") no-repeat 0 0;
  width:24px;
  text-indent: 0;
  height: 25px;
  padding:0;
}
.section-header .browse .btn-group > .btn:first-child{
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

/*----> PAGINATION <----*/
.pagination {
  background-color: #333;
  margin: 0;
  padding: 5px 0 0 0;
  }
  .pagination ul {
    padding: 5px 0;
  }
  .pagination li.active {
    color: #FFFFFF;
    float: left;
    line-height: 25px;
    padding: 0 5px;
  }
  .pagination li a {
    color: #E5C779;
    line-height:25px;
  }
  .pagination li a:hover,
  .pagination .active a {
    color: #fff;
  }
  .pagination li a.next{
    background-image: url("/static/images/bg_bt_next.gif");
    padding-left: 8px;
    text-align: left;
    width: 38px;
  }
  .pagination li a.previous{
    background-image: url("/static/images/bg_bt_previous.gif") ;
    padding-right: 8px;
    text-align: right;
    width: 38px;
  }
  
  .pagination li a.aspNetDisabled{
    color: #666 !important;
	cursor: default;
	text-decoration: none;
  }
  .pagination li a.next:hover,
  .pagination li a.previous:hover{
    background-position: 0 -500px;
  }
  .pagination li a.disabled,
  .pagination li a.disabled:hover{
    color: #666;
  }
  .pagination li a.next.disabled,
  .pagination li a.previous.disabled{
    background-position: 0 -25px;
    color: #666;
  }

/*----> POPOVERS <----*/
.popover{
  border: none;
}
.popover-title{
  display: none;
}
.popover-content{
  padding:10px;
}
.popover-inner{
  padding: 0px;
  background:#fff;
  padding: 0px;
}
.popover-content,
.popover-inner,
.popover{
  border-radius: 0px;
}
.popover-content li.thumbnail{
  margin: 0 0 2px 4px;
}
.popover-content ul.thumbnails{
  margin-left: 0px;
}
.popup-wrapper{
  padding: 10px;
}
.popover.bottom .arrow {
  background: url("/static/images/sections/bg_nub.png") no-repeat scroll 0 0 transparent;
  height: 14px;
  top: -9px;
  width: 29px;
}
div.popup-body{
  width: 95%;
}
div.popup-body img{
  padding: 0 10px 10px 0;
}
.pop-title{
  font-size: 14px;
  font-weight: bold;
}
#popular-categories .popover-inner{
  padding: 7px 0;
}
#popular-categories .pop-title{
  color: #C9AB5D;
}
#home .popover-content,
#popular-categories .popover-content{
  text-align:center;
}
#home .pop-description{
  font-size: 11px;
  text-transform: uppercase;
}

/* ---->>> LISTS, IMAGES, ETC <<<-----*/
.image,
.item {
  position: relative;
  width: 100%; /* for IE 6 */
}
  .image h2 {
    position: absolute;
    top: 15px;
    left: 19px;
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    color: #474747;
    background:transparent url("/static/images/bg_line_gradient.gif")  bottom left no-repeat;
    font-family: frutiger_bold;
    font-weight:100;
  }
  .image h2.short {
    background:transparent url("/static/images/bg_line_gradient_short.gif")  bottom left no-repeat;
  }
  .image.offline h2 {
    background-image: url(/static/images/bg_line_gradient_grey.gif);
    color:#fff;
  }
  .image span{
    width: 75px;
  }
  .image a:hover h2 small{
    color: #990000;
  }  
  
  .image.promo h2 {
    color: #ffffff !important;
  }
  
ul.unstyled {
  list-style: none;
  overflow: hidden;
  padding: 0;
  }
  ul.first .title ~ .title{
    margin:24px 0 0 0;
  }  
.sales-info-popover{
  padding: 10px;
  color: #727479;
  }
  .sales-info-popover li,
  .sales-info-popover strong{
    font-size: 10px;
    padding:0px 10px 5px 0;
  }
  .sales-info-popover li.list-header{
    font-weight: bold;
    margin-bottom: 2px;
    padding: 12px 0 0.167em;
    text-transform: uppercase;
  }
  .sales-info-popover li span.contact{
    display:block;
    line-height: 13px;
  }  
.add-to-calendar{
  margin-bottom: 10px;
  }
#upcoming-sales .meta{
  font-size: 11px;
  }
  #upcoming-sales .ecatalogue,
  #upcoming-sales .slideshow{
    line-height: 26px;
  }
  #upcoming-sales .sale-number,
  #upcoming-sales .sale-location{
    font-weight: normal;
    color: #7B7B7C;
  }  
.sale-register-form-wrapper{
  margin:20px;
  }
  .sale-register-form-wrapper li{
    margin-bottom:10px;
    list-style: decimal outside none;
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    line-height: 12px;
    margin-left: 20px;
  }
  .sale-register-form-wrapper li span.message{
    color: #333333;
    font-size: 11px;
    padding: 7px 0;
  }
  .sale-register-form-wrapper p.title{
    font-weight:bold;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .sale-register-form-wrapper li.disabled{
    color:#333;
  }
  .sale-register-form-wrapper hr{
    border:1px solid #333;
  }
.repeat-h {
  background:transparent url("/static/images/sprites/repeats-h-edges.png") 0 0 no-repeat;
}
.section-header ul.dropdown-menu li{
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
  }
  .section-header ul.dropdown-menu li a:hover,
  .section-header ul.dropdown-menu li.active a{
    background-color: #ccc;
  }
  .section-header ul.dropdown-menu li a{
    color: #AD975C !important;
  }
  .section-header ul.dropdown-menu{
    background-color: #f1f1f1;
    border-radius: 0px;
  }
.section-header form select option:over{
  background-color: #ccc;
}
.section-header form label{
  display: inline;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
}
.section-header .browse{
  float: right;
  padding-right: 15px;
  margin-top: 25px;
}
.browse div{
  float: left;
  }
  .browse .btn-group > .btn:last-child, .browse .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
  }
  .browse .btn-group.open .btn.dropdown-toggle {
    background-color: transparent;
  }
  .browse label{
    float: left;
    color: #fff;
    margin: 5px 5px 0 0;
  }
.results-table-header{
  border-bottom: 1px solid #dadada;
  padding: 4px 0;
  }
  .results-table-header .left{
    float:left;
  }
  .results-table-header .right{
    float:right;
  }
  .results-table-header div.lead{
    font-size: 11px;
    font-weight:bold;
    margin-bottom: 0px;
    margin-left:2px;
  }
  .results-table-header div.lead.span2{
      margin-left:43px;
  }
ul.inset{
  padding: 0 10px;
  float: right;
}
ul.inset h6{
  margin-left: 5px;
}
#main-container .container .departments.departments-index,
#main-container .container #features{
  position:relative;
  z-index: 100;
}
#content,
#bottom-content{
  margin-bottom: 30px;
  background-color: #fff;
  margin-left:0;
}
.carousel-caption h3,
#save-to-interests > h3{
  font-family: 'frutiger_lt';
  font-size: 36px;
  font-weight: 100;
  color: #fff;
  float: left;
  border-bottom: none !important;
  padding: 10px;
  border-right: 2px solid #ccc;
  margin-right: 10px;
  line-height:36px;
}
.carousel-caption p{
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px;
}
.nav-tabs{
  margin-bottom: 0px;
}
#main-container .tab-content{
  background-color: #F6F6F7;
  padding: 9px
}
.ir {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* -----------------------------------*/
/* -------->>> DON'T KNOW <<<---------*/
/* -----------------------------------*/
.buying h2,
.storage h2{
  display: none;
}
.header .carouselNav{
  float: right;
  margin: 10px 20px;
}
.header .btn{
  box-shadow: none;
  border-radius: 0px;
}
/*********************stop*******************/

/**languages styles*/
#main-container .languages {
  margin: 0 0 10px 0;
}
#main-container .feature .languages a{
  color:#AD975C;
  font-weight:normal;
}
#main-container .languages span{
  border-left:solid 1px #ccc;
  padding:0 0 0 4px;
  border-right:none;
}
#main-container .languages span:first-child{
  border:none;
  padding:0;
  margin:0;
}

#main-container .languages .language-selector{
  color: #999;
}
/**0602 2014 fix space on the about us page*/
#main-container .inner-box {
    display: inline-block;
    float: none;
    vertical-align: top;
}
/*################################################################*/

/*--------Css for Auction Estimate button------*/

/*##################################################################*/


.red_btn
{
    background-color: transparent;
    border: 2px solid #000;
    color: #000!important;
    display: inline-block;
    font-family: "AtlasGrotesk-Regular-Web","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 17px 0;
    padding: 0 23px;
    position: relative;
    text-decoration: none!important;
    cursor:pointer;
    }
.red_btn:hover
{
 background-color:#000;
    color:#fff!important;
}    


/*********************************/

/***BOF: Fast Sign up Module ***/
.fsu_header-4_secondary
{

    font-family: 'Baskerville10Pro', Times New Roman, Times, serif;
    font-size: 16px;
    line-height: 25px;

    color: #000;
    clear:both;
}
.fsu_header-5_primary
{

    font-family: 'Atlas Grotesk Web', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;

    color: #000;
}
.fsu_btn
{

    font-size: 16px;
    line-height: 50px;

    padding: 0 20px;

    border-radius: 0;
}
.fsu_btn-toggle
{

    clear:both;
    font-family: 'Atlas Grotesk Web', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;

    margin-top: 20px;
    margin-bottom: 30px;

    text-align: center;

    color: #000;
    border: 2px solid #000;
    background: #fff;
}
.fsu_btn-toggle:hover
{

    cursor: pointer;

    color: #fff;
    background: #000;
}
.fsu_link--privacy
{

    font-family: 'Atlas Grotesk Web', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;

    margin-top: 30px;

    text-decoration: underline;

    color: #000;
}
/**EOF: Fast Sign up Module ***/
