/**
 * Global
 * 3 Column
 * 4 Column
 * 5 Column
 * Product selector
 * Connection images
 * Russian sizes
 * Buy Now button
 */

/* Global */
#product-techspecs {
	width: 910px;
	color: #333;
}
#product-techspecs section {
	overflow: hidden;
	padding: 20px 0;
	margin-top: 0;
}
#product-techspecs section:first-child {
	padding: 30px 0 5px;
	border-top: none;
}
#product-techspecs p {
	margin-bottom: 3px;
	margin-top: 0;
}
#product-techspecs p span {
	white-space: nowrap;
	letter-spacing: -0.1px;
}
#product-techspecs p i {
	white-space: nowrap;
	font-style: normal;
}
body.cn #product-techspecs p i {
	display: inline-block;
	font-style: normal;
}

body.jp #product-techspecs p i {
	display: inline-block;
	font-style: normal;
}

.ts-text {
	float: left;
	width: 747px;
}
.ts-two-thirds {
	float: left;
	width: 438px;
}
.ts-divider-right {
	margin-right: 45px;
	padding-right: 45px;
	border-right: solid 1px #ededed;
}
.ts-two-thirds p {
	margin-bottom: 0;
}
.ts-group {
	overflow: auto;
}
.ts-price {
	float: left;
}
.ts-price-h3 {
	clear: both;
	width: auto !important;
}
#product-techspecs .ts-price .ts-price- {
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	color: #000;
}
article#product-techspecs h1,
.v4 article#product-techspecs h1 {
	margin: 0;
	text-align: left;
}
article#product-techspecs h2,
.v3 article#product-techspecs h2,
.v4 article#product-techspecs h2 {
	font-weight: 600;
	margin: -6px 0 8px 0;;
}
article#product-techspecs h3,
.v3 article#product-techspecs h3,
.v4 article#product-techspecs h3 {
	font-size: 16px;
	line-height: 21px;
	padding-right: 15px;
	width: 148px;
	float: left;
	margin: -4px 0 0 0;
	padding-top:0;
}
.ru article#product-techspecs h3,
.ru.v3 article#product-techspecs h3,
.ru.v4 article#product-techspecs h3 {
	font-size: 15px;
}
article#product-techspecs h4,
.v3 article#product-techspecs h4,
.v4 article#product-techspecs h4 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
	margin: 0;
	color: #000;
	border-top: solid 1px #ededed;
	padding-top: 6px;
	margin-top: 5px;
}
article#product-techspecs h4:first-child,
.v3 article#product-techspecs h4:first-child,
.v4 article#product-techspecs h4:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.ts-column strong {
	font-size: 13px;
	font-weight: 600;
	display: block;
}
.ts-column:first-child {
	margin-left: 0 !important;
}
article#product-techspecs h3 span {
	font-size: 11px;
	display: block;
	padding-right: 15px;
	line-height: normal;
	margin-top: 10px;
	color: #333;
}

/* 3 Column */
.ts-3-column {
	overflow: hidden;
}
.ts-3-column .ts-column {
	float: left;
	width: 219px;
	margin-left: 24px;
	padding-left: 21px;
}
.ts-3-column .ts-column.bordered {
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
}
.ts-3-column .ts-column:first-child {
	padding-left: 0px;
}
.chinese #operatingsystem .ts-3-column .ts-column,
.korean #operatingsystem .ts-3-column .ts-column {
	width: 224px;
}
.chinese #operatingsystem .ts-3-column .ts-column.bordered,
.korean #operatingsystem .ts-3-column .ts-column.bordered {
	margin-left: 15px;
}

/* 4 Column */
.ts-4-column {
	overflow: hidden;
	margin-bottom: 17px;
}
.ts-4-column .ts-column {
	float: left;
	width: 153px;
	margin-left: 45px;
}

/* 5 Column */
.ts-5-column {
	overflow: hidden;
	margin-bottom: 20px;
}
.ts-5-column .ts-column {
	float: left;
	width: 130px;
}
.ts-5-column .ts-column span {
	display: block;
	text-align: center;
	font-size: 11px;
}
.ts-5-column:nth-child(1) {
	margin-top: -6px;
}
.ts-5-column:nth-child(2) span {
	margin-top: 5px;
}

/* Product selector */
.techspecs-product-group {
	width: 910px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
}
.techspecs-product-group-title {
	font-size: 18px;
	font-weight: 400;
}

/** Product list **/
.techspecs-product {
	height: 194px;
	float: left;
	position: relative;
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*** Position and state options ***/
.techspecs-product.active {
	background-position: -60px -388px;
}
.techspecs-product.active:hover {
	background-position: -60px -388px;
}
.techspecs-product:hover {
	background-position: -60px -194px;
}
.techspecs-product span.left,
.techspecs-product span.right {
	background-size: 80px 582px;
	width: 20px;
	height: 194px;
	position: absolute;
	top: 0;
}
.techspecs-product span.left {
	left: 0;
	background-position: -40px 0px;
}
.techspecs-product span.right {
	right: 0;
	background-position: -20px 0px;
}
.techspecs-product:hover span.left {
	left: 0;
	background-position: -40px -194px;
}
.techspecs-product:hover span.right {
	right: 0;
	background-position: -20px -194px;
}
.techspecs-product.first span.left {
	background-position: 0px 0px;
}
.techspecs-product.first:hover span.left {
	background-position: 0px -194px;
}
.techspecs-product.last span.right {
	background-position: -60px 0px;
}
.techspecs-product.last:hover span.right {
	background-position: -60px -194px;
}
.techspecs-product.active span.left {
	left: 0;
	background-position: -40px -388px;
}
.techspecs-product.active span.right {
	right: 0;
	background-position: -20px -388px;
}
.techspecs-product.active.first span.left {
	background-position: 0px -388px;
}
.techspecs-product.active.last span.right {
	background-position: -60px -388px;
}

/*** Image and label ***/
.techspecs-product img {
	display: block;
	position: relative;
	z-index: 2;
}
.techspecs-product .product-name {
	color: #000;
	display: block;
	text-align: center;
	font-size: 12px;
	text-shadow: 1px 1px 1px #fff;
}

/* Connection images */
#connections img {
	display: block;
	margin-left: 163px;
	margin-top: 20px;
}

/* Conversions images */
#conversions .image-container:before {
	clear: both;
}

#conversions .image-container img{
	margin-top: 17px;
}

/* Russian sizes */
.ru #product-techspecs h3 {
	font-size: 15px !important;
	line-height: normal;
}

/* Buy Now Button */
div.action + a.button {
	float: right;
	right: 45px;
	top: 38px;
	z-index: 3;
}
div.action + a.button:hover {
	text-decoration: none;
}
