html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-box-sizing: border-box;
}


ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
}
header, nav, section, article, aside, footer {
  display: block;
}
body {
  font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
  height: 100%;
  background: #efeae2 url(../img/bodyBg.png) repeat-x top;
  padding: 32px 20px 0 20px;
}
a {
  color: #0163ac;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 18px
}
img {
  border: none;
}
input {
  vertical-align: middle;
}
input, select {
  border: 1px solid #d3cfc6;
  background: #ffffff;
  line-height: 26px;
  height: 30px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  padding-left: 4px;
  color: #6f787a;
}
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 6px #e5ded1;
  -moz-box-shadow: 0px 0px 6px #e5ded1;
  box-shadow: 0px 0px 6px #e5ded1;
}
input[disabled],
select[disabled],
option[disabled],
textarea[disabled] {
  opacity: 0.5 !important;
  cursor: default !important;
}


.controlContainer select {
  margin-bottom: 0px !important;
  width: 100% !important;
}


select {
  padding-top: 3px;
}


textarea {
  border: 1px solid #d3cfc6;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  padding-left: 4px;
  color: #6f787a;
  resize: none;
  height: 100px;
  overflow: auto;
}

h1 {
  font-size: 24px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  color: #97958f;
  font-weight: normal;
  margin: 10px
}
h2 {
  font-size: 18px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  margin: 10px
}
h3 {
  font-size: 16px;
  font-weight: bold;
  color: #908e88;
  text-shadow: 1px 1px #ffffff;
  padding-left: 10px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  margin: 10px;
  line-height: 30px;
  background: #eae7e2 url(../img/h2Bg.png) repeat-x top;
}

#wrapper {
  min-width: 950px;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #fefdf9;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  /* behavior: url(/js/PIE.htc); */
}

/* Header
-----------------------------------------------------------------------------*/
#header {
  height: 87px;
  position: relative;
  background: #efeae2 url(../img/headBg.png) repeat-x top;
  -webkit-border-radius: 7px 20px 0 0;
  -moz-border-radius: 7px 20px 0 0;
  border-radius: 7px 20px 0 0;
  /* behavior: url(/js/PIE.htc); */
}


.headLogo {
  position: absolute;
  left: 9px;
  top: 7px;
  z-index: 20;
  width: 59px;
  height: 77px;
  background: url(../img/headLogoNew.png) no-repeat top;
  background-size: 61px 77px;
}

.subServices {
  position: absolute;
  left: 50px;
  bottom: -18px;
  z-index: 100;
}
.subservice {
  display: inline-block;
  line-height: 19px;
  padding: 0 8px 1px 8px;
  font-size: 12px;
}
.subServices .active {
  color: #6f787a;
  text-shadow: #ffffff 1px 1px;
  background: #edefee;
  border-width: 0 1px 1px;
  border-color: #d8d8d6 #d8d8d6 #d8d8d6 #fefefc;
  border-style: solid;
  text-decoration: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  /* behavior: url(/js/PIE.htc); */
}

.headMenu {
  position: absolute;
  right: 20px;
  top: -26px;
  font-size: 13px;
}
.blueItem {
  color: #0163ac
}
.headMenu a {
  color: #221e1f;
  padding: 6px 6px 2px 6px;
}
.headMenu .active {
  color: #ffffff;
  background: #221e1f;
  text-decoration: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  /* behavior: url(/js/PIE.htc); */
}


.headPhone {
  position: absolute;
  right: 14px;
  top: 15px;
  width: 273px;
  height: 26px;
  background: url(../img/headPhoneBg.png) no-repeat;
  line-height: 26px;
  padding-left: 25px;
  color: #7b776a;
  font-size: 13px;
  text-shadow: #ffffff 1px 1px;
  cursor: default;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 21;
}
.headPhone span {
  font-weight: bold;
  color: #f26331;
  font-size: 16px;
  line-height: 26px;
  font-family: Arial, Helvetica, sans-serif;
}

.headLiveChat {
  position: absolute;
  right: 224px;
  top: 43px;
  z-index: 25;
}

.headMyCode {
  position: absolute;
  right: 24px;
  top: 42px;
  z-index: 25;
  font-size: 14px;
  font-style: italic;
  color: #7D858B;
}

/* Autorized header */
.personalInfoBlock {
  position: relative;
  top: 12px;
  right: 6px;
  width: 100%;
  height: 74px;
  z-index: 1;
}
.personalInfoBlockIE7Div {
  padding: 0 5px 5px 117px;
}

.personalInfoBlockCont {
  position: relative;
  text-align: right;
  height: 74px;
  background: url(../img/personalInfoBlockBg.png) repeat-x top;
  border: 1px solid #dbd9d3;
  -webkit-border-radius: 14px 14px 0 0;
  -moz-border-radius: 14px 14px 0 0;
  border-radius: 14px 14px 0 0;
  /* behavior: url(/js/PIE.htc); */
}



.personalInfoBlock div div div {
  position: absolute;
  text-align: left;
  height: auto;
}

.userIco {
  left: 10px;
  top: 10px;
  width: 33px;
  height: 33px !important;
  font-weight: bold;
  background: url(../img/userIco.png) no-repeat;
}
.personalName {
  left: 50px;
  top: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #47535b;
}
.personalAccount {
  left: 50px;
  top: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7d858b;
}
.accountStatus {
  position: relative !important;
  display: inline;
  margin-left: 5px;
  line-height: 14px;
  color: #47535b;
  text-shadow: 1px 1px #ffffff;
  text-transform: lowercase;
  padding: 0px 5px 0 5px;
  margin-top: 1px;
  font-weight: normal;
  background: #eaebeb !important;
  border: 1px solid #dbe1e7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* behavior: url(/js/PIE.htc); */
}
.personalTariff {
  position: relative !important;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #7d858b;
  border-left: 1px solid #7d858b;
  margin-left: 5px;
  padding-left: 5px;
}
.personalBill {
  position: relative !important;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #7d858b;
  border-left: 1px solid #7d858b;
  margin-left: 5px;
  padding-left: 5px;
}

.personalValue {
  font-family: Arial, Helvetica, sans-serif;
  position: relative !important;
  display: inline;
  margin-left: 5px;
  font-weight: bold;
  width: 200px;
}

.personalLogout {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #d74d2c;
  font-weight: bold;
  position: relative;
  top: 50px;
  right: 10px;
}

.personalMenu {
  top: 43px;
  left: 0px;
  padding-left: 10px;
  vertical-align: top;

}
.personalMenu a {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  padding: 0 8px 0;
  color: #2d5174;
  line-height: 30px;
}
.personalMenu  .active {
  background-image: url(../img/tabBg.png);
  background-position: 0 -4px;
  color: #FFFFFF;
  text-shadow: 1px 0px #21659d;
  font-weight: bold;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  border: none;
  height: 37px;
  line-height: 37px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.personalMenu a span {
  font-size: 11px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
  width: 100%;
  padding: 0 0 20px;
  /*height: 1%;*/
  position: relative;
  background: #fefdf9;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  /* behavior: url(/js/PIE.htc); */
}
#middle:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
#container {
  width: 100%;
  float: left;
  /*overflow: hidden;*/
}
#content {
  padding: 0px 250px 0 0;
  background: #fefdf9;
}

.mainPromoBlock {
  width: 100%;
  height: 237px;
  background: url(../img/_promoBlock.gif) no-repeat center center;
}

.auctionsPricesButtons {
  text-align: center;
  padding: 10px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  vertical-align: top;
}
.auctionsPricesButtons a {
  display: inline-block;
  width: 49%;
  height: 74px;
  line-height: 70px;
  font-size: 28px;
  color: #414c4f;
  position: relative;
  text-align: center;
  padding-left: 20px;
  text-decoration: none;
  text-shadow: 1px 1px #ffffff;
}
.auctionsPricesButtons a:hover {
  background-position: bottom;
}
.auctionsPricesButtons .active {
  color: #6F787A;
  position: relative;
  text-align: left;
  padding-left: 20px;
  border: 1px solid #6F787A;
  background: #ffffff;
  text-decoration: none;
}

.auctionsPricesButtons span {
  position: absolute;
  left: 45%;
  top: 28%;
  font-size: 13px;
}

.auctionsBigBut {
  background: url(../img/auctionsBtn.png) no-repeat top center;
}

.pricesBigBut {
  background: url(../img/pricesBtn.png) no-repeat top center;
}

/* AuctionsList */
.auctionsBlock {
  position: relative;
  padding: 61px 20px 20px;
}

.buySellFilter {
  position: absolute;
  top: 20px;
  left: 0px;
  background: url(../img/lineFilterBg.png) repeat-x top;
  height: 41px;
  width: 100%;
  padding: 10px 0 0 38px;
}

.filterLink  {
  margin: 2px 16px 2px;
  text-shadow: 1px 1px #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.filterLink:hover  {
  border: none;
}


.buySellFilter .active {
  background: url(../img/filterLinkActiveBSBg.png) repeat-x left center;
  border-color: #5f92cd;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  margin: 0px;
  text-shadow: 1px 1px #1d6fab;
  padding: 2px 16px 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* behavior: url(/js/PIE.htc); */
}
.buySellFilter .active.red {
  background: rgb(242,99,49); /* Old browsers */
  background: -moz-linear-gradient(top,  rgb(242,99,49) 0%, rgb(242,99,49) 46%, rgb(239,79,26) 52%, rgb(239,79,26) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,99,49)), color-stop(46%,rgb(242,99,49)), color-stop(52%,rgb(239,79,26)), color-stop(100%,rgb(239,79,26))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgb(242,99,49) 0%,rgb(242,99,49) 46%,rgb(239,79,26) 52%,rgb(239,79,26) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgb(242,99,49) 0%,rgb(242,99,49) 46%,rgb(239,79,26) 52%,rgb(239,79,26) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgb(242,99,49) 0%,rgb(242,99,49) 46%,rgb(239,79,26) 52%,rgb(239,79,26) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgb(242,99,49) 0%,rgb(242,99,49) 46%,rgb(239,79,26) 52%,rgb(239,79,26) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26331', endColorstr='#ef4f1a',GradientType=0 ); /* IE6-9 */
  border: 1px solid #EF4F1A;
  text-shadow: 1px 1px #ED3A04;
  margin-right: 10px;
  cursor: pointer;
}
.right.custom-red {
  font-size: 12px;
  color: #ff0066;
  text-align: right;
  display: block;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 10px;
}
.modalWin .custom-form input.c100,
.modalWin .custom-form textarea{
  width: 100% !important;
  box-sizing: border-box;
  height: 35px;
}
.modalWin .custom-form .formBlock {
  padding-right: 0;
  padding-top: 0;
}
.modalWin .custom-form label {
  line-height: 30px;
  padding-top: 0;
}
.left {
  float: left;
}
.lotProduct.sentences-num {
  color: #0163ac;
}
.lotProduct.sentences-date {
  color: #6f787a;
}
#win_complaints_and_suggestions {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: 100% !important;
  max-height: 578px;
}


.allAuctions {
  width: 400px;
  font-size: 20px;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 30px;
}
.allAuctions a span {
  text-decoration: none !important;
  font-size: 18px;
  padding-left: 3px;
}


.auctionItem,
.lotItem {
  position: relative;
  background: #f9f7f3 url(../img/auctionListBg.png) repeat-x top;
  border: 3px solid #f4f2eb !important;
  box-shadow: inset 0 0 0 1px #ffffff !important;
  min-height: 80px;
  margin: 10px 0 20px 0;
  padding: 0 10px 15px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  /* behavior: url(/js/PIE.htc); */
}
.coming {
  background: #f6f6f6 url(../img/auctionComingListBg.png) repeat-x top;
}
.gone .timeCounter {
  background: none;
  padding-top: 20px;
  color: #908E88;
  font-weight: bold;
}
.gonebidding .timeCounter {
  background: none;
  padding-top: 20px;
  font-weight: bold;
  color: #908E88;
}
.gonebidding .timeCounter .auctionDates {
  color: #CC2B00;
}


.auctionNumber {
  position: absolute;
  left: 16px;
  top: -8px;
  line-height: 18px;
  padding: 0 5px 0 5px;
  background: #e3d8bc url(../img/numberBg.png) no-repeat right;
  padding: 0 14px 0 7px;
  color: #52421c;
  text-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url(/js/PIE.htc); */
  cursor: default;
}

.pseudolink,
.pseudoLink {
  color: #0163ac !important;
  border-bottom: 1px dashed #0163ac;
  cursor: pointer;
  width: auto !important;
  display: inline;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /* behavior: url(/js/PIE.htc); */
}
.selectedMembersBlock .pseudolink {
  display: block;
  text-decoration: underline;
  border-bottom: none;
}
.selectedMembersBlock .pseudolink:hover {
  border-bottom: none;
  text-decoration: none;
}

.selectedProducts .pseudolink {
  display: block;
  text-decoration: underline;
  border-bottom: none;
}
.selectedProducts .pseudolink:hover {
  border-bottom: none;
  text-decoration: none;
}

.selectedProducts {
  overflow-y: auto;
  margin-top: 5px;
  height: 300px;
}


.pseudolink:hover {
  border-bottom: 1px dashed transparent;
}
.auctionCreator span,
.auctionCategories span {
  color: #6f6a5d;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  margin-top: 6px;
  text-transform: uppercase;
  text-shadow: 1px 1px #ffffff;
  display: inline-block;
}
.auctionCreator span {
  padding-top: 10px
}

.auctionInformation {
  position: absolute;
  right: 295px;
  top: 14px;
}
.auctionInformationBlock {
  position: absolute;
  top: 22px;
  left: 0px;
  width: 560px;
  background: #f9f7f3;
  border: 1px solid #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  padding: 20px;
  color: #333333;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 6px #999;
  -moz-box-shadow: 0px 0px 6px #999;
  box-shadow: 0px 0px 6px #999;
}
.rollupInformationBlock {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 11px;
}

.auctionCreator,
.auctionCategories {
  padding-right: 270px;
}

.auctionCategoriesBlock,
.auctionAllCategoriesLink {
  display: inline-block;
}
.auctionCategoriesBlock {
  font-size: 16px;
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: bold;
  color: #2e3c46;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  position: relative;
  top: 10px;
}

.auctionAllCategoriesLink {
  padding-right: 9px;
  background: url(../img/downUp.png) no-repeat right top;
  font-weight: normal;
  font-size: 12px;
}
.rollUpCategory {
  padding-right: 9px;
  background: url(../img/downUp.png) no-repeat right bottom;
  font-weight: normal;
  font-size: 12px;
}

.lotsCounter,
.ratesCounter,
.timeCounter {
  color: #918973;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px #ffffff;

}

.lotsCounter {
  position: absolute;
  right: 217px;
  top: 11px;
  width: 65px;
  height: 50px;
  background: url(../img/auSeparator.png) no-repeat left top;
  text-align: center;
}

.ratesCounter {
  position: absolute;
  right: 133px;
  top: 11px;
  width: 85px;
  text-align: center;
  height: 50px;
  background: url(../img/auSeparator.png) no-repeat left top;
}

.lotsCounter div,
.ratesCounter div {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #7c818e;
  text-shadow: 1px 2px #ffffff;
  padding-top: 4px;
}


.timeCounter {
  position: absolute;
  right: 3px;
  top: -11px;
  width: 136px;
  height: 75px;
  text-align: center;
  padding-top: 3px;
  background: url(../img/timeCounterBg.png) no-repeat top;
  color: #0fb00b;
}
.coming .timeCounter {
  background: url(../img/timeComingCounterBg.png) no-repeat top;
  color: #7c8686;
}

.tenderTypeList {
  position: absolute;
  left: 90px;
  bottom: auto;
  top: -10px;
}
.tenderType {
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 0 11px;
  line-height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  width: auto;
}
.preparProposals {
  background: #eea37c;
  color: #a74617;
  text-shadow: 1px 1px #f6d8c7;
  position: static;
}
.sborkp {
  position: static;
  text-transform: none;
}
.universalBasis {
  color: #219191;
  text-shadow: 1px 1px #ffffff;
}
.byInvitation {
  color: #216b92;
  text-shadow: 1px 1px #ffffff;
}

.auctionDates {
  position: absolute;
  right: 0;
  bottom: -5px;
  line-height: 18px;
  color: #625431;
  text-shadow: 1px 1px #ffffff;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  width: 136px;
}
.auctionNumber {
  position: absolute;
  left: 16px;
  top: -8px;
  line-height: 18px;
  padding: 0 5px 0 5px;
  background: #e3d8bc url(../img/numberBg.png) no-repeat right;
  padding: 0 14px 0 7px;
  color: #52421c;
  text-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url(/js/PIE.htc); */
  cursor: default;
}

.countdownTimer {
  font-size: 28px;
  padding-top: 6px;
  color: #5b6262;
  text-shadow: 1px 2px #ffffff;
}
.countdownTimer .paused {
  width: 100%;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}
.countdownTimer .paused .countdown_amount {
  position: relative;
  top: 4px;
}


.auctionDetailsLink {
  position: absolute;
  bottom: -11px;
  right: 155px;
  background: url(../img/butBg.png) repeat-x center center;
  border: 1px solid #d4dbdd;
  color: #537290;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
  line-height: 22px;
  padding: 0 9px 0;
  text-decoration: none;
  text-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url(/js/PIE.htc); */
}
.auctionDetailsLink:hover {
  border: 1px solid #b6cee3;
  background-position: 0 60%;
  color: #2d5174;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
}

.tenCat {
  font-size: 12px;
  display: block;
}


.statusFilter {
  border-bottom: 3px solid #4891c7;
  padding: 10px 0 0 20px;
  position: relative;
}

.statusFilter a.filterLinkTab,
.statusFilter div.filterLinkTab {
  display: inline-block;
  background-image: url(../img/tabBg.png);
  background-repeat: repeat-x;
  background-position: 0 -30px;
  color: #456074;
  text-shadow: 1px 0px #ffffff;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  padding: 0 26px 0 26px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius:  4px 4px 0 0;
  border-radius:  4px 4px 0 0;
  /* behavior: url(/js/PIE.htc); */
  text-decoration: none;
  border: 1px solid #bfcfd7;
  vertical-align: bottom;
  cursor: pointer;
}
.statusFilter a:hover,
.statusFilter div:hover {
  background-position: 0 -38px;
  color: #708697;
}

.statusFilter a.active,
.statusFilter div.active {
  background-position: top;
  color: #FFFFFF;
  text-shadow: 1px 0px #21659d;
  font-weight: bold;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  border: none;
  height: 30px;
  line-height: 30px;
}
.statusFilter .active:hover {
  background-position: top;
  color: #FFFFFF;
}
.myAuctions,
.myPrices,
.myPriceSuppliers,
.myCart {
  padding: 10px 0px 0px !important;
}
.myAuctions .pageNameH1,
.myPrices .pageNameH1,
.myPriceSuppliers .pageNameH1,
.myCart .pageNameH1 {
  left: -6px;
}

.myCart .myAuctionsPricesButtons {
  left: 150px;
}


.myAuctionsPricesButtons,
.mySentReceived {
  position: absolute;
  top: 19px;
  left: 210px;
}
.mySentReceived {
  top: 29px;
}


.myAuctionsPricesButtons a,
.mySentReceived a,
.LotsRequestsTabs a,
.requestStatusFilter a  {
  margin: 2px 16px 2px;
  text-shadow: 1px 1px #ffffff;
  font-size: 20px;  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.myAuctionsPricesButtons a:hover,
.mySentReceived a:hover,
.LotsRequestsTabs a:hover,
.requestStatusFilter a:hover {
  border: none;
}

.leftAlignFilter {
  text-align: left !important;
  position: relative;
  top: -49px;
  padding-left: 20px;
  width: 300px !important;
}


.LotsRequestsTabs {
  margin: 30px 0 0 12px;
  position: relative;
  z-index: 10;
  /*width: 500px;*/
}


.inPageAu {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  background: none;
}
.inPageAu .filterLink {
  width: 100px;
}


.myAuctionsPricesButtons .active,
.LotsRequestsTabs .active,
.requestStatusFilter .active,
.mySentReceived .active  {
  background: url(../img/filterLinkActiveBSBg.png) repeat-x left center;
  border-color: #5f92cd;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  margin: 0px;
  text-shadow: 1px 1px #1d6fab;
  padding: 2px 16px 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* behavior: url(/js/PIE.htc); */
}
.myAuctionsPricesButtons .active:hover,
.LotsRequestsTabs .active:hover,
.requestStatusFilter .active:hover,
.mySentReceived .active:hover {
  border-color: #5f92cd;
  border-width: 1px;
  border-style: solid;
}

.myAuctions .buySellFilter,
.myPrices .buySellFilter {
  position: absolute;
  right: -0px;
  top: -25px;
  left: auto;
  width: 300px;
  background: none;
}
.allAuctionsList {
  padding: 10px 0px 0px !important;
}
.allAuctionsList .auctionItem {
  margin-left: 20px;
  margin-right: 20px;
}


.account_name {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
}

.sorting {
  height: 51px;
  background: url(../img/sortingBg.png) repeat-x top;
  padding: 10px 0 0 20px;
  color: #3f4a4f;
  font-size: 14px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  text-shadow: 1px 1px #ffffff;
}


.sorting a {
  display: inline-block;
  margin: 5px 10px 0 10px;
  padding-bottom: 2px;
  line-height: 13px;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.sorting a:hover {
  border-bottom: none;
}
.sorting .active {
  display: inline-block;
  border-top: 1px solid #94c7eb;
  border-bottom: 1px solid #7cb0d3;
  text-decoration: none;
  color: #03528d;
  line-height: 20px;
  margin: 0;
  padding: 0 10px 0 10px;
  height: 23px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
}
.sorting .active:hover {
  border-bottom: 1px solid #7cb0d3;
}

.asc {
  background-image: url(../img/sort_up.png);
  background-repeat: no-repeat;
  background-position:  right 7px;
  padding-right: 18px !important;
}
.desc {
  background-image: url(../img/sort_down.png);
  background-repeat: no-repeat;
  background-position:  right 4px;
  padding-right: 18px !important;
}

.addAuctionButtons,
.addPriceButtons {
  padding: 0 40px 10px 40px;
}

.addAuctionButtons a,
.addPriceButtons div {
  display: block;
  background: url(../img/butBg.png) repeat-x center center !important;
  border: 1px solid #d4dbdd;
  color: #537290;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  height: 44px;
  line-height: 40px;
  padding: 0 6px 0;
  text-decoration: none;
  text-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px #d1d0ce;
  -moz-box-shadow: 1px 1px 2px #d1d0ce;
  box-shadow: 1px 1px 2px #d1d0ce;
}

.addAuctionButtons a:hover,
.addPriceButtons div:hover {
  border: 1px solid #b6cee3;
  background-position: 0 60%;
  color: #2d5174;
}


.auctionFeatures {
  background: #ffffff url(../img/auctionFeaturesBg.png) repeat-x top;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* behavior: url(/js/PIE.htc); */
  border: 1px solid #e2e6ea;
}
.auctionFeaturesPart {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  background: url(../img/blueSeparate.png) no-repeat right top;
  z-index: 1000;
  position: relative;
}
.auctionFeaturesPart #create_message {
  cursor: pointer;
}

.create_message {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}


.auParameter {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  text-transform: uppercase;
  color: #677b8a;
  text-align: right;
  padding-right: 5px;
  width: auto;
}
.auProperty {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  line-height: 14px;
  color: #424f58;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  padding-right: 5px;
  padding-bottom: 5px;
}

.categoryCode{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  line-height: 14px;
  color: #EE0000;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  padding-right: 5px;
  padding-bottom: 5px;
}

span[node="tree_node"] .categoryCode{
  font-size: 15px;
  line-height: 15px;
  padding: 0px;
  vertical-align: middle;
  padding-left: 5px;
}

.auctionCategoriesPart {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 77%;
  vertical-align: top;
  font-size: 10px;
  text-transform: uppercase;
  color: #677b8a;
  padding: 0 0 0 260px;
  min-height: 150px;
  z-index: 100;
}
.auctionCategoriesPart b {
  font-size: 14px;
  line-height: 14px;
  color: #424f58;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  text-transform: none;
}

.auctionFeatures .timeCounter {
  right: 35px;
  top: -8px;
}
.btnCancelAu {
  padding-top: 20px;
}
.btnCancelAu a {
  display: block;
  line-height: 22px;
}

.btnPrintAu {
  position: relative;
  top: 13px;
}
.btnPrintAu input {
  width: 100%;
}
.btnPrintAu a {
  display: block;
  line-height: 24px;
}


.informationOnAuction {
  padding-right: 150px;
  padding: 10px;
  position: relative;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #424f58;
}
.informationOnAuction h2 {
  color: #95938d;
  margin-left: 0;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}

.informationOnAuction ol li,
.auctionInformationBlock ol li  {
  list-style-type: decimal;
  list-style-position: inside;
}
.informationOnAuction ul li,
.auctionInformationBlock ul li  {
  list-style-type: circle;
  list-style-position: inside;
}


.informationOnAuction .linkToDoc {
  position: relative;

  display: block;

  color: #537290;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}

.Documentforuppload {
  color:#CD0000;
  font-size:18px;
  margin-top:10px;
  margin-bottom:10px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight:bold;
}

.lotProduct {
  font-size: 14px;
  font-weight: bold;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  padding: 16px 0 0 8px;
  color: #424e57;
  margin-right: 300px;
}
.myOpenAuction .lotHeight {
  min-height: 85px;
}


.lotFeatures {
  min-height: 70px;
}
.lotFeatures ul {
  padding-left: 20px;
  color: #7c776b;
  font-size: 10px !important;
  text-transform: uppercase;
}
.lotFeatures ul li b {
  font-size: 12px !important;
  text-transform: none;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  color: #424e57;
}
.additionFeatures {
  padding-right: 300px;
}


.additionFeatures li {
  display: inline-block !important;
}


.lotItem .inLot {
  right: 183px;
  width: 114px;
}
.lotItem .inLot div {
  padding-bottom: 5px;
  padding-top: 5px;
}

.bestRate {
  display: block;
  width: 96px;
  height: 40px;
  background: url(../img/bestRateBg.png) no-repeat;
  margin-left: 9px;
  padding-top: 5px;
}
.bestRate div {
  font-size: 16px;
  padding-top: 0px !important;
}


.curr {
  font-size: 11px;
  font-style: italic;
  margin-left: 5px;
}
.addRate {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 185px;
  text-align: center;
  padding: 8px 8px 0 0;
  line-height: 14px;
  text-shadow: 1px 1px #ffffff;
  color: #bd3403;
  font-weight: bold;
}
.addRate a {
  font-weight: bold;
  display: block;
}
.addRate .tendexBtn {
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
}


.addRate .inputToRate {
  text-align: center;
  margin-top: 6px;
  padding: 0;
}


.viewAllRates,
.showAllRates {
  cursor: pointer;
  width: auto;
  font-weight: bold;
  right: 175px;
}
.hideAllRates {
  cursor: pointer;
  width: auto;
  font-weight: bold;
  right: 180px;
  bottom: -10px;
}

.allRates {
  padding: 20px 0 5px 0;
}

.lotGoods h3,
.allRates h3 {
  margin: 0;
}
.goodsItem {
  background: transparent !important;
  border: 1px solid #ffffff;
  text-shadow: 1px 1px #ffffff;
  font-style: normal !important;
  font-weight: normal !important;
  color: #655A3B !important;
  font-size: 13px !important;
}
.goodsItem .rateProperly,
.goodsItem .ratePrice {
  font-size: 12px;
  font-style: italic;
}
.lotGoods .isEdit {
  font-size: 0 !important;
  padding: 5px;
}
.lotGoods .isEdit div {
  font-size: 14px;
}
.lotGoods .isEdit select {
  width: 100%;
  margin-bottom: 0;
  height: auto;
  font-size: 13px;
  position: relative;
  top: -2px;
  padding: 0;
}
.addAuAddLotReference {
  width: auto;
  margin-left: 10px;
  bottom: 10px;
  position: absolute;
  right: 320px;
}
.addAuAddLot,
.addAuAddLotReference {
  display: inline-block;
}


.lotGoods .isEdit .rateProperly,
.lotGoods .isEdit .ratePrice {
  text-align: left;
}
.lotGoods .isEdit input {
  height: auto;
  position: relative;
  top: -2px;
  width: 40%;
  margin-bottom: 0;
}
.lotGoods .isEdit .rateProperly {
  right: 280px;
  width: 220px;
}
.lotGoods .isEdit .ratePrice {
  width: 220px;
}

.addedRates {
  border: 3px solid  #EEDBC0;
  background: #EEDBC0;
  border-radius: 8px;
  padding-top: 0;
}
.addedRates h3 {
  background: none;
  color: #F26331;
}

.saveReference {
  position: absolute;
  right: 110px;
  bottom: 10px;
}

.lotBlock {
  padding-bottom: 50px !important;
}
.btnInline {
  display: inline-block;
}

.lotButtons {
  padding: 10px 17px;
  text-align: left;
}

.documentsItem {
  border-top: 1px solid #e1ddd0;
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
}

.documentsItem > * {
  display: inline-block;
  box-sizing: border-box;
}

.documentsItem > select {
  width: 90%;
}

.rateListItem {
  position: relative;
  font-weight: bold;
  border-top: 1px solid #e1ddd0;
  background: #fefdf9;
  font-size: 14px;
  color: #424f58;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-style: italic;
  padding: 5px 290px 5px 5px;
}
.myBid {
  color: #0163AC !important;
}


.myRate .rateListItem {
  font-size: 14px;
  color: #e25624;
}
.cancelRate {
  font-size: 14px;
  color: #DB0C02;
  text-decoration: line-through;
}

.lotGoods {
  padding-top: 10px;
  color: #767676 !important;
  text-align: left;
}
.rateProperly {
  position: absolute;
  top: 0px;
  right: 180px;
  /*width: 100px;*/
  text-align: center;
  padding: 5px;
  font-style: normal;
  color: #424f58;
}
.ratePrice {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 160px;
  text-align: center;
  padding: 5px;
  font-style: normal;
  color: #424f58;
}

.myRate .lotProduct {
  padding-top: 5px;
}
/*.myRate .inLot {
  right: 133px;
}*/
.myRate h3 {
  top: 0px !important;
}
.myRate .allRates {
  padding-top: 5px;
}

.myRate .auctionNumber {
  right: 200px;
  left: auto !important;
}


.aunum{
  left: 15px !important;
  right: auto !important;
}

.moaulink {
  top: 110px;
  right: 200px;
  height: 24px;
}

#sideRight .allAuctions {
  width: 242px;
  line-height: 65px;
  text-align: left;
  position: static;
  text-align: center;
}

.subscribeContainer {
  width: 642px;

}

.authorizationBlock .placeForError {
  padding: 0 5px 10px 0;
  font-weight: bold;
}


.formBlock .placeForError {
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.documents .formBlock,
.myBilling .formBlock {
  background: #F5F3EF url("../img/h2Bg.png") repeat-x center bottom;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
}


.documents .formBlock .placeForError {
  position: absolute;
  top: auto !important;
  bottom: 20px;
  right: auto;
  padding: 0 200px 0 26% !important;
  text-align: left !important;
}
.myMessages .formBlock .placeForError {
  position: absolute;
  top: 186px !important;
  right: auto;
  padding: 0 200px 0 26% !important;
  text-align: left !important;
}



.documents h3 {
  position: relative;
  top: 10px;
  *top: 0px !important; /*фикс заголовка в настройках для ие7*/

}


.subscribeContainer ul {
  text-align: left;
}

.subscribeContainer li {
  display: inline-block;
  vertical-align: top;
  width: 212px;
}
.subscribeContainer li input,
.subscribeContainer li label {
  display: inline-block;
  width: auto;
  height: auto;
}
.subscribeContainer li label {
  width: 180px;
  padding-bottom: 5px;
  font-style: normal;
  color: #171D20;
}

/* Add Auction */
.addAuction form {
  padding-top: 20px;
}


.addAuParametrs {
  width: 100%;
  position: relative;
  min-height: 40px;
  font-size: 0;
}

.addAuParametrPurchasale {
  position: absolute;
  width: 48%;
  left: 0px;
  top: 0px;
  background: #f5f3ef url(../img/h2Bg.png) repeat-x bottom;
  padding: 5px;
  color: #6F787A;
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
}
.addAuParametrPurchasale label,
.addAuParametrClosedHidden label {
  display: inline-block;
  line-height: 35px !important;
  vertical-align: top;
  padding-right: 20px;
}
.addAuParametrClosedHidden label {
  display: inline-block;
  line-height: 35px !important;
  vertical-align: top;
  padding-right: 10px !important;
}


.addAuParametrClosedHidden {
  position: absolute;
  width: 48%;
  right: 0px;
  top: 0px;
  background: #f5f3ef url(../img/h2Bg.png) repeat-x bottom;
  padding: 5px;
  color: #6F787A;
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
}

.addAuBeginningEnding {
  width: 100%;
  position: relative;
  padding: 5px;
  margin-bottom: 10px;
  color: #6F787A;
  font-family: Arial,sans-serif;
  font-size: 12px;
}

.addAuBeginningEnding img {
  position: relative;
  left: -20px;
  top: 5px;
  cursor: pointer;
}

input.addAuDate {
  width: 110px !important;
}
.addAuTime {
  width: 52px !important;
}
.addAuUnit {
  width: 68px !important;
}

#AllLotContainer .formBlock,
.remessagePageForm {
  background: #f5f3ef url(../img/h2Bg.png) repeat-x bottom;
  color: #6F787A;
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
}
.remessagePageForm h3 {
  text-align: left !important;
}


#AllLotContainer h2 {
  padding-left: 25px;
}


.addAuAddLot {
  padding: 5px;
  text-decoration: none;
  width: 150px;
  text-align: center;
  cursor: pointer;
  margin: 10px 0 10px 0;
  line-height: 22px;
}
.addAuSettings {
  background: #f5f3ef url(../img/h2Bg.png) repeat-x bottom;
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
  font-size: 0;
}

.btnAddAu {
  font-size: 20px !important;
  line-height: 20px;
  height: 40px !important;
  line-height: 40px !important;
  width: 300px !important;
  display: block;
}
.btnAddAuContainer {
  width: 100%;
  text-align: center;
}


.addAuLotSettingsDiv {
  width: 100%;
  position: relative;
}

.addAuLotSettings {
  position: relative;
  height: 100px;
  padding: 0px !important;
}

.addAuLotSettings label {
  text-align: right !important;
  padding-right: 10px;
}


.addAuLotProductDiv {
  position: absolute;
  width: 35%;
  left: 0px;
  top: 0px;
  text-align: left;
}

.addAuLotProductCodeDiv {
  position: absolute;
  width: 25%;
  left: 36%;
  top: 0px;
  text-align: left;
}
.addAuLotProductCodeDiv label {
  width: 44% !important;
}
.addAuLotProductCodeDiv input {
  width: 38% !important;
}

.addAuLotCategoryDiv {
  position: absolute;
  width: 40%;
  right: 0px;
  top: 0px;
  text-align: left;
}
.addAuLotCategoryDiv label {
  position: absolute;
  left: 0;
  top: 0;
  width: 32% !important;
}

.addAuLotProductDiv label {
  position: absolute;
  left: 0;
  top: 0;
  width: 22% !important;
  text-align: left !important;
}
.addAuLotCategoryDiv select {
  position: absolute;
  left: 32%;
  top: 0;
  width: 67% !important;
}
.addAuLotProductDiv input {
  position: absolute;
  left: 22%;
  top: 0;
  width: 77% !important;
}


.lotQuantityDiv {
  position: absolute;
  width: 30%;
  left: 0px;
  top: 50px;
  text-align: left;
}
.lotQuantityDiv div {
  position: absolute;
  left: 36%;
  top: 0;
  width: 150px;
}
#addAuLotQuantity {
  width: 50%;
}
#addAuLotQuantityUnit {
  width: 40px;
}
.lotQuantityDiv label {
  position: absolute;
  left: 0;
  top: 0;
  width: 22% !important;
}

.PriceStepRateDiv {
  position: absolute;
  width: 68%;
  right: 0px;
  top: 45px;
  text-align: left;
  background: #ffffff;
  padding: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
}
.PriceStepRateDiv div {
  display: inline-block;
  width: 50%;
  padding-top: 10px;
}

.PriceStepRateDiv div label {
  display: inline-block;
  width: 49%;
}
.PriceStepRateDiv div input {
  display: inline-block;
  width: 45%;
}
.deleteLot {
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: #cc2b00;
  cursor: pointer;
  padding-left: 17px;
  background: url(../img/icoDelete15.png) no-repeat;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
}

.addAuFile {
  padding: 5px;
  background: #E5E5E5;
  color: #666666;
  text-decoration: none;
  width: 200px;
  text-align: center;
  cursor: pointer;
  margin: 10px 0 10px 0;
}
.addAuSettings {
  text-align: left !important;
}


.addAuSettings .addAuFile,
.addAuSettings .myFileItem {
  display: inline-block;
}
.addAuSettings .myFileItem {
  cursor: default;
}

.otherCategoriesLink {
  position: relative;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 15px;
  text-align: right;
  padding-right: 20px;
  top: -15px;
}

.placeForSuccess {
  position: fixed !important;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  text-align: center;
  z-index: 20000;
  opacity:0;
  filter: alpha(opacity = 0);
}

.errorsBlock {
  position: fixed !important;
  background: none !important;
  padding: 0 !important;
  border: none !important;
  text-align: center;
  z-index: 20000;
}

.errorsBlock .placeForError {
  color: #fff;
  border: 1px solid #ebe8e3 !important;
  background: #f36533;
  padding: 10px;
  min-height: 60px;
  font-size: 16px;
  font-style: italic;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
  -webkit-box-shadow: 0px 0px 6px #df5220;
  -moz-box-shadow: 0px 0px 6px #df5220;
  box-shadow: 0px 0px 6px #df5220;
}
.errorsBlock .placeForSuccess {
  color: #fff;
  width: 210px;
  border: 1px solid #429dee !important;
  background: #5dc2ff !important;
  padding: 10px;
  min-height: 60px;
  font-size: 16px;
  font-style: italic;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
  -webkit-box-shadow: 0px 0px 6px #5dc2ff;
  -moz-box-shadow: 0px 0px 6px #5dc2ff;
  box-shadow: 0px 0px 6px #5dc2ff;
}

/* Modal Win */
.modalWin {
  position:fixed;
/position:absolute;
  z-index: 20000;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -300px;
  background: #F8F5EB;
  border: 1px solid #998D6C;
  width: 600px;
  height: 400px;
  padding: 20px;
  padding-top: 7px;
  padding-bottom: 40px;
  text-align: left;
  font-family: Tahoma, Arial, sans-serif;
  color: #666666;
  display: none;
  -webkit-box-shadow: 0px 0px 15px #222;
  -moz-box-shadow: 0px 0px 15px #222;
  box-shadow: 0px 0px 15px #222;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
}
.modalWin label {
  width: 100px !important;
  position: relative;
  z-index: 10000;
}
.modalWin input {
  width: 300px !important;
  position: relative;
  z-index: 10000;
}

.modalWin h2 {
  font-weight: normal;
  line-height: 18px;
}
.modalButton {
  position: absolute;
  bottom: 10px;
  width: 560px;
  text-align: right;
}
.modalButton input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  width: 100px !important;
  height: 30px !important;
}
.modalButton input[disabled] {
  background-image: url(../img/butBgDisable.png) !important;
  border-color: #d8d8d8 !important;
  color: #959595 !important;
}
.modalButton div {
  display: inline-block;
}
.reasonsWin label {
  width: 100% !important;
  padding-top: 10px;
}
.reasonsWin {
  margin-top: -291px !important;
}


.myFilesContainer {
  height: 293px;
  background: #FFFFFF;
  border: 1px solid #998D6C;
  overflow: auto;
  margin-bottom: 10px;
}
.myFileItem {
  position: relative;
  margin: 10px;
  cursor: pointer;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  /* behavior: url(/js/PIE.htc); */
  padding-right: 100px;
}
.myFileItem:hover {
  background-color: #F0F0F0 !important;
  text-decoration: underline;
}

.fileSelected {
  background-color: #F0F0F0 !important;
}

.delFile {
  position: absolute;
  top: 3px;
  right: 10px;
  color: #CC0033;
  cursor: pointer;
}
.delFile:hover {
  text-decoration: underline;
}

.myFilesUpload {
  padding: 10px;
}

.moreAuctions {
  padding-left: 20px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 18px;
  position: relative;
  top: -10px;
}

.allAuctionsList h3 {
  margin: 0px;
  /*position: relative;*/
  top: 10px;
}


/* Pages */
.pageContent {
  position: relative;
}
.pageContentIE7Div {
  padding: 20px;
  padding-left: 40px;
}
.myOpenAuction .pageContentIE7Div {
  padding-left: 20px;
}


.myOpenAuction .pageNameH1 {
  margin-bottom: 10px;
  left: -26px;
}
.myOpenAuction .pageNameH1 h1 img {
  vertical-align: middle;
}


.pageNameH1 {
  height: 38px;
  background: url(../img/h1Bg.png) repeat-x top;
  position: relative;
  top: 0px;
  left: -46px;
  width: auto !important;
  display: inline-block;
}
.pageNameH1 h1 {
  margin: 0;
  padding: 0;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
  color: #8a867b;
  text-shadow: 1px 1px #ffffff;
  padding-right: 60px;
  background: url(../img/h1_rightBg.png) no-repeat right top;
}
.leftLossH1 {
  height: 38px;
  width: 6px;
  background: url(../img/h1_leftBg.png) no-repeat top;
  display: inline-block;
  vertical-align: top;
}


/* Contacts */
.formBlock{
  padding: 20px;
  text-align: right;
  position: relative;
}
.leftContacts {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: left;
}

.rightContacts {
  display: inline-block;
  width: 74%;
  vertical-align: top;
  background: url(../img/bigSeparate.png) no-repeat left center;
}
.formBlock label {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #6f787a;
  position: relative;
  line-height: 30px;
}

.hint {
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icoHint.png) no-repeat;
  cursor: pointer;
  top: 0px;
}

.hintBlock {
  position: relative;
  top: 22px;
  left: 0px;
  width: 300px;
  background: #ffffff;
  border: 1px solid #f9f7f3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  padding: 20px;
  color: #333333;
  font-size: 12px;
  font-style: normal;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 6px #999;
  -moz-box-shadow: 0px 0px 6px #999;
  box-shadow: 0px 0px 6px #999;
  z-index: 1000;
}


#lot1 {
  position: relative;
}
.lothint {
  top: -2px;
  left: 8px;
}
.hintParametrClosedHidden {
  right: 10px;
  top: 10px;
  left: auto;
}

.hintCurrency {
  right: 10px;
  top: 22px;
  left: auto;
}
.hintFile {
  right: 10px;
  top: 265px;
  left: auto;
}
.hintButtonContainer {
  position: relative;
  width: 300px;
  height: 40px;
}

.hintButton {
  right: -34px;
  top: -3px;
  left: auto;
}

.toolbar {
  margin-left: 25%;
}
.toolbar img {
  cursor: pointer;
}


.formBlock input,
.formBlock textarea,
.formBlock select {
  display: inline-block;
  width: 72%;
  vertical-align: top;
  margin-bottom: 10px;
}
.controlContainer {
  display: inline-block;
  width: 72%;
  vertical-align: top;
  text-align: right;
  margin-bottom: 10px;
}
.controlContainer input {
  width: 60px;
}
.btnSend {
  width: 120px !important;
  height: 30px !important;
  font-size: 16px !important;
}

.placeForError {
  color: #bd3403;
  line-height: 18px;
}

.modalWin .placeForError {
  margin-top: 5px;
  color: #fff;
  border: 1px solid #ebe8e3 !important;
  background: #f36533;
  padding: 10px;
  font-size: 16px;
  font-style: italic;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url(/js/PIE.htc); */
  -webkit-box-shadow: 0px 0px 6px #df5220;
  -moz-box-shadow: 0px 0px 6px #df5220;
  box-shadow: 0px 0px 6px #df5220;
  line-height: 18px;
}

.error {
  border: 1px solid #dc4f1e !important;
  background: #fff3ef !important;
}


/* News */
.newsListItem {
  padding: 10px 0 5px 0;
  background: url(../img/hrBg.png) repeat-x bottom;
  margin: 0 30px 0 30px;
}
.newsListItem .newsItem {
  display: block;
  background: none;
  font-size: 18px;
  font-weight: normal;
  padding-left: 0;
}
.newsListItem .newsItem:hover {
  background: none;
}
.newsListItem .newsDate {
  text-decoration: none;
  padding-bottom: 4px;
}

/* Publication */
.categoriesBlock a {
  display: block;
  margin-bottom: 5px;
  width: 232px;
  padding: 5px 0px 5px 12px;
  font-size: 18px;
  background: url(../img/artCatBullit.png) no-repeat left 12px;
}
.categoriesBlock .active {
  background: none;
  text-decoration: none;
  color: #908e88;
}

/* Messages */
.sendMessageDistributor img {
  vertical-align: middle;
}

.sendMessageOrganizer img {
  vertical-align: top;
  margin-left: 5px
}

.whom {
  display: inline-block;
  width: 72%;
  text-align: left;
  font-size: 16px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}


.whomLabel {
  margin: 0 4px 5px 0;
}

.myMessages .formBlock {
  background: url(../img/messageBg.png) repeat-x bottom;
}
.myMessages .formBlock h3 {
  text-align: left;
  margin: 0px 0px 5px 0px;
}

.myMessages .controlContainer {
  padding: 0px;
  margin: 0px;
}
.myMessages .tendexBtn {
  margin: 0px;
}

.messageItem {
  padding: 15px;
  background: #f7f6f2 url(../img/messageBg.png) repeat-x top;
  position: relative;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #5d5a4f;
  margin-bottom: 25px;
}

.messageText {
  background: #ffffff;
  position: relative;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  text-align: left;
  font-size: 13px;
  color: #5d5a4f;
  max-height: 100px;
  line-height: normal;
  overflow: auto;
  padding: 10px;
  margin-bottom: 5px;
}


.newMessage {
  background: #ecfee4 url(../img/newMessageBg.png) repeat-x top;
}
.deleteMessage {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #a80000;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 11px;
  padding-left: 12px;
  background: url(../img/icoDelete.png) no-repeat left bottom;
  display: block;
  height: 14px;
}

.ofWhom {
  font-size: 14px;
}
.dateMessage {
  font-size: 10px;
  padding-right: 5px;
}

.topicMessage {
  display: block;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 7px;
}

.SendMessageBtn {
  position: absolute;
  right: 20px;
  bottom: -10px;
  line-height: 24px;
}


/* Pager */
.pager {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
.pager a {
  display: inline-block;
  padding: 5px;
}
.pager .current {
  text-decoration: none;
  color: #6F787A;
}
.pager .prew:before {
  content: open-quote;
  quotes: "«" "»";
}
.pager .next:before {
  content: close-quote;
  quotes: "«" "»";
}
.pager .disabled {
  text-decoration: none;
  color: #7C818E;
  cursor: default;
  opacity: 0.3;
}
.pager .active {
  text-decoration: none;
  color: #000000;
  cursor: default;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
  float: left;
  margin-right: -3px;
  width: 250px;
  margin-left: -250px;
  position: relative;
  padding: 10px 0 0;
  z-index: 10;
}

.connectionButton {
  padding-top: 10px;
}


.ru_connectionButton a {
  display: block;
  width: 231px;
  height: 60px;
  /*background: url(../img/ru_connectBtn.png) no-repeat top;*/
  background: url(../img/butBg.png) repeat-x center center !important;
  color: #317bb1;

  font-size: 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.ru_connectionButton a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: -1px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.35)
}

/*.ru_connectionButton a:active {*/
  /*background: url(../img/ru_connectBtn.png) no-repeat bottom;*/
  /*-webkit-box-shadow: 0 3px 5px 1px;*/
  /*-moz-box-shadow: 0 3px 5px 1px;*/
  /*box-shadow: 0 3px 5px 1px;*/
  /*top: 1px;*/
  /*left: 1px;*/
/*}*/

.lang-dropdown {
  display: inline-block;
}

.dropdown-content {
  display: block;
  position: absolute;
  min-width: 60px;
  padding: 12px 16px 0px 16px;
  z-index: 1;
  left: -80px;
  top: -11px;
  cursor: pointer;
}

.dropdown-content-absolute {
  display: block;
  position: absolute;
  min-width: 60px;
  padding: 12px 16px 0px 16px;
  left: -300px;
  top: 50px;
  z-index: 99999;
  cursor: pointer;
}

/*.lang-dropdown:hover .dropdown-content {*/
/*display: block;*/
/*}*/

.ru_connectCompanyButton a {
  background: url(../img/ru_connectCompanyBtn.png) no-repeat top;
}
.ru_connectCompanyButton a:hover {
  background: url(../img/ru_connectCompanyBtn.png) no-repeat bottom;
}
.ru_connectCompanyButton a:active {
  background: url(../img/ru_connectCompanyBtn.png) no-repeat bottom;
  top: 1px;
  left: 1px;
}
.semiCabinet {
  background: url(../img/botShadBg.png) no-repeat bottom;
  padding-bottom: 7px;
  text-align: center;
  position: relative;
  top: -7px;
}
.semiCabinet a {
  font-size: 16px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  line-height: 33px;
  padding-left: 27px;
  background: url(../img/icoAuthorize.png) no-repeat left;
}


.ua_connectionButton a {
  display: block;
  width: 231px;
  height: 60px;
  background: url(../img/ua_connectBtn.png) no-repeat top;
  color: #ffffff;
  font-size: 0px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.ua_connectionButton a:hover {
  background: url(../img/ua_connectBtn.png) no-repeat bottom;
}
.ua_connectionButton a:active {
  background: url(../img/ua_connectBtn.png) no-repeat bottom;
  top: 1px;
  left: 1px;
}
.en_connectionButton a {
  display: block;
  width: 231px;
  height: 60px;
  background: url(../img/en_connectBtn.png) no-repeat top;
  color: #ffffff;
  font-size: 0px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.en_connectionButton a:hover {
  background: url(../img/en_connectBtn.png) no-repeat bottom;
}
.en_connectionButton a:active {
  background: url(../img/en_connectBtn.png) no-repeat bottom;
  top: 1px;
  left: 1px;
}

.rightBlock {
  width: 232px;
  background: url(../img/rightBlockBg.png) repeat-y;
  margin-bottom: 16px;
  margin-top: 4px;
  padding-top: 35px;
  border: 1px solid #dddcda;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  position: relative;
}
.rightBlockIE7Div {
  padding: 0 10px 10px;
}

.rightBlock .rightBlockHeader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 230px;
  height: 24px;
  background: url(../img/rightBlockHeaderBg.png) repeat-x;
  border: 1px solid #ffffff;
  -webkit-border-radius: 40px 5px 5px 5px;
  -moz-border-radius: 40px 5px 5px 5px;
  border-radius: 40px 5px 5px 5px;
  /* behavior: url(/js/PIE.htc); */
}

.authorizationBlock .rightBlockHeader {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 230px;
  height: 24px;
  background: url(../img/rightBlockHeaderBg.png) repeat-x;
  border: 1px solid #ffffff;
  -webkit-border-radius: 40px 5px 5px 5px;
  -moz-border-radius: 40px 5px 5px 5px;
  border-radius: 40px 5px 5px 5px;
  /* behavior: url(/js/PIE.htc); */
}

.authorizationBlock .pseudolink {
  position: relative;
  top: 6px;
}


.rightBlockHeader h4 {
  color: #564e39;
  font-size: 16px;
  text-shadow: 1px 1px #ffffff;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: normal;
  padding-left: 34px;
  line-height: 24px;
}
.authorizationIco {
  background: url(../img/icoAuthorize.png) no-repeat 6px 3px;
}
.forgotPasswordContainer .authorizationIco {
  background: url(../img/icoForgotPass.png) no-repeat 6px 3px;
}
.forgotPasswordContainer .rightBlockHeader {
  left: -14px;
}
.newsIco {
  background: url(../img/icoNews.png) no-repeat 6px 3px;
}

.informationIco {
  background: url(../img/icoInfo.png) no-repeat 6px 3px;
}
.informationBlock a {
  display: block;
  line-height: 16px;
  font-size: 13px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: bold;
}

.linkToPage {
  background: url(../img/page.png) no-repeat left center;
  padding: 5px 0px 5px 20px;
}

.linkToDoc {
  background: url(../img/document.png) no-repeat left 6px;
  padding: 5px 0px 5px 20px;
}
.needDoc {
  background: url(../img/page.png) no-repeat left center;
  color: #7C818E !important;
  font-style: italic;
}
.needDoc span {
  font-size: 11px;
  font-style: normal;
}


.newsDate {
  display: block;
  font-size: 10px;
  line-height: 6px;
  color: #6f787a;
  font-weight: normal;
  text-shadow: 1px 1px #ffffff;
}

.newsItem {
  display: block;
  font-weight: bold;
  font-size: 11px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  padding: 5px;
  background: url(../img/hrBg.png) repeat-x bottom;
  text-decoration: none;
}
.newsItem:hover {
  background: #edf2f4 url(../img/hrBg.png) repeat-x bottom;
}


.authorizationBlock {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 10px !important;
}
.loginContainer,
.forgotPasswordContainer {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 212px;
  margin: 10px
}

.authorizationBlock label {
  display: inline-block;
  width: 60px;
  margin-bottom: 10px;
  color: #6f787a;
  text-shadow: 1px 1px #ffffff;
}
.authInput {
  border-width: 1px;
  border-style: solid;
  border-color: #c6d3d3 #e3e9eb #e3e9eb #c6d3d3;
  background: url(../img/inputBg.png) repeat-x top;
  line-height: 18px;
  height: 20px;
  padding-left: 5px;
  width: 142px;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
}
.authInput:focus {
  background: #ffffff;
}

.tendexBtn {
  background: url(../img/butBg.png) repeat-x center center !important;
  border: 1px solid #d4dbdd;
  color: #537290;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  padding: 0 6px 0;
  text-decoration: none;
  text-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  cursor: pointer;
  -webkit-box-shadow: 5px 0px 6px #d1d0ce;
  -moz-box-shadow: 1px 1px 2px #d1d0ce;
  box-shadow: 1px 1px 2px #d1d0ce;
}
.tendexBtn:hover {
  border: 1px solid #b6cee3;
  background-position: 0 60%;
  color: #2d5174;
}

.tenderButtons {
  position: absolute;
  right: 10px;
  top: 80px;
  width: 190px;
  text-align: center;
}

.tenderButtons .tendexBtn {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}


.seeBtn {
  margin-top: 5px;
}


.addRateBtn {
  background-image: url(../img/butBgRate.png) !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: bold !important;
  height: auto ;
  color: #47535b;
  border-color: #ffffff;
  padding-bottom: 3px;
  -webkit-box-shadow: 0px 0px 3px #aea89d;
  -moz-box-shadow: 0px 0px 3px #aea89d;
  box-shadow: 0px 0px 3px #aea89d;
  margin-top: 10px;
}
.addRateBtn:hover {
  border: 1px solid #ffffff;
  background-position: 0 60%;
  color: #171d20;
  -webkit-box-shadow: 0px 0px 3px #756f64;
  -moz-box-shadow: 0px 0px 3px #756f64;
  box-shadow: 0px 0px 3px #756f64;
}


.btnEnter,
.btnRemind {
  position: absolute;
  right: 4px;
  bottom: -10px;
  height: 30px;
}


.authForgot {
  position: relative;
  top: 0px;
  left: 0px;
  width: 484px;
}
.loginContainer,
.forgotPasswordContainer {
  padding-top: 25px;
}


.forgotPasswordLink {
  margin-right: 36px;
}
.backToTheEnter {
  margin-right: 0px;
}


.categoriesFilterBlock {
  background: #ffffff url(../img/categoriesFilterFootBg.png) repeat-x bottom;
  padding-bottom: 0;
}


.categoriesFilterBlock .rightBlockHeader {
  background: url(../img/categoriesFilterHeaderBg.png) repeat-x;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /* behavior: url(/js/PIE.htc); */
}

.categoriesFilterBlock .rightBlockHeader h4 {
  color: #94928d;
  font-size: 18px !important;
  padding: 5px 0 0 10px ;
}
.categoriesFilterBlock input {
  height: 18px;
}
.categoriesFilterBlock label {
  display: inline-block;
  color: #3f4a4f;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 15px;
  padding-left: 3px;
  vertical-align: top;
  padding-top: 2px;
  max-width: 184px;
}
.categoriesFilterBlock div {
  padding-bottom: 4px;
  background: url(../img/hrBg.png) repeat-x bottom;
}

.resetLink {
  display: inline-block;
  padding: 15px 0 0 0;
  text-decoration: none;
  background: none !important;
  padding-bottom: 0px !important;
}

.categoriesFilterBlock input.applyLink {
  position: relative !important;
  padding: 5px 5px;
  position: relative;
  top: 5px;
  left: 42px;
  width: 90px;
  line-height: 18px;
  height: 30px;
  margin-bottom: 10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
  margin: -20px auto;
  min-width: 950px;
  max-width: 1600px;
  margin-bottom: 20px;
  background: #e8e2d3;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  /* behavior: url(/js/PIE.htc); */
  z-index: 0;
}

.botRound {
  background: #fefdf9;
  height: 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  /* behavior: url(/js/PIE.htc); */
}

.footMenu {
  position: absolute;
  left: 36px;
  top: 44px;
  background: url(../img/footMenuBg.png);
  border: 1px solid #d6d0c0;
  border-right: none;
}
.footMenu a {
  display: inline-block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  height: 32px;
  line-height: 32px;
  background: url(../img/footMenuSeparator.png) no-repeat right 1px;
  padding: 0 17px 0 5px;
  text-decoration: none;
  color: #6f787a;
  text-shadow: 1px 1px #ffffff;
  position: relative;
  left: 12px;
}
.footMenu a:hover {
  text-decoration: underline;
}

.footLogoCopyrights {
  position: absolute;
  left: 583px;
  bottom: 0px;
  width: 227px;
  height: 117px;
  background: url(../img/footCopyLogoBg.png) no-repeat;
  color: #564e39;
  font-size: 11px;
}
.footLogoCopyrightsIE7Div {
  padding: 57px 0 0 20px;
}

.footLogoCopyrights a {
  display: block;
  color: #564e39;
  text-decoration: none;
}
.footLogoCopyrights a:hover {
  display: block;
  color: #564e39;
  text-decoration: underline;
}

.footConditionsLinks {
  position: absolute;
  left: 46px;
  top: 98px;
}
.footConditionsLinks a {
  display: block;
}

.footContacts {
  color: #564e39;
  font-size: 14px;
  padding: 10px
}
.footContactsIE7Div {
  padding: 20px 0 0 20px;
}

.footLogosParticipants {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  /* behavior: url(/js/PIE.htc); */
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
}


.rateListItem span {
  font-weight: normal;
  color: #424f58;
}

.ru_closedAuction .auctionCreator {
  background:  url(../img/ru_closedBg.png) no-repeat 380px 6px !important;
}
.en_closedAuction .auctionCreator {
  background:  url(../img/en_closedBg.png) no-repeat 380px 6px !important;
}


.sendRequest {
  width: 140px;
}
.hiddenRates {
  cursor: default;
  position: absolute;
  bottom: 6px;
  right: 193px;
  font-weight: normal;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 18px !important;
  text-shadow: 1px 1px #ffffff;
  color: #f26331;
  font-weight: bold;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  text-align: center;
}

.overlay{
  background: #2e2c25;
  display:block;
  left:0;
  opacity:0;
  filter: alpha(opacity = 0);
  position:fixed;
/position:absolute;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 15000;
  display: none;
}

.overlay_screensaver {
  opacity:0.8;
  filter: alpha(opacity = 80);
  background: #2e2c25;
  display:block;
  left:0;
  position:fixed;
/position:absolute;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 25000;
}

.modalWin {
  position:fixed;
/position:absolute;
  z-index: 20000;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -175px;
  background: #f9f7f3 url(../img/auctionListBg.png) repeat-x top;
  border: 1px solid #ffffff !important;
  width: 350px;
  height: auto;
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;;
  color: #655A3B;
  -webkit-box-shadow: 0px 0px 6px #44403f;
  -moz-box-shadow: 0px 0px 6px #44403f;
  box-shadow: 0px 0px 6px #44403f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
}
.modalWin h2 {
  font-weight: normal;
  line-height: 32px;
  text-shadow: 1px 1px #ffffff;
}
.modalWin h4 {
  font-weight: normal;
  font-size: 18px !important;
  line-height: 18px !important;
  text-shadow: 1px 1px #8a2e0d;
  color: #ffffff;
  padding: 10px;
  margin: 3px 0 10px 0;
  background: #bd3403;
  -webkit-box-shadow: 0px 0px 6px #e5ded1;
  -moz-box-shadow: 0px 0px 6px #e5ded1;
  box-shadow: 0px 0px 6px #e5ded1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url(/js/PIE.htc); */
}

.modalWin b span{
  font-size: 20px;
}


.modalButton {
  position: absolute;
  bottom: 10px;
  width: 328px;
  text-align: center;
}
.modalButton input {
  width: 130px !important;
  height: 30px;
}

.orangeSoda {
  color: #f26331;
}


.reallyBid {
  text-align: center;
  margin-left: -260px;
  margin-top: -250px;
  width: 520px;
}



.myLotsRequests {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  background: url("../img/sortingBg.png") repeat-x scroll center top transparent;
  border-top: 3px solid #4891C7;
}


.requestStatusFilter {
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
  z-index: 1;
}
.requestStatusFilter a {
  text-transform: none;
  font-size: 13px;
}

.requestItem {
  position: relative;
  background: #f9f7f3 url(../img/auctionListBg.png) repeat-x top;
  border: 1px solid #ded9cc;
  margin: 10px 0 20px 0;
  padding: 15px 200px 15px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-height: 18px
  /* behavior: url(/js/PIE.htc); */
}
.requestItem .user_message_btn {
  top: 10px;
}


.requestName {
  font-size: 14px;
  color: #424e57;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}
.requestDate {
  font-size: 10px;
  color: #424e57;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}


.requestNum {
  position: absolute;
  left: 16px;
  top: -8px;
  line-height: 18px;
  padding: 0 5px 0 5px;
  background: #e3d8bc url(../img/numberBg.png) no-repeat right;
  padding: 0 14px 0 7px;
  color: #52421c;
  text-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* behavior: url(/js/PIE.htc); */
  cursor: default;
}

.requestStatus {
  position: absolute;
  left: 160px;
  top: -8px;
  line-height: 18px;
  padding: 0 5px 0 5px;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
  cursor: default;
  width: 75px;
  text-align: center;
  font-weight: bold;
}
.newRequest .requestStatus,
.requestStatus1 .requestStatus {
  background: #61ce3b;
}
.rejectedRequest .requestStatus,
.requestStatus3 .requestStatus {
  /*background: #f26331;*/
  background: none;
  color: #0163AC;
  font-weight: normal;
  top: -10px;
}
.approvedRequest .requestStatus,
.requestStatus2 .requestStatus {
  /*background: #44ade5;*/
  background: none;
  color: #0163AC;
  font-weight: normal;
  top: -10px;
}

.usNoActive {
  background: #f26331;
  color: #ffffff !important;
  text-shadow: none !important;
}

.usActive {
  background: #44ade5;
  color: #ffffff !important;
  text-shadow: none !important;
}

.acActive {
  background-color: #54d546 !important;
}
.acNoActive {
  background-color: #d546d0 !important;
}
.acRenew {
  background-color: #6567DB !important;
}
.acNew {
  background-color: #3bcea6 !important;
}
.acSuspend {
  background-color: #d59d46 !important;
}
.acReject {
  background-color: #d55a46 !important;
}

.toRejectBtns {
  width: 240px;
  text-align: left;
  position: absolute;
  top: 14px;
  right: 50px;
}
.toRejectBtns a {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 22px;
}
.toRejectBtns * {
  margin-right: 10px;
}
.toRejectBtns .tendexBtn {
  display: inline-block;
}


.orangeBtn {
  background-image: url(../img/butBgOrange.png) !important;
  color: #926934;
  border-color: #eedbc0;
}
.orangeBtn:hover {
  color: #7f5c2f;
  border-color: #e2cbab;
}





.rateDescr {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #221E1F;
  line-height: 14px;
}

.block_close {
  background: url(../img/obstructionBlocksBg.png) bottom right;
  margin-bottom: 0px;
  cursor: pointer;
}
.block_close:hover {
  background-position: top right;
}

.block_open {
  background: url(../img/obstructionBlocksBg.png) top right;
  margin-bottom: 0px;
  cursor: pointer;
}
.block_open:hover {
  background-position: bottom right;
}

/*-- Prices
--------------------------------------------------------------------------------------------------------------------------*/

.importPriceWizard {
  margin: -236px 0 0 -333px;
  background: #f9f7f3 url(../img/masterHeaderBg.png) repeat-x top;
  border: 1px solid #ffffff !important;
  width: 666px;
  height: 472px;
  padding: 14px;
  padding-top: 3px;
  padding-bottom: 40px;
}

.preloadThis,
.preloader {
  background: #f9f7f3 url(../img/winLoader.gif) no-repeat center center;
}
.preloadThis *,
.preloader * {
  display: none !important;
}

.preloadGrig {
  background: #f9f7f3 url(../img/loaderBlack.gif) no-repeat center 40px;
  min-height: 250px;
}
.cancelBid {
  display: inline-block;
}


.myCart .preloadGrig {
  background: url(../img/loaderBlack.gif) no-repeat center 40px;
  min-height: 250px;
}

.forError {
  position: relative;
  height: 400px !important;
}

.forError .errorBlock {
  bottom: 150px !important;
  left: 0px !important;
  line-height: normal !important;
  padding: 32px !important;
  padding-left: 36px !important;
  font-size: 18px !important;
  background-position: 7px 32px !important;
}

.forError .modalButton .orangeBtn {
  left: auto !important;
  right: 0px !important;
}


.importPriceWizard h6 {
  color: #6f6e69;
  text-shadow: 1px 1px #ffffff;
  text-align: center;
}

.masterSteps {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding: 10px 10px 0 10px;
  border-bottom: 4px solid #4891C7;
}
.addSel {
  line-height: 26px;
  height: 30px;
  position: relative;
  bottom: 3px;
}


.masterStep {
  display: inline-block;
/display: inline;
  vertical-align: top;
  font-size: 0;
  color: #2e2c25;
  width: 25%;
  height: 40px;
  padding-left: 9px;
  padding-top: 10px;
  text-align: left;
}
.masterStep a,
.masterStep span {
  display: block;
  min-height: 28px;
  opacity: 0.3;
  padding-left: 32px;
  padding-top: 7px;
  line-height: 13px;
  color: #2e2c25;
  text-decoration: none;
  position: relative;
}
.masterStep div.numStep {
  width: 28px;
  height: 28px;
  background: url(../img/masterStepsNum.png) no-repeat 0 0;
  position: absolute;
  top: 2px;
  left: 0px;
}
.masterStep div.stepName {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}


.mStep2 div.numStep {
  background-position: 0 0 !important
}
.mStep2 div.numStep {
  background-position: 0 -28px !important
}
.mStep3 div.numStep {
  background-position: 0 -56px !important
}
.mStep4 div.numStep {
  background-position: 0 -84px !important
}

.masterSteps .active {

}

.regCompany .masterStep {
  font-size: 18px;
  padding-top: 0;
}
.regCompany .masterStep a {
  line-height: 16px;
  padding-top: 0;
}


.masterSteps .active a,
.masterSteps .active span {
  opacity:1;
  filter: alpha(opacity = 100);
}
.masterSteps a:hover,
.masterSteps span:hover {
  opacity:0.8;
  filter: alpha(opacity = 80);
}
.importPriceWizard .infoBlock {
  background: #ffffff url(../img/masterInfoIco.png) no-repeat 10px 7px;
  font-size: 12px;
  line-height: 14px;
  color: #585651;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e4e3e1;
  width: 636px;
  height: 42px;
  padding: 6px 0 0 33px;
  position: absolute;
  left: 14px;
  bottom: 52px;
}


.importPriceWizard .errorBlock {
  background: #ffffff url(../img/masterErrorIco.png) no-repeat 7px 9px;
  font-size: 14px;
  line-height: 40px;
  color: #db0c02;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 634px;
  min-height: 0px;
  padding: 0 0 0 33px;
  position: absolute;
  left: 15px;
  bottom: 53px;
}

.importPriceWizard .errorBlock p {
  line-height: normal;
  margin-bottom: 0;
  min-height: 40px;
  padding-top: 5px;
}

.saveWin .modalButton,
.importPriceWizard .modalButton {
  width: 636px;
  height: 30px;
  text-align: right;
}
.saveWin .modalButton .tendexBtn,
.importPriceWizard .modalButton .tendexBtn {
  width: 90px;
  display: inline-block;
/display: inline;
  vertical-align: top;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
}
.importPriceWizard .modalButton .tendexBtn span {
  font-size: 16px;
  line-height: 28px;
}

.saveWin .modalButton .orangeBtn,
.importPriceWizard .modalButton .orangeBtn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 28px;
}

.stepContent {
  text-align: left;
  padding-left: 93px;
  height: 280px;
}

.stepContent label {
  display: inline-block;
  width: 100px !important;
  line-height: 30px;
  vertical-align: top;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #6f787a;
  position: relative;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: normal;
}

.stepContent input,
.stepContent select {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  width: 333px;
}

.step1 {
  padding-top: 93px;
}

.step2 {
  padding-top: 40px;
  padding-left: 70px;
}
.step2 label {
  width: 150px !important;
}

.step3 {
  margin-top: 10px;
  padding-left: 70px;
  overflow-y: auto;
  height: 270px;
}
.step3 select {
  margin-bottom: 7px;
}

.step4 {
  padding-left: 0;
  padding-top:50px;
}

.addPriceButtons {
  padding: 0;
}


#confirmation_save_overlay {
  z-index: 20000;
  opacity:0.20;
  filter: alpha(opacity = 20);
}

.confirmationSave {
  margin: -100px 0 0 -150px;
  width: 300px;
  height: 150px;
  background-image: none;
}
.confirmationSave .winMess {
  color: #3f4a4f;
  line-height: normal;
  padding-top: 15px;
}

.confirmationSave .modalButton {
  width: 91%;
  text-align: center;
}
.confirmationSave .modalButton .orangeBtn {
  position: static;
}

.addPriceButtons div.priceLoadIndicator {
  background: #fbeee6 url(../img/loader.gif) no-repeat 6px 6px !important;
  border-color: #f26331 !important;
  color: #e55320 !important;
  text-align: left !important;
  padding-left: 44px !important;
  padding-top: 2px;
  cursor: default;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}


.myPrices .addPriceButtons {
  padding-top: 15px;
  padding-bottom: 0px;
}

.allPricesFix {
  padding-right: 10px;
}

.myPriceStatBlock {
  padding-top: 27px;
}
.myPriceStatBlock .statItem {
  padding-bottom: 4px;
  background: url(../img/hrBg.png) repeat-x bottom;
  padding: 5px;
  color: #3f4a4f;
  text-shadow: 1px 1px #ffffff;
}
.myPriceStatBlock .statItem span {
  font-size: 14px;
  font-weight: bold;
}

.staticticIco {
  background: url(../img/icoStat.png) no-repeat 4px bottom;
  height: 30px;
  line-height: 32px !important;
  position: relative;
  top: -5px;
}

.myPriceItem {
  background: url("../img/hrBg.png") repeat-x bottom;
  margin: 14px 30px 0;
  padding-bottom: 6px;
}

.myPriceItem a {
  font-size: 20px;
  padding-left: 12px;
  background: url(../img/priceBull.png) no-repeat 0 8px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}

.mainParam {
  font-size: 12px;
  padding-left: 12px;
  display: block;
}

.mainParam span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  display: inline;
}

.priceStatus {
  display: inline-block;
/display: inline;
  line-height: 18px;
  padding: 0 5px 0 5px;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* behavior: url(/js/PIE.htc); */
  cursor: default;
  width: 75px;
  text-align: center;
  font-weight: bold;
  margin-left: 6px;
}
.isActive {
  background: #61ce3b;
  right: auto;
  left: 130px;
}
.isNoactive {
  background: #f26331;
}
.isHidden {
  background: #44ade5;
}

.priceEditPage {
  padding-left: 29px;
  padding-top: 16px;
  font-size: 0;
}

#price_enabled,
:root #is_hidden_price {
  border: none;
  padding: 0;
  border: none;
  background: transparent;
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 3px !important;
}


.priceEditPage * {
  vertical-align: top;
}
.priceEditPage .mainParams {
  width: 63%;
  display: inline-block;
/display: inline;
  padding: 0px;
  margin: 0px;
  padding-right: 125px;
}
.priceEditPage .mainParams .tendexBtn {
  right: 22px;
}

.priceEditPage .mainParam {
  padding-left: 5px;
}


.priceNameEdit {
  width: 33%;
}

.hiddenPriceCheck {
  position: absolute;
  top: 0px;
  right: 125px;
  background: #eae7e2;
  padding-right: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0;
}
.hiddenPriceCheck input {
  height: auto;
}
.hiddenPriceCheck label {
  font-size: 12px;
}
.hiddenPriceCheck img {
  position: relative;
  top: 1px;
  cursor: pointer;
  margin-left: 3px;
}


.hiddenPriceBlock {
  background: #f3f1ed url(../img/hiddenPriceBlockBg.png) repeat-x top;
  border-top: 1px solid #d8d7d3;
  border-bottom: 1px solid #d8d7d3;
  padding: 3px 20px 3px;
  font-size: 14px;
  position: relative;
}
.hiddenPriceBlock input {
  height: auto;
}

.retailersListEditLink {
  display: inline-block;
/display: inline;
  vertical-align: top;
  padding-top: 2px;
  font-size: 12px;
  color: #ea511d;
  border-bottom: 1px dashed #ea511d;
  line-height: 14px;
  cursor: pointer;
}

.retailersListEditLink:hover {
  border-bottom: none;
}

.mainParams {
  padding: 3px 30px 3px;
  margin: 10px 0px 10px;
  font-size: 14px;
  height: 30px;
  position: relative;
}

.mainParams .mainParam {
  display: inline;
}

.mainParams .tendexBtn {
  height: 30px !important;
  position: absolute;
  top: 4px;
  right: 30px;
}

.filePreloader {
  width: 333px;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a8c9e1;
  background: #f5f9fd;
  display: inline-block;
/display: inline;
  margin-top: 5px;
  position: relative;
  margin-left: 100px;
}

.upload_btn {
  width: 167px;
  height: 40px;
  display: inline-block;
/display: inline;
  vertical-align: top;
}

.filePreloader .loadLine {
  height: 100%;
  border: 1px solid #f9f7f3;
  background: url(../img/tabBg.png) repeat-x top;
}

.filePreloader .loadPerc {
  height: 100%;
  width: 100%;
  text-shadow: 1px 1px #ffffff;
  text-align: center;
  color: #356c95;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.priceFileName {
  width: 333px;
  min-height: 25px;
  display: inline-block;
/display: inline;
  margin-bottom: 5px;
  position: relative;
  background: url(../img/excelIco.png) no-repeat 1px 1px;
  padding-left: 28px;
  color: #5b8146;
  font-size: 13px;
  padding-top: 5px;
  line-height: normal;
  margin-left: 100px;
}


.priceGridContainer {
  padding: 5px 24px 0px;
}

.priceGrid {
  border-collapse: collapse;
  width: 100%;
}


.priceGrid th,
.priceGrid td {
  border: 1px solid #fefdf9 ;
}

.priceGrid th {
  color: #4e4b40;
  text-shadow: 1px 1px #dedcd6;
  line-height: 26px;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  background: url(../img/thBg.png);
}
.priceGrid th:hover span {
  color: #1e1c18;
}

.priceGrid th a,
.priceGrid th div {
  display: block;
  height: 26px;
  color: #4e4b40;
  text-shadow: 1px 1px #dedcd6;
  line-height: 26px;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  padding-left: 8px;
  font-weight: bold;
}
.priceGrid th a {
  text-decoration: underline;
  color: #0163ac;
}
.priceGrid th a:hover {
  text-decoration: none;
}


.priceGrid th.asc,
.priceGrid th.desc {
  padding-right: 0 !important;
  opacity: 0.8;
}
.priceGrid th.asc a {
  background-image: url("../img/sort_up.png");
  background-position: right 9px;
  background-repeat: no-repeat;
  padding-right: 18px !important;
}
.priceGrid th.desc a {
  background-image: url("../img/sort_down.png");
  background-position: right 7px;
  background-repeat: no-repeat;
  padding-right: 18px !important;
}

.categoriesCol {
  font-weight: bold !important;
  text-shadow: none !important;
  font-variant: small-caps;
  font-style: italic;
}

.priceGrid th span {
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  font-size: 12px;
  padding-right: 12px;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}

.priceGrid td {
  height: 25px;
  color: #393838;
  text-shadow: 1px 1px #dedcd6;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.priceGrid td input {
  height: auto;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.paramsTable .priceGrid td input  {
  background-color: #ffffff !important;
  border: 1px solid #d7dcdd !important;
}

.priceGrid td.leftAlign {
  text-align: left;
}

.priceGrid tr:nth-child(even) {background: #eeedeb;}
.priceGrid tr:nth-child(odd) {background: #fafafa;}

.priceGrid tr:hover {background: #d7dcdd;}
.priceGrid tr.gridHeader:hover {background: transparent;}

.priceGrid tr.moderationRow,
.priceGrid tr.blockedAdmin {background: #ffddd3;}

.on-offBtn {
  width: 120px !important;
}


.firstCol a,
.firstCol div {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}

.lastCol a,
.lastCol div {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

.checkCol {
  width: 25px;
  text-align: center !important;
}

.priceGrid th a.sort_arrow_asc,
.priceGrid th a.sort_arrow_desc {
  background-image: url(../img/thActiveBg.png);
  color: #ffffff;
  text-shadow: 0 -1px #24221d;
}
.priceGrid th a.sort_arrow_asc span {
  background: url(../img/thAsc.png) no-repeat right center;
}

.priceGrid th a.sort_arrow_desc span {
  background: url(../img/thDesc.png) no-repeat right center;
}
.priceGrid th a.sort_arrow_asc:hover span,
.priceGrid th a.sort_arrow_desc:hover span
{
  color: #ffffff;
}

.blinkBtn {
  background-image: url(../img/butBgOrange.png) !important;
  color: #926934;
  border-color: #eedbc0;
}
.blinkBtn:hover {
  color: #7f5c2f;
  border-color: #e2cbab;
}
.linkBtn {
  margin: 0 5px;
}


.selectRetailersWin {
  margin: -236px 0 0 -333px;
  background: #f9f7f3 url(../img/masterHeaderBg.png) repeat-x top;
  border: 1px solid #ffffff !important;
  width: 666px;
  height: 432px;
}

/* ItemSelector -------------------------------------------------------------------------------------------------------------- */
.from_container, .buttons_container{
  float:left;
  text-align: center;
}

.item_selector_header {
  width: 290px;
  background: url(../img/masterHeaderBg.png) repeat-x 0 -18px;
  border:1px #d8d2c6 solid;
  border-bottom: none;
}


.buttons_container {
  padding-top: 90px;
  margin: 10px;
}


.to_container{
  float:left;
  text-align: center;
}

/* Styles for select box */
#item_selector_container select {
  width: 290px;
  height: 252px;
  *height: 246px; /* for IE Browers */
  border:1px #d8d2c6 solid;
  background-color:#ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
  line-height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: none;
}

/* This is for img input */
.buttons_container input{
  outline:none;
  background: none;
  border: none;
  width: auto !important;
  margin-bottom: 10px;
}
.buttons_container input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Whole main container which holds all div containers */
#item_selector_container {
  margin:0 auto;
  margin-top: 20px;
  width:100%;
  *width:580px; /* for IE Browers */
  clear:both;
}
/* ----------------------------------------------------------------------------- */
.myGoods .statusFilter {
  padding: 0;
}

.categoriesFilter {
  background: #efeae2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 10px 5px;
  margin: 0 20px 10px;
}
.categoriesFilter a {
  padding-right: 12px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #df5220;
}
.categoriesFilter a.active {
  text-decoration: none;
  color: #000000;
}

.breedcrumbsFilters {
  font-size: 12px;
}
.breedcrumbsFilters a {
  color: #df5220;
}

.breedcrumbsName {
  color: #999793;
  text-shadow: 1px 1px #ffffff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.breedcrumbsName:hover {
  color: #65635f;
}


.step4 .filePreloader {
  width: 100%;
  height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a8c9e1;
  background: #f5f9fd;
  display: inline-block;
/display: inline;
  margin-top: 5px;
  position: relative;
  margin-left: 100px;
  margin-left: 0;
}

.step4 .filePreloader .loadLine {
  height: 100%;
  border: 1px solid #f9f7f3;
  background: url(../img/tabBg.png) repeat-x top;
}

.step4 .filePreloader .loadPerc {
  height: 100%;
  width: 100%;
  text-shadow: 1px 1px #ffffff;
  text-align: center;
  color: #356c95;
  line-height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.colExpLink {
  font-size: 11px;
  color: #417fac;
  height: 18px;
  width: 18px;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 4px;
  padding-right: 22px;
}
.colExpLink:hover {
  text-decoration: none;
}

.collapsed {
  background: url(../img/filtrCollapseDown.png) no-repeat right top;
}
.expanded {
  background: url(../img/filtrCollapseUp.png) no-repeat right top;
}

.hiddenPriceBlock .params {
  font-size: 0;
  line-height: 0;
  margin-top: 5px;
  padding-left: 100px;
  position: relative;
}

.hiddenPriceBlock .params .paramName {
  font-size: 12px;
  color: #6b6868;
  text-shadow: 1px 1px #ffffff;
  position: absolute;
  width: 100px;
  top: 0px;
  left: 0px;
  line-height: 14px;
}

.hiddenPriceBlock .params a {
  font-size: 12px;
  text-shadow: 1px 1px #ffffff;
  display: inline-block;
/display: inline;
  vertical-align: top;
  padding-left: 10px;
  line-height: 14px;
}

.breedcrumbsCatalog {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  color: #767676;
  font-size: 18px;
  padding: 5px 20px 10px;
}

.paramsTable td {
  padding: 20px 0 0 20px
}

.paramsTable td td {
  padding: 0 8px;
  text-align: left;
}
.paramsTable td td div {
  position: relative;
  height: auto;
}

.atrTd {
  font-weight: bold !important;
}

.paramsTable h2 {
  font-size: 16px;
  color: #767676;
  margin-left: 3px;
  margin-bottom: 5px;
}

.deleteImage {
  color: #a80000;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 11px;
  padding-left: 12px;
  background: url(../img/icoDelete.png) no-repeat left bottom;
  display: block;
  height: 14px;
  margin-bottom: 5px;
  cursor: pointer;
}
.rateListItem .deleteImage {
  display: inline-block;
  vertical-align: middle;
}


.paramsTable td td input {
  width: 100%;
}
.winnerRate {
  background-image: url(../img/winIco.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  background-color: #e6f3cd;
  padding-left: 24px;
}


.deleteParam {
  position: absolute !important;
  top: 1px;
  right: 0;
  cursor: pointer;
  width: 15px;
  height: 15px !important;
  background: url(../img/icoDelete15.png) no-repeat;
}
.paramAdd {
  line-height: 30px;
  height: 30px;
  margin-left: 10px;
}
.chekaem input {
  width: auto !important;
  margin-top: 4px;
}
.chekaem label {
  line-height: normal;
}

.newParam {
  background: #eeedeb;
  line-height: 58px;
  position: relative;
  font-weight: bold;
  color: #393838;
  margin-top: 10px;
}

.newParam span {
  padding: 0 15px;
}

.newParam select {
  width: 190px;
}

.newParam .tendexBtn {
  width: 100px;
  position: absolute;
  left: 328px;
  top: 14px;
  line-height: 30px;
  height: 30px;
}

.attenHeader {
  background: #ffffff;
  width: 168px;
  padding: 4px;
  color: #5c5c5c;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: bold;
}

.attenText {
  background: #edeae5;
  width: 168px;
  padding: 8px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: bold;
}

.centerBut {
  text-align: center;
}
.centerBut .tendexBtn {
  position: static;
}

.pricesCategory {
  padding: 25px;
  padding-bottom: 0;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}

.pricesCategory h2 {
  margin: 0;
  margin-bottom: 5px;
  color: #767676;
  font-weight: normal;
  font-size: 18px !important;
}

.pricesCategory a {
  padding-right: 10px;
  font-size: 14px;
}

.myPrices .addPriceButtons {
  font-size: 18px;
  color: #65645d;
  text-align: center;
}

.myPriceSuppliers .mainParams {
  margin-bottom: 0px;
}

.myPriceSuppliers .breedcrumbsCatalog {
  padding: 10px 20px 0;
}

.myPriceSuppliers .auctionsBlock {
  padding-top: 0 !important;
}

.cartTd {
  padding: 0px !important;
  width: 32px;
  vertical-align: middle;
}


.toCart {
  height: 23px !important;
  width: 23px !important;
  background: url(../img/toCartBg.png) no-repeat top;
  cursor: pointer;
  top: 2px;
  left: 3px;
  border: none !important;
}

.toCart[disabled] {
  background-position: bottom;
  cursor: default;
}

.myCart .allAuctionsList {
  font-size: 0;
  padding: 0 20px 0 !important;
  text-align: right;
}

.tabSelectedGoods {
  display: inline-block;
/display: inline;
  background: url(../img/selGoodsTabBg.png) repeat-x top;
  width: 234px;
  height: 26px;
  line-height: 25px;
  border: 1px solid #e0dcd6;
  border-bottom: none;
  color: #df5220;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  margin-right: 12px;
  position: relative;
  top: 3px;
}

.activeTab {
  background: #ffffff;
  text-decoration: none;
  color: #767676;
}


.suppliersTabs {
  display: inline-block;
/display: inline;
  vertical-align: top;
  width: 20%;
}
.suppliersTabs div {
  display: block;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background: #eae7e2 url(../img/supplierTabBg.png) repeat-x top;
  border: 1px solid #e0dcd6;
  border-right: none;
  padding: 12px 18px 12px 12px;
  margin-bottom: 2px;
  font-size: 18px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  text-align: left;
  position: relative;
}
.suppliersTabs div:hover {
  background: #f6f4f0;
}

.suppliersTabs div.active {
  background: #ffffff;
  text-decoration: none;
  color: #767676;
  left: 1px;
}

.deleteThis {
  position: absolute;
  right: 6px;
  top: 6px;
  background: url(../img/icoDelete.png) center center;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.goodsInCart {
  display: inline-block;
/display: inline;
  vertical-align: top;
  width: 80%;

}

.goodsInCart .priceGridContainer {
  padding: 5px;
  border: 1px solid #e0dcd6;
  background: #ffffff;
}
.goodsInCart .pager {
  padding-top: 0px
}

.reldiv {
  position: relative;
  width: 100%;
  height: 100%;
}

.goodsInCart td .deleteThis {
  top: 7px;
  left: 10px;
  text-decoration: none;
}

.goodsInCart label {
  font-size: 14px;
  padding-top: 15px;
  display: block;
  text-align: left;
  font-style: italic;
  color: #6f787a;
}

.goodsInCart textarea {
  width: 100%;
}

.requests {
  padding: 20px;
}

.withFind {
  width: 100% !important;
  -webkit-border-radius: 0 6px 12px 0;
  -moz-border-radius: 0 6px 12px 0;
  border-radius: 0 6px 12px 0;
}
.withFind h1 {
  background: none !important;
}

.catalog {
  padding-right: 12px !important;
}

.catalog .pricesCategory {
  padding-right: 0;
}

.withFind .findInput {
  position: absolute;
  right: 82px;
  top: 2px;
  width: 72%;
  height: 26px !important;
}

.withFind .orangeBtn {
  font-weight: normal;
  font-size: 18px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  position: absolute;
  right: 5px;
  top: 2px;
  height: 29px !important;
  width: 85px !important;
  padding-bottom: 2px;
}

.withFind .onlyInThis {
  height: 23px;
  line-height: 23px;
  width: auto;
  padding: 0 9px 0 4px;
  background: url(../img/onlyInBg.png) repeat-x;
  position: absolute;
  right: 5px;
  top: 35px;
  z-index: 20000;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.withFind .onlyInThis input {
  height: auto;
  border: none;
  background: transparent;
}

.comboFilters {
  margin: 0 0 0 20px;
  color: #6b6868;
}

.comboFilters select {
  height: 22px;
  line-height: 22px !important;
  font-size: 13px;
  color: #171D20;
  padding-top: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 8px;
  width: 116px;
}

.resetFiltersLink {
  text-decoration: none;
  border-bottom: 1px dashed #0163ac;
  padding-right: 15px;
  background: url(../img/icoDelete.png) no-repeat right 2px;
}

.resetFiltersLink:hover {
  border-bottom: none;
}

.goodsListItem {
  height: 39px;
  background: url(../img/goodsListBg.png) repeat-x left top;
  margin: 0 20px 5px;
  display: block;
  border: 1px solid #e3e1dd;
  border-bottom: none;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  padding: 12px;
  padding-right: 145px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 12px;
  position: relative;
}
.goodsListItem:hover {
  background: url(../img/goodsListBg.png) repeat-x left bottom;
  color: #767676;
  text-decoration: none;
}

.noAuth {
  padding-right: 165px;
}
.noAuth .proposalQty {
  color: #666666;
  width: 155px;
  line-height: 11px;
  font-size: 10px;
  top: 5px;
  right: 5px;
}

.goodsName {
  font-size: 16px;
  font-style: italic;
  background: url(../img/priceBull.png) no-repeat 0 6px;
  padding-left: 12px;
}

.proposalQty {
  position: absolute;
  top: 15px;
  right: 20px;
}

.phraseNoAuth {
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding: 30px
}


.goodsDescript {
  padding: 0 20px 0;
}

.goodsDescript h1 {
  margin-left: 0;
}

.goodsDescript img {
  margin: 0 10px 10px 0
}

.goodsBarcodes {
  color: #5d5a4f;
  font-size: 12px;
  margin-bottom: 5px;
}
.goodsBarcodes span {
  font-size: 14px;
  font-weight: bold;
}

.goodsStats {
  width: 176px;
  background: url(../img/goodsStatsBg.png) repeat-y;
  border: 1px solid #dddcda;
  padding: 5px;
  margin-left: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-height: 130px;
  position: absolute;
  top: 10px;
  right: 0px;
}

.description {
  position: relative;
  padding-right: 200px;
  min-height: 180px;
}

.goodsStats {
  color: #5c5c5c;
  font-size: 11px;
  font-weight: bold;
}


.goodsStats .attenHeader,
.goodsStats .attenText {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.goodsStats .attenHeader {
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 4px 0;
  margin-top: 5px;
}
.goodsStats .attenText {
  text-align: right;
  font-size: 12px;
  color: #5c5c5c;
  text-shadow: 1px 1px #ffffff;
  font-weight: normal;
}
.goodsStats a {
  font-size: 14px;
}

.inGoody {
  margin-top: 10px;
}

.suppliersList {
  padding: 10px 20px;
}

.supplierItem {
  border-bottom: 1px dashed #d0cec5;
  margin-bottom: 5px;
  padding: 5px;
}
.supplierItem:hover {
  background: url(../img/auctionListBg.png) repeat-x top;
}


.supplierItem a {
  padding-right: 20px;
  font-size: 13px;
  line-height: 22px;
}

.supplierItem .supplierName {
  font-size: 18px;
  display: block;
}

.inSuppliers {
  padding-top: 10px;
  margin-left: 27px;
}
.inSuppliers select {
  width: auto;
}

.supplierDescript .description {
  border-bottom: 1px dashed #D0CEC5;
  min-height: 20px;
}

.supplierDescript .goodsStats {
  min-height: 20px;
  top: 0px;
}
.supplierDescript .goodsStats .attenText {
  text-align: left;
  font-weight: bold;
  padding: 5px
}
.supplierDescript .goodsStats .attenHeader {
  margin-top: 0;
}

.supplierDescript .breedcrumbsCatalog {
  padding-left: 10px;
}
.supplierDescript h2 {
  margin-bottom: 0px;
  font-size: 15px;
}

.inSupPages {
  margin-top: 15px;
}

.supplierDescript .pricesCategory {
  padding-top: 10px;
}

.bigPrice {
  font-size: 18px !important;
}

.supplierDescript .toCart {
  width: 95px !important;
  height: 23px !important;
  background: url(../img/toCartInBg.png) no-repeat top;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 0px -1px #2a79bc;
  padding-left: 21px;
  cursor: pointer;
  display: inline-block;
/display: inline;
  padding-bottom: 5px;
}

.supplierDescript .toCart[disabled] {
  background: url(../img/toCartInBg.png) no-repeat bottom;
  cursor: default;
  text-shadow: 1px 1px #959393
}

.goodsDescript .goodsDescript .mainParam {
  display: inline-block;
/display: inline;
  vertical-align: bottom;
}

.paramsTable td {
  vertical-align: top;
}
.paramsTable td .priceGrid td {
  vertical-align: middle;
}

.categoriesFilterBlockPrices {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 10px;
}


.categoriesFilterBlockPrices a {
  display: block;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 14px;
  padding: 2px 4px 4px;
  background: url("../img/hrBg.png") repeat-x center bottom;
}

.categoriesFilterBlockPrices a.active {
  background: #eae7e2 url(../img/h2Bg.png) repeat-x top;
  color: #3f4a4f;
  text-shadow: 1px 1px #ffffff;
  text-decoration: none;
}


/* PromoTabs */
.mainPromoBlock {
  text-align: center;
  padding-top: 12px;
  background: none;
}


#promoTabs {
  width: 710px;
  height: 212px;
  margin: 0 50%;
  position: relative;
  left: -355px;
  text-align: left;
  padding: 0;
  border: none;
  background: url(../img/pTabsBg.jpg) no-repeat bottom;
}

#promoTabs .ui-widget-header {
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
}

#promoTabs .ui-tabs-panel {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  color: #ecf4fa;
  text-shadow: 1px 1px #347ca3;
}

#promoTabs .ui-state-default {
  width: 355px;
  height: 40px;
  float: none;
  display: inline-block;
/display: inline;
  font-size: 0;
  font-size: 18px;
  color: #ffffff !important;
  text-shadow: 1px 1px #a23e19;
  background: url(../img/pTabsTabBg.jpg) no-repeat bottom !important;
  border: none !important;
  margin: 0px;
}

#promoTabs .ui-state-default a {
  color: #ffffff !important;
  text-shadow: 1px 1px #a23e19;
  font-weight: normal;
  line-height: 30px !important;
  padding: 0px;
  text-align: center;
  width: 100%;
}

#promoTabs .ui-state-active {
  background: url(../img/pTabsTabBg.jpg) no-repeat top !important;
}
#promoTabs .ui-state-active a {
  text-shadow: 0 -1px #154f7b;
}

#promoTabs .ui-tabs .ui-tabs-nav li {
  top: 0;
}

#promoTabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: default;
}

.cartContentDiv {
  font-size: 12px;
  text-align: left;
}

.myPrices .addPriceButtons {
  text-align: center;
}
.myPrices .addPriceButtons #init_price_wizard {
  width: 94%;
  margin-left: 3%;
}


.query_table {
  border-collapse: collapse;
  width: 100%;
}

.query_table th,
.query_table td {
  border: 1px solid #fefdf9;
  padding: 0 5px 0;
}

.query_table th {
  height: 26px;
  color: #4e4b40;
  text-shadow: 1px 1px #dedcd6;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background: url(../img/thBg.png)
}
.query_table th:hover {
  color: #1e1c18;
}
.query_table tr:nth-child(even) {background: #eeedeb;}
.query_table tr:nth-child(odd) {background: #fafafa;}

.query_table .firstCol {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}

.query_table .lastCol {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

.editAuction {
  right: auto;
  right: 250px;
  padding-left: 24px;
  font-size: 11px;
  font-weight: bold;
}
.editAuction div {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../img/editIco.png) no-repeat;
}

.editThis {
  width: 16px;
  height: 16px;
  background: url(../img/editIco.png) no-repeat;
  margin-right: 5px;
  margin-top: 4px;
  display: inline-block;
}
.deleteThisItem {
  width: 16px !important;
  height: 16px;
  background: url(../img/icoDelete15.png) no-repeat;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 4px;
}

.delAuction div {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icoDelete15.png) no-repeat;
}
.delAuction {
  padding-left: 24px;
  background-image: url(../img/butBgOrange.png) !important;
  color: #926934;
  border-color: #eedbc0;
  font-size: 11px;
  font-weight: bold;
}

.delAuction:hover {
  color: #7f5c2f;
  border-color: #e2cbab;
}
.delAuction div {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../img/icoDelete15.png) no-repeat;
}

.lotTemplate .editAuction {
  right: 100px;
}
.lotTemplate .delAuction {
  right: 10px;
}

.lotTemplate .lotFeatures {
  min-height: 20px !important;
}


.addAuctionTemplate {
  right: 27px;
}

.lotEdit h3 {
  top: 0;
}

.inAuBlock {
  top: 70px;
}

.cloneAuction {
  right: auto;
  left: 145px;
  padding-left: 24px;
  font-size: 11px;
  font-weight: bold;
}
.cloneAuction div {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../img/cloneIco.png) no-repeat;
}


.uploadedAuFile {
  padding-left: 24%;
}
.uploadedAuFile a {
  font-weight: bold;
  font-size: 15px;
}

.uploadedAuFile .deleteAuFile {
  color: #a80000;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-left: 12px;
  margin-left: 6px;
  background: url(../img/icoDelete.png) no-repeat left bottom;
  display: inline;
  height: 14px;
}

.abortedRate {
  color: #CC2B00;
}

.shouldAuthorize {
  font-size: 16px;
  padding-left: 30px;
  color: #65645D;
  font-style: italic;
  width: 50%;
  min-height: 65px;
}

.superWin {
  z-index: 25000 !important;
  padding-bottom: 60px;
}


.superWin label {
  width: 10% !important;
  display: inline-block !important;
/display: inline !important;
}
.superWin input {
  width: 79% !important;
  display: inline-block !important;
/display: inline !important;
}
.superWin .placeForError {
  margin-bottom: 0;
  margin-top: 10px;
}
.superWin .modalButton input {
  width: 130px !important;
}

.myMembers {
  margin-top: 20px;
  position: relative;
}
.toRejectBtns .sendMessageOrganizer {
  position: relative;
  top: -3px;
  left: 20px;
}
.toRejectBtns .user_message_btn {
  position: relative;
  top: -3px;
  left: 20px;
  cursor: pointer;
}
.user_message_btn {
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
}
.myTTabs {
  width: 100%;
}
.myTenderMessages .requestStatusFilter {
  padding-bottom: 20px;
}


.modalWin .formBlock {
  padding-left: 0px;
  height: 300px;
}
.modalWin .formBlock textarea {
  height: 200px;
}
.modalWin .formBlock .placeForError {
  width: 93%;
  text-align: left;
}
.messageWin .modalButton {
  width: 93%;
  text-align: right;
}
.messageWin {
  margin: -236px 0 0 -333px;
  background: #f9f7f3 url(../img/masterHeaderBg.png) repeat-x top;
  border: 1px solid #ffffff !important;
  width: 666px;
  height: 382px;
  padding: 14px;
  padding-top: 3px;
  padding-bottom: 40px;
}
.messageWin textarea,
.messageWin label,
.messageWin select,
.remessageWin textarea,
.remessageWin label,
.messageWin .whom,
.remessageWin .whom {
  display: block;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 0;
  line-height: normal;
}
.messageWin .whom,
.remessageWin .whom {
  background: #6F6E69;
  color: #ffffff;
  padding: 3px
}


.remessageWin {
  margin: -236px 0 0 -333px;
  background: #f9f7f3 url(../img/masterHeaderBg.png) repeat-x top;
  border: 1px solid #ffffff !important;
  width: 666px;
  height: auto;
  padding: 14px;
  padding-top: 3px;
  padding-bottom: 40px;
}
.remessageWin .formBlock {
  height: auto;
  width: 100%;
}

.bodyIframe {
  padding: 0 !important;
  background: none transparent;
}
.bodyIframe .overlay {
  background: transparent;
}


.winFrame {
  position: relative;
  top: 20px;
}
.bodyIframe .selectedTypesBlock {
  height: 200px !important;
  overflow: auto;
  margin-bottom: 10px;
}

.collsForm {
  font-size: 0;
  padding-right: 0;
  height: auto !important;
}
.collsForm h3 {
  margin: 0;
  text-align: left;
}

.needsDocs {
  overflow: auto;
  height: 250px;
  text-align: left;
}
.chooseFile .needDoc {
  padding-bottom: 0;
}
.rangeOfGoods {
  padding-top: 0px;
  width: 800px;
  height: 600px;
  margin: -300px 0 0 -400px;
  font-size: 12px;
  line-height: normal;
}
.winPreloader {
  background-image: url(../img/backend/preload.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


/* Загрузка файла */
.chooseFile {
  text-align: center;
  padding: 5px;
}

.chooseFileImage {
  font-size: 12px;
  line-height: 12px;
  background: #ECF4FA;
  color: #7C818E;
  padding: 3px 0;
}
.selectedText span {
  font-weight: bold;
  color: #417FAC;
}


.btnUpload {
  overflow: hidden;
  position: relative;
  cursor:pointer;
  text-align: center;
  height: 24px;
  line-height: 24px;
  background: url(../img/butBg.png) center;
  font-size: 14px;
  color: #537290;
  border-radius: 4px;
  text-shadow: 1px 1px #FFFFFF;
}

.thumb {
  position: relative;
}


.btnUpload input {
  opacity:0;
  filter:alpha(opacity:0);
  font-size:199px;
  cursor:pointer;
  padding:0px;
  margin:0px;
  border:none;
  position: absolute;
  top: 0;
  right: 0;
}

.collsForm label,
.collsForm input,
.collsForm select,
.collsForm textarea,
.collsForm .whom {
  display: block;
  width: 100% !important;
}

.inlineBlockForm {
  font-size: 0;
}

.blockForm {
  height: auto !important;
  padding-right: 0;
  text-align: left !important;
}
.noBotPad {
  padding-bottom: 5px;
  padding-top: 15px;
}
.cInserted {
  font-size: 0;
}
.addAuLotSettings {
  font-size: 0;
}


.blockForm label,
.blockForm input,
.blockForm select,
.blockForm textarea {
  display: block;
  width: 100% !important;
  text-align: left !important;
}


input.inputToRate {
  width: 100% !important;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, sans-serif;
  box-shadow: inset 0 0 10px #aba8a8;
}

.reallyBid .countdown_section {
  font-weight: normal !important;
}

.collumnForm {
  padding: 20px;
  font-size: 0;
}
.collumnForm * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.collumnForm div{
  vertical-align: bottom;
}


.collumnForm input,
.collumnForm textarea,
.collumnForm select {
  width: 100%;
}
.collumnForm .checkbox input {
  width: auto;
  height: auto;
}
.collumnForm fieldset  {
  border: 1px solid #efeae2;
  background: #f9f7f3;
  border-radius: 10px;
  padding: 10px;
  margin-top: 17px;
  position: relative;
}
.collumnForm textarea {
  height: 81px;
  margin: 0;
}
.goodEdit textarea {
  height: 200px;
}


.required:after {
  content: '*';
  color: #CC2B00;
  position: relative;
  top: 3px;
  font-size: 24px;
  line-height: 5px;
}
div.topAlign {
  vertical-align: top;
}

.contactIn {
  font-size: 12px;
}

.fio {
  font-size: 16px;
  font-weight: bold;
  color: #908E88;
}
.personsView ul {
  padding-left: 0;
}

{
  padding-top: 0;
}
.docAddWin {
  height: 250px;
}

.gridPad  .addAuctionButtons {
  padding-top: 20px;
}

.blockem {
  position: relative;
  top: 10px;
  padding-left: 20px;
}


.collumnForm label {
  width: 100%;
  color: #908E88;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  top: 5px;
}
.collumnForm legend {
  color: #908E88;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5px;
}
.collumnForm fieldset .deleteMember,
.collumnForm fieldset .deleteItem {
  bottom: auto;
  right: 10px;
  top: 2px;
}

.personsView fieldset {
  margin-top: 0;
}

.rating {
  cursor: pointer;
}


.c100 {
  width: 100% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.c99 {
  width: 99% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.c50 {
  width: 50% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.c25 {
  width: 25% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.c75 {
  width: 75% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.c33 {
  width: 33% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.c66 {
  width: 66% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.padR17 {
  padding-right: 17px;
}
.padR5 {
  padding-right: 5px;
}
.marR17 {
  margin-right: 17px;
}
.marB17 {
  margin-bottom: 17px;
}
.marT17 {
  margin-top: 24px;
}
.padAll {
  padding: 5px;
}

.btnDisable {
  background-image: url(../img/butBgDisable.png) !important;
  border-color: #d8d8d8 !important;
  color: #959595 !important;
  cursor: default;
}

.header_block {
  z-index: 1000;
}

.companyItem {
  padding-bottom: 0;
  padding-top: 10px;
}
.companyItem .auctionCreator {
  padding-right: 10px;
}
.companyItem p{
  margin-top: 5px;
}
.companyItem .account_name {
  font-size: 24px !important;
  padding-top: 0;
}
.companyItem img {
  vertical-align: middle !important;
}

.addAuCheckforAllLots {
  font-size: 14px;
  font-style: italic;
  padding-right: 10px !important;
  padding-top: 0px !important;
}

.checksInLot input {
  width: auto !important;
  height: auto !important;
}
.checksInLot label {
  width: auto !important;
  height: auto !important;
  margin-right: 20px;
}
.checksInLot {
  text-align: left;
}


.messageForAll {
  background: none;
  border: none;
  position: relative;
  top: 10px;
}
.myMembers .requestItem {
  position: relative;
  top: -75px;
}
.myMembers .messageForAll {
  position: absolute;
  right: 3px;
  top: -50px;
  z-index: 1000;
}

.reportItem .tenderButtons {
  top: 6px;
  width: 110px;
}
.isWinner {
  height: auto;
}
.reportItem .lotProduct {
  margin-right: 10px;
}


.editActive {
  padding: 0 10px 10px;
}

.editActive .btnAddAu {
  margin-top: 3px;
  width: 120px !important;
  height: 32px !important;
  font-size: 16px !important;
}

.prolonged {
  left: auto;
  right: 130px;
  top: -20px;
  text-transform: uppercase;
  font-size: 10px;
  width: 200px;
}

.editActive img {
  cursor: pointer;
  left: -20px;
  position: relative;
  top: 5px;
}

.welcomeMembers {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  padding-right: 10px;
  position: relative;
  top: -10px;
}
.welcomeMembers .tendexBtn {
  width: 200px;
  position: absolute;
  right: 10px;
  top: -43px;
  line-height: 24px;
}


.selectMembersWin {
  width: 790px;
  margin-left: -395px;
}
.saveWin {
  width: 790px;
  margin-left: -395px;
}
.selectMembersWin .modalButton,
.saveWin .modalButton {
  width: 760px;
}
.selectMembersWin .infoBlock {
  width: 350px;
  height: 350px;
  left: auto;
  right: 14px;
  overflow-y: auto;
  background-image: none;
  padding-left: 10px;
}
.selectMembersWin .infoBlock li,
.messageItem li  {
  padding-left: 10px;
  background: url(../img/priceBull.png) no-repeat left 1px;
}
.messageItem li {
  background-position: left 4px;
}


.selectMembersWin .infoClarification {
  position: absolute;
  width: 345px;
  top: 40px;
  right: 14px;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  font-style: italic;
}

.selectMembersWin .selectMembersBlock {
  position: absolute;
  width: 400px;
  height: 377px;
  left: 14px;
  top: 40px;
}
.selectMembersWin .selectedMembersBlock {
  overflow-y: auto;
  margin-top: 5px;
  height: 350px;
}
.goodsWin .selectedMembersBlock {
  height: 268px !important;
}
.selectMembersWin .rateListItem {
  padding-right: 20px;
  font-weight: normal;
  padding: 5px !important;
  line-height: 14px;
}
.selectMembersWin .rateListItem:hover {
  background: #ffffff;
}


.selectMembersWin .rateListItem  .deleteParam {
  top: 4px;
  right: 3px;
}


.selectMembersWin #autocomplete {
  width: 310px !important;
}

.addSelMember {
  position: absolute;
  right: 0;
  top: 24px;
  height: 34px !important;
  line-height: 30px;
}

.deleteMember,
.deleteItem {
  position: absolute !important;
  top: 1px;
  right: 0;
  cursor: pointer;
  width: 15px;
  height: 15px !important;
  background: url(../img/icoDelete15.png) no-repeat;
}

.addAuBeginningEnding .pseudolink {
  margin-left: 10px;
  font-weight: bold;
}

.invitationText {
  top: 34px;
}


.inMemberItem .auctionDetailsLink {
  right: 275px;
}

.inMemberItem .requestNum {
  left: auto;
  top: auto;
  bottom: -9px;
  right: 120px;
}
.inMemberItem .requestStatus {
  left: auto;
  top: auto;
  bottom: -9px;
  right: 30px;
}
.inMemberItem .timeCounter {
  background: none;
}
.inMemberItem .timeCounter .auctionDates {
  top: 20px;
}


.invitationNum,
.requestType2 {
  background: #FFCC66;
  width: 135px;
  text-align: center;
}
.proposalNum,
.requestType1 {
  background: #4568AD;
  color: #ffffff;
  text-shadow: 1px 1px #345086;
  width: 135px;
  text-align: center;
}

.inMemberItem .toRejectBtns {
  bottom: -10px;
  left: 20px;
  top: auto;
}
.inMemberItem .auctionCategoriesBlock {
  padding-bottom: 0;
}


.myLotsRequests .requestStatusFilter {
  margin-bottom: 0px;
}
.myLotsRequests .leftAlignFilter {
  top: -19px;
}
.myLotsRequests .messageForAll {
  top: -60px;
  right: 3px;
  z-index: 1500;
}


.myMembers .toRejectBtns  {
  width: auto;
  right: 40px;
}

.acceptanceOffer {

}
.acceptanceOffer * {
  position: relative;
  top: 5px;
}


.acceptanceOffer label,
.acceptanceOffer input {
  width: auto;
  height: auto;
}
.acceptanceOffer input {
  top: 0px;
}


.acceptanceOffer .pseudolink {
  font-size: 14px;
  font-style: italic;
  position: relative;
  top: -1px;
}


.offerWin {
  width: 80% !important;
  height: 80% !important;
  left: 10%;
  top: 10%;
  margin: 0px;
}
.offerWin .modalButton {
  width: 100%;
  bottom: 3%;
  text-align: center;
}


.offerWin .tendexBtn {
  width: auto !important;
}


.textBlock {
  overflow-y: scroll;
  overflow-x: auto;
  height: 85%;
  margin-bottom: 30px;
  margin-top: 20px;
  background: #ffffff;
  padding: 10px;
  color: #393838;
  font-size: 13px;
}

.centerContainer {
  text-align: center;
}


.inMyAccount {
  padding: 10px;
  color: #655A3B;
  width: 550px;
  position: static;
  display: inline-block;
}
.inMyAccount h2 {
  text-align: center;
}


.inMyAccount h2 span {
  position: relative;
  top: 2px;
}


.summBill {
  font-size: 36px;
  position: relative;
  top: 7px !important;
  padding-left: 10px;
}

.myBilling h3 {
  display: inline-block;
  width: 525px;
  position: relative;
  top: 10px;
}

.centerContainer .formBlock {
  text-align: left;
  padding: 20px
}
.inMyAccount select {
  width: 175px;
}
.inMyAccount label {
  height: 30px;
  line-height: 30px;
}
.inMyAccount b {
  font-size: 24px;
  position: relative;
  top: 4px;
  font-weight: normal;
}

.formBlock .centerContainer .tendexBtn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0;
  margin-top: 10px;
}

.renewedAuctionItem * {
  opacity: 0.5;
}

.renewedAuctionItem .auctionNumber,
.renewedAuctionItem .auctionNumber div {
  opacity: 0.8;
}


.renewedAuctionItem .renewedText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 28px;
  text-align: center;
  line-height: 70px;
  opacity: 1;
  z-index: 10000;
  color: #CC2B00;
}

.renewedWin .placeForError {
  font-size: 24px;
  line-height: normal;
}

.pseudoTable {
  padding: 0px 0 0 20px;
  width: 520px;
}
.pseudoTable li {
  border-bottom: 1px solid #C6D3D3;
}
.pseudoTable .auParameter {
  width: 200px;
  background: #f6f4f0;
}


.uploadAuFile,
.uploadAuFileAdd,
.uploadAuFileAddEdit {
  width: 260px !important;
}
.uploadAuFileAdd {
  margin-left: 24%;
}
.addUploadAuFile {
  margin-left: 24%;
  width: 250px;
  height: 40px;
  line-height: 40px;
}
.addUploadAuFile2 {
  margin-left: 150px;
  width: 250px;
  height: 40px;
  line-height: 40px;
}
.uploadAuFileName {
  width: 31% !important;
}

.myOpenAuction .uploadAuFileAdd {
  margin-left: 150px !important;
}
.editAuLabel {
  display: inline-block;
  width: 150px !important;
  font-size: 14px;
}
.edadfile {
  font-size: 0;
}

.system_vars {
  position: absolute;
  top: 50px;
  right: 300px;
}

.settingsContent {
  padding: 0 20px 10px;
}

.categoriesFilterBlock .btnSend {
  line-height: 26px;
  margin-top: 10px;
}

.settingsContent .categoriesFilterBlock {
  padding-top: 20px;
}

.user_name {
  text-transform: none !important;
  font-size: 12px !important;
  color: #2E3C46 !important;
  font-style: italic;
  font-weight: normal;
}
.isUser span {
  margin-top: 5px;
  padding: 0;
}

.additionInfo {
  font-size: 13px;
  color: #CC0033;
  font-family: Arial, Helvetica, sans-serif;
}

.participant {
  min-height: 10px;
  margin-bottom: 0;
  margin-top: 10px;
}
.participant .auctionCategories {
  padding: 0px;
}
.participant .auctionCategoriesBlock {
  line-height: normal;
  top: 8px;
}
.participant .requestStatus {
  width: auto;
  padding: 0 10px;
}

.noBgSort {
  margin-bottom: -20px;
}
.absoluteFilter {
  position: absolute;
  top: 10px;
  right: 20px;
  width : 200px;
}


.participantsList {
  padding-top: 0 !important;
}

.filterPop {
  width: 180px;
  position: absolute;
  top: 25px;
  right: 0;
  background: #FEFDF9;
  border-radius: 4px;
  border: 2px solid #ffffff;
  box-shadow: 0 0 5px #999793;
  padding: 10px;
}

.filterPop .filterLink {
  display: block;
  width: auto;
  text-align: left;
}
.filterPop .filterLink:hover {
  border-bottom: 1px solid transparent;
}

.absoluteFilter div.filterLink {
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
  padding-right: 16px;
}
.absoluteFilter div.filterLink .pipka {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 8px;
  height: 16px;
  background: url(../img/sort_down.png);
}

.absoluteFilter .active {
  color: #ffffff;
}

.gridPad {
  padding: 20px
}

.cBg {
  background: url("../img/h2Bg.png") repeat-x scroll center bottom #F5F3EF;
  border-radius: 10px 10px 10px 10px;
  color: #6F787A;
  font-size: 14px !important;
  padding: 10px;
  line-height: 24px;
  margin-bottom: 7px;
}
.cBg label {
  position: relative;
  top: 2px;
}
.cBg input {
  margin: 0 5px;
  height: auto;
}

.cBgInline {
  display: inline-block;
  margin-left: 10px;
}
.cBgInline input {
  width: 55px;
}


.timeAutoren {
  position: relative;
  top: 1px;
  font-size: 11px;
}

.buttonsSaveTender .btnAddAu {
  width: 100% !important;
}
.buttonsSaveTender {
  font-size: 0 !important;
  text-align: center;
}

.saveAsTemplate {
  font-size: 18px !important;
}
.modalWin .rateListItem input {
  width: auto !important;
  margin: 0 !important;
  height: auto;
  margin-right: 5px !important;
}

.tendexCopy {
  font-size: 12px;
  padding-left: 14px;
}

.tendexSmallLogo {
  display: inline-block;
  vertical-align: bottom;
  width: 112px;
  height: 47px;
  background: url(../img/footer_logo.png) no-repeat bottom;
  background-size: 90px 30px;
}

.paramValue {
  padding-right: 30px;
}


.addParamValue {
  width:  auto;
  position: absolute;
  right: 5px;
  top: -2px;
  height: auto;
  line-height: normal;
}

.modalWin h2 {
  font-weight: normal;
  padding-left: 40px;
  line-height: 32px;
}

.errorWin h2 {
  background: url(../../img/backend/icon-error.png) no-repeat left;
  color: #ab2d2d;
}
.warningWin h2 {
  background: url(../../img/backend/icon-warning.png) no-repeat left;
  color: #d98f02;
}
.infoWin h2 {
  background: url(../../img/backend/icon-info.png) no-repeat left;
  color: #0057ae;
}
.questionWin h2 {
  background: url(../../img/backend/icon-question.png) no-repeat left;
  color: #137d93;
}

.infoWin,
.warningWin,
.questionWin,
.errorWin {
  z-index: 20010;
  margin: -150px 0 0 -300px;
  width: 600px;
  padding: 20px;
  padding-top: 7px;
  padding-bottom: 60px;
  font-family: Tahoma, Arial, sans-serif;
  height: auto;
  display: none;
}
.modalButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  width: 96%;
}

.errorWin #dialog_box_message {
  max-height: 200px;
  overflow-y: auto;
}
.errorWin #dialog_box_message p {
  font-size: 12px;
  color: #AB2D2D;
  margin-bottom: 10px;
  line-height: normal;
}


.modalButton .checkbox {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.modalButton .checkbox input {
  width: auto;
  min-width: auto;
  margin: 0;
  height: auto;
}

.modalButton input,
.modalButton .button {
  background: url(../img/butBg.png) repeat-x center center !important;
  border: 1px solid #d4dbdd;
  color: #537290;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  padding: 0 10px !important;
  text-decoration: none;
  text-shadow: 1px 1px #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* behavior: url(/js/PIE.htc); */
  cursor: pointer;
  -webkit-box-shadow: 5px 0px 6px #d1d0ce;
  -moz-box-shadow: 1px 1px 2px #d1d0ce;
  box-shadow: 1px 1px 2px #d1d0ce;
  width: auto !important;
  min-width: 100px;
  display: inline-block;
}

.modalButton input.orangeBtn {
  background-image: url(../img/butBgOrange.png) !important;
  color: #926934;
  border-color: #eedbc0;
}
.modalButton input.orangeBtn:hover {
  color: #7f5c2f;
  border-color: #e2cbab;
}
.tabsRight {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.selectMembersWin .autocomplete_inp {
  width: 100% !important;
}
.catSoup {
  font-size: 0 !important;
  margin-top: 20px;
}
.catSoup .selectedMembersBlock {
  margin-top: 20px;
}
.catSoup .rateListItem {
  padding-right: 40px;
  font-size: 18px;
}

.collsForm label {
  text-align: left;
  top: 0;
}

.contactPersons div {
  vertical-align: top;
}

.collumnForm h3 {
  margin: 0;
}

.collumnForm .buttonsSaveTender {
  margin-top: 17px;
}
.collumnForm .saveAsTemplate {
  height: 30px;
  line-height: 26px;
  margin-top: 10px;
  font-size: 16px !important;
}

.savedBlock {
  background: #AFEBA9;
  border-radius: 10px 10px 10px 10px;
  box-shadow: -1px -1px 15px #FFFFFF;
  color: #537290;
  display: none;
  font-size: 24px;
  left: 50%;
  line-height: normal;
  margin: -150px 0 0 -250px;
  position: fixed;
  text-align: center;
  text-shadow: -1px -1px #FFFFFF;
  top: 50%;
  width: 500px;
  padding: 30px;
  z-index: 20000;
}

.comItem .lotProduct {
  font-size: 18px;
}
.radioGroup {
  text-align: left;
}

.allRatings .messageItem {
  border-bottom: 1px dashed #D8D8D6;
}
.allRatingsWin {
  height: 640px;
  margin-top: -320px;
  text-align: left !important;
}
.allRatingsWin  h6,
.allRatingsWin .allRatings {
  text-align: left;
}
.allRatingsWin .formBlock {
  padding-right: 0;
  height: auto;
}
.allRatingsWin .formBlock h6 {
  top: 15px;
  position: relative;
}


.allRatings {
  margin-top: 20px;
  height: 300px;
  overflow: auto;
}
.allRatings .messageItem {
  padding: 5px 10px;
  background: #ffffff;
  margin-bottom: 0;
}

.rateNum {
  position: absolute;
  right: 10px;
  top: 5px;
}

.categoriesGrid .addAuctionButtons {
  padding-bottom: 0;
  position: relative;
  top: 10px;
}


.radioGroup input,
.radioGroup label {
  height: auto;
  width: 20px !important;
  display: inline;
  margin: 0;
}
.radioGroup label {
  padding-right: 10px;
  font-weight: bold;
}

/* Статусы акаунтов */
.status {
  color: #ffffff !important;
  text-shadow: none !important;
  font-weight: bold !important;
}
.status .pseudoLink {
  color: #ffffff !important;
  border-color: #ffffff !important;
  font-weight: normal !important;
  margin: 0 3px;
}
.status .pseudoLink:hover {
  border-color: transparent !important;
}


.categoriesGrid table td {
  text-align: left !important;
  padding: 4px;
  vertical-align: middle;
}
.categoriesGrid table .catNum{
  line-height: 26px;
}
.status .tendexBtn {
  display: inline-block;
  box-shadow: none;
}

.editForm {
  font-size: 0;
  text-align: left;
}

.statusChange,
.reasonView {
  width: 820px;
  height: 582px;
  margin: -291px 0 0 -410px;
}
.reasonView .winBody {
  height: 420px;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #6B6868;
  font-size: 12px;
  line-height: normal;
  padding: 20px
}


.infoView ul li b {
  display: block;
  padding: 5px;
  position: relative;
  top: -3px;
  background: #FEFDF9;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.infoView div{
  vertical-align: top;
}
.lotFeatures h3 {
  margin: 5px 0;
}

.collumnForm label.thisDoc {
  top: 0;
}


.modalWin input.addAuDate {
  width: 110px !important;
  height: 25px;
  margin-bottom: 0;
}
.statusChange .formBlock {
  padding-right: 6px;
}
.statusChange .modalButton {
  right: 15px;
}

.thisDoc {
  padding: 3px;
  display: block;
}
.thisDoc a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.lotName {
  background-image: none;
}


.versions {
  background: #F0EEEC;
  padding: 10px;
}
.versions h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  line-height: 20px;
  padding-left: 20px;
}
.versions .thisDoc a {
  font-weight: normal;
}

.infoView legend {
  font-size: 14px;
}
.opened h4 {
  background: url(../img/filtrCollapseUp.png) no-repeat left top;
}
.closed h4 {
  background: url(../img/filtrCollapseDown.png) no-repeat left top;
}

.opened .versionsContainer {
  display: block;
}
.closed .versionsContainer {
  display: none;
}

.adminSettings h2,
.adminSettings .checkbox {
  margin: 0;
}
.adminSettings .checkbox {
  padding-left: 20px;
}

.catname {
  font-weight: normal;
  font-style: italic;
}
.controls .tendexBtn {
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
  font-size: 12px;
}

.smallArea {
  height: 100px !important;
}

.editDoc {
  padding-top: 0;
}
.editDoc .chooseFile label {
  text-align: left;
  display: block;
  top: 0;
}


.alerta {
  padding-right: 10px;
  font-size: 18px;
  color: #A74617;
  font-family: Arial, Helvetica, sans-serif;
}

/* Дерево */

#tree_ul {
  padding: 0px;
  padding-left: 60px;
  height: 500px;
  text-align: left;
  overflow: auto;
}
#tree_ul li input {
  width: auto;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 7px;
  width: auto !important;
  height: auto !important;
}


.folderArrow {
  position: absolute;
  left: -15px;
  top: 12px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url(../../img/backend/treeArrows.gif);
  opacity: 0.4;
}
.folderArrow:hover {
  opacity: 1;
}
.arrowOpened {
  background-position: left bottom;
}
.arrowClosed {
  background-position: left top;
}

#tree_ul ul {
  margin: 5px;
  padding-left: 20px;
  border-left: 1px dotted #959595;
}


#tree_ul li{
  font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #4E5E63;
  list-style-type:none;
  position: relative;
  left: -10px;

}

#tree_ul li span {
  font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #4E5E63;
  min-height: 34px;
  padding-top: 3px;
  background: url(../../img/backend/folder.png) no-repeat;
  padding-left: 36px;
  text-indent: 0px;
  margin-top: 5px;
  display: block;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
#tree_ul li span:hover {
  color: #87989d;
}
#tree_ul .liselected:hover  {
  color: #137D93;
}

#tree_ul .liopen {
  background: url(../../img/backend/folder_open.png) no-repeat;
}
#tree_ul .liopen ul {
  display: block;
}

#tree_ul .liclose {
  background: url(../../img/backend/folder_close.png) no-repeat;
  display: block;
  height: auto;
}
#tree_ul .liclose ul {
  display: none;
}

#tree_ul .noactive {
  background-color: #f0eeec;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

#tree_ul .liselected {
  color: #0a658d;
}
#tree_ul .liselected:hover {
  color: #0a658d;
}

.categoriesWin {
  font-size: 16px;
  text-align: center;
}

.requiredText {
  font-size: 14px;
  font-style: italic;
  color: #CC2B00;
  padding-bottom: 10px;
}

.informationOnAuction .already {
  background-image: url(../img/already.png);
}
span.adminRule {
  color: #BD3403;
  font-weight: bold;
  font-size: 12px;
}

.needDoc .btnUpload {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}

.needsDocs form {
  display: inline-block;
  width: 50%;
}

/* Formula css  */
.formulaCreate {

}
.formulaCreate textarea {
  width:98%;
  margin-top:10px;
  padding:1%;
  text-align:left;
}
.formulaText {
  font-size:16px;
  line-height:21px;
  color:#000301 !important;
  font-weight:bold;
  font-family: Trebuchet MS;
}
.formulaText[placeholder] {


}
.formulaClear {
  float:right;
  font-size:12px;
  color:#e10000;
  border-bottom:1px dashed #e10000;
  cursor:pointer;
}
.formulaClear:hover {
  border-bottom:none;
}
.formulaHint {
  float:left;
  font-size:12px;
  color:#e10000;
  width:90%;
  font-style:normal;
  word-wrap: break-word;
  padding: 10px 0;
}
.seeVariables {
  width:100%;
  border-top:1px solid #d2d2ca;
  position:relative;
  margin-top: 35px;
  clear:both;
  border-bottom:1px solid #d2d2ca;
  padding-bottom:15px;

}
.abotVariables {
  width:100%;
  padding-bottom:15px;
  clear:both;
  position:relative;
}
.abotVariables ul {
  width:100% !important;
}
.abotVariables ul li {
  width: 280px;
  display: inline-block;
}
.abotVariables ul li input {
  margin: 0;
  width: 65px;
  vertical-align: middle;
}


.abotVariablesTitle {
  font-size:14px;
  width:100%;
  display:block;
  color: #94908d !important;
  font-weight: bold;
  font-style: italic;
  margin-top:20px;
}
.seeVariables:after, .abotVariables:after {
  content: '';
  display: block;
  clear: both;
}
.seeVariables h4 {
  position:absolute;
  top:-10px;
  left:47%;
  width:130px;
  background: #f5f3ef;
  padding: 0 10px;
  color:#94908d;
  font-size:14px;
  font-weight:normal;
}
.liTitle {
  color:#94908d !important;
  font-weight:bold;
  font-style:italic;

}
.seeVariables ul, .abotVariables ul {
  float:left;
  width:24%;
  margin-right:1%;
  display:block;
  margin-top:20px;
  overflow: hidden;
  font-size:14px;
  list-style:none;
}
.liTitle {
  padding:1%;
}

.formulaItem {
  cursor:pointer;
  width:98%;
  padding:1%;
  color:#7c7c7c;
  font-size:12px;
  line-height:18px;
  font-style:normal;
}
.formulaItem strong {
  color:#010101;
  font-size:18px;
  line-height:24px;
}

.disabled {
  cursor: default;
  opacity : 0.5;
}

.formulaItem:hover {
  background-color:#e3e3e3;
}
.formulaItemAbuot {
  width:98%;
  padding:1%;
  color:#7c7c7c;
  font-size:12px;
  line-height:18px;
  font-style:normal;

}
.formulaItemAbuot span {
  width:35px;
  display:inline-block;
  text-align:center;
}
.formulaItemAbuot strong {
  color:#010101;
  font-size:18px;
  line-height:30px;
  margin-right:5px;
  width:30px;
  display:inline-block;
}
.formulaItemAbuot input {
  width:75px;
  line-height:16px;
  font-size:14px;
  height: 16px;
  margin: 5px 5px 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight:bold;
}
.formulaError {
  border-color:#e10000;
}


.timerTitle {
  float: left;
  color:#9e9b9b;
  font-size:14px;
  line-height:32px;
  font-style:normal;
  margin-left:30px;
}
.marginBotFix {
  margin-bottom:20px;
}

.bidItemsList {
  margin-top:25px;
}

.bidItemsList ul {

}
.bidItemsList:after {
  content: '';
  display: block;
  clear: both;
}
.bidItemsItem {
  width:100%;
  display:table-cell;
  vertical-align:middle;
  list-style:none;
  border-bottom:1px solid #e7e7e3;
  float:left;
  padding: 5px 0;
  line-height:24px;
}
.bidItemsItem strong {
  float:left;
  color:#010101;
  font-size:18px;
  margin-right:5px;
  text-transform: uppercase;
}
.bidItemsItem b {
  float:right;
  width:115px;
  font-size:16px;
  text-align:left;

}
.bidItemsItem p {
  width:145px;
  float:left;
  color:#7c7c7c;
  font-size:11px;
  text-align:left;
  margin-bottom: 0;
}
.bidItemsItem span {
  float:left;
  width:100px;
  font-size:14px;
  color:#717171;
}
.textAlignLeft span,
.textAlignRight span {
  width: auto;
  float: none;
}


.textAlignLeft {
  text-align:left;
}
.textAlignRight {
  text-align:right;
}
.bidItemsRight {
  float:right !important;
  width:280px !important;
  vertical-align:middle;
  display:table-cell;
}
.bidItemsRight span {
  white-space: nowrap;
}

.bidItemsItem p {
  line-height: normal;
  padding-top: 4px;
}

.bidItemsItem input {
  width:85px !important;
  line-height:16px;
  font-size:11px;
  height: 16px;
  margin: 2px 5px 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight:normal;
  float:left;

}
.bidItemsTotal,
.bidItemsTotalPrice {
  font-size:14px;
  color:#969293;
  text-align:right;
  padding: 0 1%;
  vertical-align: bottom;
  line-height: 24px;
}
.bidItemsTotal strong,
.bidItemsTotalPrice strong {
  color:#db3100;
  font-size:20px;
}
.bidItemsTotal b {
  color:#db3100;
  font-size:18px;
}
.bidItemsError {
  width:100%;
  padding:1%;
  font-size:16px;
  line-height:24px;
  color:#fff;
  background-color:#db3100;
  margin:15px 0;
  text-align:left;
}
.errorColorRed {
  color:#c20000 !important;
}
.errorBorderRed {
  border-color:#c20000 !important;
  color:#c20000 !important;
}
.formulaMore {
  position:relative;
  margin-left:50px;
}
.formulaMore a {
  font-size:14px;
  text-decoration:none;
  border-bottom:1px dashed #bebebe;
  color:#bebebe;
  font-weight:normal;
}
.formulaMore a:hover {
  border-bottom: none;
}
.formulaMoreBox {
  position:absolute;
  z-index:999;
  background-color:#fff;
  border:1px solid #d4d0cd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:10px;
  top: 18px;
  left: -24px;
  width: 125px;
}
.widthFixSmall {
  width:35px;
}
.marginTopFix {
  margin-top:1px;
}

#sending_to_member_container {
  display: none;
  height: 460px;
}

#placeForErrorMessage {
  display: none;
}

.allow_file_extensions {
  font-size: 11px;
  text-align: center;
}

.formulaItself {
  background: #918973;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  left: -1px;
  top: 2px;
}
.inLotVars li {
  display: inline-block !important;
  width: auto;
  cursor: default;
  padding: 3px
}
.inLotVars li:hover {
  background: none;
}


.inLotVars ul {
  float: none;
  width: 100%;
  margin-top: 5px;
}

.inLotVars h4 {
  width: auto;
  left: 40%;
}
.inLotVars .seeVariables {
  margin-top: 11px !important;
  padding-bottom: 5px;
}
.inLotVars .formulaItself {
  text-align: center;
  padding: 3px 10px;
  font-size: 14px;
}
.inLotVars li strong {
  color: #918973;
  font-size: 14px;
}

.reasonText {
  padding: 5px 10px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.reasonText h4 {
  font-style: italic;
}
.reasonItem h3 {
  margin: 0
}
.reasonItem {
  margin: 5px
}

.incorrectProposal {
  color: #DB3100;
  margin-bottom: 5px;
}
.incorrectProposal p {
  margin-bottom: 0;
}


.big_cause {
  display: none;

}

#offer_win {
  left: 10%;
  right: 10%;
  top: 15%;
  bottom: 15%;
  margin: 0;
  width: auto;
  min-width: 775px;
  min-height: 300px;
  overflow: visible !important;
}
#offer_win * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


#offer_win h1,
#offer_detail_win h1 {
  margin: 0 0 10px;
  padding-right: 140px;
  text-align: left;
}
#offer_win .seeVariables,
#offer_detail_win .seeVariables {
  margin: 0;
  padding: 0;
  top: 15px;
  border-bottom: none;
}


#offer_win .seeVariables h3,
#offer_detail_win .seeVariables h3 {
  margin: 0;
  width: auto;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  top: -17px;
  background: #F9F7F3;
  font-size: 16px;
}

#offer_detail_win .bidItemsList,
#offer_win .bidItemsList {
  margin-top: 0;
  overflow-y: auto;
  border-bottom: 1px solid #999793;
  padding-left: 5px;
  box-shadow: inset 0 0 4px #94908D;
  background: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 100px;
  bottom: 75px;
}
.sborKPBid .bidItemsList {
  right: 48% !important;
}
.bidComment {
  display: none;
}
.bidComment textarea {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  height:85%;
}
.sborKPBid .bidComment {
  display: block !important;
  position: absolute !important;
  left: 53% !important;
  right: 10px !important;
  top: 100px !important;
  bottom: 75px !important;
}
#offer_detail_win .bidItemsList {
  position: static;
  max-height: 400px;
  box-shadow: none;
  border-bottom: none;
}


#offer_win .bidItemsItem {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.sborKPBid .bidItemsItem {
  width: 99% !important;
}

@media screen and (min-width: 1600px) {
  #offer_win {
    top: 25%;
    bottom: 25%;
  }

}

@media screen and (max-width: 1263px) {
  #offer_win .bidItemsItem {
    width: 89%;
  }

  #offer_win .bidItemsItem {
    float: none;
  }
  #offer_win {
    top: 10%;
    bottom: 10%;
  }

}


#offer_win .bidPriceItem,
#offer_detail_win .bidPriceItem {
  background: #F0EEEC;
  border-radius: 6px;
}
#offer_win .bidPriceItem ul,
#offer_detail_win .bidPriceItem ul {
  padding-top: 5px;
}

#offer_win .bidPriceItem .bidItemsRight {
  width: 106px !important;
}



#offer_win .bidPriceItem ul .bidItemsRight,
#offer_detail_win .bidPriceItem ul .bidItemsRight {
  /*width: 100px !important;*/
}
#offer_win .bidPriceItem .bidItemsItem,
#offer_detail_win .bidPriceItem .bidItemsItem {
  background: #FFFFFF;
  width: 98%;
  float: none;
}
#offer_detail_win .bidPriceItem .bidItemsItem {
  display: block;
  text-align: left;
  margin: 0 5px;
}


#offer_win .bidPriceItem .bidItemsItem:hover,
#offer_detail_win .bidPriceItem .bidItemsItem:hover {
  background: #fbfaf9;
}


#offer_win .modalButton,
#offer_detail_win .modalButton {
  width: 100%;
  vertical-align: bottom;
}

#offer_win .incorrectProposal,
#offer_win .bidItemsError {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  width: auto;
  margin: 0;
  padding: 2px 10px;
}

#offer_win .bidItemsItem strong,
#offer_detail_win .bidItemsItem strong {
  padding-left: 5px;
}
#offer_win .bidPriceItem .bidItemsItem strong,
#offer_detail_win .bidPriceItem .bidItemsItem strong {
  font-size: 14px;
  text-transform: none;
  width: 80%;
  text-align: left;
}
#offer_detail_win .bidPriceItem .bidItemsItem strong {
  float: none;
}
#offer_detail_win .bidItemsItem .bidItemsRight {
  text-align: right;
  padding-right: 5px;
}
#offer_detail_win .bidItemsItem .textAlignRight {
  float: none;
}


#offer_win .bidPriceItem .bidItemsItem strong em,
#offer_detail_win .bidPriceItem .bidItemsItem strong em {
  font-weight: normal;
  font-size: 11px;
}


#offer_win .countdownTimer,
#offer_detail_win .countdownTimer {
  padding-top: 0;
}
#offer_win .timeCounter,
#offer_detail_win .timeCounter {
  background-position: 0 2px;
  right: 20px;
}


.reallyBid label {
  width: 322px !important;
  line-height: 16px !important;
  font-size: 11px;
  text-align: left;
  display: block;
  margin-top: 5px;
}
.reallyBid textarea {
  width: 99%;
}
.reallyBid .modalButton {
  width: 378px;
}

#main_auction_file{
  overflow:hidden;
  position: relative;
}

.add_document_inp {
  position: absolute;
  left:0px;
  right: 0px;
  opacity:0;
  filter:alpha(opacity:0);
  font-size:199px;
  cursor:pointer;
  border:none;
  width: 250px!important;
  height: 40px;
}


.searchTenders {
  margin: 0 40px 10px;
  font-size: 0;
  position: relative;
}
.searchTenders input,
.searchTenders select {
  display: inline-block;
  vertical-align: top;
  height: 30px;
}
input.searchInput {
  width: 60%;
  padding: 0;
  height: 28px;
  padding-left: 5px;
}
.clearSearch {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icoClearSearch.png") no-repeat center center;
  position: absolute;
  right: 41.3%;
  top: 5px;
}
.searchType {
  width: 29%;
  position: relative;
  left: -1%;
  background: #f0f0f0;
}
.searchBtn {
  width: 10%;
  position: relative;
  left: 1%;
}

.tenderFilters {
  padding: 0 40px 10px;
  margin: 15px 0;
  position: relative;
}

.dateRangeFilter {
  position: absolute;
  left: 40px;
  top: 0;
  color: #171D20;
}
.dateRangeFilter input {
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  width: 90px !important;
}

.downloadFAQ {
  padding: 10px 20px;
}
.downloadFAQ a {
  display: block;
  width: 100%;
  line-height: 39px;
  height: auto;
  font-size: 16px;
}

.faqPage {
  padding: 40px;
}
.faqPage dt.faqOpened {
  background: url(../img/sort_down.png) no-repeat left center;
  padding-left: 15px;
}
.faqPage dt {
  background: url(../img/sort_left.png) no-repeat left center;
  padding-left: 15px;
}
.faqPage dt b {
  color: #0163ac;
  border-bottom: 1px dashed #0163ac;
  cursor: pointer;
  font-size: 18px;
}
.faqPage dt b:hover {
  border-bottom: 1px dashed transparent;
}
.faqPage dd {
  display:none;
  padding: 15px;
  padding-top: 5px;
}
.faqOpened + dd {
  display: block;
}

.tenderTypeSet {
  position: absolute;
  top: 25px;
  left: 300px;
  font-size: 16px;
  color: #6f787a;
  font-weight: bold;
}

.addAuction input:disabled + label {
  opacity: 0.5;
}

.tenderTypeSet label {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 26px;
  height: 26px;
  display: inline-block;
}
.tenderTypeSet input {
  margin-top: 0;
}

.dateEditWin .addAuTime {
  width: 52px !important;
}
.dateEditWin .formBlock {
  padding-top: 0;
}

.dateEditWin .errorBlock {
  color: #aa1000;
}

.dateEditWin .addAuBeginningEnding {
  margin-bottom: 0;
}

.dateEditWin .formBlock textarea {
  height: 140px;
}

.emptySearchResult{
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.timeCounterFixed{
  position: fixed;
  width: 250px;
  padding-top: 20px;
  padding-left: 50px;
}

.timeCounterFixed .timeCounter{
  position: static;
  border-radius: 8px;
  background: rgba(6,210,1,0.3);
}

.statusC .timeCounterFixed .timeCounter {
  background: rgba(175,188,188,0.3);
  color: #7c8686;
}

.statusC .timeCounterFixed .countdown_section{
  color: #7c8686;
}

.statusC .timeCounterFixed .countdown_amount{
  color: #7c8686;
}

.alertAnimation {
  transition: all 5s ease-in-out;
  background: #FF0000 !important;
  color: #843030;
  animation: timerAlertAnim 1.8s infinite alternate;
  animation-timing-function: ease-in-out;
  animation-delay: 5s;
}

.alertAnimation .countdown_section{
  transition: color 5s ease-in-out;
  color: #843030;
}

.alertAnimation .countdown_amount{
  transition: color 5s ease-in-out;
  color: #843030;
}

@keyframes timerAlertAnim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

.productLabel{
  padding-right: 50px;
  padding-left: 10px;
  font-size: 13px;
}

.productLabel label{
  cursor: pointer;
}

.bidPriceItemContainer{
  position: relative;
}

.offer_no_bid{
  position: absolute;
  left : 100px;
}

.offer_no_bid label{
  display: inline-block;
  width: 50px;
  font-size: 14px;
}

.offer_no_bid input{
  font-size: 14px;
  float: none;
  width: auto!important;
}

.banner {
  padding: 10px;
  border: 1px solid black;
  width: 600px;
  border-radius: 7px 7px 7px 7px !important;
  box-shadow: 3px 3px 16px rgba(0,0,0,0.3);
  float: right;
}

.banner span {
  color: red !important;
  line-height: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}