@charset "utf-8";
/* CSS Document */
#product-detail-wrap {
}
.product-detail .top-detail {
	float: left;
	clear: both;
}
.product-detail .right {
	width: 330px;
	border: 0;
}
.product-detail p {
	xmargin-bottom: 5px;
}
.product-detail .right {
	text-align: left;
}
.product-detail .left {
	width: 300px;
	border: none;
}
.product-detail .left .images-placeholder {
	width: 300px;
	height: 300px;
	overflow: hidden;
	text-align: center;
}
.product-detail .left .images-placeholder .image {
	height: 298px;
	width: 298px;
	border: #f1f1f1 solid 1px;
	display: none;
	background: center center no-repeat;
}
.product-detail .left .images-placeholder .selected {
	display: block;
}
.product-detail .left .thumbnail-images-placeholder {
	width: 300px;
	padding-top: 10px;
}
.product-detail .left .thumbnail-images-placeholder .thumbnail-image {
	width: 53px;
	height: 53px;
	border: #ddd solid 1px;
	clear: none;
	margin: 0 12px 10px 0;
	overflow: hidden;
	background: center center no-repeat;
}
.product-detail .left .thumbnail-images-placeholder .selected {
	border-color: #e71317;
}
.product-detail .right .swatches {
	width: 300px;
	padding-top: 10px;
	border-top: #eee solid 1px;
}
.product-detail .right .swatches .title {
	padding-bottom: 10px;
	font-size: 12px;
	color: #333;
}
.product-detail .right .swatches .swatches-wrap {
	width: 300px;
}
.product-detail .right .swatches .swatches-wrap .swatch {
	width: 33px;
	height: 33px;
	border: #464646 solid 1px;
	clear: none;
	margin: 0 12px 10px 0;
}
.product-detail .row {
	width: 330px;
	padding-bottom: 20px;
	xborder-bottom: #ccc solid 1px;
}
.product-title h1 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 0;
}
.product-detail .product-title {
	padding-bottom: 5px;
}
.product-detail .options-quantity .t14 {
	padding-top: 5px;
}
.product-detail .options-quantity .left {
	width: 215px;
	clear: none;
	margin: 0;
}
.product-detail .options-quantity .right {
	width: 105px;
	clear: none;
}
.product-detail .options-quantity .select-options {
	border: #ccc solid 1px;
	padding: 3px;
	clear: none;
	margin-left: 5px;
}
.product-detail .options-quantity input.quantity {
	width: 25px;
	border: #ccc solid 1px;
	padding: 3px;
	clear: none;
	float: right;
	text-align: center;
}
.product-detail .item-number {
	font-size: 14px;
	line-height: 2;
}
.product-detail .price-cart {
	width: 330px;
	margin-bottom: 10px;
}
.product-detail .price-cart .left {
	width: 180px;
}
.product-detail .price-cart .left .grey {
	margin-bottom: 5px;
}
.product-detail .price-cart .right {
	width: 140px;
	text-align: left;
}
.product-detail .price-cart .right .red-button {
	float: right;
	width: 110px;
}
.product-detail .item-share .left,
.product-detail .item-share .right {
	float: left;
	clear: none;
	width: 50%;
}
.product-detail .item-share .share a {
	width: 100px;
}
.product-detail .description {
	float:left;
	clear: both;
	padding: 5px 0;
	margin-top: 10px;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
.product-detail .category-links {
	padding-top: 10px;

}
.product-detail .share a {
	font-size: 12px;
}
