#mainContent {
  margin: 0 auto 130px;
}

h3 {
  color: black;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 1px 1px #999;
  margin: 0 0 20px;
}

#tourMenu {
  width: 209px;
  position: absolute;
  top: 25px;
  left: 2px;
  z-index: 3;
}

#tourMenu .what,
#tourMenu .get,
#tourMenu .build {
  display: block;
  width: 209px;
  height: 60px;
  text-indent: -9999px;
  cursor: pointer;
}

#tourMenu .what {
  background: transparent url(/images/widget/tour/Button_What.png) no-repeat scroll 0 -62px;
}

#tourMenu .get {
  background: transparent url(/images/widget/tour/Button_Get.png) no-repeat scroll 0 -62px;
}

#tourMenu .build {
  background: transparent url(/images/widget/tour/Button_Build.png) no-repeat scroll 0 -62px;
}

#tourMenu .what.selected,
#tourMenu .get.selected,
#tourMenu .build.selected,
#tourMenu .what.selected:hover,
#tourMenu .get.selected:hover,
#tourMenu .build.selected:hover {
  background-position: 0 -1px;
  cursor: auto;
}

#tourMenu .what:hover,
#tourMenu .get:hover,
#tourMenu .build:hover {
  background-position: 0 -123px;
}


#tourBox {
  display: block;
  position: relative;
  width: 770px;
  z-index: 2;
  margin-left: 190px;
  padding: 0;
  border: 1px solid #babab9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,255,255)),
    color-stop(1, rgb(239,239,239))
  );
  background-image: -moz-linear-gradient(
    center top,
    rgb(255,255,255) 0%,
    rgb(239,239,239) 100%
  );
  background-image: -o-linear-gradient(top,rgb(255,255,255),rgb(239,239,239));
  box-shadow: 0 0 10px #bebebe;
}

html.no-cssgradients #tourBox {
  background: white;
}


.tourContent {
  display: block;
  position: relative;
  padding: 35px 50px;
}

.tourContent p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  width: 295px;
}

.tourContent em {
  color: #666;
  font-weight: bold;
}

.tourContent .widget {
  padding-bottom: 40px;
  position: absolute;
  right: 90px;
  top: 90px;
  background: transparent url(/images/widget/tour/TryThis.png) no-repeat scroll 50% bottom;
}

#tourFooter {
  display: block;
  position: relative;
  width: 770px;
  z-index: 1;
  height: 68px;
  border-top: 1px solid #a5a5a5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(223,223,223)),
    color-stop(1, rgb(221,221,221))
  );
  background-image: -moz-linear-gradient(
    center top,
    rgb(223,223,223) 0%,
    rgb(221,221,221) 100%
  );
  background-image: -o-linear-gradient(top,rgb(223,223,223),rgb(221,221,221));
}

html.no-cssgradients #tourFooter {
  background: #ddd;
}

#next {
  display: block;
  width: 178px;
  height: 38px;
  position: absolute;
  bottom: 14px;
  right: 48px;
  cursor: pointer;
  background: transparent url(/images/widget/tour/Next1.png) no-repeat scroll 0 0;
  text-indent: -9999px;
}

#next:hover,
#prev:hover {
  background-position: 0 -39px;
}

#prev {
  display: block;
  width: 112px;
  height: 38px;
  position: absolute;
  bottom: 14px;
  left: 46px;
  cursor: pointer;
  background: transparent url(/images/widget/tour/Previous.png) no-repeat scroll 0 0;
  text-indent: -9999px;
}




/* Tour page 2 */
#step1,
#step2 {
  border-bottom: 1px solid #dbdbdb;
}

#step1,
#step2,
#customize {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,255,255)),
    color-stop(1, rgb(240,240,240))
  );
  background-image: -moz-linear-gradient(
    center top,
    rgb(255,255,255) 0%,
    rgb(240,240,240) 100%
  );
  background-image: -o-linear-gradient(top,rgb(255,255,255),rgb(240,240,240));
}

#one,
#two {
  width: 10px;
  height: 22px;
  background: transparent url(/images/widget/tour/1.png) no-repeat scroll 0 0;
  text-indent: -9999px;
  position: absolute;
}

#two {
  width: 16px;
  background-image: url(/images/widget/tour/2.png);
}

#step1 p,
#step2 p {
  width: 225px;
  margin-left: 40px;
}

#step1 p {
  margin-bottom: 85px;
}

#step2 p {
  margin-bottom: 65px;
}

#step1 .image,
#step2 .image,
#customize .image {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 401px;
  height: 178px;
  background: transparent url(/images/widget/tour/Tour_2_1.png) no-repeat scroll 0 0;
}

#step2 .image {
  background-image: url(/images/widget/tour/Tour_2_2.png);
  bottom: -2px;
}

#customize .image {
  width: 247px;
  height: 97px;
  right: 0;
  bottom: 80px;
  background-image: url(/images/widget/tour/Tour_2_3.png);
}

#customize p {
  width: 460px;
}


/* Tour page 3 */
#build1,
#build2,
#build3,
#build4 {
  border-bottom: 1px solid #dbdbdb;
}

#build1,
#build2,
#build3,
#build4,
#build5 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(255,255,255)),
    color-stop(1, rgb(240,240,240))
  );
  background-image: -moz-linear-gradient(
    center top,
    rgb(255,255,255) 0%,
    rgb(240,240,240) 100%
  );
  background-image: -o-linear-gradient(top,rgb(255,255,255),rgb(240,240,240));
}

#one,
#two,
#three,
#four,
#five {
  width: 10px;
  height: 22px;
  background: transparent url(/images/widget/tour/1.png) no-repeat scroll 0 0;
  text-indent: -9999px;
  position: absolute;
  margin: 4px 0;
}

#two {
  width: 16px;
  background-image: url(/images/widget/tour/2.png);
}

#three {
  width: 16px;
  background-image: url(/images/widget/tour/3.png);
}

#four {
  width: 19px;
  background-image: url(/images/widget/tour/4.png);

}

#five {
  width: 16px;
  background-image: url(/images/widget/tour/5.png);
}

#build1 p,
#build2 p,
#build3 p,
#build4 p,
#build5 p {
  width: 225px;
  margin: 0 0 55px 40px;
}

#build2 p {
  margin-bottom: 122px;
}

#build3 p {
  margin-bottom: 50px;
}

#build4 p {
  margin-bottom: 119px;
}

#build5 p {
  margin-bottom: 25px;
}


#build1 .image,
#build2 .image,
#build3 .image,
#build4 .image,
#build5 .image {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 420px;
  height: 124px;
  background: transparent url(/images/widget/tour/Tour_3_1.png) no-repeat scroll 0 0;
}

#build2 .image {
  width: 366px;
  height: 195px;
  right: 54px;
  background-image: url(/images/widget/tour/Tour_3_2.png?v=2);
}

#build3 .image {
  width: 245px;
  height: 167px;
  background-image: url(/images/widget/tour/Tour_3_3.png);
  bottom: 0;
  right: 176px;
}


#build4 .image {
  height: 197px;
  background-image: url(/images/widget/tour/Tour_3_4.png?v=2);
  bottom: 0;
}

#build5 .image {
  width: 278px;
  height: 221px;
  background-image: url(/images/widget/tour/Tour_3_5.png);
  bottom: 0;
  right: 145px;
}



#buildButton {
  width: 136px;
  color: white;
  margin: 0 0 0 40px;
}


.guide {
  display: none;
  height: 1px;
  width: 1000px;
  position: absolute;
  left: 0;
  top: 38px;
  border-top: 1px solid red;
}

.js-banner {
  position: absolute;
  top: 108px;
}
