/* devis.css */

#DiagnosticBox .TitleOrangeArrow {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #f56202;
  text-transform: uppercase;
  margin: 10px;
}

#DiagnosticBox .title {
  font-size: 14px;
  font-weight: bold;
  color: #2952B5;
  margin: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #6D8290;
  text-transform: uppercase;
}

.AutoFormHeader {
  font-size: 12px;
  padding: 10px;
  color: #63686d;
}

.DrWForm td {
  font-size: 12px;
  padding: 2px 5px;
  color: #63686d;
}

.required {
  color: red;
}

#DiagnosticBox .text {
  font-size: 12px;
  padding: 2px 10px 2px 0;
  color: #63686d;
}

.error {
  color: red;
  font-size: 12px;
  list-style-type: none;
  margin: 0 10px;
}

.error li {
  margin: 5px 0;
}

.errors {
  color: red;
  font-weight: bold;
  font-size: 11px;
  margin-left: 25px;
}

#InfoRequestBox {
  margin: 10px;
  background: white;
}

#InfoRequestBox .title {
  margin: 10px 0 5px 0;
  padding: 2px 10px 2px 20px;
  background: #177298 url(/images/menus/sectionmenu-arrow.gif) no-repeat 7px;
  color: white;
}

#InfoRequestBox table tr td {
  padding-left: 10px;
}

#InfoRequestBox a.know {
  text-decoration: none;
  color: #177298;
  margin-left: 80px;
  padding-left: 20px;
  background: transparent url(/images/menus/form-arrow.gif) no-repeat 7px;
}

#InfoRequestBox a:hover {
  text-decoration: none;
}

#InfoRequestBox a .infoPlomb,
#InfoRequestBox a .infoTermites,
#InfoRequestBox a .infoCarrez,
#InfoRequestBox a .infoEnergetique,
#InfoRequestBox a .infoErnt,
#InfoRequestBox a .infoAmiante,
#InfoRequestBox a .infoGaz,
#InfoRequestBox a .infoNormeHabitabilite,
#InfoRequestBox a .infoElectrique,
#InfoRequestBox a .infoBoutin {
  display: none;
}

#InfoRequestBox a:hover .infoPlomb,
#InfoRequestBox a:hover .infoTermites,
#InfoRequestBox a:hover .infoCarrez,
#InfoRequestBox a:hover .infoEnergetique,
#InfoRequestBox a:hover .infoErnt,
#InfoRequestBox a:hover .infoAmiante,
#InfoRequestBox a:hover .infoGaz,
#InfoRequestBox a:hover .infoNormeHabitabilite,
#InfoRequestBox a:hover .infoElectrique,
#InfoRequestBox a:hover .infoBoutin {
  display: block;
  position: absolute;
  font-size: 11px;
  width: 200px;
  background: white;
  padding: 10px;
  border: 1px solid #595959;
}

#InfoRequestBox a:hover .infoPlomb {
  margin: -50px 0 0 -150px;
  //margin: -50px 0 0 -310px;
}

#InfoRequestBox a:hover .infoTermites {
  margin: -70px 0 0 -150px;
  //margin: -50px 0 0 -310px;
}

#InfoRequestBox a:hover .infoCarrez {
  margin: -90px 0 0 -150px;
  //margin: -90px 0 0 -310px;
}

#InfoRequestBox a:hover .infoEnergetique {
  margin: -110px 0 0 -150px;
  //margin: -110px 0 0 -310px;
}

#InfoRequestBox a:hover .infoErnt {
  margin: -130px 0 0 -150px;
  //margin: -130px 0 0 -310px;
}

#InfoRequestBox a:hover .infoAmiante {
  margin: -150px 0 0 -150px;
  //margin: -150px 0 0 -310px;
}

#InfoRequestBox a:hover .infoGaz {
  margin: -170px 0 0 -150px;
  //margin: -170px 0 0 -310px;
}

#InfoRequestBox a:hover .infoNormeHabitabilite {
  margin: -170px 0 0 -150px;
  //margin: -170px 0 0 -310px;
}

#InfoRequestBox a:hover .infoElectrique {
  margin: -170px 0 0 -150px;
  //margin: -170px 0 0 -310px;
}

#InfoRequestBox a:hover .infoBoutin {
  margin: -370px 0 0 -150px;
  //margin: -170px 0 0 -310px;
}

#InfoRequestBox a:hover span br {
  line-height: 8px;
}

#InfoRequestBox .SubmitButton {
  text-align: center;
}

/* de */

#MainContent #InfoRequestBox .AutoForm {
  margin-bottom: 10px;
}

#MainContent #InfoRequestBox .AutoForm table {
  width: 100%;
}

#InfoRequestBox #diagnostic_expertise_form_row {
  display: none;
}

#InfoRequestBox .labelCell {
  width: 250px;
}
#InfoRequestBox .tableRow input {
  margin: 2px;
}
#InfoRequestBox .tableRow tr td {
  width: 0;
  padding: 0 5px !important;
  margin: 0 !important;
}

#InfoRequestBox .tableRow .know {
  float: right;
  margin: 1px 240px 1px 0;
  //margin-top: -20px;
}

* html #InfoRequestBox .tableRow .know {
  display: none;
}


#InfoRequestBox .tableRow .know span {
  margin: -230px 0 0 -270px;
  //margin: -230px 0 0 -300px;
} 

/* Services Show */

#ServicesShow table {
  margin: 0 auto;
}

#ServicesShow table td {
  padding: 5px;
}

#ServicesShow img {
  border: none;
}