@charset "UTF-8";
/* ========================================
 * +productDetail
======================================== */
.productDetail > .inner {
  width: 100%;
  float: left;
  margin-right: -220px;
}
.productDetail .imageArea {
  width: 322px;
  float: left;
}
.productDetail .imageArea .mainImage {
  border: 1px solid #dededd;
  height: 322px;
  text-align: center;
  line-height: 320px;
  *layout-grid-line: 320px;
  text-align: center;
}
.productDetail .imageArea .mainImage img {
  vertical-align: middle;
  max-width: 320px;
  max-height: 320px;
  cursor: url(../../img/user/cursor_zoomin.cur), auto;
}
.productDetail .imageArea .imageList {
  margin-top: 15px;
}
.productDetail .imageArea .imageList p {
  font-size: 11px;
  color: #666;
  text-align: center;
}
.productDetail .imageArea .imageList ul {
  overflow: hidden;
  margin: 8px 0 0 10px;
}
.productDetail .imageArea .imageList ul li {
  float: left;
  width: 34px;
  height: 34px;
  overflow: hidden;
  margin: 0 4px 4px 0;
}
.productDetail .imageArea .imageList ul li a {
  display: block;
  border: 1px solid #dcdcdb;
  background: #fff;
  line-height: 32px;
  *layout-grid-line: 32px;
  text-align: center;
  overflow: hidden;
}
.productDetail .imageArea .imageList ul li a img {
  vertical-align: middle;
  margin-top: -1px;
    max-height: 32px;
  max-width: 32px;
}
.productDetail .imageArea .imageList ul li a:hover, .productDetail .imageArea .imageList ul li a.active {
  border: 1px solid #ca2127;
}
.productDetail .txtArea01 {
  width: 100%;
  float: right;
  margin-left: -322px;
}
.productDetail .txtArea01 > .inner {
  position: relative;
  margin: 0 240px 0 347px;
}
.productDetail .txtArea01 .header {
  border-bottom: 2px solid #c7141b;
}
.productDetail .txtArea01 .header .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.productDetail .txtArea01 .header p {
  font-size: 11px;
  margin-bottom: 5px;
}
.productDetail .txtArea01 .point span {
  color: #ff9b00;
  font-weight: bold;
  font-size: 13px;
}
.productDetail .txtArea01 .price ins {
  color: #d50a12;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.productDetail .txtArea01 .price del,
.productDetail .txtArea01 .price span {
  color: #999;
}
.productDetail .txtArea01 .stock strong {
  font-size: 18px;
}
.productDetail .txtArea01 .stock .icon {
	margin:5px 0 10px;
}
.productDetail .txtArea01 .stock .icon img {
	margin-right:5px;
}
.productDetail .txtArea01 .unit {
  margin-top: 20px;
}
.productDetail .txtArea02 {
  width: 220px;
  float: right;
}
.productDetail .txtArea02 .login {
  border: 1px solid #bbb;
  background: url(../../img/user/detail/bg_login_mid.png) 0 100% repeat-x white;
  padding: 20px;
  position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.productDetail .txtArea02 .login .count {
  text-align: center;
  font-size: 13px;
}
.productDetail .txtArea02 .login .count span {
  padding-right: 10px;
}
.productDetail .txtArea02 .login .limit {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.productDetail .txtArea02 .login .btn {
  text-align: center;
  margin-top: 10px;
}
.productDetail .txtArea02 .login .list {
  margin-top: 10px;
}
/**
.productDetail .txtArea02 .login .favorite {
  background: url(../../img/user/bg_line_02.png) center 0 no-repeat;
  padding-top: 7px;
  margin-top: 10px;
}
*/
.productDetail .txtArea02 .login .favorite p {
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
}
.productDetail .txtArea02 .login .favorite p span {
  font-size: 14px;
  font-weight: bold;
}
.productDetail .txtArea02 .social {
  margin-top: 10px;
  position: relative;
  border: 1px solid #bbb;
  padding: 0 10px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;;
}
.productDetail .txtArea02 .social .title {
  margin: 15px 0 5px 0;
}
.productDetail .txtArea02 .social ul {
  overflow: hidden;
}
.productDetail .txtArea02 .social ul li {
  float: left;
}
.productDetail .txtArea02 .social ul li.twitter {
  width: 95px;
}
.productDetail .txtArea02 .social ul li.facebook {
  width: 110px;
  overflow:hidden;
  height:20px;
  margin-bottom:6px;
}
.productDetail .txtArea02 .social .interest-button {
	height:40px !important;
}

.spec .copyright{
	padding-top:10px;
}

.productDetail .txtArea01 .item_orderInfo{
	margin:30px 0 0;
}
.productDetail .txtArea01 .item_orderInfo dt{
	font-weight:bold;
	padding:0 0 5px;
	margin-top:15px;
}
.productDetail .txtArea01 .item_orderInfo p{
	margin-top:15px;
	padding-left:1em;
	text-indent:-1em;
}
/* ========================================
 * +clearfix
======================================== */
.group,
.productDetail {
  *zoom: 1;
}
.group:after,
.productDetail:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
