@charset "utf-8";

/* box-sizing: border-box; Verhindert, dass das Padding die Breite beeinflusst */

/* =================================================================== */
@font-face
{
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('Fonts/Asap-400.eot');
  src: local('Asap'), local('Asap-Regular'), url('Fonts/Asap-400.eot') format('embedded-opentype'), url('Fonts/Asap-400.woff') format('woff');
}
@font-face
{
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url('Fonts/Asap-700.eot');
  src: local('Asap Bold'), local('Asap-Bold'), url('Fonts/Asap-700.eot') format('embedded-opentype'), url('Fonts/Asap-700.woff') format('woff');
}

@font-face 
{
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  src: url('Fonts/roboto-v32-latin-regular.woff2') format('woff2');
}

@font-face 
{
  font-display: swap; 
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('Fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('Fonts/roboto-condensed-v27-latin-100.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('Fonts/roboto-condensed-v27-latin-200.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('Fonts/roboto-condensed-v27-latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('Fonts/roboto-condensed-v27-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('Fonts/roboto-condensed-v27-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('Fonts/roboto-condensed-v27-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('Fonts/roboto-condensed-v27-latin-800.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('Fonts/roboto-condensed-v27-latin-900.woff2') format('woff2');
}

/* =================================================================== */
body
{
  margin: 0;
  /*font-family: 'Asap', Tahoma, Geneva, sans-serif;*/
  /*font-family: 'Roboto Condensed', Courier New;*/
  font-family: 'Asap', Tahoma;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #f3f3f3;
}

a
{
  color: #735c24;
  text-decoration: none;
}

a:hover,
a:focus
{
  color: black;
  text-decoration: none;
}

input[type="text"],
input[type="password"],
select
{
  position: relative;
  margin: 2px;
  font-size: 12px;
  background-color: #ffffff;
  color: navy;
  padding: 2px 4px 0 4px;
  height: 20px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: inset 2px 2px 2px rgba(136, 136, 136, 0.3);
}

select
{
  font-size: 12px;
  width: 160px;
  height: 24px;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"]
{
  cursor: pointer;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus
{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="button"]
{
  background-color: #DCD5C8;
  font-size: 12px;
  width: auto;
  color: #505050;
  margin: 5px 0 10px 0;
  padding: 5px 10px 5px 10px;
  border: 1px solid gray;
  border-radius: 10px;
}
input[type="button"]:hover
{
  color: black;
}

input[type="reset"]
{
  background-color: #DCD5C8;
  color: #fff;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 5px 10px 5px 10px;
  border: 1px;
}
input[type="reset"]:hover
{
  color: black;
}

label
{
  text-align: left;
  font-size: 12px;
  color: #505040;
  margin: 0;
  padding: 0;
  display: inline;
}
label:hover
{
 color: black;
}

h1
{
  font-size: 18px;
  margin: 10px 0 10px 0;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
@media screen and (max-width: 930px)
{
  h1
  {
    text-align: center;
  }
}

h2
{
  font-size: 16px;
  margin: 10px 0 10px 0;
  font-weight: bold;
  color: #505040;
  line-height: 18px;
}
@media screen and (max-width: 930px)
{
  h2
  {
    text-align: center;
  }
}

h3
{
  font-size: 14px;
  margin: 10px 0 10px 0;
  font-weight: bold;
  color: #504040;
}
@media screen and (max-width: 930px)
{
  h3
  {
    text-align: center;
  }
}

ol
{
  display: block;
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 20px;
}
ol li
{
  padding: 0 0 10px 0;
}

img
{
  border: none;
  max-width: 100%;
  height: auto;
}

/* ============================================== */
.Clear
{
  clear: both;
  visibility: hidden;
  height: 0;
}

.Green
{
 color: #00a000;
}

/* ----------------------------------------- */
.OkDiv,
.WarnDiv,
.ErrorDiv
{
  color: rgb(50, 0, 0);
  background-color: rgb(220, 255, 220);
  font-size: 14px;
  padding: 10px;
  margin: 10px 0 10px 0;
  text-align: left;
}

.OkDiv
{
  background-color: #a0ffa0;
  border: 1px solid black;
  border-radius: 5px;
}

.WarnDiv
{
  background-color: #ffffd0;
}

.ErrorDiv
{
  background-color: #ffd0d0;
  text-align: left;
  border: 1px solid black;
}

/* ---------------------------------------------------- */
.CookiePolicies
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  color: white;
  padding: 0;
  margin: 0;
  z-index: 100;
  padding: 4px;
}

.CookiePoliciesTxt
{
  float: left;
  width: 90%;
}

.CookiePoliciesTxt a
{
  color: lime;
}

.CookiePoliciesBtn
{
  float: right;
  width: 5%;
}

.CookiePoliciesBtn input[type="button"]
{
  background-color: lime;
  width: 40px;
  height: 30px;
  color: green;
}

/* ==================================================== */
#Main
{
  margin: 0 auto;
  padding: 0;
  width: 940px;
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 930px)
{
  #Main
  {
    width: 100%;
  }
}

/* ---------------------------- */
#MainLogo
{
  height: 0;
}

@media screen and (max-width: 930px)
{
  #MainLogo
  {
    height: 70px;
    width: 100%;
  }
}

#MainLogoDiv
{
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translate(-50%, -50%);
}

#MainLogoImg
{
  width: 152px;
  height: 80px;
}

@media screen and (max-width: 930px)
{
  #MainLogoImg
  {
    height: 100%;
    width: 100%;
  }
}

/* ---------------------------------------------------- */
#BodyHead
{
  height: 120px;
  background-color: transparent;
}

@media screen and (max-width: 930px)
{
  #BodyHead
  {
    height: 400px;
  }
}

header
{
  height: 120px;
  background-color: transparent;
}

@media screen and (max-width: 930px)
{
  header
  {
    height: 400px;
  }
}

/* ---------------------------------------------------- */
#Header
{
  margin: 0px 20px 0 20px;
}

@media screen and (max-width: 930px)
{
  #Header
  {
    margin: 0;
  }
}

/* ---------------------------------------------------- */
.MetaMenuWrapper
{
  height: 100%;
}

/* ---------------------------------------------------- */
#MetaLeftMenu
{
  float: left;
  padding-top: 10px;
  width: 540px;
  height: 20px;
}

@media screen and (max-width: 930px)
{
  #MetaLeftMenu
  {
    padding-top: 40px;
    height: 140px;
    width: 100%;
    line-height: 26px;
  }
}

#MetaLeftMenu ul
{
  margin: 10px 0 0 0;
  padding: 0;
  display: inline;
}

#MetaLeftMenu ul li
{
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 12px;
}

@media screen and (max-width: 930px)
{
  #MetaLeftMenu ul li
  {
    float: none;
    text-align: center;
  }
}


#MetaLeftMenu ul li a
{
  color: black;
}

#MetaLeftMenu ul li a:hover
{
  color: #505040;
}

#MetaLeftMenu #LoginLink
{
  z-index: 401;
  position: relative;
  cursor: pointer;
}

#MetaLeftMenu #LoginDiv
{
  position: absolute;
  z-index: 500;
  background-image: url('../../Images/MainMenuBack.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  padding: 5px 0 40px 20px;
  margin: 0;
  width: 209px;
  top: 35px;
  font-size: 12px;
  display: none;
}

@media screen and (max-width: 930px)
{
  #MetaLeftMenu #LoginDiv
  {
    top: 150px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#MetaLeftMenu #LoginSpanLoggedOut
{
  padding: 2px 4px 2px 4px;
  background-color: #ffa0a0;
  font-size: 10px;
  font-family: Asap;
  color: black;
  text-align: center;
}
#MetaLeftMenu #LoginSpanLoggedOut:hover
{
  background-color: lime;
  color: navy;
}

#MetaLeftMenu #LoginSpanLoggedIn
{
  padding: 2px 2px 2px 2px;
  background-color: #a0e0a0;
  color: black;
  font-size: 10px;
  font-family: Asap;
  text-align: center;
}

@media screen and (max-width: 930px)
{
  #MetaLeftMenu #LoginSpanLoggedIn
  {
    width: 100%;
  }
  #MetaLeftMenu #LoginSpanLoggedOut
  {
    width: 100%;
  }
}

/* ---------------------------------------------------- */
#MetaRightMenu
{
  float: right;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 110px;
  height: 20px;
  text-align: right;
}

@media screen and (max-width: 930px)
{
  #MetaRightMenu
  {
    float: none;
    margin: auto;
    text-align: center;
  }
}

#MetaRightMenu #Facebook
{
  float: left;
  margin-right: 10px;
}

#MetaRightMenu #FacebookImg
{
  width: 15px;
  height: 14px;
}

#MetaRightMenu #Mail
{
  float: left;
  margin-right: 5px;
}

#MetaRightMenu #MailImg
{
  width: 18px;
  height: 13px;
}

#MetaRightMenu #FlagGerman
{
  float: left;
  margin: 2px 0 0 10px;
  background-image: url('../../Images/FlagGe.jpg');
  background-repeat: no-repeat;
  background-position: -23px top;
  text-indent: -9999px;
  width: 23px;
  height: 12px;
  display: block;
  transition: all 0.2s ease-in 0s;
  margin-left: 10px;
}

#MetaRightMenu #FlagGerman a
{
 text-indent: -9999px;
 display: block;
 width: 23px;
 height: 12px;
}

#MetaRightMenu #FlagGerman:hover
{
  background-image: url('../../Images/FlagGe.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

#MetaRightMenu #FlagEnglish
{
  float: right;
  padding: 0;
  margin: 2px 0 0 0;
  background-image: url('../../Images/FlagUK.jpg');
  background-repeat: no-repeat;
  background-position: -24px top;
  text-indent: -9999px;
  display: block;
  transition: all 0.2s ease-in 0s;
  text-align: right;
}

#MetaRightMenu #FlagEnglish a
{
 text-indent: -9999px;
 display: block;
 width: 24px;
 height: 12px;
}

#MetaRightMenu #FlagEnglish:hover
{
  background-image: url('../../Images/FlagUK.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

/* =============================================== */
/*
menu {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
*/

#MainMenu
{
  padding-top: 60px;
  float: left;
  display: block;
  height: 30px;
}

@media screen and (max-width: 930px)
{
  #MainMenu
  {
    padding: 0;
    padding-top: 20px;
    width: 100%;
    height: 40px;
  }
}

#MainMenu ul
{
  margin: 0 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  /*color: #505040;*/
  color: black;
  line-height: 16px;
  width: 400px;
  height: 30px;
}

@media screen and (max-width: 930px)
{
  #MainMenu ul
  {
    width: 290px;
    margin: auto;
  }
}

#MainMenu ul li
{
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#MainMenu ul li a
{
  text-decoration: none;
  display: block;
  color: #a59b89;
  color: #6A6E6F;
  font-weight: bold;
  font-size: 15px;
  background-image: url('../../Images/ArrowsBrown.png');
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 16px;
}

@media screen and (max-width: 930px)
{
  #MainMenu ul li a
  {
    font-size: 12px;
  }
}

#MainMenu ul li a:hover
{
  text-decoration: none;
  color: black;
}

#MainMenu ul li:hover ul
{
  opacity: 1;
  display: block;
}

#MainMenu ul li ul
{
  position: absolute;
  z-index: 300;
  background-image: url('../../Images/MainMenuBack.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  padding: 10px 20px 40px 20px;
  margin: 0;
  width: 209px;
  height: 190px;
  display: none;
}

@media screen and (max-width: 930px)
{
  #MainMenu ul li ul
  {
    width: 150px;
    padding: 10px 5px 40px 5px;
  }
}

#MainMenu ul li ul li
{
  float: none;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
#MainMenu ul li ul li:first-child
{
  margin-top: 0;
}

/* Sub-Caption */
#MainMenu span
{
  font-size: 15px;
}

/* Sub-Menu-Links */
#MainMenu ul li ul li a
{
  background-image: none;
  font-size: 14px;
  font-weight: normal;
  color: #505040;
  margin-bottom: 5px;
}

/* ------------------------------------- */
#SearchDiv
{
  float: right;
  margin: 16px 0 0 0;
  width: 270px;
  display: block;
}

@media screen and (max-width: 930px)
{
  #SearchDiv
  {
    float: none;
    margin: 10px auto 10px auto;
    text-align: left;
  }
}

#SearchDiv .SearchCatNumber
{
  text-align: right;
}

@media screen and (max-width: 930px)
{
  #SearchDiv .SearchCatNumber
  {
    text-align: left;
  }
}

#SearchDiv .SearchRegSearch
{
  text-align: right;
}

@media screen and (max-width: 930px)
{
  #SearchDiv .SearchRegSearch
  {
    text-align: left;
  }
}

#SearchDiv .ExtSearch
{
  position: relative;
  cursor: pointer;
}

#SearchDiv #IdInput
{
  width: 60px;
}

#SearchDiv #AucNoInput
{
  width: 20px;
}

#SearchDiv #CatNoInput
{
  width: 40px;
}

#SearchDiv #Search
{
  width: 190px;
}

#SearchDiv #TopOptions
{
  z-index: 300;
  position: relative;
}

#SearchDiv #SearchDivOptions
{
  position: absolute;
  z-index: 300;
  border: 1px solid black;
  background-color: #e0e0d0;
  border-radius: 5px;
  padding: 0 20px 40px 10px;
  margin: 0 0 0 0;
  width: 250px;
  height: 280px;
  font-size: 12px;
  display: none;
  padding-top: 5px;
}

@media screen and (max-width: 930px)
{
  #SearchDiv #TopOptions
  {
    position: absolute;
    right: 10px;
    left: 10px;
  }
  #SearchDiv #SearchDivOptions
  {
    width: 280px;
    height: auto;
    padding-bottom: 10px;
  }
}

.SearchEnter
{
  position: relative;
  top: 6px;
  margin-left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid black;
  border-left: none;
  cursor: pointer;
}

#SearchDel
{
  vertical-align: middle;
}

/* ====================================== */
.Line
{
  width: 100%;
  background-image: url('../../Images/LineContent.jpg');
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
}

/* ------------------------------ */
.Price
{
  /*color: #505050;*/
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.Estimate
{
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.FormerSalePrice
{
 font-weight: bold;
}

.FormerSalePriceSpan
{
 font-weight: bold;
 text-decoration: line-through;
 /*color: #ba492b;*/
 color: black;
 margin-left: 5px;
}

.CurrPrice
{
  font-size: 22px;
  font-weight:  bold;
  color: #7a756a;
  margin-top: 30px;
}

.CurrPrice .Green
{
  color: #008000;
  margin-left: 5px;
}

input[type=checkbox]
{
  margin: -2px 5px 0 0;
  padding: 0;
}

.Info
{
  margin: 30px 0 0 0;
}

.Info h4
{
  font-weight: lighter;
  text-transform: uppercase;
  margin: 20px 0 5px;
  padding: 0;
}

.Descr
{
  margin-top: 30px;
}

/* ---------------------------------------------------- */
.LocationFlexSliderDiv
{
  float: left;
  width: 430px;
}
@media screen and (max-width: 930px)
{
  .LocationFlexSliderDiv
  {
    width: 100%;
  }
}

.LocationInfo
{
  float: right;
  width: 220px;
}
@media screen and (max-width: 930px)
{
  .LocationInfo
  {
    width: 100%;
  }
}

.LocationInfo ul
{
  margin: 0;
  padding: 0;
}

.LocationInfo ul li
{
  float: none;
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
}

.LocationInfo ul li a
{
  text-decoration: none;
  display: block;
  color: #a59b89;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  background-image: url('../../Images/ArrowsBrownBig.png');
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 20px;
}

.LocationInfo ul li a:hover
{
 color: black;
}

#LocationContact
{
  float: left;
  width: 200px;
  background-image: url('../../Images/MailBig.png');
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0 0 0 24px;
  font-weight: bold;
  text-transform: none;
  font-size: 18px;
  margin: 0 0 0 4px;
}

.LocationContact a
{
  color: #a59b89;
}

.LocationMail
{
  float: right;
  margin-top: 10px;
  width: 100%;
}

.LocationMail input[type="text"],
.LocationMail textarea
{
  font-size: 12px;
  color: #505040;
  padding: 0 4px;
  height: 20px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 4px solid #ebebeb;
  width: 96%;
  box-shadow: inset 2px 2px 2px rgba(136, 136, 136, 0.3);
  margin: 0 0 10px 0;
  position: relative;
}

.LocationMail textarea
{
  position: relative;
  height: 100px;
  font-size: 12px;
  color: #505040;
  padding: 0 4px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #ebebeb;
  width: 96%;
  box-shadow: inset 2px 2px 2px rgba(136, 136, 136, 0.3);
  margin: 0 0 10px 0;
}

.LocationPerson
{
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  font-weight: bold;
  font-size: 14px;
  color: #505000;
  text-align: center;
}

.LocationPerson.Line
{
  width: 100%;
  background-image: url('../../Images/LineContent.jpg');
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
}


.LocationPerson #PicDiv
{
  float: left;
  width: 220px;
  margin: 4px 0 15px 0;
  /*text-align: center;*/
  /*border: 5px solid black;*/
}

.LocationPerson a
{
  color: #505040;
  font-size: 14px;
  font-weight: bold;
  background-image: url('../../Images/ArrowsBrownBig.png');
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 15px;
  margin-top: 0;
}

.LocationPerson table
{
  margin: 10px auto 0 auto;
  background-color: transparent;
  font-size: 14px;
  padding: 0;
}
.LocationPerson table td
{
  background-color: transparent;
  font-weight: bold;
  padding: 0 2px 0 2px;
  color: #505000;
}

.LocationContactAddressDiv
{
  display: none;
}

.LocationPartner
{
  border-bottom: 1px solid silver;
}
@media screen and (max-width: 930px)
{
  .LocationPartner
  {
    width: 100%;
  }
}

ul.LocationContentNav
{
  margin: 0;
  padding: 0;
}

ul.LocationContentNav li
{
  float: none;
  list-style: none;
  margin: 0  0 8px 0;
  padding: 0;
  display: block;
}

ul.LocationContentNav li a
{
  text-decoration: none;
  display: block;
  color: #a59b89;
  font-weight: bold;
  text-transform: none;
  font-size: 18px;
  background-image: url('../../Images/ArrowsBrownBig.png');
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 20px;
}

ul.LocationContentNav li a:before
{
  width: 10px;
  height: 20px;
  content: " ";
}

ul.LocationContentNav li a:hover
{
  text-decoration: none;
}

/* ======================================================= */
#MainBreadCrumb
{
  float: left;
  padding: 0;
  margin: 5px 20px 10px 20px;
  background-color: #6A6E6F;
  height: 20px;
  width: 900px;
  font-size: 11px;
}

@media screen and (max-width: 930px)
{
  #MainBreadCrumb
  {
    clear: both;
    width: 90%;
    font-size: 12px;
  }
}

#MainBreadCrumb ul
{
  margin: 0;
  padding: 0 0 0 5px;
}

#MainBreadCrumb ul li
{
  float: left;
  list-style: none;
  color: #f0f0f0;
  margin: 0;
  padding: 0;
}
#MainBreadCrumb ul li:after{content: "//";padding: 0 5px;}
#MainBreadCrumb ul li:last-child:after{content: "";}
#MainBreadCrumb ul li a{color: #ffffff;}
#MainBreadCrumb ul li a:hover{color: black;}

/* -------------------------------------------------- */
#MainContent
{
  min-height: 200px;
  margin: 0 20px 0 20px;
  padding: 0;
}

/*
@media screen and (max-width: 930px)
{
  #MainContentRows
  {
    display: flex;
    flex-direction: row;
    flex-direction: column-reverse;
  }
}
*/

/* ---------------------------------------------------- */
#LeftNavi
{
  float: left;
  width: 220px;
  min-height: 200px;
  /*border:1px solid black;*/
}

@media screen and (max-width: 930px)
{
  #LeftNavi
  {
    width: 100%;
    text-align: center;
  }
}

#LeftNaviEntries
{
  /*
  background-image: url('../../Images/SliderBack.jpg');
  background-repeat: repeat;
  border-bottom: 1px solid #fff;
  */
  background-color: #C0BEBD;
}

#LeftNaviEntries ul
{
  padding: 0;
  margin: 0;
}

#LeftNaviEntries p.Title,
#LeftNaviEntries p.SubTitle
{
  font-size: 18px;
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  color: #505040;
  margin-top: 0;
  color: black;
}

#LeftNaviEntries p.Title
{
  font-size: 18px;
}

#LeftNaviEntries p.SubTitle
{
  font-size: 16px;
  margin-top: 20px;
}

#LeftNaviEntries li, li.First
{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
}

#LeftNaviEntries li.First
{
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #606060;
}

#LeftNaviEntries li.First a
{
  color: white;
}

#LeftNaviEntries li a, a.Sel
{
  color: black;
  text-decoration: none;
  display: block;
  padding: 10px 5px 10px 5px;
}

@media screen and (max-width: 930px)
{
  #LeftNaviEntries li,
  #LeftNaviEntries li.First,
  #LeftNaviEntries li a, a.Sel
  {
    font-size: 11px;
    padding: 2px;
    margin: 0;
  }
}

#LeftNaviEntries li a.Sel
{
  color: white;
  background-color: #6F6E6A;
}

#LeftNaviEntries li a:hover,
#LeftNaviEntries li a.active
{
  text-decoration: none;
  color: black;
  background-color: #a0a0a0;
}

#LeftNaviEntries .WareGroupDescrUL
{
}
#LeftNaviEntries .WareGroupDescrUL li
{
  font-size: 10px;
  margin: 0 0 0 10px;
  padding: 0;
  height: 35px;
}

@media screen and (max-width: 930px)
{
  #LeftNaviEntries .WareGroupDescrUL li
  {
    height: 20px;
  }
}

.LeftNaviSubTime
{
  margin: 0;
  margin-left: 10px;
  font-size: 12px;
}

/* ------------------------------------------- */
#RightContent
{
  float: right;
  width: 670px;
  min-height: 200px;
}

@media screen and (max-width: 930px)
{
  #RightContent
  {
    float: left;
    width: 100%;
  }
}

/* ================================================= */
.ListHeader
{
  margin: 20px 0 20px 0;
  width: 100%;
}

.ListHeaderImg
{
  width: 900px;
  height: 350px;
}

@media screen and (max-width: 930px)
{
  .ListHeaderImg
  {
    width: 100%;
    height: 100%;
  }
}

.ShippingListHeader
{
  position: relative;
  background-image: url('../../Images/Shipping-Header.jpg'); /* Pfad zum Bild */
  background-size: cover; /* Bild passt sich an Container an */
  background-position: center; /* Zentriert das Bild */
  width: 900px;
  height: 350px;
  padding: 10px;
}

.ShippingListHeaderTxt
{
  position: relative; /* Positioniert den Text über dem Bild */
  top: 10px; /* Vertikale Zentrierung */
  left: 60%; /* Horizontale Zentrierung */
  width: 40%;
  color: white; /* Textfarbe */
  font-size: 16px; /* Schriftgröße */
  text-align: right; /* Textausrichtung */
}

.ShippingListHeaderTxtGold
{
  font-size: 24px;
  color: #9B7C39;
  font-weight: bold;
}

/* ------------------------------ */
#ListHeadCategory
{
  display: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 930px)
{
  #ListHeadCategory
  {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  #ListHeadCategorySel
  {
    width: 90%;
    background-color: #d0d0d0;
    color: gray;
    text-align: center;
  }
}

/* ================================== */
#ListHeadTitle
{
  float: left;
  margin: 0;
  padding: 10px 0 2px 0;
  width: 100%;
}

#ListHeadTitleCategory
{
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: navy;
}

@media screen and (max-width: 930px)
{
  #ListHeadTitleCategory
  {
    font-size: 16px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

#ListHeadTitleHitsBegin
{
  float: left;
  font-size: 13px;
  color: #6A6E6F;
}

@media screen and (max-width: 930px)
{
  #ListHeadTitleHitsBegin
  {
    float: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}

#ListJewellerySearchPanelShow
{
  margin-top: 6px;
  display: none;
}

#ListJewellerySearchPanel
{
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: #E0E0D0;
  padding: 5px;
  display: block;
}

#ListJewellerySearchPanel select
{
  width: 70px;
}

/* ============================================ */
#ListHeadCtrl
{
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

@media screen and (max-width: 930px)
{
  #ListHeadCtrl
  {
    clear: both;
    margin: auto;
    text-align: center;
  }
}

.ListHeadCtrlOrder
{
  float: left;
  width: 260px;
}
@media screen and (max-width: 930px)
{
  .ListHeadCtrlOrder
  {
    float: none;
    margin: auto;
  }
}

#ListHeadCtrl label
{
  float: left;
  font-size: 11px;
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 0;
  font-size: 11px;
  color: black;
}

#ListHeadCtrlOrderSel
{
  float: left;
  background-color: #f0f0e0;
  font-size: 11px;
  margin-right: 20px;
  width: 180px;
  padding: 3px;
  height: 24px;
  color: black;
}

#ListHeadCalendar
{
  float: left;
  width: 280px;
  font-size: 12px;
}

@media screen and (max-width: 930px)
{
  #ListHeadCalendar
  {
    float: none;
    margin: auto;
  }
}

#ListHeadCalendar img
{
  vertical-align: middle;
}

.ListHeadCtrlPage
{
  float: right;
  width: 130px;
  text-align: right;
}
@media screen and (max-width: 930px)
{
  .ListHeadCtrlPage
  {
    float: none;
    margin: auto;
  }
}

#ListHeadCtrlPageSel
{
  background-color: #f0f0e0;
  font-size: 11px;
  margin-right: 0;
  padding: 3px;
  width: 70px;
  height: 24px;
  color: black;
}

/* =========================================== */
.ListPager
{
  float: right;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 4px;
  height: 30px;
  font-size: 12px;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 930px)
{
  .ListPager
  {
    width: 100%;
    height: 100%;
  }
}

.ListPagerPages
{
  float: left;
}

.ListPagerPages ul
{
  margin: 0;
  margin-right: 10px;
  margin-top: 2px;
  padding: 0;
  height: 30px;
}

.ListPagerPages ul li,
.ListPagerPages ul li.Sel
{
  text-align: center;
  list-style: none;
  float: left;
  padding: 2px 14px 1px 14px;
  font-size: 14px;
}
.ListPagerPages ul li.Sel
{
  border: 2px solid navy;
  padding: 0 14px 1px 14px;
}

.ListPagerPages ul li.Back
{
  background-image: url('../../Images/ArrowBack.png');
  background-repeat: no-repeat;
  background-position: left 10px;
  width: 15px;
  height: 18px;
  padding: 0;
  margin: 0;
}
.ListPagerPages ul li.Next
{
  background-image: url('../../Images/ArrowNext.png');
  background-repeat: no-repeat;
  background-position: right 10px;
  width: 15px;
  height: 18px;
  padding: 0;
  margin: 0;
}
.ListPagerPages ul li a
{
  color: black;
}
.ListPagerPages ul li a:hover
{
  color: blue;
}

.ListPagerOptions
{
  float: right;
  width: 140px;
  padding-top: 2px;
  padding-right: 0;
  margin-right: 0;
  text-align: right;
}

.ListPagerOptions .Lab
{
  position: relative;
  top: -5px;
}

.ListPagerOptions input
{
  height: 20px;
  padding: 0;
  margin: 0;
}
.ListPagerOptions input.Direct
{
  width: 35px;
  font-size: 12px;
  padding-left: 2px;
  top: -5px;
}
.ListPagerOptions img
{
  margin: 0 0 0 0;
  cursor: pointer;
}

/* ===================================================== */
.ListTabPos
{
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
}

.ListTabPos hr
{
  border: 1px solid #efefe0;
  box-shadow: 1px 1px 0px #d0d0d0;
}

.ListTabPosImg
{
  float: left;
  /*width: 140px;*/
  padding-top: 3px;
  text-align: center;

  width: 220px;
  /*max-height: 210px;*/
}

@media screen and (max-width: 930px)
{
  .ListTabPosImg
  {
    width: 100%;
  }
}

.ListTabPosInfo
{
  float: right;
  width: 440px;
}

@media screen and (max-width: 930px)
{
  .ListTabPosInfo
  {
    float: left;
    width: 100%;
  }
}

.ListTabPosTitle
{
  color: #afa38e;
  font-weight: bold;
  font-size: 14px;
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  width: 100%;
}

@media screen and (max-width: 930px)
{
  .ListTabPosTitle
  {
    font-size: 18px;
    text-align: center;
  }
}

.ListTabPosNo
{
  float: left;
}

.ListId
{
  font-weight: bold;
  border-right: 1px solid #a59b89;
  padding-right: 5px;
  margin-right: 5px;
}

.ListOrgaNo
{
  font-weight: bold;
}

.ListTermin
{
  color: #505040;
  font-weight: bold;
  margin: 0;
}

.ListTabPosTxt
{
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ListTabPosTxt a
{
  color: #5f5e5d;
}
.ListTabPosTxt a:hover
{
  color: black;
}

.ListTabPosPrice
{
  float: left;
  width: 400px;
  height: 25px;
  color: #5f5e5d;
  display: inline;
  margin-top: 5px;
}

.ListExPrice
{
  /*color: #ff8809;*/
  color: black;
  font-weight: bold;
  margin-left: 0;
  text-decoration: line-through;
}

.ListValPrice
{
  font-size: 13px;
  /*color: #098f09;*/
  color: black;
  margin-left: 0;
  text-decoration: none;
}

.ListState
{
  /*color: #88b809;*/
  color: #ff5F61;
  font-weight: bold;
  margin-left: 10px;
}
.ListStateRed
{
  color: #ff4040;
  font-weight: bold;
  margin-left: 10px;
}

.ListBtn
{
  float: right;
  width: 105px;
}

.ListTabNewWare
{
  float: right;
  color: green;
}

.ListGridCell
{
  float: left;
  width: 214px;
  margin: 3px 3px 10px 0;
  border-bottom: 1px solid #e0e0e0;
  /*background-color: #EEEDED;*/
  background-color: white;
  padding: 3px;
  height: 510px;
}

@media screen and (max-width: 930px)
{
  .ListGridCell
  {
    width: 100%;
    min-height: 100px;
    text-align: center;
  }
}

.ListGridImg
{
  width: 220px;
  height: 220px;
  min-height: 240px;
  max-width: 230px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.ListGridCell hr
{
 border: 1px solid #f0f0f0;
}

.ListGridImgImg
{
  max-width: 220px;
  max-height: 210px;
}

@media screen and (max-width: 930px)
{
  .ListGridImg
  {
    margin: auto;
    width: 100%;
    height: 100%;
    display: inline;
    text-align: center;
  }
}

.ListGridPosNo
{
  display: table-cell;
  color: black;
}

@media screen and (max-width: 930px)
{
  .ListGridPosNo
  {
    display: block;
    height: 30px;
    text-align: center;
  }
}

.ListGridTitle
{
  width: 210px;
  margin: 10px 0 0 0;
  color: #082C6D;
  font-weight: bold;
  font-size: 15px;
  height: 40px;
}

@media screen and (max-width: 930px)
{
  .ListGridTitle
  {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}

.ListGridAucDT
{
  width: 210px;
  margin: 0 0 10px 0;
  /*color: #808080;*/
  color: black;
  font-size: 12px;
}
@media screen and (max-width: 930px)
{
  .ListGridAucDT
  {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}

.ListGridTxt
{
  float: left;
  width: 210px;
  height: 72px;
  font-size: 12px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 930px)
{
  .ListGridTxt
  {
    float: none;
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
}
.ListGridTxt a
{
  color: #606060;
}
.ListGridTxt a:hover
{
  color: black;
}

.ListGridPriceDiv
{
  height: 110px;
}
@media screen and (max-width: 930px)
{
  .ListGridPriceDiv
  {
    height: 90px;
  }
}

.ListGridPrice
{
  float: left;
  width: 110px;
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.ListGridState
{
  color: #508000;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}
.ListGridStateRed
{
  margin: 0;
  font-weight: bold;
  color: #df2020;
  font-size: 12px;
}

.ListGridBtn,
.ListGridResultBtn
{
  float: right;
  width: 100px;
  margin-top: 20px;
}
.ListGridNewWare
{
  float: right;
  color: green;
}

.ListGridResultBtn
{
  margin-top: 60px;
}
.ListGridResultBtn a
{
  background-color: blue;
}

.ListBidBtn
{
  background: #ff5F61;
  width: 90px;
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0 5px 5px;
  float: right;
  text-align: center;
  background-image: url('../../Images/AuctionBtn.jpg');
  background-size: contain;
}

.ListBuyBtn
{
  background: rgba(167, 202, 11, 1);
  width: 100px;
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0 5px 5px;
  float: right;
  text-align: center;
  background-image: url('../../Images/SaleBtn.jpg');
  background-size: contain;
}

.ListMovie
{
  position: relative;
  left: 3px;
  top: -40px;
  height: 0;
}
.ListTabPosMovie
{
  position: relative;
  left: -135px;
  top: 110px;
  height: 0;
}

.ListTileImg
{
  text-align: center;
  margin: auto;
  width: 220px;
  height: 100px;
}

/* =================================================== */
#PosTitle
{
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
  display: block;
}

#PosTitleCategory
{
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: navy;
}

@media screen and (max-width: 930px)
{
  #PosTitleCategory
  {
    font-size: 16px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

#PosTitleHitsBegin
{
  float: left;
  font-size: 13px;
  color: #6A6E6F;
}

@media screen and (max-width: 930px)
{
  #PosTitleHitsBegin
  {
    float: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}

.PosPager
{
  float: left;
  width: 670px;
  font-size: 12px;
}
@media screen and (max-width: 930px)
{
  .PosPager
  {
    width: 100%;
  }
}

#PosHeadCtrlOrder
{
  float: left;
  width: 260px;
  margin: -2px;
}
@media screen and (max-width: 930px)
{
  #PosHeadCtrlOrder
  {
    float: none;
    margin: auto;
  }
}

#PosHeadCtrlOrder label
{
  float: left;
  font-size: 11px;
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 0;
  font-size: 11px;
  color: black;
}

#PosHeadCtrlOrderSel
{
  float: left;
  font-size: 11px;
  float: left;
  margin-right: 20px;
  width: 180px;
  padding: 3px;
  height: 24px;
  background-color: #f0f0e0;
  color: black;
}

.PosPagerUL
{
  float: left;
  width: 260px;
  display: block;
}
@media screen and (max-width: 930px)
{
  .PosPagerUL
  {
    float: none;
    margin: auto;
  }
}

.PosPager ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 260px;
}

.PosPager ul li
{
  float: left;
}

.PosPager ul li.Back
{
  background-image: url('../../Images/ArrowBack.png');
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 10px;
  float: left;
}

.PosPager ul li.Next
{
  background-image: url('../../Images/ArrowNext.png');
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-right: 10px;
  float: right;
}

.PosPagerRight
{
  float: right;
  width: 150px;
  height: 30px;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 930px)
{
  .PosPagerRight
  {
    float: none;
    margin: auto;
  }
}

.PosTermin
{
  color: #505040;
  font-weight: bold;
  padding: 5px 0 0 0;
}

#PosInfoPrice
{
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #605060;
}

/* ============================================= */
#PosImages
{
  float: left;
  width: 440px;
  text-align: center;
  vertical-align: middle;
  display: block;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 930px)
{
  #PosImages
  {
    float: none;
    width: 100%;
  }
}

#PosThumbs
{
  padding: 4px;
  color: black;
  height: 100%;
}

#PosThumbsMainDiv
{
  display: block;
  height: 300px;
  max-width: 430px;
}
@media screen and (max-width: 930px)
{
  #PosThumbsMainDiv
  {
    margin: auto;
  }
}

#PosThumbsMainPic
{
  max-height: 100%;
  max-width: 100%;
  border: 1px solid black;
}

.PosThumbsDiv
{
  margin-top: 10px;
}

.PosThumbsPicDiv
{
  /*width: 110px;*/
  height: 110px;
  display: inline-table;
}

.PosThumbsPic
{
  height: 100px;
  border: 1px solid black;
  cursor: pointer;
}

#PosImagesMovie
{
  padding: 0;
  margin: 0 0 20px 0;
  background-color: #e0e0e0;
  text-align: center;
  display: block;
  height: 400px;
}
@media screen and (max-width: 930px)
{
  #PosImagesMovie
  {
    width: 100%;
    height: auto;
  }
}

#PosImagesMovieIFrame
{
  width: 100%;
  height: 100%;
}

#OrgImages
{
  width: 200px;
  margin: 10px auto 10px auto;
  border: 3px solid gray;
  padding: 20px;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  /*visibility: hidden;*/
}

#OrgImages a
{
  text-decoration: underline;
}

/* ========================================= */
#PosInfo
{
  float: left;
  padding-left: 5px;
  width: 220px;
  min-height: 400px;
}

@media screen and (max-width: 930px)
{
  #PosInfo
  {
    margin: 0;
    width: 100%;
  }
}

#PosInfoId
{
  float: left;
  color: black;
  width: 100px;
}
#PosInfoOrgaNo
{
  float: right;
  color: black;
  text-align: right;
  width: 110px;
}

#PosInfoTitle
{
  color: black;
  font-weight: bold;
  margin-top: 10px;
}

#PosInfoTermin
{
  margin-top: 10px;
  font-size: 12px;
  padding-left: 5px;
}

#PosInfoLiveAuction
{
  color: #505040;
  font-weight: bold;
  padding: 5px 0 0 0;
  text-align: center;
  border: 1px solid black;
}

#PosInfoTxt
{
  font-size: 14px;
  margin-top: 10px;
}

#PosPrice
{
  float: left;
  width: 200px;
  height: 60px;
  display: inline;
  padding-top: 20px;
  font-size: 16px;
}

#PosInfoState
{
  float: left;
  width: 200px;
  height: 20px;
  display: inline;
  padding-top: 20px;
  font-size: 14px;
  background: #c0c0c0;
  padding: 4px;
}

#PosInfoMenu
{
  float: left;
  margin-bottom: 20px;
}

#PosInfoMenu ul
{
  margin: 15px 0 0 0;
  padding: 0;
  color: #676a5d;
}

#PosInfoMenu ul li
{
  list-style: none;
  display: block;
  margin: 5px 0;
}

#PosInfoMenu ul li.Access
{
  background-image: url('../../Images/Clicks.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 25px;
}

#PosInfoMenu ul li.Requests
{
  background-image: url('../../Images/Requests.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 25px;
}

#PosBid
{
  float: left;
}
#PosBid fieldset
{
  text-align: left;
  padding: 10px;
  margin: 0;
  border: 1px solid silver;
}

#PosBid legend
{
  color: #706060;
  margin-bottom: 20px;
  font-weight: bold;
}

#PosBid p
{
  text-align: center;
  margin: 10px 0 0 0;
}

#PosBidMaxBid
{
  width: 120px;
  margin-left: 5px;
}

#BuyPanel
{
  padding-bottom: 10px;
}

#PosBidBuyPrice
{
  width: 120px;
  margin-left: 5px;
  font-size: 24px;
}

#PosBidBuyPriceRed
{
  width: 120px;
  margin-left: 5px;
  font-size: 24px;
  color: red;
  font-weight: bolder;
}

#PosBidPhone
{
  width: 120px;
  margin-left: 5px;
}

.PosBidBidBtn
{
  background: #ff5F61;
  display: block;
  color: #404040;
  font-size: 12px;
  text-transform: uppercase;
  margin: -3px 5px 5px 5px;
  padding: 5px;
  float: left;
  text-align: center;
  background-image: url('../../Images/AuctionBtn.jpg');
  background-size: contain;
  border-radius: 10px;
}

.PosBidBuyBtn
{
  background: rgba(167, 202, 11, 1);
  display: block;
  color: #404040;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 5px 5px 5px;
  padding: 5px;
  float: left;
  text-align: center;
  background-image: url('../../Images/SaleBtn.jpg');
  background-size: contain;
  border-radius: 10px;
}

/* ------------------------------------------ */
#PosGeCarHistory
{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
#PosEnCarHistory
{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

#PosDel
{
  margin-top: 20px;
  border: 1px solid black;
  padding: 5px;
  background-color: white;
  font-size: 12px;
  color: navy;
}

#PosDel a
{
  color: navy;
}

/* ======================================== */
.RegisterData
{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #e0e0e0;
  padding: 10px;
  text-align: center;
  color: red;
  line-height: 20px;
}

#RegisterStreet
{
  width: 70%;
}

#RegisterTab
{
  margin: auto;
  min-width: 400px;
}

@media screen and (max-width: 930px)
{
  #RegisterTab
  {
    min-width: 100px;
  }
}

/* ================================================= */
.DanMovieSmallDiv
{
  background-color: #e0e0e0;
  border: 1px solid gray;
  padding: 0;
  text-align: center;
  width: 190px;
  height: 180px;
  margin: 5px auto 10px auto;
  display: block;
}


.MarkWord
{
  background-color: #a0ffa0;
}

/* ---------------------------------------------------- */
table
{
  font-size: 12px;
  color: black;
}
table th
{
  font-weight: bold;
  background-color: #d8d8d8;
  text-align: left;
  vertical-align: top;
  padding: 3px;
}
table th.right
{
 text-align: right;
}
table td
{
  font-weight: normal;
  background-color: #e8e8e8;
  text-align: left;
  vertical-align: top;
  padding: 3px;
}
table td.right
{
  text-align: right;
  font-weight: normal;
}

.CenterP
{
  text-align: center;
}

.Center
{
  text-align: center;
}

.H1Arrows
{
  width: 11px;
  height: 10px;
  margin-right: 5px;
}

/* ------------------------------------------------ */
#LoginLink
{
  z-index: 401;
  position: relative;
  cursor: pointer;
  background-color: #ffa0a0;
  padding: 2px 10px 2px 10px;
  color: black;
}
#LoginLink:hover
{
  background-color: lime;
}

#APIDiv
{
  border: 3px solid black;
  background-color: #e0e0e0;
  font-size: 14px;
  padding: 5px;
}


/* --------------------------------------- */
#LoginError
{
  background-color: red;
  text-align: left;
  padding: 5px;
  color: black;
}
#LoginError a
{
  color: white;
}
#LoginError a:hover
{
  color: black;
}

#AdminTextArea
{
  width: 100%;
  height: 300px;
  font-family: 'courier new';
  font-size: 10px;
  color: black;
  margin: 0 0 10px 0;
  border: 1px solid navy;
  white-space: pre;
  word-wrap: normal;
  overflow-x: scroll;
}

.StatisticTab
{
 width: 700px;
}
.StatisticTab td
{
  padding: 5px;
  border: 1px solid silver;
  text-align: center;
}

.StatisticSubTab
{
  margin: auto !important;
  border:1px solid black !important;
}
.StatisticSubTab th
{
  padding: 2px;
  border: 1px solid black;
  background-color: #d0d0d0;
}
.StatisticSubTab td
{
  padding: 2px;
  border: 1px solid black;
  background-color: #ededed;
}

/*-------------------------------*/
#ErrorTab
{
  width: 80%;
  margin: auto auto;
}
#ErrorTab th
{
  padding: 5px;
  border: 1px solid silver;
  text-align: left;
}
#ErrorTab td
{
  padding: 5px;
  border: 1px solid silver;
  text-align: left;
}

/*-------------------------------------------------*/
#MyAdminTextArea
{
  width: 700px;
  height: 300px;
  font-family: 'courier new';
  font-size: 12px;
  color: black;
  margin: 0 0 10px 0;
  border: 1px solid navy;
  overflow-x: scroll;
}

#NavImgRef
{
  text-align: center;
}

.SpecialOrgaNo
{
  color: red;
}

.NoWrap
{
  white-space: nowrap;
  word-wrap: normal;
}

/*---------------------------------------------------*/
.LiveAuctionTile
{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid black;
  border-radius: 10px;
  width: 680px;
  height: 200px;
  padding: 5px;
  background-image: url('../../Images/SliderBack.jpg');
  background-repeat: repeat;
}

@media screen and (max-width: 930px)
{
  .LiveAuctionTile
  {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.LiveAuctionOverviewImg
{
  width: 720px;
  height: 197px;
}

.LiveAuctionTestImg
{
  width: 900px;
  height: 230px;
}

.LiveAuctionTab
{
  margin-top: 10px;
  width: 100%;
  background-color: transparent;
}

.LiveAuctionTab td
{
  background-color: transparent;
}
.LiveAuctionTab td.Img
{
  vertical-align: middle;
}
@media screen and (max-width: 930px)
{
  .LiveAuctionTab td.Img
  {
    width: 70%;
  }
}
#LiveAuctionTitleImg
{
  margin-top: 10px;
}
@media screen and (max-width: 930px)
{
  #LiveAuctionTitleImg
  {
    margin: 0;
    text-align: center;
  }
}

#LiveAuctionTitle
{
  margin: 10px 0 10px 0;
  color: #606050;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 930px)
{
  #LiveAuctionTitle
  {
    text-align: center;
  }
}

.LiveAuctionTab td.Title
{
  font-size: 20px;
  height: 70px;
  width: 230px;
}
@media screen and (max-width: 930px)
{
  .LiveAuctionTab td.Title
  {
    font-size: 16px;
  }
}

.LiveAuctionTab td.time
{
  font-size: 20px;
}
.LiveAuctionTab td.button
{
}

.CatLiveAuctionBtnDiv
{
  width: 160px;
  /*
  background-image: url('../../Images/CatLiveAuction-InnerButton.jpg');
  background-repeat: no-repeat;
  */
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  color: white;
  background-color: lime;
}
@media screen and (max-width: 930px)
{
  .CatLiveAuctionBtnDiv
  {
    font-size: 14px;
    margin: auto;
  }
}

.CatLiveAuctionBtnDiv:hover
{
  color: black;
}
.LiveAuctionBtnDiv
{
  width: 160px;
  background-image: url('../../Images/LiveAuction-InnerButtonX.jpg');
  background-repeat: no-repeat;
  background-color: green;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 930px)
{
  .LiveAuctionBtnDiv
  {
    font-size: 14px;
  }
}

.LiveAuctionBtnDiv:hover
{
  color: black;
}
.LiveAuctionBtnInnerDiv
{
  float: left;
  width: 120px;
  font-size: 14px;
}
.LiveAuctionDartDiv
{
  float: right;
  margin-top: -3px;
  font-size: 30px;
}

/*=====================================================*/
.LiveAuctionTestTile
{
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid black;
  border-radius: 10px;
  width: 680px;
  height: 200px;
  padding: 5px;
  background-color: #a59b89;
}

@media screen and (max-width: 930px)
{
  .LiveAuctionTestTile
  {
    margin: 0 0 20px 0;
    width: 100%;
    border: 1px solid blue;
  }
}

/* ===================================================== */
#LiveAuctionIFrame
{
  width: 720px;
  height: 800px;
  background-color: transparent;
  padding: 0;
  border: none;
}

@media screen and (max-width: 930px)
{
  #LiveAuctionIFrame
  {
    padding: 0;
    width: 100%;
  }
}

/* ===================================================== */
#LiveAuctionNavi
{
  float: left;
  width: 200px;
  min-height: 200px;
}

#LiveAuctionLoginDiv
{
  float: left;
  min-height: 172px;
  padding: 10px;
  margin: 0 0 10px 0;
  top: 30px;
  width: 150px;
  background-color: #E5E7F3;
  color: white;
  border: 3px solid #967A3B;
  border-radius: 4px;
}

@media screen and (max-width: 930px)
{
  #LiveAuctionLoginDiv
  {
    float: none;
    margin: auto;
    margin-bottom: 10px;
  }
}

#LiveAuctionLoginDiv label
{
  text-align: left;
  font-size: 12px;
  color: black;
  margin: 0;
  padding: 0;
  display: inline;
}
#LiveAuctionLoginDiv label:hover
{
  color: black;
}
#LiveAuctionLoginDiv a
{
  color: #505030;
  font-size: 13px;
}
#LiveAuctionLoginDiv a:hover
{
  color: white;
}

#LiveAuctionLoginBtn
{
  background-color: #707060;
  color: #ffffd0;
}
#LiveAuctionLoginLeftDiv
{
  float: left;
  width: 150px;
  text-align: center;
}
#LiveAuctionLoginRightDiv
{
  float: left;
  margin-top: 5px;
  width: 80px;
  text-align: right;
}
#LiveAuctionLoginDiv input[type="text"],
#LiveAuctionLoginDiv input[type="password"]
{
  border: 1px solid gray;
  border-radius: 6px;
  width: 140px;
  font-size: 16px;
  height: 24px;
}

#LiveAuctionRightContent
{
  float: right;
  width: 720px;
  min-height: 200px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 930px)
{
  #LiveAuctionRightContent
  {
    float: left;
    width: 100%;
  }
}

#LiveAuctionOverviewDiv
{
  border: 1px solid gray;
  border-radius: 6px;
  background-color: #707060;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
#LiveAuctionOverviewDiv a
{
  color: white;
}
#LiveAuctionOverviewDiv a:hover
{
  color: black;
}

#LiveAuctionLoginDiv input[type="checkbox"]
{
  margin: 20px 10px 20px 0;
}


/* -------------------------- */
#LiveAuctionLoginLoggedTitle
{
  color: black;
  font-size: 16px;
  margin: 0 0 20px 0;
}
#LiveAuctionLoginLoggedInfo
{
  color: black;
  font-size: 14px;
  margin: 0 0 20px 0;
}
#LiveAuctionLoginLoggedLink
{
  color: white;
  font-size: 16px;
  font-size: 16px;
  margin: 0 0 40px 0;
}
#LiveAuctionLoginLoggedLink a
{
  color: #505030;
}
#LiveAuctionLoginLoggedLink a:hover
{
  color: black;
}
#LiveAuctionLoginLoggedOut
{
  border: 1px solid gray;
  border-radius: 6px;
  background-color: #707060;
  font-size: 16px;
  /*
  margin: 0 0 20px 0;
  width: 100px;
  height: 40px;
  */
  padding: 5px;
  text-align: center;
  font-size: 16px;
}
#LiveAuctionLoginLoggedOut a
{
  color: white;
}
#LiveAuctionLoginLoggedOut a:hover
{
  color: black;
}

#TIdSelect
{
  width: 50px;
  height: 24px;
  font-size: 12px;
  font-family: 'courier new';
}

/* ---------------------------------------------------------------- */
#MainBottom
{
  margin: 0;
  padding: 0;
  display: block;
}

footer
{
  margin: 0;
  padding: 0;
  display: block;
}

/* ------------------------------------------------ */
#BottomSitemap
{
  margin: 10px auto 10px auto;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 50px;
}

#BottomSitemap ul
{
  margin: 0;
  padding: 0;
}

#BottomSitemap li
{
  float: left;
  list-style: none;
  margin: 0;
  width: 160px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
}

@media screen and (max-width: 930px)
{
  #BottomSitemap li
  {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
  }
}

#BottomSitemap ul li
{
  float: left;
  list-style: none;
  margin: 0;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
}

@media screen and (max-width: 930px)
{
  #BottomSitemap ul li
  {
    line-height: 30px;
  }
}

#BottomSitemap a
{
  color: black;
}

#BottomSitemap a:hover
{
  color: #A88230;
}

#BottomSitemap ul li a
{
  color: black;
}

#BottomSitemap ul li a:hover
{
  color: #A88230;
}

#BottomSitemap .FirstLevel
{
  font-size: 13px;
  height: 40px;
  border-bottom: 1px solid black;
  margin: 0 7px 200px 7px;
  border-color: #A88230;
}

@media screen and (max-width: 930px)
{
  #BottomSitemap .FirstLevel
  {
    margin: 0 7px 220px 7px;
  }
}

/* ----------------------------------------------------- */
#MainShortLink
{
  margin: 40px 0 20px 0;
  font-family: "Consolas";
  font-size: 11px;
  color: #505050;
  text-align: center;
}

#CopyLinkBtn
{
  background-color: white;
  color: blue;
  border: 1px solid black;
}

/* ----------------------------------------------------- */
.HomeSliderImg
{
  width: 900px;
  height: 350px;
}

@media screen and (max-width: 930px)
{
  .HomeSliderImg
  {
    width: 100%;
    height: 100%;
  }
}

#SaleBanner
{
  float: left;
  width: 900px;
  height: 350px;
}
@media screen and (max-width: 930px)
{
  #SaleBanner
  {
    width: 100%;
  }
}

/* ----------------------------------------------- */
.SQLTab
{
  border: 1px solid #c0c0c0;
  width: 500px;
  margin: 10px;
}

.SQLTab th
{
  text-align: left;
  border: 1px solid #c0c0c0;
  background: #e0e0e0;
  padding: 5px;
}
.SQLTab td
{
  text-align: left;
  border: 1px solid #c0c0c0;
  padding: 5px;
}

.SQLTab th.Right
{
  text-align: right;
}

#ConfirmPopup
{
  position: absolute;
  display: none;
  top: 200px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  border: 1px solid blue;
  padding: 20px;
  background-color: white;
}

#Jobs
{
  text-align: center;
}

.Red
{
  color: #d00000;
}

#PicPopupDiv
{
  position: absolute;
  width: 600px;
  height: 600px;
  /*border: 5px solid black;*/
  border: none;
  z-index: 1000;
  display: none;
}
#PicPopupDivImg
{
  border: 2px solid black;
  box-shadow: 10px 10px 5px #A0A0A0;
}

/* ------------------------------------------ */
.SliderFrame
{
  width: 900px;
  height: 230px;
  display: block;
  z-index: 1;
  /*border: 1px solid black;*/
}

.SliderImage
{
  position: absolute;
  margin: auto;
  border: 0;
  width: 900px;
  height: 230px;
  display: block;
  z-index: 5;
}

.SliderLiveBtnDiv
{
  position: absolute;
  margin: 0;
  margin-top: 280px;
  display: block;
  padding: 6px;
  text-align: center;
  font-size: 25px;
  z-index: 10;
  color: black;
  background-color: lime;
}

@media screen and (max-width: 930px)
{
  .SliderLiveBtnDiv
  {
    margin-top: 20px;
  }
}

.SliderLiveBtnDiv a
{
  color: black;
}
.SliderLiveBtnDiv a:hover
{
  color: white;
}

.SectorParagraph
{
  float: left;
  display: block;
}

/* ------------------------------------------- */
#Msg
{
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  margin-bottom: 20px;
  font-size: 12px;
  color: Black;
  background-color: #ff8080;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

#StatisticTextarea
{
 background-color: white;
 border: 1px solid #ffc0a0;
 width: 700px;
 height: 400px;
 font-size: 14px;
 margin: 0px auto 10px auto;
 padding: 2px;
 font-family: 'courier new';
 font-size: 14px;
 overflow: scroll;
 overflow-y: scroll;
 overflow-x: scroll;
}

.StatisticSQL
{
 margin-top: 20px;
 padding: 10px;
 background-color: rgb(220, 220, 255);
 border: 1px solid #ffc0a0;
 font-family: 'Courier New';
 font-size: 12px;
}

#HomeMsg
{
  margin-bottom: 18px;
  background-color: rgb(255, 200, 200);
  padding: 10px;
  font-size: 25px;
  border: 1px solid black;
  text-align: center;
}

#UweStat
{
  width: 900px;
  display: block;
  font-family: consolas;
  font-size: 14px;
  background-color: #ffffa0;
  border: 1px solid black;
}

/* ------------------------------------------- */
.Video
{
  text-align: center;
}


/* =============================================================== */
.HomeSliderFrame
{
  width: 100%;
  display: block;
  z-index: 1;
  padding: 0;
}

.HomeSliderImage
{
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}

/* =============================================== */
#HomeSaleDiv
{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

#HomeSaleImgBig
{
  width: 900px;
  height: 350px;
}

@media screen and (max-width: 930px)
{
  #HomeSaleImgBig
  {
    width: 100%;
    height: 100%;
  }
}

#HomeSaleImgLeft
{
  float: left;
  padding: 0;
  margin: 0;
  width: 75%;
}

#HomeSaleImgLeftImg
{
  width: 690px;
  height: 350px;
}

@media screen and (max-width: 930px)
{
  #HomeSaleImgLeftImg
  {
    width: 100%;
    height: 100%;
  }
}

#HomeSaleImgRight
{
  float: right;
  padding: 0;
  margin: 0;
  width: 25%;
}

#HomeSaleImgRightImg
{
  width: 230px;
  height: 350px;
}

@media screen and (max-width: 930px)
{
  #HomeSaleImgRightImg
  {
    width: 100%;
    height: 100%;
  }
}

.HomeSpace
{
  height: 20px;
}

/* =============================================== */
.HomeTileDiv
{
  margin: 0 auto;
  margin-bottom: 6px;
  padding: 0;
  text-align: center;
  display: block;
  text-align: center;
}

.HomeTileNaviDiv
{
  margin: 10px auto 10px auto;
  padding: 0;
  display: block;
  text-align: center;
  background-color: #49598B;
}

@media screen and (max-width: 930px)
{
  .HomeTileNaviDiv
  {
    display: none;
  }
}

.HomeTile
{
  float: left;
  max-width: 224px;
  padding: 0;
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 930px)
{
  .HomeTile
  {
    float: left;
    width: 33%;
    text-align: center;
  }
}

@media screen and (max-width: 600px)
{
  .HomeTile
  {
    float: left;
    width: 50%;
    text-align: center;
  }
}

.HomeTileImg
{
  text-align: center;
  margin: auto;
  width: 224px;
  height: 234px;
}

@media screen and (max-width: 600px)
{
  .HomeTileImg
  {
    width: 100%;
    height: 100%;
  }
}

/* ======================================== */
#IFrame
{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 600px;
  background-color: white;
}
@media screen and (max-width: 930px)
{
  #IFrame
  {
    width: 100%;
    height: 400px;
    border: none;
  }
}

/* ============================================ */
#Page
{
  width: 900px;
  display: block;
}
@media screen and (max-width: 930px)
{
  #Page
  {
    width: 100%;
  }
}

.PageFull
{
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent;
}

.PageHalfLeft
{
  float: left;
  margin: 0;
  padding: 0;
  width: 445px;
  background: transparent;
}
@media screen and (max-width: 930px)
{
  .PageHalfLeft
  {
    width: 100%;
  }
}

.PageHalfRight
{
  float: right;
  margin: 0;
  padding: 0;
  width: 445px;
  background: transparent;
}
@media screen and (max-width: 930px)
{
  .PageHalfRight
  {
    width: 100%;
  }
}

.PageSub
{
  margin: 0;
  margin-bottom: 10px;
  padding: 5px;
  background: #e0e0e0;
}

.PageSub a
{
  color: #804040;
  /*background-color: white;*/
  text-decoration: underline;
  padding: 4px;
}

.PageSub a:hover
{
  color: black;
}

#PageImage
{
  margin-top: 10px;
  /*border: 4px solid black;*/
}

/* ============================================== */
@media screen and (max-width: 930px)
{
  #Page input[type="text"],
  #Page input[type="file"],
  #Page input[type="password"]
  {
    width: 90%;
  }

  #Page select
  {
    width: 93%;
  }
}

#Page textarea
{
  width: 100%;
  height: 300px;
}

/* ============================================== */
#Page table
{
  margin: 10px;
  padding: 0;
  border: 1px solid white;
}
@media screen and (max-width: 930px)
{
  #Page table
  {
    margin: auto;
    width: 100%;
  }
}
#Page table.Center
{
  margin: auto;
}

#Page table th
{
  background-color: #d0d0d0;
  border: 1px solid silver;
  width: auto;
}
#Page table td
{
  background-color: #efefea;
  border: 1px solid silver;
}

/* ======================================== */
.FurtherLink
{
  margin-left: 20px;
  padding: 4px;
  background-color: white;
  color: #505050;
  border: 1px solid gray;
  border-radius: 10px;
}
.FurtherLink:hover
{
  color: black;
}
@media screen and (max-width: 930px)
{
  .FurtherLink
  {
    margin-left: 0;
  }
}

/* ====================================== */
#LanguageDiv
{
  font-size: 14px;
}
#LanguageDiv img
{
  margin-top: 2px;
  vertical-align: top;
}
#LanguageDiv a
{
  margin-right: 10px;
}
@media screen and (max-width: 930px)
{
  #LanguageDiv
  {
    text-align: center;
    font-size: 10px;
  }
  #LanguageDiv a
  {
    margin-right: 4px;
  }
}

/* =============================================== */
/*
.LoupePosIdFrame
{
  margin: 0px auto;
  border: 1px solid black;
  width: 90%;
  background-color: #eaeaea;
  text-align: center;
  padding: 10px;
  border:3px solid red;
}
*/

/* ================================= */
.NewsletterLeft
{
  float: left;
  margin: 0;
  padding: 0;
  width: 550px;
  background: transparent;
}
@media screen and (max-width: 930px)
{
  .NewsletterLeft
  {
    width: 100%;
  }
}

.NewsletterRight
{
  float: right;
  margin: 0;
  padding: 0;
  width: 350px;
  background: transparent;
  font-size:3px;
  text-align: right;
}

@media screen and (max-width: 930px)
{
  .NewsletterRight
  {
    width: 100%;
  }
}

#NewsletterMail
{
  width: 300px;
}

/*---------------------------------------------------*/
#LiveAuctionOverviewHead
{
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

#LiveAuctionOverviewHeadImg
{
  float: right;
  width: 720px;
  height: 200px;
}

@media screen and (max-width: 930px)
{
  .LiveAuctionOverviewHead
  {
    clear: both;
    float: none;
    margin: 10px auto 10px auto;
    height: 0px;
  }
  #LiveAuctionOverviewHeadImg
  {
    float: none;
    clear: both;
    height: 100%;
    width: 100%;
  }
}

#LiveAuctionOverviewBody
{
  margin-top: 10px;
  width: 100%;
  display: block;
}

.LiveAuctionOverviewTile
{
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 930px)
{
  .LiveAuctionTile
  {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.LiveAuctionOverviewLiveBtnDiv
{
  position: absolute;
  margin: 0;
  margin-left: 10px;
  margin-top: 310px;
  display: block;
  padding: 6px;
  text-align: center;
  font-size: 25px;
  z-index: 10;
  color: black;
  background-color: lime;
  border-radius: 10px;
  border: 1px solid black;
}

.LiveAuctionDownloadDiv
{
  margin: 20px 0 20px 0;
  width: 100%;
  display: block;
}

/* ============================== */
#ResultsListTitle
{
  margin-bottom: 10px;
  font-size: 30px;
}

#ResultsListLink
{
  margin-left: 10px;
  font-size: 16px;
}

#ResultsListMain
{
  float: left;
  margin: 0;
  width: 660px;
  height: 1462px;
  background-color: transparent;
}

#ResultsListMainIFrame
{
  width: 100%;
  height: 100%;
  background-color: white;
  overflow-y: scroll;
}

@media screen and (max-width: 930px)
{
  #ResultsListIFrame
  {
    padding: 0;
    width: 100%;
  }
}

#ResultsListTiles
{
  float: right;
  margin: 0;
  padding: 0;
  width: 230px;
  height: 1462px;
}

#ResultsListTiles .HomeTileImg
{
  width: 100%;
  margin: 0;
}

/* ======================================= */
#TopResultsHeader
{
  margin: 20px 0 20px 0;
  width: 100%;
}

.TopResultsPos
{
  margin-bottom: 12px;
  padding: 16px;
  border: 2px solid #AA8535;
  background-color: #E4E6F2;
}

.TopResultsPosLeft
{
  float: left;
  margin: 0;
  padding: 0;
  width: 420px;
  background-color: #d0d0d0 !important;
  min-height: 450px;
}
@media screen and (max-width: 930px)
{
  .TopResultsPosLeft
  {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.TopResultsPosLeftInner
{
  margin: 0;
  padding: 10px;
  width: 100%;
}

.TopResultsPosLeftInner img
{
  width: 94%;
}

.TopResultsPosRight
{
  float: right;
  margin: 0;
  padding: 0;
  width: 420px;
  background-color: #d0d0d0 !important;
}
@media screen and (max-width: 930px)
{
  .TopResultsPosRight
  {
    float: none;
    width: 100%;
  }
}

/* ===================================== */
.FullWidthImgDiv
{
  margin: 20px 0 20px 0;
  width: 100%;
  display: block;
}

.HalfWidthImgDiv
{
  margin: 20px 0 20px 0;
  width: 100%;
  display: block;
}

/* ===================================== */
#ValuationLeft
{
  float: left;
  width: 240px;
}

@media screen and (max-width: 930px)
{
  #ValuationLeft
  {
    display: none;
  }
}

#ValuationRight
{
  float: left;
  margin-left: 10px;
  width: 605px;
  padding: 20px;

  padding-bottom: 10px;
  background-color: #E4E6F2;
  border: 2px solid #A88230;
  color: black;
}

@media screen and (max-width: 930px)
{
  #ValuationRight
  {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

#ValuationFrame
{
  padding: 20px;
  border: 2px solid #AA8535;
}

/* ==================================== */
.VPageTable
{
  font-size: 12px;
  color: black;
  background-color: transparent;
  border: none !important;
}
@media screen and (max-width: 930px)
{
  .VPageTable
  {
    font-size: 9px;
  }
}

.VPageTable th
{
  font-weight: normal;
  background-color: transparent !important;
  color: rgb(50,50,50) !important;
  text-align: left;
  vertical-align: top;
  padding: 3px;
  text-align: right;
  border: none !important;
  font-size: 13px;
}
@media screen and (max-width: 930px)
{
  .VPageTable th
  {
    font-size: 9px;
  }
}
.VPageTable th.right
{
  text-align: right;
}
.VPageTable td
{
  font-weight: normal;
  background-color: transparent !important;
  text-align: left;
  vertical-align: top;
  padding: 3px;
  border: none !important;
}
.VPageTable td.right
{
  text-align: right;
  font-weight: normal;
}

.VPageTable textarea
{
  border-radius: 4px;
}

#ValuationRight input[type="button"]
{
  background-color: #636463;
  color: white;
}

#ValuationRight input[type="button"]:hover
{
  background-color: #838483;
}

/* ============================================== */
#SrchWordId
{
  width: 200px !important;
}
#SrchWordAddId
{
  width: 200px !important;
}

#SrchLab1
{
  display: inline-block;
  width: 70px !important;
  padding: 4px;
}
#SrchLab2
{
  display: inline-block;
  width: 70px !important;
  padding: 4px;
}
#SrchLab3
{
  display: inline-block;
  width: 70px !important;
  padding: 4px;
}
#SrchLab4
{
  display: inline-block;
  width: 70px !important;
  padding: 4px;
}
#SrchLab5
{
  display: inline-block;
  width: 70px !important;
  padding: 4px;
}
#SrchLab6
{
  display: inline-block;
  width: 70px !important;
  padding: 4px;
}
#SrchLab7
{
  display: inline-block;
  width: 70px !important;
  padding: 4px;
}

/* ============================================== */
.LightblueBack
{
  padding-bottom: 10px;
  background-color: #E4E6F2;
  border: 0px solid black;
}

/* ============================================== */
.GrayBack
{
  padding-bottom: 10px;
  /*border: 1px solid black;*/
}

/* ============================================== */
#RevokeTop
{
  display: block;
  margin: 0;
  padding: 0;
}

#RevokeTop h1
{
  margin-top: 0;
  padding-top: 0;
  color: #886210;
}

#RevokeImg
{
  width: 900px;
  height: 230px;
}

#RevokeFormular
{
  float: left;
  color: black;
  width: 530px;
}

@media screen and (max-width: 930px)
{
  #RevokeFormular
  {
    float: none;
    width: 100%;
  }
}

.RevokeFormularLightblue
{
  padding-bottom: 10px;
  background-color: #E4E6F2;
  padding: 20px;
  border: 2px solid #A88230;
  color: black;
}

#RevokeRight
{
  float: right;
  width: 310px;
  margin: 0;
  padding: 0;
  text-align: right;
}

#RevokeBottom
{
  margin-top: 20px;
  background-color: #E4E6F2;
  padding: 20px;
  border: 2px solid #A88230;
  color: black;
}

#RevokeBottom h3
{
  margin-top: 0;
  padding-top: 0;
  color: #A88230;
}

.RevokeTab
{
  border: none !important;
}
.RevokeTab th
{
  border: none !important;
  background-color: transparent !important;
}
.RevokeTab td
{
  border: none !important;
  background-color: transparent !important;
}

/* ============================================ */
#AccessFormular
{
  float: left;
  color: black;
  width: 100%;
}

/* ============================================ */
.RegisterFormularLightblue
{
  padding-bottom: 10px;
  background-color: #E4E6F2;
  padding: 26px;
  border: 2px solid #A88230;
  color: black;
}
@media screen and (max-width: 930px)
{
  .RegisterFormularLightblue
  {
    padding: 4px;
  }
}

#RegisterFormHeader
{
  margin-bottom: 10px;
}

#RegisterFormHeaderLeft
{
  float: left;
}
#RegisterFormHeaderRight
{
  float: right;
}
@media screen and (max-width: 930px)
{
  #RegisterFormHeaderRight
  {
    display: none;
  }
}

#RegisterFormHeader img
{
  float: left;
  height: 236px;
  padding: 0 4px 0 0;
}
@media screen and (max-width: 930px)
{
  #RegisterFormHeader img
  {
    width: 100%;
    height: 100%;
  }
}

#RegisterFormHeader img.Right
{
  float: right;
  height: 236px;
  padding: 0;
}


#RegisterInfo
{
  margin-top: 10px;
  padding: 0;
}

.RegisterTab
{
  border: none !important;
  /*border: 1px solid black !important;*/
  width: 90%;
}
@media screen and (max-width: 930px)
{
  .RegisterTab
  {
    font-size: 9px;
  }
}

.RegisterTab th
{
  border: none !important;
  background-color: transparent !important;
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
}
.RegisterTab td
{
  border: none !important;
  background-color: transparent !important;
}

.RegisterTab td .Narrow
{
  font-size: 11px;
}

.Legend
{
  font-size: 11px;
}

.Narrow
{
  font-size: 11px;
}

/* ============================================== */
#RouteImg
{
  width: 900px;
  height: 722px;
}

@media screen and (max-width: 930px)
{
  #RouteImg
  {
    width: 100%;
    height: 100%;
  }
}

#RouteIFrame
{
 width: 100%;
 height: 350px;
}

#PrivacyPolicyIFrame
{
  width: 896px;
  height: 800px;
  border: 2px solid black;
}

@media screen and (max-width: 930px)
{
  #PrivacyPolicyIFrame
  {
    width: 100%;
  }
}

/* =================================== */
.JewellerySaleCountDown
{
  padding: 10px;
  background-color: #e0e0e0;
  font-size: 16px;
  display: block;
}

#JewellerySaleImg
{
  width: 640px;
  height: 450px;
}
@media screen and (max-width: 930px)
{
  #JewellerySaleImg
  {
    width: 100%;
    height: 100%;
  }
}

#JewellerySaleNewsletterImg
{
  width: 230px;
  height: 240px;
}
@media screen and (max-width: 930px)
{
  #JewellerySaleNewsletterImg
  {
    width: 100%;
    height: 100%;
  }
}

/* ====================================== */
.FlagImg
{
  width: 30px;
  height: 15px;
}

.ContactImg
{
  margin-top: 10px;
  height: 240px;
  border: 1px solid black;
}

/* ================================================= */
.ListHead
{
  margin: 0 0 12px 0;
  padding: 0;
  display: table;
  box-sizing: border-box;
}
.ListHeadGrid
{
  width: 4px;
  display: table-cell;
}
.ListHeadCell
{
  background-color: #0D2B64;
  width: 447px;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.ListHeadCell h1
{
  margin: 60px 0 0 25px;
  $GCSS_H1Bold
  text-align: left;
  line-height: 30px;
}
.ListHeadCell p
{
  margin: 20px 80px 0 25px;
  padding: 0;
  font-family: 'Roboto Condensed', 'Courier new';
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-style: normal;
  color: white;
  line-height: 28px;
}
.ListHeadCellPic
{
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: top;
  background-color: transparent;
  display: table-cell;
  box-sizing: border-box;
  width: 446px;
}
.ListHeadCellPic img
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

@media screen and (max-width: 930px)
{
  .ListHead
  {
    display: block;
    text-align: left;
  }
  .ListHeadGrid
  {
    display: block;
    text-align: left;
    height: 10px;
    width: 100%;
  }
  .ListHeadCell
  {
    margin: 0;
    padding: 10px;
    display: block;
    text-align: left;
    width: 100%;
  }
  .ListHeadCell h1
  {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    text-align: left;
  }
}

#DiamondGroupInfo
{
  margin: 10px 0 10px 0;
  padding: 6px;
  border: 2px solid black;
  background-color: yellow;
  border-radius: 10px;
}

#SubscriptionInfo
{
  font-size: 12px;
}

#BiddingOrder
{                       
  width: 100%;
  height:680px;
}

