/* estimate.css */

#MainContent {
  border: 0;
  background: none;
}

#EstimateBox {
  background: white url(/images/content/without-sectionmenu-background.gif) no-repeat bottom;
  width: 795px;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  margin: 30px 0 0 -5px;
  padding: 0 10px;
}
#EstimateBox h1 {
  background: transparent url(/images/content/without-sectionmenu-title.gif) no-repeat top left;
  height: 35px;
  line-height: 35px;
  width: 817px;
  margin: -40px 0 10px -11px;
}
#EstimateBox .SubmitButton {
  text-align: center;
}

/* devis */

#MainContent {
  font-size: 12px;
}

#MainContent ul.error {
  list-style-type: none;
  margin: 0;
  line-height: 10px;
}

#MainContent ul.error li {
  margin: 10px;
}

#MainContent #StudyBox .error {
  padding: 0;
}

#diagnostic_expertise_form_row {
  display: none;
}

form h2 {
  margin: 0 !important;
}

form input {
  margin: 0 !important;
  padding: 0 !important;
}

form table {
  width: 100%;
}

label {
  width: 250px;
  display: inline;
}

form table .labelCell {
  width: 250px;
}

.MultipleSelect {
  width: 200px;
}

form select {
  z-index: 0;
}

.MultipleSelect .input {
  width: 200px;
}
.MultipleSelect .arrow {
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: block;
  background: transparent url(http://www.diagnostic-expertise.com/images/defiscalisation/multipleselect-arrow.png) no-repeat;
  margin: 0px 0 -15px 205px;
}

.MultipleSelect .list {
  display: none;
  width: 350px;
  margin: 0 0 0 0px;
  padding: 0;
  position: absolute;
}
.MultipleSelect .list ul {
  list-style-type: none;
  border: 1px solid #bbbbbb;
  height: 160px;
  overflow: auto;
  font-size: 12px;  
  background: white;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100;
}

#defiscalisation_type_row .MultipleSelect .list ul {
  height: 620px;
}

* html #defiscalisation_type_row .MultipleSelect .list ul {
  height: 250px;
}

.MultipleSelect .list ul li {
  margin: 0 !important;
  padding: 5px;
}

.MultipleSelect .list ul .even {
  background: #e1eaef;
}
.MultipleSelect .list ul li:hover { 
  background-color: #8da6b4; 
  color: white; 
}

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