a {
	cursor: pointer;
	text-decoration:none;
}
a:link,
a:visited,
a:active { 
	color:#425481;
}
a:hover {
	text-decoration: underline; 
	color: red;
}
#currentlyPlaying {
	float: left;
	padding-left: 0px;
}
div.pageWidth {
	padding: 0 12px;
	width: 830px;
	max-width: 830px;
}
#playContainer { 
	padding: 0 28px;
	width: 776px;
	background-clip: padding-box;
	
	background: #e8e3de; /* Old browsers */
	background: -moz-linear-gradient(top, #cac6c2 0%, #ffffff 40%, #ffffff 58%, #c7c2bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cac6c2), color-stop(40%,#ffffff), color-stop(58%,#ffffff), color-stop(100%,#c7c2bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cac6c2 0%,#ffffff 40%,#ffffff 58%,#c7c2bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cac6c2 0%,#ffffff 40%,#ffffff 58%,#c7c2bd 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #cac6c2 0%,#ffffff 40%,#ffffff 58%,#c7c2bd 100%); /* IE10+ */
	background: linear-gradient(top, #cac6c2 0%,#ffffff 40%,#ffffff 58%,#c7c2bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e3de', endColorstr='#f8f8f7',GradientType=0 ); /* IE6-9 */
}
#playerContainer { 
	position: relative; 
	height: 340px; 
	margin-top: 0; 
	cursor: pointer;
}
.overlayOn #playerContainer { 
	z-index: 7;
	}
#playerContainer #video_wrap {
	position: absolute;
	left: 17px;
	top: 23px;
	width: 528px;
	height: 280px;
	background: #121212 url(/videos/sv528/sv025.jpg) no-repeat;
}
#playerContainer #video_wrap #textInVideo {
	position: absolute;
	left: 9px;
	top: 2px;
	width: 521px;
	height: 278px;
	background: transparent url(/images/skyv_overlay.png) no-repeat;
}

#video_overlay {
	background: url(/images/skyv_triple_overlay_1.gif) no-repeat;
	width: 570px;
	height: 327px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
}
#textInVideo span.select {
	color: white;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 57px;
	left: 186px;
	width: 146px;
	text-align: center;
	border: 0px solid red;
}
#textInVideo span.play {
	color: white;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 35px;
	left: 186px;
	width: 146px;
	text-align: center;
	border: 0px solid red;
}
#videoThumbs {
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: scroll;
	/*height: 136px; */
	width: 570px;
	background-color: #3a3c3f;
	background-image: linear-gradient(bottom, rgb(143,143,143) 0%, rgb(58,60,63) 64%);
	background-image: -o-linear-gradient(bottom, rgb(143,143,143) 0%, rgb(58,60,63) 64%);
	background-image: -moz-linear-gradient(bottom, rgb(143,143,143) 0%, rgb(58,60,63) 64%);
	background-image: -webkit-linear-gradient(bottom, rgb(143,143,143) 0%, rgb(58,60,63) 64%);
	background-image: -ms-linear-gradient(bottom, rgb(143,143,143) 0%, rgb(58,60,63) 64%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left 75%,
		color-stop(0, rgb(143,143,143)),
		color-stop(0.64, rgb(58,60,63))
	);
}
.pageWidthTop {
	width: 780px;
	padding: 0 27px;
	margin: 0 10px;
	border: 1px solid red;
}
#videoThumbs_outer {
	position: relative;
	z-index: 67;
	clear: both;
	margin-bottom: 30px;
}
#videoThumbs .thumb {
	float: left;
	/*margin: 11px;
	margin-right: 0; */
	width: 140px;
}
.thumb hr {
	border: 0;
	background: #7a7a7a;
	height: 2px;
}
#videoThumbs .data { 
	display: block;
	padding-top: 3px; 
}
#videoThumbs .data span {
	display: block;
	font-size: 11px;
	text-align: center;
	color: white;
	text-decoration: none;
}
#videoThumbs .data span.videoTitle {
	color: #e6e6e6;
}
#videoThumbs a {
	outline: none;
	display: block;
	padding: 7px;
	text-decoration: none;
	min-height: 167px;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;  
	-ms-transition: all 0.3s ease-out;  
	-o-transition: all 0.3s ease-out;  
	transition: all 0.3s ease-out;
}
#videoThumbs a.activeThumb,
#videoThumbs a:hover {
	background: #444;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;  
	-ms-transition: all 0.3s ease-out;  
	-o-transition: all 0.3s ease-out;  
	transition: all 0.3s ease-out;
}
#videoThumbs a img {
	border: 1px solid #3a3c3f;
}
#videoThumbs a:hover img {
	border-color: #fff;
}
#videoThumbs a.activeThumb img {
	border-color: white;
}

video.iOS {
	position: relative;
	z-index: 3;
}
#videoThumbs.withScroller {
	width: 478px;
	/*height: 116px; */
	float: left;
}
#videoThumbs_outer div.scroller {
	float: left;
	padding: 71px 12px;
	margin: 0 7px;
	background: #787878;
	background: -moz-linear-gradient(top,#404040, #707070);
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#707070));
	border: 1px solid #888;
	border-radius: 9px;
	color: black;
	text-align: center;
	font-size: 32px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 2px 5px #000000;
	width: 6px;
}
#videoThumbs_outer div.scroller:hover {
	background: -moz-linear-gradient(top,#404040, #808080);
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#808080));
}
#description {
	float: left;
	font-size: 12px;
	padding-top: 28px;
	padding-right: 13px;
	padding: 28px 13px 10px 0;
	width: 191px;
	min-height: 462px;
	vertical-align: middle;
}
.description span {
	display: block;
}
#videoTitle {
	padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(/images/products/2009/000_60.png);
	z-index: 6;
}

#skyv_flash_wrap {
	width: 566px;
	height: 400px;
	margin-left: 0;
}
.description {
	overflow-y: hidden;
	display: block;
	max-height: 596px;
}
a#descriptionPopup {
	margin: 4px 0 12px;
	position: relative;
	z-index: 7;
	color: black;
}
div.topMargin {
	margin-top: 22px;
}
div#side_2011 {
	float: left;
	margin: 26px 12px 26px 35px;
}
div#side_2011 h1 {
	margin-bottom: 0;
}
#side_2011 .sidelinks h2 {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#introduction {
	float: left;
	width: 514px;
	background: url(/images/products/eScape_gradient_corner.jpg) right top no-repeat;
	margin-top: 26px;
	padding: 17px 20px 22px 25px;
	border-top: 1px solid white;
}
#introduction p {
	margin-top: 10px;
	color: #393733;
}
#introduction h2 {
	color: #4979c7;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 4px;
}
div#crumbs {
	float: left;
	position: relative;
	top: 12px;
	margin-left: 35px;
}
#topLinks {
	float: right;
	padding-top: 12px;
	margin-right: 35px;
}
#topLinks a {
	float: left;
	color: white;
	text-decoration: none;
}
div.nowShipping {
	float: right;
	margin-top: 14px;
	margin-left: 35px;
	margin-right: 35px;
}
div.nowShipping span {
	display: block;
	margin-bottom: 3px;
	
	color: #be2929;
	text-transform: uppercase;
}
a span.blueButton {
	display: block;
	float: left;
	background: url(/images/2011/escape/big_blue_button.png) right top no-repeat;
	text-align: right;
	padding: 5px 30px 8px 8px;
	height: 20px;
	width: 156px;
	font-size: 12px;
}
hr.blue {
	display: block;
	clear: both;
	background: url(/images/2011/skyv/rule.gif) left top no-repeat;
	width: 761px;
	height: 9px;
	border: none;
}
#mainFeatures, #components, #aboutRed {
	padding: 0 35px;
}
#mainFeatures img {
	clear: right; 
	padding: 4px; 
	border: 1px solid #ccc; 
	background: white; 
	border-radius: 4px; 
	box-shadow: 1px 1px 7px 1px #999999; 
	float: right;
	margin: 40px 0 20px 12px;
}
#playContainer h1 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 2px;
	padding: 12px 0 0px 0;
	margin-bottom: -10px;
	color: #4274c4
}
#mainFeatures h1 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 12px 0 0px 0;
	color: #4274c4;
}
#mainFeatures ul {
	list-style: none;
	margin-top: 0px;
	padding-left: 16px;
	padding-top: 0;
	width: 420px;
}
#mainFeatures li {
	/*color: #4e2300;*/
	margin-top: 12px;
}
#mainFeatures .label {
	clear: left;
	float: left;
	display: block;
	width: 94px;
	font-weight: bold;
	padding-left: 16px;
}
#mainFeatures .dash {
	float: left;
	display: block;
	width: 10px;
	text-align: center;
}
#mainFeatures .data {
	float: left;
	display: block;
	width: 292px;
	margin-bottom: 3px;
}
#components {
	clear: both;
}
#components h1 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 2px;
	padding: 4px 0 0px 0;
	color: #4274c4;
}
#component_table {
	position: relative;
	min-height: 386px; 
	background: url(/images/2012/SkyV/components_bg.jpg) left bottom no-repeat;
}
#component_table a#documentation {
	position: absolute;
	right: 6px;
	top: 12px;
	color: white;
	text-decoration: none;
}
#component_table a span.blueButton {
	background: url(/images/2011/skyv/blueButton_brownBG.gif) right top no-repeat;
}
.components_details {
	width: 280px; 
	margin-left: 249px; 
	padding: 15px;
	padding-bottom: 1px;
}
.components_details p {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 13px;
}
#aboutRed {
	margin-top: 26px;
	padding-bottom: 10px;
}

#aboutRed h1 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 2px;
	padding: 0px 0 0px 0;
	color: #4274c4;
}
#aboutRed img.outline {
	padding: 4px; 
	border: 1px solid #ccc; 
	background: white; 
	border-radius: 5px; 
	box-shadow: 1px 1px 7px 1px #999999; 
}
.right {
	float: left; 
	width: 410px;
}
.right h2 {
	font-size: 24px; 
	color: #1c3781; 
	margin-top: 0; 
	font-weight: normal;
}
.left {
	float: left; 
	padding-right: 24px; 
	width: 310px;
}
a.fullResLink {
	display: block;
	position: relative;
	z-index: 7;
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
}