html, body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#select-pack-container{
  margin: 0px;
  margin-bottom: 35px;
  padding: 5px 0px 5px 0px;
  width: 650px;
  height: auto;
}

.select-pack-step{
  padding: 0px;
  margin-left: 38px;
  margin-right: 40px;
  height: 24px;
  line-height: 24px;
  padding: 0px;
  font-family: Tahoma;
  font-size: 12px;
}

.select-pack-step span{
  display: inline-block;
  width: 170px;
}
.select-pack-step select{
  position: relative;
  width: 300px;
  margin: 0px;
  font-family: Tahoma;
  font-size: 12px;
}
.select-pack-step .button{
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 2px;
  color: #707070;
  border: 1px solid #A0A0A0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 2px;
}

.select-pack-step .button:hover{
  border: 1px solid #333333;
  color: #333333;
}

#select-pack-price{
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 100%;
  height: 390px;
  overflow: hidden;
}

#select-pack-show ul{
  display: block;
  float: left;
  margin: 0px;
  padding: 0px 33px 0px 33px;
  list-style: none;
}

#select-pack-show li{
  display: inline-block;
  float: left;
  text-indent: 0px;
  padding: 0px;
  width: 130px;
  margin: 5px 9px 5px 5px;
  height: 181px;
  background: url(../images/select-pack/choose.jpg) no-repeat;
  cursor: pointer;
  border: 1px solid #A0A0A0;
  vertical-align: bottom;
}

#select-pack-show li:hover{
  border: 1px solid #333333;
}

#select-pack-show .price{
  position: relative;
  margin-top: 130px;
  margin-right: 0px;
  text-align: left;
  padding: 0px;
  width: 130px;
  height: 51px;
  background: url(../images/select-pack/price-bg.jpg) no-repeat;
}

#select-pack-show .price{
  font-family: Segoe UI;
  line-height: normal;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}

#select-pack-show .price span, #select-pack-show .price .text div, #select-pack-show .price .shadow div{
  font-family: Segoe UI;
  font-weight: normal;
  font-size: 11px;
}

#select-pack-show .price div.other{
  margin-top: 5px;
  font-family: Segoe UI;
  font-weight: bold;
  font-size: 16px;
}

#select-pack-show .price .text{
  position: absolute;
  color: white;
  left: 7px;
  top: 0px;
}

#select-pack-show .price .shadow{
  position: absolute;
  color: #6A0202;
  left: 8px;
  top: 1px;
}

.select-pack-link{
  display: inline;
  cursor: pointer;
  font-family: Tahoma;
  font-size: 12px;
  color: #707070;
  border-bottom: 1px dashed #A0A0A0;
}

.select-pack-link:hover{
  color: #333333;
  border-bottom: 1px dashed #333333;
}
#select-pack-type-preview{
    margin-left: 6px;
}
#select-pack-price-more{
  float: right;
  margin-right: 45px;
  cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

#simplemodal-overlay {
  background-color: #000;
}

#simplemodal-container {
  background-color: #FEFEFE;
  border: 8px solid #4A4A4A;
  padding: 12px;
}

#simplemodal-container a.simplemodal-close {
  background: url(../images/x.png) no-repeat;
  width: 25px;
  height: 29px;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}

#simplemodal-content {
  width: 66px;
  height: 66px;
  background: url(../images/ajax-loader.gif) center no-repeat;
}

#simplemodal-helper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -10;
}

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #002779;
  background-color: white;
  padding: 5px;
  height: auto;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); /* IE 5.5+*/
  opacity: 0.85; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
  color: #1E1E1E;
}
#tooltip h3 {
  display: inline;
  background-color: white;
  font-weight:bold;
  font-size:12px;
  line-height: 12px;
}
#tooltip div {
  padding-left:5px;
  padding-right:5px;
  height: auto;
}
