.sales {
  position: relative;
}

.sales-map {
  width: 100%;
}

.sales-data {
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background: rgba(255, 255, 255, .7);
}

.s-country{
  padding: 10px 0;
}

.s-label{
  font-size: 14pt;
  padding-bottom: 10px;
}

.s-select select{
  width: 200px;
  padding: 1px;
  border: 1px solid #9C9C9C;
  color: #545454;
  font-family: Verdana;
  font-size: 11pt;
}

.sales-msg{
  display: none;
}

.smsg-label{
  padding: 15px 0;
  color: #383838;
}

.smsg-ttl{
  text-decoration: underline;
  padding-bottom: 5px;
  color: #A4AAFF;
}

.smsg-ttl A:link, .smsg-ttl A:visited{
  color: #5c66ef;
}

.smsg-ttl A:hover{
  color: #FFF;
}

.s-loading{
  background: url(../images/s-loading.gif) no-repeat;
  padding-left: 25px;
}

#pop-fade{
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: .80;
  z-index: 9999;
}

#popup{
  display: none;
  max-width: 500px;
  height: 400px;
  float: left;
  position: fixed;
  top:40%;
  left: 50%;
  z-index: 99999;
  border: 2px solid #4C4C4C;
  background-color: #FFF;
  padding: 20px;
  color: #555555;
}

.dealer-province{
  color: #A3A9FE;
  font-size: 14pt;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #A3A9FE;
}

.dealer-data{
  font-size: 10pt;
  width: 100%;
  height: 360px;
  overflow: auto;
}

.ds-full{
  padding: 4px 4px 15px 4px;
}

.ds-full-company{
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #065887;
  color: #065887;
  font-size: 11pt;
}

.ds-full-left{
  float: left;
  width: 110px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}

.ds-full-right{
  float: left;
  width: 300px;
  padding-bottom: 5px;
}

.ds-full-right A:link, .ds-full-right A:visited{
  font-size: 10pt;
  color: #065887;
}

.ds-full-comment{
  float: left;
  padding: 10px 20px 20px 120px;
}

.pop-close{
  width: 1px;
  height: 1px;
  float: right;
  position: relative;
}

.pop-close A:link, .pop-close A:visited{
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: -35px;
  right: -35px;
}

*html #pop-fade{
  position: absolute;
}

*html #popup{
  position: absolute;
}
