﻿body {
	font: normal 11px/14px helvetica, arial;
	background: #343434;
	color: #363636;
}

.sprite
{
	background-repeat:no-repeat;
}

.led .sprite, .bluray .storelocator .sprite
{
	background-image: url(images/led-sprites.png);
}

.bluray .sprite, .led .storelocator .sprite
{
	background-image: url(images/bluray-sprites.png);
}

#wrapper
{
	background: #eaeaea;
	box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
}

#header
{
	min-height: 60px;
}

.text-content
{
	background: #fffdf8;
}

img
{
	border: 0;
	vertical-align: middle;
}

a, a:visited, a:hover, a:active, a:focus
{
	text-decoration: none;
	color: #187bc7;
}

#wrapper.bluray a, #wrapper.bluray a:visited, #wrapper.bluray a:hover, #wrapper.bluray a:active, #wrapper.bluray a:focus
{
	color: #ff8d00;
}

a:hover, a:focus
{
	text-decoration: underline;
}

h1
{
	margin: 0 0 10px 0;
	font: normal 25px/100% SamsungImaginationModern,helvetica,arial;
	color: #363636;
}

h2
{
	margin: 0 0 10px 0;
	font: normal 24px/100% SamsungImaginationModern,helvetica,arial;
	color: #363636;
}

h3
{
	margin: 0 0 10px 0;
	font: bold 12px/100% helvetica,arial;
	color: #363636;
	text-transform: uppercase;
}

h4
{
	margin: 0;
	font: bold 11px/100% helvetica,arial;
	color: #187bc7;
	text-transform: uppercase;
}

#wrapper.bluray h4
{
	color: #ff8d00;
}

h1 a, h2 a, h3 a, h1 a:visited, h2 a:visited, h3 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h1 a:focus, h2 a:focus, h3 a:focus
{
	color: #363636!important;
}

.lineup
{
	font-size: 18px!important;
	margin: 10px 0!important;
	text-transform: uppercase;
}

.accent
{
	color: #187bc7;
}

#wrapper.bluray .accent
{
	color: #ff8d00;
}

.subnav, .subnav a, .subnav a:visited, .subnav a:hover, .subnav:active, .subnav a:focus
{
	color: #444;
}

p
{
	margin: 0 0 1em 0;
}

#header
{
	position: relative;
}

.navigation
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.topMenu, .topMenu > li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.topMenu
{
	display: block;
	overflow: auto;
}

.topMenu > li
{
	display: block;
	float: left;
}

.topMenu > li > *
{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}

.topMenu > li > a
{
	background-position: -20px -48px;
	padding: 0 10px;
	color: #363636!important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.topMenu > li > span
{
	width: 5px;
}

.topMenu > li > span.left
{
	background-position: 0 -48px;
}

.topMenu > li > span.right
{
	background-position: -7px -48px;
}

.topMenu > li.start
{
	margin: 0 10px 0 20px;
}

.topMenu > li.storelocator
{
	float: right;
	margin: 0 20px 0 10px;
}

.topMenu > li.current > a, .topMenu > li.focus > a
{
	background-position: -20px 0;
	color: #fff!important;
}

.topMenu > li.current > span.left, .topMenu > li.focus > span.left
{
	background-position: 0 0;
}

.topMenu > li.current > span.right, .topMenu > li.focus > span.right
{
	background-position: -7px 0;
}

.wide-divider-bottom
{
	background-position: 0 -481px;
	height: 10px;
	margin: 0;
	padding-bottom: 10px;
}

.news-right-bg
{
	background: url(images/cross.png) no-repeat center center;
}

.news-right
{
	padding: 10px;
	min-height: 200px;
	overflow:auto;
}

.news-right img
{
	float: right;
	max-width: 225px;
}

.explode
{
	position: relative;
	min-height: 240px;
}

.explode-container
{
	position: relative;
	left: -10px;
	width: 980px;
	min-height: 240px;
	color: #fff;
}

.explode-bottom
{
	min-height: 240px;
	background: no-repeat bottom center;
}

.bluray .explode-bottom
{
	background-image: url(images/feed_bg_bottom_orange.png);
}

.led .explode-bottom
{
	background-image: url(images/feed_bg_bottom.png);
}

.explode-top
{
	background: url(images/feed_bg_top.png) no-repeat top center;
}

.bluray .explode-top
{
	background-image: url(images/feed_bg_top_orange.png);
}

.led .explode-top
{
	background-image: url(images/feed_bg_top.png);
}

.explode-content
{
	padding: 10px 10px 20px 10px;
	overflow: auto;
	/*background: url(images/feed_divider.png) no-repeat -33px -10px;*/
}

.explode-content *, .explode-content a:visited, .explode-content a:hover, .explode-content a:focus
{
	color: #fff!important;
}

.explode-content h3
{
	line-height: 25px;
}

.explode-content .twitter
{
	width: 310px;
}

.explode-content .press
{
	width: 286px;
}

.explode-content .facebook
{
	width: 250px;
	margin-right: 0;
}

.explode-content .press div
{
	margin: 5px 0;
}

.movie-clip
{
	position: relative;
	background: #d3d3d3;
	height: 100px;
	border-bottom: 1px solid #999;
}

.movie-clip a
{
	color: #363636!important;
	text-decoration: none;
}

.movie-clip img
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
	height: 80px;
}

.movie-clip .title
{
	position: absolute;
	top: 10px;
	left: 140px;
	width: 130px;
	text-transform: uppercase;
	font-weight: bold;
}

.movie-clip .playlink
{
	position: absolute;
	padding-top: 76px;
	padding-left: 140px;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(images/play_btn.png) no-repeat 47px 27px;
}

.movies
{
	padding: 10px 0;
	margin: 0 9px 0 19px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.movies h4
{
	padding-left: 10px;
}

.video
{
	background: #000;
	width: 960px!important;
	margin: 10px 0 0 0;
}

.video .video-embed
{
	margin: 0 20px 10px 20px;
}

.video .video-embed object, .video .video-embed embed
{
	position: static!important;
}

.video .video-title
{
	padding: 10px 20px;
	margin: 0;
	color: #fff;
	background: url(images/top_gr.png) repeat-x center bottom #000;
}

.video-gallery
{
	background: url(images/cross_3x3.png) no-repeat center center;
	padding: 20px 0;
}

.video-footer
{
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 300%;
	background: url(images/down_gr.png) repeat-x center bottom #000;
}

.video-gallery .movie-clip
{
	width: 220px;
	height: auto;
	min-height: 225px;
	margin: 20px 50px;
	position: relative;
	display: inline;
	float: left;
	background: none;
	border: none;
}

.video-gallery .movie-clip img
{
	position: static;
	display: block;
	float: none;
	width: 220px;
	height: 180px;
}

.video-gallery .movie-clip br
{
	line-height: 10px;
}

.video-gallery .movie-clip .title
{
	position: static;
	display: inline;
}

.video-gallery .movie-clip .playlink
{
	text-indent: -10000px;
	background-position: center 67px!important;
	width: 100%!important;
	height: 100%!important;
	padding: 0;
}

.footer-news
{
	margin-left: -9px;
	border-left: 1px solid #fff;
	padding: 10px 0 10px 18px;
}

.movies h4, .footer-news h4
{
	border-bottom: 1px solid #999;
	line-height: 150%;
}

.news-left
{
	clear: both;
	position: relative;
	overflow: auto;
	padding: 10px 0;
	border-bottom: 1px solid #999;
}

.news-toggle
{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-position: -354px -98px;
	text-indent: -1000px;
}

.news-left.closed .news-toggle
{
	background-position: -334px -98px;
}

.news-left img
{
	float: left;
	max-width: 200px;
	margin: 0 10px 0 0;
}

.news-left .article h2, .news-left .article div, .news-left .article a.readmore
{
	display: block;
	margin-left: 210px;
	margin-right: 40px;
}

.news-left.closed .article div, .news-left.closed .article img, .news-left.closed .article .readmore
{
	display: none;
}

.news-left.closed .article h2
{
	margin: 0 40px 0 0;
}


.news-left .readlink
{
	position: absolute;
	bottom: 10px;
	color: #187bc7;
}

#wrapper.bluray .news-left .readlink
{
	color: #ff8d00;
}

#footer
{
	background: #c4c4c4;
	padding-bottom: 20px;
}

#footer .wide-divider-bottom
{
	margin: 0 0 10px 0;
}

a.button
{
	/*font-family: SamsungImaginationCondensed;*/
	/*font-size: 11px;*/
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-position: -29px -148px;
}

a.button > *
{
	vertical-align: middle;
}

a.button:visited, a.button:hover, a.button:focus
{
	text-decoration: none!important;
	color: #fff!important;
}

a.button > .arrow
{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	margin-top: -2px;
	background-position: -195px -146px;
}

a.button:hover canvas
{
	text-decoration: none;
}

.column-container
{
	position: relative;
	background: url(images/white_grey_bg.jpg) repeat-y;
	padding: 20px 0;
}

.column-container > .wide-divider-bottom
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.tweet
{
	margin: 5px 0;
	clear: both;
	overflow: auto;
}

.tweet > img
{
	width: 48px;
	height: 48px;
	float: left;
}

.tweet > span
{
	display: block;
	margin-left: 53px;
}

.tweet > .tweet-user
{
	font-weight: bold;
}

.article-list h2, .feature-article-list h2
{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.feature-article-list img
{
	max-width: 200px;
}

.article-list img
{
	display: none;
}

.article-list .article,.feature-article-list .article
{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.grid_9 .article
{
	margin-top: 10px;
}

.article .intro
{
	margin-bottom: 10px;
	line-height: 15px;
}

#switch
{
	padding-top: 7px;
	text-align: right;
	float: right;
	text-transform: uppercase;
	color: #fff;
}

#switch span
{
	float: left;
	vertical-align: middle;
	height: 14px;
	padding: 10px 0;
}

#switch .left, #switch .right
{
	width: 4px;
}

#switch .left
{
	background-position: -197px -48px;
}

#switch .right
{
	background-position: -202px -48px;
}

#switch .middle
{
	background-position: -208px -48px;
	padding-left: 10px;
	padding-right: 10px;
}

#switch a, #switch a:visited, #switch a:hover, #switch a:focus
{
	color: #fff!important;
}

.more
{
	float: right;
	padding: 10px 5px 0 0;
}

.toplogo
{
	padding-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}

.samsunglogo
{
	display: inline-block;
	width: 94px;
	height: 34px;
	text-indent: -10000px;
	background-position: -163px -283px;
	vertical-align: middle;
}

.topbar
{
	font-family: SamsungImaginationModern;
}

div.share
{
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	color: #187bc7;	
	font-weight: bold;
}

div.share a
{
	font-weight: normal;
}

.bluray div.share
{
	color: #ff8d00;
}

.pagenav h4
{
	float: left;
}

.pagenav div.share
{
	float: right;
	margin: 0;
}
