
html {
  margin: 0px;
  padding: 0px;
  /*background-color: #ececec;*/
  /*background-color: #2c7dc4;*/
  background-image:url(images/bg1.png);
  background-repeat: repeat-y;
  text-align: left;
}

body {
  display: block;
  width: 620px;
  border-left: 10px solid #4CA3D2;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  text-align: left;
  font-family: Verdana, 'Verdana CE', Arial, 'Helvetica CE', helvetica, sans-serif;
  font-size: 12px;
}

table {
  font-family: Verdana, 'Verdana CE', Arial, 'Helvetica CE', helvetica, sans-serif;
  font-size: 12px;
}

a {
  text-decoration: underline;
  color: black;
}

img {border:none;}

h1 {
  display: block;
  border-bottom:5px solid #4CA3D2;
  color:#666666;
  font-family:"Trebuchet MS",sans-serif;
  font-size:19px;
  font-weight:bold;
  margin: 0 0 10px;
  padding:5px 5px 9px 10px;
  text-align:right;
}


div#a4jid {
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 4px;
  background-color: white;
  border: 1px solid #666666;
  z-index: 999;
  width: 30px;
  height: 30px;
}

.back {
  float:left;
  margin-left:20px;
  font-weight: bold;
}

.cars {
  display: table;
  border-collapse: collapse;
  width: 500px;
}

.cars td {
  padding: 5px;
}

.filter {
  padding:15px 0px 10px 0px;
  font-weight:bold;
}

.filter th {
  vertical-align:top;
}

.filter td {
  vertical-align:top;
  padding-left:0px;
  padding-right:10px;
}

.list {
  width:600px;
  margin:10px 0 12px 0;
  border-bottom:1px solid #4c9ecd;
  border-right:1px solid #4c9ecd;
  font-size:12px;
}

.list img {border:3px solid #eeeeee;padding:0px;margin:0px;}

.list th {
  color: white;
  padding: 2px 5px 2px 10px;
  background-color: #4CA3D2;
}

.list th a {
  color: white;
}


.list td {
  padding:8px 0 0 15px;
  background-color:#eef6fc;
  border-top:1px solid #ffffff;

}

.back2list {
  display: block;
  text-align: right;
}


.detail {
  font-size:12px;
  border: 5px solid white;
  margin: 0px;
}

.detail legend {
  font-size:14px;
  font-weight: bold;
  background-color: #4CA3D2;
  padding: 3px;
  color: white;
}

.detail img {border:3px solid #1a5486;}

.detail table {
  margin: 0px;
  margin-top: 3px;
  width: 95%;
}

.detail th {
  padding: 1px 2px 1px 0px;
  text-align: right;
  width: 190px;
}

.enum th {
  padding: 1px 2px 1px 0px;
  text-align: left;
  width: auto;
}

.detail td {
  padding: 1px 10px 1px 15px;
  text-align:left;
}

.enum td {
  padding: 1px 2px 1px 3px;
  text-align:left;
}

.enum .price {
  text-align:right;
  width: 100px;
}

.detail_form{
  /*width:642px;*/
  /*background-color:#dbedf6;*/
  margin:0px;
  margin-left: 0px;
  font-size:12px;
}

.detail_form th {
  padding:3px 10px 4px 0;
  text-align:right;
  width: 190px;
}

.detail_form td{
  padding: 5px 0 0 10px;
  text-align:left;
}

.detail_box {
  display: inline;
  margin: 0px;
  padding: 0px;
  width: 200px;
  height: 142px;
  line-height: 142px;
  background-color: black;
}

.detail_scroll {
  width: 580px;
  height: 172px;
  margin-top: 5px;
  overflow: auto;
  background-color: white;
}

.detail_image {
  height: 142px;
  white-space: nowrap;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 0.1em;
}

.detail_image img {
  border:2px solid white;
  vertical-align: middle;
  margin: 0px;
}

.form_txt {
  margin:0px;
  width:603px;
  padding:20px 20px 15px 20px;
  font-weight:bold;
  /*background-color:#e7f0f5*/;
}

input {
  border: 1px solid #4CA3D2;
}

textarea {
  border: 1px solid #4CA3D2;
}

.label {
  font-weight: normal;
}

.label_required {
  font-weight: bold;
}

.agreement {
  font-size: 10px;
}

.error {
  display:block;
  color: red;
  padding-left: 15px;
}

.result {
  font-weight: bold;
  border: 3px solid #4CA3D2;
  padding: 5px;
}

.equipment {
  font-size: 8px;
}

.equipment th {
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}

.equipment td {
  width: 55px;
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}

.resultPrice th {
  font-size: 12px;
}

.resultPrice td {
  background-color: #012059;
  color: white;
  font-size: 16px;
}

