﻿.features
{
	border: 0;
	overflow: hidden;
}

.features a, .features a:visited, .features a:hover, .features a:focus
{
	color: #000;
	text-decoration: none;
}

.features a:active
{
	outline: none;
}

.features img
{
	border: 0;
}

.features ul, .features li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper.led .features > ul
{
	background-image: url(images/led-sprites.png);
	background-repeat: no-repeat;
}

#wrapper.bluray .features > ul
{
	background-image: url(images/bluray-sprites.png);
	background-repeat: no-repeat;
}

.features > ul
{
	overflow: auto;
	height: 88px;
	width: 100%;
	background-position: -15px -184px;
}

.features > ul > li
{
	display: block;
	float: left;
	width: 125px;
	height: 78px;
	padding: 0 9px 0 10px;
	margin-top: 10px;
	border-right: 1px solid #d4d4d4;
}

#wrapper.led .features > ul > li.current
{
	background-image: url(images/led-sprites.png);
	background-repeat: no-repeat;
}

#wrapper.bluray .features > ul > li.current
{
	background-image: url(images/bluray-sprites.png);
	background-repeat: no-repeat;
}

.features > ul > li.current
{
	background-position: -42px -366px;
	margin-top: 0;
	padding-top: 10px;
	border-right: 0;
}

.features > ul > li > a
{
	display: block;
	width: 125px;
	height: 78px;
}

.features > ul > li > a > img
{
	width: 125px;
	height: 78px;
}

.features > div
{
	display: none;
	margin: 0;
	/*height: 143px;*/
	background: #fff;
	/*border: 1px solid #ccc;
	border-top: 0;*/
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.features > div > ul
{
	display: block;
	overflow: auto;
	clear: both;
}

.features > div > ul > li
{
	display: block;
	float: left;
	margin: 0 9px;
	background: #fff;
	position: relative;
}

.features > div > ul > li > a
{
	float: left;
	width: 139px;
	height: 128px;
	text-align: center;
	padding: 10px;
}

.features > div > ul > li > a > img
{
	width: 107px;
	height: 110px;
}

.features > div > ul > li > div
{
	float: left;
	width: 740px;
	height: 200px;
	overflow: hidden;
}

.features .close
{
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: 0;
	width: 12px;
	height: 15px;
	text-indent: -1000px;
	background-position: -304px -113px;
}

.product-info
{
	margin: 10px;
	width: 720px;
}

.product-info h2
{
	font-size: 18px;
	color: #187bc7;
	margin: 0 0 5px 0;
}

#wrapper.bluray .product-info h2
{
	color: #ff8d00;
}

.product-info h3
{
	margin: 5px 0;
	background-color: #fff;
}

.product-info .title
{
	color: #187bc7;
}

#wrapper.bluray .product-info .title
{
	color: #ff8d00;
}

.product-info-text, .product-info-related
{
	float: left;
}

.product-info-text
{
	width: 420px;
	margin-right: 10px;
}

.product-info-related
{
	width: 280px;
	margin-left: 10px;
}

.product-list > li
{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}

.product-list img
{
	max-width: 64px;
	max-height: 64px;
}

#wrapper.led .features .scrollbutton
{
	background-image: url(images/led-sprites.png);
	background-repeat: no-repeat;
}

#wrapper.bluray .features .scrollbutton
{
	background-image: url(images/bluray-sprites.png);
	background-repeat: no-repeat;
}

.features .scrollbutton
{
	cursor: pointer;
	margin: 0;
	width: 37px;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999;
	text-indent: -10000px;
}

.features > .scrollbutton
{
	background-color: #eaeaea;
}

.features > .scrollbutton.left.active
{
	background-position: -1px -274px;
}

.features > .scrollbutton.right.active
{
	background-position: -43px -274px;
}

.features > .scrollbutton.left
{
	/*background-position: -82px -274px;*/
	background-position: -1px -274px;
	left: 0;
}

.features > .scrollbutton.right
{
	/*background-position: -125px -274px;*/
	background-position: -43px -274px;
	right: 0;
}

.features > div > .scrollbutton.left.active
{
	background-position: -339px -284px;
}

.features > div > .scrollbutton.right.active
{
	background-position: -381px -284px;
}

.features > div > .scrollbutton.left
{
	/*background-position: -257px -284px;*/
	background-position: -339px -284px;
	left: 0;
}

.features > div > .scrollbutton.right
{
	/*background-position: -300px -284px;*/
	background-position: -381px -284px;
	right: 0;
}
