/* CSS Document */
#mainContents {
  border-left: 1px solid #393939;
  background: url(img/index/bg.gif) 320px 0 no-repeat fixed;
}

h2 {
  padding: 45px 0 0 19px;
}

#gd_page_nav {
  /*	display: none;*/
  margin: 21px 0 0 20px;
}
#gd_page_nav ul {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
#gd_page_nav li {
  display: inline-block;
  margin: 0 7px 0 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
}
#gd_page_nav li a {
  color: #fff;
}
#gd_page_nav li a:hover {
  color: #00e4ff;
  text-decoration: underline;
}
#gd_page_nav li.current a {
  color: #00e4ff;
  text-decoration: underline;
}

#left {
  width: 15px;
  height: 14px;
  overflow: hidden;
  margin: 0 8px 0 0;
}

#right {
  width: 15px;
  height: 14px;
  overflow: hidden;
  margin: 0 0 0 8px;
}

#left a:hover img, #right a:hover img {
  margin-top: -14px;
}

#gd_nav_arr {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 20px;
}
#gd_nav_arr p {
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  vertical-align: top;
}

#goods_list {
  width: 630px;
  margin: 33px auto 0;
  letter-spacing: -.4em;
}
#goods_list li {
  position: relative;
  display: inline-block;
  width: 190px;
  margin: 0 10px 26px;
  letter-spacing: normal;
  vertical-align: top;
  cursor: pointer;
  background: url(img/index/thumbnail_shadow.png) no-repeat;
}
#goods_list li:hover .goods_txt {
  color: #00e4ff;
}
#goods_list li .goods_img {
  width: 180px;
  height: 180px;
  display: table;
  background-color: #fff;
}
#goods_list li .goods_img .list_thumb {
  width: 180px;
  height: 180px;
}
#goods_list li .goods_txt {
  font-size: 11px;
  line-height: 15px;
  margin: 21px 0 0;
  padding: 0 0 0 30px;
  background: url(../img/icon_blue.png) 0 2PX no-repeat;
  color: #fff;
}
#goods_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#goods_detail_page {
  width: 630px;
  margin: 6px auto 0;
  padding: 0 0 30px;
}
#goods_detail_page #goods_back {
  float: right;
  width: 107px;
  height: 22px;
  overflow: hidden;
  margin: 0 0 12px;
  cursor: pointer;
}
#goods_detail_page #goods_back:hover img {
  margin-top: -22px;
}
#goods_detail_page h3 {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 32px;
  background: url(../img/icon_blue.png) 0 7px no-repeat;
}
#goods_detail_page figure {
  margin: 25px 0 0 32px;
}
#goods_detail_page figure img {
  max-width: 596px;
  height: auto;
}
#goods_detail_page .goods_dt_txt {
  margin: 25px 0 0 32px;
  font-size: 11px;
  line-height: 16px;
}
#goods_detail_page .goods_dt_txt a {
  color: #00e4ff;
}

#mainContents {
  float: left;
  margin-left: 0;
  color: #FFF;
  min-height: 1115px;
}