/*/
* {
  outline: 1px solid black;
}
/**/


/* ========== */
/* = Custom = */
/* ========== */

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

body {
  background-image: none;
  background-color: rgb(236, 233, 226);
  background-color: #555555;
}

.container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.webcast_link a {
  background-color: #AD1C16 !important;
  color: #FFFFFF !important;
}

.category_name {
  margin-bottom: 1.4em;
  padding: 1.4em 0 5px 0;
  border-top: 1px solid #F1F1F1;
}

.category_name p {
  margin-bottom: 0;
}

/* Wenn eine Liste unter einem fieldset steht, */
/* rückt die liste beim hover nach oben - nur  */
/* wenn in der liste im li a:hover ein         */
/* background definiert ist... danke IE ...    */

.sidebar fieldset {
  margin-bottom: 0;
}

fieldset legend {
  display: none;
}

body {
}

.container {
  background-image: url("../../images/custom/container_background.gif");
  background-repeat: repeat-y;
  background-position: center;
  position: relative;
  background-color: #333333;
}

.header {
  position: relative;
}

.sidebar {
  padding-top: 20px;
}

.content {
  padding-top: 20px;
}

a:link,
a:visited {
  color: #666666;
}

a:hover {
  color: #000000;
}

a:active {
  color: #FFFFFF;
  background-color: #333333;
}

/* =========== */
/* = Auktion = */
/* =========== */

.auction_overview {
}

.auction_overview .auction {
  background-color: #F1F1F1;
  border: 1px solid #CCCCCC;
  margin: 0 0 1.5em 0;
  padding: 19px;
}

.auction_overview .auction h3 {
  /*
  margin: -16px -16px 1em -16px;
  padding: 0.8em 1em;
  */
  padding-bottom: 0.8em;
}

h3.auction_name {
  border-bottom: 1px solid #CCCCCC;
}

h3.auction_name span {
  width: 400px;
  display: inline-block;
}

h3.auction_type {
  float: right;
  color: #666666;
}

h3.auction_type span {
  width: 220px;
  text-align: right;
  display: inline-block;
}


/* ================ */
/* = Browse Links = */
/* ================ */

.previous_link {
  text-align: left;
}

.overview_link {
  text-align: center;
}

.next_link {
  text-align: right;
}

/* ================ */
/* = Sidebar Text = */
/* ================ */

.sidebar div.text {
  margin: 0px 0px 1.5em 0px;
  padding: 1.4em;
  border: 1px solid #CCC;
}

.current_bid,
.start_price,
.current_bid_step,
.min_bid {
  margin-bottom: 0.4em;
}


/* ===================================== */
/* = Begrüßung wenn man eingeloggt ist = */
/* ===================================== */

.greeting_box {
  
}

.greeting_box span.greeting {
  color: #666666;
}

.greeting_box span.name {
  font-size: 1.5em;
  font-weight: bold;
}

a:focus {
  outline: none;
}

fieldset {
  background-image: url("../../images/auktionator/gradient.png");
  background-position: top;
  background-repeat: repeat-x;
}


/* ======================= */
/* = Alphabetische Liste = */
/* ======================= */

ul.alphabetic_list {
  list-style: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

ul.alphabetic_list li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 3.6%;
  text-align: center;
  font-weight: bold;
}


/* ======= */
/* = Box = */
/* ======= */

.box {
  background-color: #F1F1F1;
  border: 1px solid #CCCCCC;
}

/* =================== */
/* = Gebote - Farben = */
/* =================== */

.bid,
.bidHighest,
.bidInvalid,
.bidUnderLimit {
  color: #FFFFFF;
}

.bid a,
.bidHighest a,
.bidInvalid a,
.bidUnderLimit a {
  color: #FFFFFF !important;
}

.bid {
  background-color: #0079A5 !important;
}

.bidHighest {
  background-color: #007F00 !important;
}

.bidInvalid {
  background-color: #891C01 !important;
}

.bidUnderLimit {
  background-color: #FFB03B !important;
}

/* =============== */
/* = Image Slider = */
/* =============== */

.pics {
  height: 200px;
  width: 150px;
  padding: 0;
  margin: 0;
}

.pics img {
  top: 0;
  left: 0
}



.user_bid_info {
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #CCCCCC;
  background-color: #F1F1F1;
}

/* =============== */
/* = Google Maps = */
/* =============== */

div#map {
  margin-bottom: 1.5em;
  border: 1px solid #CCCCCC;
}

/* ================ */
/* = Anmeldeseite = */
/* ================ */

.no_live_auction_login_notice {
  background-color: #F3F3D1;
  border: 1px solid #DDC96D;
  margin: 0px 0px 1.5em 0px;
  padding: 1.4em;
}


