@charset "utf-8";

/***
 *	XthinkShop Product Content Style
 *
 *	http://www.XthinkShop.com
 *
 *	Copyright (c) 2014 XthinkShop. All rights reserved.
 **/
 
.productContent .body {
	width: 640px;
	margin: 0px auto;
}

.productContent .bodyCenter {
	width: 640px;
	float: left;
}

.productContent .bodyRight {
	width: 640px;
	float: right;
}

.productContent .bodyRight .productTop {
	clear: both;
}

.productContent .bodyRight .productTop .productTopLeft {
	width: 306px;
	float: left;
}

.productContent .bodyRight .productTop .productImage {
	width: 300px;
	height: 300px;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.productContent .bodyRight .productTop .nonFirst {
	display: none;
}

.productContent .bodyRight .productTop .productImage img {
	width: 300px;
	height: 300px;
}

.productContent .bodyRight .productTop .thumbnailProductImage {
	clear: both;
}

.productContent .bodyRight .productTop .thumbnailProductImage .prev {
	width: 10px;
	height: 44px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	outline: none;
	background: url(../images/product_content_bg.gif) -60px 0px #fafafa no-repeat;
}

.productContent .bodyRight .productTop .thumbnailProductImage .next {
	width: 10px;
	height: 44px;
	display: block;
	float: right;
	margin-top: 5px;
	outline: none;
	background: url(../images/product_content_bg.gif) -90px 0px #fafafa no-repeat;
}

.productContent .bodyRight .productTop .thumbnailProductImage .scrollable {
	width: 280px;
	height: 49px;
	line-height: 49px;
	float: left;
	overflow: hidden;
	position: relative;
}

.productContent .bodyRight .productTop .thumbnailProductImage .items {
	width: 20000em;
	position: absolute;
}

.productContent .bodyRight .productTop .thumbnailProductImage .productImageTab li {
	width: 44px;
	height: 49px;
	display: block;
	float: left;
	margin: 0px 6px;
	cursor: pointer;
}

.productContent .bodyRight .productTop .thumbnailProductImage .productImageTab li.current {
	background: url(../images/product_content_bg.gif) 0px 0px no-repeat;
}

.productContent .bodyRight .productTop .thumbnailProductImage .productImageTab li.current img {
	width: 40px;
	height: 40px;
	padding: 2px;
	border: none;
}

.productContent .bodyRight .productTop .thumbnailProductImage .productImageTab li img {
	width: 40px;
	height: 40px;
	margin-top: 5px;
	padding: 1px;
	border: 1px solid #cccccc;
}

.productContent .bodyRight .productTop .productTopRight {
	width: 460px;
	float: right;
	border-top: 1px solid #cecece;
}

.productContent .bodyRight .productTop h1 {
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}

.productContent .bodyRight .productTop .productAttribute {
	clear: both;
}

.productContent .bodyRight .productTop .productAttribute li {
	line-height: 20px;
	width: 50%;
	float: left;
	color: #999999;
}

.productContent .bodyRight .productTop .productAttribute li strong {
	color: #666666;
	font-weight: normal;
}

.productContent .bodyRight .productTop .productInfo {
	clear: both;
}

.productContent .bodyRight .productTop .productInfo .left {
	width: 90px;
	height: 72px;
	float: left;
	background: url(../images/product_content_bg.gif) 0px -60px no-repeat;
}

.productContent .bodyRight .productTop .productInfo .right {
	width: 369px;
	height: 70px;
	float: right;
	border-top: 1px solid #d80e31;
	border-right: 1px solid #d80e31;
	border-bottom: 1px solid #d80e31;
}

.productContent .bodyRight .productTop .productInfo .right .top {
	width: 369px;
	height: 34px;
	line-height: 34px;
	clear: both;
	color: #666666;
	border-bottom: 1px dashed #cecece;
}

.productContent .bodyRight .productTop .productInfo .right .top .price {
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}

.productContent .bodyRight .productTop .productInfo .right .top .marketPrice {
	color: #999999;
	text-decoration: line-through;
}

.productContent .bodyRight .productTop .productInfo .right .bottom {
	width: 369px;
	height: 35px;
	line-height: 35px;
	clear: both;
	color: #666666;
}

.productContent .bodyRight .productTop .productInfo .right .bottom .store {
	margin-right: 15px;
}

.productContent .bodyRight .productTop .productNumber {
	height: 25px;
	line-height: 25px;
	clear: both;
	padding-left: 6px;
	border: 1px solid #ebebeb;
}

.productContent .bodyRight .productTop .productNumber span {
	margin-right: 15px;
	color: #666666;
}

.productContent .bodyRight .productTop .productBuy {
	height: 80px;
	clear: both;
	padding: 6px 0px 6px 82px;
	border: 1px solid #ffbf95;
	background-color: #fffcf3;
}

.productContent .bodyRight .productTop .productBuy:hover {
	border: 1px solid #fcbb29;
	background-color: #fff3d9;
}

.productContent .bodyRight .productTop .productBuy .buyCount {
	padding-bottom: 7px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ffdd88;
}

.productContent .bodyRight .productTop .productBuy .buyCount input {
	width: 30px;
}

.productContent .bodyRight .productTop .productBuy .addCartItemButton {
	width: 127px;
	height: 36px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	background: url(../images/product_content_bg.gif) -120px -60px no-repeat;
}

.productContent .bodyRight .productTop .productBuy .outOfStockButton {
	width: 127px;
	height: 36px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	background: url(../images/product_content_bg.gif) -120px -96px no-repeat;
}

.productContent .bodyRight .productTop .productBuy .addFavoriteButton {
	width: 78px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: right;
	margin-top: 7px;
	margin-right: 16px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	border: none;
	background: url(../images/product_content_bg.gif) -300px -60px no-repeat;
}

.productContent .bodyRight .productBottom {
	clear: both;
}

.productContent .bodyRight .productBottom .productAttributeTab {
	height: 26px;
	clear: both;
	background: url(../images/product_content_x_bg.gif) 0px 0px repeat-x;
}

.productContent .bodyRight .productBottom .productAttributeTab li {
	float: left;
	margin: 0px 5px; 
}

.productContent .bodyRight .productBottom .productAttributeTab li a {
	width: 100px;
	height: 23px;
	line-height: 23px;
	display: block;
	padding-top: 3px;
	text-align: center;
	background: url(../images/product_content_bg.gif) 0px -150px no-repeat;
}

.productContent .bodyRight .productBottom .productAttributeTab li a.current {
	width: 100px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	font-weight: bold;
	background: url(../images/product_content_bg.gif) -120px -150px no-repeat;
}

.productContent .bodyRight .productBottom .productDescription {
	clear: both;
	padding: 8px 0px; 
}

.productContent .bodyRight .productBottom .productAttribute {
	clear: both;
	padding: 8px 0px; 
}

.productContent .bodyRight .productBottom .productAttributeTable {
	width: 100%;
}

.productContent .bodyRight .productBottom .productAttributeTable th {
	width: 150px;
	line-height: 30px;
	padding-right: 10px;
	text-align: right;
	border: 1px solid #d6d6d6;
	background-color: #f3f3f3;
}

.productContent .bodyRight .productBottom .productAttributeTable tr:hover th {
	background-color: #e6e6e6;
}

.productContent .bodyRight .productBottom .productAttributeTable td {
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #d6d6d6;
}

@media (productContent: 280px) {
	.productContent {
		width: 100%;
		float: left;
	}
}