
/*/ds-comf/ds-form/css/dsforms.css*/
/*  --------------------------------------------------
  Global style
  -------------------------------------------------- */
form > div[class^="field"] {
  margin: 15px 0;
}
form div[class^="field"] .focusout {
  box-shadow: 0 0 5px #A0C2F9;
  border-color: #A0C2F9;
}
form div[class^="field"] .alert {
  box-shadow: 0 0 5px red;
  border-color: red;
}
form div[class^="field"] label .required {
  color: red;
}
.error-report {
  text-align: center;
  padding: 20px;
}
.error-report .head-report {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.error-report .text-report {
  margin-top: 20px;
  font-size: 18px;
}
.error-report .text-report p {
  margin: 5px 0;
}
.error_form ul {
  padding: 5px;
  list-style-position: inside;
  margin: 0;
}
.error_form ul li {
  list-style-type: none;
  padding: 2px;
  color: red;
}
.loadform, 
.loadbuttom {
  display: none;
}
.loadbuttom {
  margin: 0 10px;
}
input[readonly],
textarea[readonly] {
    background: none !important;
    border: none !important;
}
/*	--------------------------------------------------
	Style dspopup Modals
	-------------------------------------------------- */
.dspopup-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  top: 0;
  left: 0;
}
.dspopup-modal {
  visibility: hidden;
  display: none;
  background-color: #f5f5f5;
  position: fixed;
  z-index: 999999;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.dspopup-modal.small {
  width: 200px;
  margin-left: -140px;
}
.dspopup-modal.medium {
  width: 400px;
  margin-left: -240px;
}
.dspopup-modal.large {
  width: 600px;
  margin-left: -340px;
}
.dspopup-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
.dspopup-modal .close-dspopup-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: -15px;
  right: -15px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(images/close_circle.png) no-repeat;
}
.dspopup-modal .close-dspopup-modal:hover {
  background-position: 0 100%;
}
/*  --------------------------------------------------
  Forms Styles
  -------------------------------------------------- */

#zakaz {
  width: 300px;
  margin: 20px 0;
  padding: 0 20px;
}
#zakaz .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#zakaz label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#zakaz input[type="text"] {
  width: 287px;
  height: 31px;
  padding: 2px 5px;
}
#zakaz textarea {
  width: 287px;
  height: 80px;
  resize: none;
  padding: 2px 5px;
}
#zakaz input[type="submit"] {
  color: #444444;
  height: 30px;
  text-transform: uppercase;
  width: 100px;
}
#zakaz input[type="submit"]:hover {
  cursor: pointer;
}
#zakaz select {
  background: none;
  height: 30px;
  color: #444444;
}
#zakaz .labelcall {
  height: 30px;
}
#zakaz .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#zakaz .scall label,
#zakaz .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#zakaz .labelcall,
#zakaz .scall,
#zakaz .docall {
  display: inline-block;
  margin: 0;
}
#zakaz .zpole,
#zakaz .buttonform {
  text-align: center;
}
#zakaz .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#zakaz .error-report {
  color: #444;
} 
.fk-btn {
  background: none repeat scroll 0 0 #581F25;
  border: medium none;
  color: #FFFFFF;
  font-size: 150%;
  padding: 7px 25px;
  position: absolute;
  right: 258px;
  top: 30px;
}
.fk-btn:hover{
	text-decoration: underline;
}


#dsotziv {
  width: 300px;
  margin: 20px 0;
  /*padding: 0 20px;*/
  padding: 0px;
}
#dsotziv .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
#dsotziv label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
#dsotziv input[type="text"] {
  width: 287px;
  height: 31px;
  padding: 2px 5px;
}
#dsotziv textarea {
  width: 287px;
  height: 80px;
  resize: none;
  padding: 2px 5px;
}
#dsotziv input[type="submit"] {
  height: 30px;
  text-transform: uppercase;
  color: #444444;
}
#dsotziv input[type="submit"]:hover {
  cursor: pointer;
}
#dsotziv select {
  background: none;
  height: 30px;
  color: #444444;
}
#dsotziv .labelcall {
  height: 30px;
}
#dsotziv .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
#dsotziv .scall label,
#dsotziv .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
#dsotziv .labelcall,
#dsotziv .scall,
#dsotziv .docall {
  display: inline-block;
  margin: 0;
}
#dsotziv .zpole,
#dsotziv .buttonform {
  text-align: center;
}
#dsotziv .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
#dsotziv .error-report {
  color: #444;
} 
#sub_fk{
  width: 100px;
}

.ds-form-fk {
  width: 300px;
  margin: 20px 0;
  padding: 0 20px;
}
.ds-form-fk .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.ds-form-fk label {
  display: block;
  float: left;
  color: #555555;
  width: 100px;
}
.ds-form-fk input[type="text"] {
  width: 287px;
  height: 31px;
  padding: 2px 5px;
}
.ds-form-fk textarea {
  width: 287px;
  height: 80px;
  resize: none;
  padding: 2px 5px;
}
.ds-form-fk input[type="submit"] {
  color: #444444;
  height: 30px;
  text-transform: uppercase;
  width: 100px;
}
.ds-form-fk input[type="submit"]:hover {
  cursor: pointer;
}
.ds-form-fk select {
  background: none;
  height: 30px;
  color: #444444;
}
.ds-form-fk .labelcall {
  height: 30px;
}
.ds-form-fk .labelcall label {
  width: 80px;
  float: none;
  padding-left: 10px;
}
.ds-form-fk .scall label,
.ds-form-fk .docall label {
  line-height: 28px;
  width: 20px;
  margin: 0 8px;
}
.ds-form-fk .labelcall,
.ds-form-fk .scall,
.ds-form-fk .docall {
  display: inline-block;
  margin: 0;
}
.ds-form-fk .zpole,
.ds-form-fk .buttonform {
  text-align: center;
}
.ds-form-fk .error_form ul {
  border-top: 1px solid #eeeeee;
  background-color: #E7E7E7;
}
.ds-form-fk .error-report {
  color: #444;
} 

#one_click_light {
  padding: 10px 20px;
}

#one_click_light input[type="text"] {
  width: 287px;
  height: 31px;
  padding: 2px 5px;
}

#one_click_light input[type="submit"] {
  color: #444444;
  height: 30px;
  text-transform: uppercase;
  width: 100px;
}

#one_click_light .form-head {
  color: #777777;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}


.blok > p {
    float: left;
    font-weight: bold;
    margin-top: 11px;
    vertical-align: middle;
    width: 55%;
}
.blok > img {
    float: left;
    margin: 8px;
    
}
.blok{
  cursor: pointer;
    position: relative;

}
.blok:hover .iner {
    display: block!important;
}
.iner {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    display: none;
    left: 39px;
    padding: 5px;
    position: absolute;
    top: 44px;
    z-index: 999;
      width: 100%;
}


#header_logo {
  display: block;
  width: 300px;
}
.preim {
    margin: 17px 0;
}



#header_logo span {
  font-size: 1.2em;
  font-style: italic;
  margin-top: -15px;
}

#sale  .close-dspopup-modal {
  background: rgba(0, 0, 0, 0) url("/ds-comf/ds-form/images/cl.png") no-repeat scroll 0 0 !important;
  color: #aaa;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  height: 30px;
  line-height: 0.5;
  position: absolute;
  right: -21px !important;
  top: -2px !important;
  width: 30px;
}


#sale {
    background: rgba(0, 0, 0, 0) url("/ds-comf/ds-form/images/bg.png") repeat scroll 0 0;
    height: 421px !important;
    width: 721px !important;
    border-radius: none!important;
    box-shadow:none!important;
}
#sale #youemail {
    background: rgba(0, 0, 0, 0) url("/ds-comf/ds-form/images/ss.png") repeat scroll 0 0;
    border-radius: 5px;
    bottom: 113px;
    height: 40px;
    position: absolute;
    right: 37px;
    width: 200px;
}
#sale .buttonform {
    background: rgba(0, 0, 0, 0) url("/ds-comf/ds-form/images/kn.png") repeat scroll 0 0;
    bottom: 45px;
    height: 40px;
    position: absolute;
    right: 36px;
    width: 200px;
}
#sale .buttonform input {
    height: 40px !important;
    opacity: 0;
    width: 100% !important;
}
#form-sale a {
  background: rgba(0, 0, 0, 0) url("/ds-comf/ds-form/images/ss.png") repeat scroll 0 0;
  bottom: 9px;
  display: block;
  font-size: 0;
  height: 32px;
  left: -1px;
  position: absolute;
  width: 438px;
}