body {
	background: none;
	background-color: #9bdfe5;
}
.page-container { position: static; }
#content-table { width: 990px; }
.support-page { display: none; margin-top: 40px; }

#support-drilldown {
	margin-top: 105px;
}
.support-page h2 {
	margin-bottom: 15px;
}

#support-title { margin: 20px 0px 35px 0px; }

h2, h3 { margin: 0px; padding: 0px; font-weight: bold; }

h3.faq-entry, h3.faq-link a { text-decoration: none; font-weight: normal; }

#support-select h2 {
	font-size: 30px;
}
#support-drilldown h2 {
	font-size: 26px;
	text-transform: uppercase;
}
#support-select h3 {
	font-size: 20px;
	text-align: center;
}

p.title { font-size: 18px; margin-top: 0px; }
.center { text-align: center; }
ul.bulleted li, .section li, .fancy-bulleted-list li, .fixes li {
	background: url("/SOL2013/images/bg_nav_arrow.png") no-repeat scroll 0 4px
}

ul.faq-entries li h3 span.faq-arrow {
	display: inline-block;
	height: 12px;
	width: 13px;
	background: url('/SOL2013/images/img_dropdown_red@2x.png') no-repeat;
	background-size: 10px 13px;
	margin-right: 7px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}
.faq-spin {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.support-listing {
	width: 25%;
	float: left;
	margin-bottom: 35px;
}
.support-listing h3 a {
	display: block;
	min-width: 130px;
	padding-top: 124px;
	color: #000000;
	text-decoration: none;
}

#select-installation h3 a {
	background: url('/SOL2013/images/support/support_installation.png') no-repeat top center;
}
#select-licensing h3 a {
	background: url('/SOL2013/images/support/support_licensing.png') no-repeat top center;
}
#select-started h3 a {
	background: url('/SOL2013/images/support/support_getting-started.png') no-repeat top center;
}
#select-performance h3 a {
	background: url('/SOL2013/images/support/support_performance.png') no-repeat top center;
}

#select-issues h3 a {
	background: url('/SOL2013/images/support/support_common-issues.png') no-repeat top center;
}
#select-updates h3 a {
	background: url('/SOL2013/images/support/support_updates.png') no-repeat top center;
}
#select-manuals h3 a {
	background: url('/SOL2013/images/support/support_manuals.png') no-repeat top center;
}
#select-videos h3 a {
	background: url('/SOL2013/images/support/support_videos.png') no-repeat top center;
}

.drilldown-content { display: none; }

#drilldown-nav {
	display: table;
	background: url("/SOL2013/images/support/bg_sub-nav3.png") no-repeat scroll center 0;
	height: 58px;
	left: 0;
	position: absolute;
	top: 170px;
	width: 100%;
	z-index: 1;
}

#drilldown-nav ul {
	display: table;
}

#drilldown-nav ul li {
	float: left;
	font-family: VAG Rounded W01 Thin;
	font-size: 15px;
	margin: 0px 25px;
	line-height: 1.3em;
	text-align: center;
	height: 68px;
}
.subnav-active {
	border-bottom: 3px solid #dc2822;
}
#drilldown-nav ul li a {
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	height: 58px;
	text-transform: uppercase;
	text-decoration: none;
}

.faq-entries li {
	border-bottom: 1px solid #ffffff;
	padding: 17px 0;
}

ul.faq-entries li .faq-description {
	display: none;
	padding: 10px;
	padding-left: 20px;
}

ul.faq-entries li:last-child {
	border: none;
}

ul.faq-entries ul li {
    border: medium none;
    padding: 2px 0;
}

ul.faq-entries ul.bulleted li {
    padding-left: 15px;
}

ul.faq-entries li .faq-description p:last-child, ul.faq-entries li .faq-description ul:last-child {
	margin-bottom: 0px;
}

h3.faq-link a {
	color: #000000;
}

.faq-seeAlso {
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin-top: 20px;
}
.faq-seeAlso p {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 14px;
}
.faq-seeAlso p.sub-title {
	margin: 0px;
	margin-bottom: 3px;
}
.faq-seeAlso p:last-child {
    margin-bottom: 0px;
}

input {
	margin: 0px;
	margin-right: 5px;
}
.button {
	background-color: #dc2822;
	border-radius: 3px;
	color: #ffffff;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
	opacity: 1;
	cursor: pointer;
}
.button.disabled {
	opacity: 0.5;
}
.button h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.faq-support-section ul li {
	margin: 3px 0;
}

.faq-support-section ul li a {
	color: #000000;
}

.product-update { display: none; }

span.apple a, span.windows a {
	margin-bottom: 3px;
	display: block;
}

#support-updates-display .anUpdate {
	clear: both;
	margin-top: 15px;
	padding-top: 9px;
	border-top: 1px dotted #ffffff;
}

#support-updates-display .anUpdate:first-child {
	margin-top: 10px;
}

#support-updates-display .anUpdate p {
	margin: 0;
	margin-top: 1em;
}

.apple {
	display: block;
	padding-top: 53px;
	background: url('/SOL2013/images/support/support_icon_apple.png') top center no-repeat;
	min-width: 50px;
	text-align: center;
	float: left;
	margin: 0px 15px 3px 10px;
	color: #343434;
}

.windows {
	display: block;
	padding-top: 53px;
	background: url('/SOL2013/images/support/support_icon_windows.png') top center no-repeat;
	min-width: 50px;
	text-align: center;
	float: left;
	margin: 0px 15px 3px 0px;
	color: #343434;
}

a.apple:visited, a.windows:visited {
	color: #343434;	
}

.dl-links span.apple, .dl-links span.windows {
	float: left;
	margin-top: 0px;
}

span.apple a, span.windows a {
	margin-bottom: 3px;
	display: block;
}

#support-updates-display .anUpdate {
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #ffffff;
}

#support-updates-display .anUpdate:first-child {
	margin-top: 10px;
}

#support-updates-display .anUpdate p {
	margin: 0;
	margin-top: 1em;
	font-size: 12px;
}

.anUpdate h3 {
	margin: 10px 0px;
	font-weight: bold;
	font-size: 16px;
}

select {
    border: 1px solid #7B7B7B;
    margin: 7px 0;
    padding: 5px;
    width: 300px;
}

#support-updates-selector {
    margin: 20px 0px;
}

#support-latest-updates li {
    margin: 3px 0px;
}

.play-update {
    border-top: 1px dotted #fff;
    clear: both;
    margin: 15px 0;
    padding: 15px 0;
}

#drilldown-updates h3 {
    font-size: 20px;
	margin-top: 10px;
}

.dl-links {
    margin-top: 10px;
}

#select-manuals {
    margin-bottom: 10px;
}

.product-manual {
	display: none;
}

#playContent {
		margin-left: 20px;
		margin-bottom: 150px;	
}

#playContent h2 {
	margin-top: 13px;
	margin-bottom: 8px;
}

#player-controls {
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

#player-controls p {
	float: left;
	background-color: #cccccc;
	border-right: 2px solid #666666;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
}

#player-controls p a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0px 20px;
	border: 1px solid #FFFFFF;
	border-bottom: none;
}

#player-controls p.active a {
	background-color: #FFFFFF;
	border-bottom: medium none;
	color: #111111;
}

ul#video-nav {
    margin-bottom: 5px;
}

ul#video-nav li {
    cursor: pointer;
    display: inline;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: underline;
}

ul#video-nav li.video-active {
	text-decoration: none;
	cursor: default;
	color: #de2516;
}

.jp-video-360p {
    width: 760px;
}

.jp-video-play-icon {
    background: url("/SOL2013/jplayer-video/img/video_play_big.png") no-repeat scroll 0 0;
    height: 95px;
    margin-left: -45px;
    margin-top: -86px;
    width: 85px;
}

.jp-zip {
    float: right;
    margin-right: 15px;
    text-align: right;
    text-decoration: underline;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	#select-installation h3 a {
		background: url('/SOL2013/images/support/support_installation@2x.png') no-repeat top center;
		background-size: 114px 114px;
	}
	#select-licensing h3 a {
		background: url('/SOL2013/images/support/support_licensing@2x.png') no-repeat top center;
		background-size: 114px 114px;
	}
	#select-started h3 a {
		background: url('/SOL2013/images/support/support_getting-started@2x.png') no-repeat top center;
		background-size: 114px 114px;
	}
	#select-performance h3 a {
		background: url('/SOL2013/images/support/support_performance@2x.png') no-repeat top center;
		background-size: 114px 114px;
	}
	
	#select-issues h3 a {
		background: url('/SOL2013/images/support/support_common-issues@2x.png') no-repeat top center;
		background-size: 114px 114px;
	}
	#select-updates h3 a {
		background: url('/SOL2013/images/support/support_updates@2x.png') no-repeat top center;
		background-size: 114px 114px;
	}
	#select-manuals h3 a {
		background: url('/SOL2013/images/support/support_manuals@2x.png') no-repeat top center;
		background-size: 114px 114px;
	}
	#select-videos h3 a {
		background: url('/SOL2013/images/support/support_videos@2x.png') no-repeat top center;
		background-size: 114px 114px;
	}
	.apple {
		background: url('/SOL2013/images/support/support_icon_apple@2x.png') top center no-repeat;
		background-size: 37px 46px;
	}
	.windows {
		background: url('/SOL2013/images/support/support_icon_windows@2x.png') top center no-repeat;
		background-size: 41px 46px;
	}
	.jp-video-play-icon {
    	background: url("/SOL2013/jplayer-video/img/video_play_big@2x.png") no-repeat scroll 0 0;
		background-size: 85px 95px;
	}
}