/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.4em Arial, sans-serif;
	background: #121212 url(/site_images/bg_body.png) left top repeat-x;
}
p, address, ul, ol, li, dt, dd, td, th, div, span, blockquote {
	color: #999;
}
.general p, .general address, .general ul, .general ol, .general li, .general dt, .general dd, .general td, .general th, .general div, .general span, .general blockquote {
	color: #333;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #ff796e;
	outline: none;
}
.general a {
	color: #aa000e;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
	font-weight: normal;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
.image-wrap {
	position: relative;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 15px 15px;
}
.border1 {
	border: 1px solid #ccc4bc;
}
.drop {

}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 5px 0;
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #666666;
	font-family: Arial, sans-serif;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-weight: bold;
}
h1 {
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	padding: 20px 30px 15px 30px;
	background: #1c1c1c;
}
.banner h1 {
	padding: 40px 0 15px 30px;
	background: none;
	color: #848484;
	font-size: 48px;
	line-height: 52px;
}
.banner.inner h1 {
	font-size: 18px;
	line-height: 22px;
	padding: 5px 30px;
	color: #000;
}
.banner.inner h1 span {
	font-size: 50px;
	line-height: 54px;
	color: #000;
}
#section-index h1 {
	display: none;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #e6e6e6;
}
h2.small-cap {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}
h2.item-title {
	color: #a3a3a3;
	margin: 0;
	padding: 10px 30px 0 30px;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
}
h2.replace-channels {
	text-indent: -9999px;
	width: 451px;
	height: 28px;
	margin: 0 auto 15px;
	background: url(/site_images/heading_sportskool_channels.png) 0 0 no-repeat;
}
h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height: 22px;
}
h4 {
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0 0 5px;
	line-height: 19px;
	color: #fff;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* Layout */

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #000;
}
.columns {
	clear: both;
	margin: -5px 0 0 0;
}
.columns.two-b, .columns.two-d {
	margin: 0;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.one .column {
	width: 900px;
	float: none;
	padding: 30px;
}
.two-a .column.first {
	width: 520px;
	margin: 0 15px 0 0;
	padding: 30px 0 30px 30px;
}
.two-a .column.second {
	width: 365px;
	padding: 30px 30px 30px 0;
}
.two-b .column.first {
	width: 680px;
	padding: 30px;
}
#section-index .two-b .column.first {
	width: 740px;
	padding: 0;
}
.two-b .column.second {
	width: 190px;
	padding: 30px 15px;
	background: #1a1a1a;
}
#section-index .two-b .column.second {
	width: 200px;
	padding: 0;
	background: transparent;
	text-align: center;
}
.two-c .column.first {
	width: 190px;
	padding: 30px;
}
.two-c .column.second {
	width: 680px;
	padding: 30px 15px;
}
#section-index .two-d {
	margin: 0 0 25px 0;
}
.two-d .column.first {
	width: 640px;
}
.two-d .column.second {
	width: 320px;
}
.three .column {
	width: 31%;
	padding: 0 1%;
}

/* Modules */
.modules {
	clear: both;
}
.module {
	position: relative;
	padding: 15px;
	margin: 0 0 25px;
}
.module.index {
	padding: 25px 20px;
	margin: 0;
	height: 274px;
	background:#111111;
}
.module.index p { 
	font-size:16px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight:700 !important; */
}
.module h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.module h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 2px 0;
}
.module p {
	color: #eaeaea;
}
/* Pages */
#masthead {
	height: 119px;
	background: url(/site_images/bg_nav2.png) right bottom no-repeat;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#primary-menu {
	margin: 0;
	width: 850px;
	position: absolute;
	top: 79px;
	right: 0;
	text-align: right;
	z-index: 10;
}
#primary-menu .primary-sub-menu {
	display: none;
	margin: 0;
	background: #721c1e;
	padding: 0;
	border: 1px solid #721c1e;
	position: absolute;
	z-index: 100;
	top: 29px;
	left: 0;
	width: 200px;
}
#primary-menu li {
	margin: 0;
	display: inline;
	list-style: none;
	position: relative;
}
#primary-menu .primary-sub-menu li {
	float: none;
	margin: 0;
	text-align: left;
}
#primary-menu li.last {
	margin: 0;
}
#primary-menu a {
	display: inline-block;
	color: #b6b6b6;
	font-size: 16px;
	padding: 10px 14px;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}
#primary-menu .primary-sub-menu li a {
	display: block;
	border: none;
	width: auto;
	padding: 6px 5px;
	border-bottom: 1px solid #531416;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
#primary-menu a:hover, #primary-menu a.active, #primary-menu a.on {
	text-decoration: none;
	color: #fff;
	background: #df343e url(/site_images/bg_nav_hover.png) left bottom repeat-x;
}
#primary-menu .primary-sub-menu li a:hover {
	background: #D8D8D7;
	text-decoration: none;
	color: #333;
}
.social-links {
	position: absolute;
	top: 45px;
	right: 0;
	width: auto;
}
.banner {
	height: 325px;
	width: 960px;
}
.bannertext {
	width: 470px;
	padding: 0 0 0 30px;
}
.bannertext p {
	color: #1f1f1f;
	font-size: 16px;
	line-height: 20px;
}
.banner.inner .bannertext p {
	color: black;
	font-size: 14px;
	line-height: 18px;
}
.platform-avail {
	padding: 0 0 0 30px;
	clear: both;
}
.platform-avail p {
	font-size: 12px;
	color: #000;
	margin: 0 0 5px;
}
#section-watch .bannertext p { 
	width:350px;
}
.platform-avail .link, #section-watch .link, #section-index .link {
	background: #212121 url(/site_images/bg_platform_btn.png) 0 0 repeat-x;
	float: left;
	height: 55px;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 15px 5px;
	width: 150px;
}
.platform-avail .link h2, #section-watch .link h2, #section-index .link h2 {
	font-size: 16px;
	line-height: 20px;
	color: #f3f3f3;
	margin: 0;
}
.platform-avail .link img, #section-watch .link img, #section-index .link img {
	padding: 0 0 5px;
}
.platform-avail .link span, #section-watch .link span, #section-index .link span {
	color: #828282;
	font-size: 11px;
	line-height: 13px;
	display: block;
}
.platform-avail .link span.o, #section-watch .link span.o, #section-index .link span.o {
	color: #c9c9c9;
	font-size: 16px;
	line-height: 20px;
	display: inline;
	text-shadow: 0px 0px 4px #aaaaaa;
	text-transform:uppercase;
}
.platform-avail .link span.d, #section-watch .link span.d, #section-index .link span.d {
	color: #f4f4f4;
	font-size: 16px;
	line-height: 20px;
	display: inline;
	text-shadow: 0px 0px 4px #ffffff;
	text-transform:uppercase;
}
.fullbtnlink:hover {
	text-decoration: none;
}
.fullbtnlink:hover .link, #section-index .fullbtnlink:hover .link, #section-watch .fullbtnlink:hover .link {
	background: #212121 url("/site_images/bg_platform_btn2.png") 0 0 repeat-x;
}
.general {
	background: #ebebeb url(/site_images/bg_content.png) 0 0 repeat-x;
}
#section-store .general {
	background: #000;
}
.topdescription {
	background: #000;
}
.topcontent {
	padding: 45px 0 0 30px;
	width: 480px;
}
#section-about .topcontent p { 
	font-size:20px;
	line-height:24px;
	color:#fff;
}
.pagecontent {
}
.channel {
	float: left;
	width: 440px;
	margin: 0 15px 30px 0;
	min-height:185px;
}
#section-watch .channel, #section-index .channel {
	width: 110px;
}
#section-index .channel, #section-watch .channel {
	margin: 0 75px 30px 50px;
}
#section-index .channel.right, #section-watch .channel.right {
	margin: 0 0 30px 50px;
}
#section-index .channel.left, #section-watch .channel.left {
	clear: both;
}
.platform {
	float: left;
	width: 440px;
	margin: 0 20px 30px 0;
}
.channel h2 {
	text-transform: uppercase;
}
.channel h2 span.o {
	color:#999999;
}
.channel h2 span.d {
	color:#E6E6E6;
}


.channel h2 a {
	color: #e6e6e6;
}
.channel h2 a:hover {
	text-decoration: none;
	color: #ccc;
}
.channel h2 a span.o {
	color: #555;
}
.channel h2 a span.d {
	color: #777;
}
.channel h3 {
	text-transform: uppercase;
	color: #E6E6E6;
    font-size: 24px;
    line-height: 28px;
}
#section-watch .channel h2, #section-index .channel h2 {
	font-size: 16px;
	line-height: 20px;
	width: 110px;
	text-align: center;
}
.platform-content h2 {
	font-size: 15px;
	line-height: 18px;
	color: #f3f3f3;
	font-weight: normal;
	text-transform: uppercase;
}
.channel.right, .platform.right {
	margin: 0;
}
.channel .channel-content {
	margin: 0 0 0 200px;
}
.platform .platform-content {
	margin: 0 0 0 180px;
}
.channel .channel-content p {
	color: #e0e0e0;
}
.platform .platform-content p {
	color: #f3f3f3;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 5px;
}
.platform .platform-content a {
	color: #828282;
	font-size: 11px;
	line-height: 14px;
}
.faq {
	margin: 0 0 20px;
}
.faq .q span, .faq .a span {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
}
.faq .q {
	margin: 0 0 10px;
	color: #fff;
	font-size: 13px;
}
.faq .a {
	margin: 0 0 10px;
	color: #818080;
	font-size: 13px;
}
.specifics {
	margin: 0 0 20px;
}
.specifics table td {
	vertical-align: top;
}
#player {
	margin: 0 0 25px;
}
.ad {
	width: auto;
	text-align: center;
}
ul.sort {
	margin: 0 0 35px;
	padding: 0;
	border-bottom: 1px solid #333;
}
ul.sort li {
	list-style: none;
	border-top: 1px solid #333;
	margin: 0;
}
ul.sort li a {
	display: block;
	color: #8d8d8d;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 7px 0;
}
ul.sort li a:hover, ul.sort li a.active {
	color: #fff;
	text-decoration: none;
	background: #1a1a1a;
	padding: 7px 0 7px 10px;
}
ul.sort li a.active {
	font-weight: bold;
}
.dvd {
	position: relative;
	float: left;
	width: 203px;
	padding: 7px;
	background: #272727;
	margin: 0 9px 30px 0;
	height: 370px;
}
.dvd.rightitem {
}
.dvd .featuredimage {
	position: absolute;
	top: -6px;
	right: -4px;
}
.dvd .thumb {
	padding: 8px;
	background: #414242;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 0 auto 8px auto;
}
.dvd h2 {
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
}
.dvd h2 a {
	color: #c1c1c1;
}
.dvd .dvd-details p {
	font-size: 11px;
	line-height: 14px;
	color: #c1c1c1;
}
.dvd .price {
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #f0c900;
	float: left;
	width: 97px;
}
.dvd .price span {
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	color: #aeaeae;
	font-weight: normal;
}
.dvd .more {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	display: block;
}
.dvd .buy {
	float: right;
	width: 106px;
}
.buycallout {
	float: left;
	width: 187px;
}
.buy-details {
	background: #2a2a2a;
	padding: 10px;-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0;
}
.buy-details h3 {
	color: #dcdbdb;
	font-size: 14px;
	line-height: 18px;
}
.buy-details .price {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #fcfe53;
	margin: 0 0 5px;
}
.buy-details .price span {
	font-size: 14px;
	color: #dcdbdb;
	line-height: 17px;
	font-weight: normal;
}
.buy-details .options p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
}
.buy-details .options a {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #ff796e;
}
.chapters {
	width: 900px;
	margin: 0 30px 35px;
	background: #fdfdfd;
	border: 3px solid #919191;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
.chapterstop {
	padding: 15px;
	border-bottom: 3px solid #919191;
	position: relative;
}
.chapterstop h3 {
	font-size: 24px;
	line-height: 28px;
	color: #bd1400;
	font-family: 'Orbitron', arial, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin: 10px 0 0 0;
}
.chapterstop .info {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 110px 5px 0;
	background: url(/site_images/graphic_dvd.gif) center right no-repeat;
	text-align: right;
	text-transform: uppercase;
}
.chapterstop .info span {
	font-size: 12px;
	line-height: 16px;
	font-family: 'Orbitron', arial, sans-serif;
	color: #919191;
	font-weight: 400;
}
.chapters1, .chapters2 {
	float: left;
	width: 420px;
	padding: 25px 15px;
}
.chapters1 {
	width: 417px;
	border-right: 3px solid #919191;
}
.chapters1 p, .chapters2 p {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}
.full-description {
	margin: 0 0 0 203px;
}
.homepreview h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 5px;
}
.homepreview p {
	color: #fff;
	margin: 0;
}
.homepreview .previewcontent {
	padding: 10px;
	background: #262324;
	margin: -5px 0 0 0;
	position:relative;
}
.homepreview .previewcontent .hp_pager { 
	position: absolute; 
	top:5px; right:5px;
	font-size:10px; 
}
.hp_pager a, .hp_pager strong { 
	border:1px solid #333; 
	padding:0px 3px; 
	display:inline-block;
	margin-left:3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
}
.hp_pager a { 
	background:#900; 
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.hp_pager a:hover { 
	background:#F00;
}
.hp_pager strong { 
	background:#666;
	color:#333;
}

.where {
	width: 680px !important;
	height: 82px;
	background: url(/site_images/bg_band2.png) 0 0 no-repeat;
	margin: 0 0 25px -9px;
	padding: 6px 0 0 299px;
	position: relative;
}
.where-inner {
	width: 680px !important;
}
.where ul {
	margin: -8px 0 0 0;
	padding: 0;
	list-style: none;
}
.where ul li {
	margin: 0;
}
.columns .channels {
	padding: 25px;
	background: #151515 url(/site_images/bg_channels.png) 0 0 repeat-x;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #1d1d1d;
	margin: 0 0 25px;
}
#section-channels .columns .channels, #section-sports .columns .channels {
	padding: 0;
	background: none;
	border-top: none;
	border-bottom: none;
}
#section-channels .banner h1 { 
	padding-top:5px !important;
	/*color:#555;*/
	color: black;
}
#section-channels .banner h1 span { 
	font-size:48px;
	line-height:48px;
}
#section-channels .bannertext ul li { 
	color:#000;
	font-size:13px;
	line-height:14px;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:10px;
}
#section-sports .banner h1 { 
	padding-top:20px !important;
	color:#555;
}

#section-sports .bannertext p { 
	color:#000;
	font-size:14px !important;
	line-height:18px;
	width:420px;
	margin-top:-10px;
}
.coaches {
	clear: both;
}
.coaches h3 {
	font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #e6e6e6;
}
.coach {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #e6e6e6;
}
.coach img {
	float: left;
	margin: 0 10px 5px 0;
}
.coach p {
	font-size: 12px;
	line-height: 16px;
	color: #a1a1a1;
	margin: 0 0 10px;
}
.coach ul {
	font-size: 12px;
	line-height: 16px;
	color: #a1a1a1;
	margin: 0 0 10px 30px;
}
/* Misc */
.subtitle {
	display: block;
	font-size: 18px;
	color: #a3a3a3;
	margin: 0 0 10px;
	padding: 0 30px;
}
.clearfix {
	clear: both;
}
.forward, .back {
	display: block;
	padding: 3px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
.forward {
	text-align: right;
}
.banner .back {
	padding: 10px 0 0 30px;
	color: #aa000e;
}
.date {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
blockquote {
	padding: 8px;
	margin: 0 0 10px;
	text-align: justify;
	background: #eaeaea;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #333;
	line-height: 24px;
}
.byline {
	font-style: normal;
	font-size: 14px;
	display: block;
	text-align: right;
}
.caption {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	font-weight: bold;
	font-family: "Lucida Grande", sans-serif;
}
/* Footer */
#footer {
	margin: -10px 0 0 -10px;
	padding: 10px 20px 10px 10px;
	width: 950px;
	height: 72px;
	background: transparent url(/site_images/bg_footer3.png) left bottom no-repeat;
}
#footer p, #footer a {
	color: #828283;
	font-size: 11px;
	line-height: 15px;
	font-family: "Lucida Grande", arial, sans-serif;
}
#footer .footer-left {
	float: left;
	width: 400px;
	margin: 25px 0 0 15px;
}
#footer .footer-right {
	float: right;
	width: 400px;
	margin: 30px 15px 0 0;
	text-align: right;
	line-height: 18px;
}

/* Comments */
.comment {
	margin: 0 0 8px 0;
}
.comment-inner {
	padding: 5px;
	background: #efcaab;
	border-top: 1px solid #969696;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, serif;
}
.commenter {
	padding: 1px 0 5px 50px;
	background: url(/site_images/bg_comment_byline.gif) 20px 0 no-repeat;
}
.commenter .name, .commenter .name a {
	font-weight: bold;
	font-size: 12px;
	color: #cb742e;
}

/* Forms */
.form-line {
	margin: 15px 0;
	clear: both;
}
input.text, textarea {
	padding: 8px;
	color: #555;
	border: 1px solid #b4b4b4;
	background: #fff;
	/*
	-moz-box-shadow:inset 0 0 8px #ccc;
	-webkit-box-shadow:inset 0 0 8px #ccc;
	box-shadow:inset 0 0 8px #ccc;
	*/
	font-family: Arial, sans-serif;
}
textarea {
	height: 150px;
}
label {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	color: #333;
}
.button {
	font-size: 20px;
	font-weight: bold;
	width: auto;
	margin: 0;
	padding: 6px 12px;
	width: 413px;
	background: #99000b;
	border: 1px solid #b4b4b4;
	color: #ccc;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 2px 1px #a7a4a5;
	-webkit-box-shadow: 1px 1px 2px 1px #a7a4a5;
	box-shadow: 1px 1px 2px 1px #a7a4a5;
}
#customform-contact label {
	width: 165px;
	font-size: 14px;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input.text, #customform-contact textarea {
	width: 332px;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label9 {
	margin: 0 5px 0 0;
}
#customform-contact #submit {
	width: 350px;
	margin: 0 0 0 170px;
}
#customform-subscribe {
	margin: 5px 0 0 0;
}
#customform-subscribe label {
	display: none;
}
#customform-subscribe #subscribe-email {
	width: 150px;
}
#comment-form {
	margin: 20px 0 0 0;
}
#comment-form fieldset {
	border: none;
}
#comment-form legend {
	font: bold 22px/1.2em "Arial Narrow", sans-serif;
	margin: 0 0 12px;
	color: #c05800;
}
#comment-form label {
	float: right;
	width: 350px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#comment-form .email label {
	margin: 0 5px 0 0;
	line-height: 1.25em;
}
#comment-form input.text, #comment-form textarea {
	width: 250px;
}
#comment-form .hint {
	display: block;
	width: 250px;
	text-align: right;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
.general .notice {
	background: green;
	color: #eaeaea;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}



/* SPORTSKOOL PLAYLIST FOR PLAYER */
.playlistContainer { 
	width:636px; height:329px; 
}
.playerContainer { 
	float:right; display:block; width:275px; height:329px; overflow:scroll; overflow-x:hidden; overflow-y:scroll; background:#131313; color:white;
	outline:none;
}
.playerContainer ul { 
	list-style-type:none; margin:0; padding:0;
}
.playerContainer li { 
	height:50px; overflow:hidden; line-height:12px; height:60px;
}
.playerContainer li a { 
	padding:5px; height:50px; text-decoration:none;
	display:block;
}

.playerContainer li a:hover, .playerContainer li a.active { 
	background:#222222;
}

.playerContainer li img { 
	float:left; margin-right:10px; border:none; height:50px; width:64px; border:none;
}
.playerContainer strong { 
	font-size:12px; color:#fff;
}
.playerContainer span { 
	color:#999; font-size:10px;line-height:10px;
}


/* OnDemand Schedule */
.schedulecontent {
	margin: 0 0 15px;
	clear: both;
}
.schedulecontent h3 {
	padding: 5px 10px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.schedulecontent .item {
	padding: 10px;
	border: 1px solid #2f2f2f;
	background: #1e1e1e;
	width: 291px;
	float: left;
	margin: 0 0 20px;
	position: relative;
}
.schedulecontent .item.leftitem {
	margin: 0 20px 20px 0;
	clear: left;
}
.schedulecontent h4 {
	font-size: 13px;
	line-height: 17px;
	color: #cacaca;
	margin: 0;
	padding: 0;
}
.schedulecontent p {
	color: #cacaca;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px;
}
.schedulecontent p.airs {
	color: #787878;
	font-size: 11px;
	line-height: 15px;
}
.schedulecontent .newimage {
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 2;
}
.filter a.active {
	color: #d0d0d0;
	font-weight: bold;
}
.filter a:hover {
	color: #d0d0d0;
	text-decoration: none;
}


/* banners */
.banner.inner h1, .banner.inner span, .banner.inner p { 
	/* text-shadow: -1px -1px 1px #999999;
	filter: dropshadow(color=#666666, offx=-1, offy=-1); */
}

.banner.inner.baseball h1, .banner.inner.baseball span, .banner.inner.baseball p { 
	color:#fff !important;
}
.banner.inner.baseball p { 
	width:330px !important;
}
.banner.inner.coaches-parents h1, .banner.inner.coaches-parents span { 
	color:#fff !important;
}
.banner.inner.coaches-parents .bannertext p { 
	width:325px !important;
	color:#222 !important;
	text-shadow: -1px -1px 1px #CCCCCC;
	filter: dropshadow(color=#CCCCCC, offx=-1, offy=-1);
}

.banner.inner.fitness .bannertext p { 
	width:325px !important;
	color:#222 !important;
	text-shadow: none;
	filter: none;
}
.banner.inner.hockey .bannertext p { 
	width:395px !important;
	color:#222 !important;
	text-shadow: none;
	filter: none;
}

.banner.inner.soccer h1, .banner.inner.soccer span, .banner.inner.soccer p { 
	color:#fff !important;
}.banner.inner.soccer p { 
	width:330px !important;
}
.banner.inner.softball h1, .banner.inner.softball span, .banner.inner.softball p { 
	color:#fff !important;
}
.banner.inner.softball .bannertext p { 
	padding-top:70px;
	color:#000 !important;
	text-shadow: none;
	filter: none;
}

.banner.inner.tennis h1, .banner.inner.tennis span, .banner.inner.tennis p { 
	color:#fff !important;
}
.banner.inner.tennis .bannertext p { 
	width:395px !important;
	color:#fff !important;
	text-shadow: none;
	filter: none;
	text-shadow: 1px 1px 2px #666666;
	filter: dropshadow(color=#666666, offx=1, offy=1);
}

.banner.inner.basketball h1, .banner.inner.basketball span, .banner.inner.basketball p { 
	color:#fff !important;
}
.basketball .bannertext p { 
	color:#fff !important;
}
.banner.inner.bass-fishing h1, .banner.inner.bass-fishing span, .banner.inner.bass-fishing p { 
	color:#fff !important;
}
.banner.inner.bass-fishing p { 
width:300px !important;
}
.banner.inner.bmx p { 
width:330px !important;
text-shadow: none;
filter:none;
}

.banner.inner.volleyball h1, .banner.inner.volleyball span, .banner.inner.volleyball p { 
	color:#fff !important;
}
.banner.inner.snowboarding p { 
width:330px !important;
text-shadow: none;
filter:none;
}

.banner.inner.skiing h1, .banner.inner.skiing span, .banner.inner.skiing p { 
	color:#fff !important;
}

.banner.inner.football p { 
width:300px !important;
text-shadow: none;
filter:none;
}
.banner.inner.golf h1, .banner.inner.golf span, .banner.inner.golf p { 
	color:#fff !important;
	text-shadow: 1px 1px 2px #333333;
	filter: dropshadow(color=#333333, offx=1, offy=1);
}
.banner.inner.yoga p { 
width:380px !important;
}
.banner.inner.lacrosse p { 
width:300px !important;
}

.banner.inner.endurance h1, .banner.inner.endurance span { 

	text-shadow: none;
	filter: none;
}
.banner.inner.endurance p { 
	color:#000 !important;
	width:235px !important;
	padding-top:20px;
}
.sportdvdthumb { 
}
.sportdvdthumb img { 
	max-width:100px; 
	max-height:100px;
	padding:5px;
	background: #414242;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#state { 
	display:none;
}

p.error { 
	border:1px solid #aaa;
	color:#FFF !important;
	text-align:center;
	font-weight:bold;
	padding:10px;
	background:#ba2727;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}
p.success { 
	border:1px solid #aaa;
	color:#FFF !important;
	text-align:center;
	font-weight:bold;
	padding:10px;
	background:#27ba27;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}

.galleryLeftArrow {
	left: 270px;
}
.galleryRightArrow {
	left: 985px;
}
.galleryLeftArrow, .galleryRightArrow {
    height: 21px;
	position: absolute;
	top: 38px;
	width: 21px;
	z-index: 10;
}
.galleryLeftArrow {
	background: url(/site_images/arrow_left2.png) 0 0 no-repeat;
}
.galleryRightArrow {
	background: url(/site_images/arrow_right2.png) 0 0 no-repeat;
}
.galleryRightArrow.disabled, .galleryLeftArrow.disabled {
	display: none;
}