/* *** Colors *** 

Light Grey: #7d7d7d
Dark Grey: #333
Really Dark Grey: #181818

Sport Green: #079a10
Film Red: #a60000
New Blue: #17d1ff

*/

/* ************* Base styles ************* */
/* meyerweb.com css resets v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #333; /* ML: color: #fff; */
	padding: 0 0 20px 0;
	margin: 0;
	font: 12px/18px arial, tahoma, verdana, sans-serif;
	font-weight: normal;
	background: #efefef url("../cs-img/bg_csports.png") no-repeat top center;
}
#flashContainer { width:975px; height:412px; margin-bottom: 5px; }
ol, ul {
	list-style: none;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
}

a {
	color: #333; /* ML: color: #fff; */
	text-decoration: none;
}

a:hover {
	color: #7d7d7d;
}

a.link {
	padding-right: 12px; /* ML: 15px */
	background: url("../cs-img/arrow-black.gif") right no-repeat !important; /* ROB background: url("../cs-img/icons.gif") right -137px no-repeat !important; */
	text-decoration: none !important;
}

a.link.note {
	/* ROB:  background-position: right -139px !important; */
	background: url("../cs-img/arrow-black.gif") right no-repeat !important;
    color: #000;
}

a.link.big {
	background-position: right -136px !important;
}

.hide {
	display: none;
}

.invisible {
	visibility: hidden;
}

.forceInvisible {
	visibility: hidden !important;
	display: block !important;
}

.forceInvisible div.figure {
	visibility: hidden !important;
}

.clearer {
	clear: both;
}

div.hr {
	margin-top: 6px;
	border-top: 3px solid #7d7d7d;
}

.dim {
	opacity: 0.3;
}

.inactive {
	opacity: 0.6;
}

.inline {
	display: inline !important;
	vertical-align: middle !important;
}

.block {
	display: block;
}

label.figure,
label .figure,
label .heading {
	cursor: pointer;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

label.checkbox {
    display: inline !important;
}

/* ************* /Base styles ************ */

/* ************** Typography ************* */

h1 {
	font: bold 18px/28px helvetica, arial, sans-serif;
	/* letter-spacing: -1px; */
}

h2 {
	font: bold 16px/24px helvetica, arial, sans-serif;
	letter-spacing: 0px;
}

h3 {
	font: bold 12px/18px helvetica, arial, sans-serif;
}

.note {
	font: normal 11px/16px helvetica, arial, sans-serif;
	color: #999;
}

.big {
	font-size: 16px;
}

.notify {
	color: #17d1ff;
}

/* ************* /Typography ************* */

div#message,
div#browserMessage {
	background: #3f3f3f url("../cs-img/message-background.png") repeat-x;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #7d7d7d; /* #5d5d5d; */
	min-height: 39px;
	text-align: center;
	text-transform: uppercase;
	line-height: 39px;
	font-size: 11px;
}

div#message p.messageHeading,
div#browserMessage p.messageHeading {
	background: url("../cs-img/items24.png") left -947px no-repeat;
	padding: 10px 40px 6px 40px;
}

/* FIX for SWB */
div#browserMessage p {
	display: inline;
}

div#message p.messageHeading {
	display: inline;
}

div#messageBody {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

/* /FIX */

div#message span.closeButton,
div#browserMessage span.closeButton {
    cursor: pointer;
    float: right;
    line-height: normal;
    padding-left: 16px;
    background: url("../cs-img/items24.png") -22px -3233px no-repeat;
    margin: 10px;
}

div#message a.link,
div#browserMessage  a.link {
	background-position: right -775px !important;
}

div#messageBody,
div#browserMessageBody {
   display: none;
   line-height: 18px;
   margin-bottom: 5px;
}

div.canvas {
	background: #fff;
	width: 991px; /* ML: width: 985px; */
	padding-top: 3px;
	/* position: absolute; */
	margin-left: auto;
	margin-right: auto;
	min-height: 647px;
	
}

div#top {
	width: 991px; /* ML: width: 985px; */
	height: 63px;
	background-color: #ffffff; /* ROB: background: #000000 url("../cs-img/menushade.gif") bottom repeat-x; */
	margin-right: auto;
	margin-left: auto;
}
div#top a img 
{
    margin-left: 10px;
}
a#logo {
	display: block;
	position: absolute;
	top: 19px;
	left: 10px;
}

div#top input {
	width: 65px;
	font-size: 9px;
	background: url("../cs-img/top-menu-fields.png") top right no-repeat;
    top: -3px;
	border: 1px solid #2EAED1; /* ROB: border: 0; */
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	position: relative;
	text-transform: none;
	margin-left: 2px;
}

div#top button {
	background: transparent url("../cs-img/arrow-black.gif") right no-repeat !important;  /*ROB: background: transparent url("../cs-img/icons.gif") right -138px no-repeat !important; */
	font-size: 9px;
	text-transform: uppercase;
	border: 0;
	color: #000000;
	padding-right: 13px;
	cursor: pointer;
	position: relative;
	top: -3px;
}

div#top span.name {
	text-transform: none;
	float: left;
}

/* ************** Menu styles ************** */
/* ROB: All menu styles has been changed according to the new GUI profile */
div#menu {
	height: 61px;
	float: right;
	font-size: 12px; /* ML 11px */
	background-color: #ffffff;
	margin-right: 5px;
}
div#menu ul
 {
	list-style: none;
	padding: 0;
	float: left;
	margin-top: 10px;
}
div#menu ul
 {
    /* background: url("../cs-img/top-menu-left.png") no-repeat; */
	list-style: none;
	padding: 0; /* 0 0 0 11px; */
	float: left;
	margin-top: 10px;
}
div#menu ul.right
{
    background: none;
	padding: 0;
	float: left !important;
}
div#menu ul li
{
    height: 48px;
    line-height: 48px;
	display: inline;
	float: left;
	margin: 0;
	color: #000;
	background: url("../cs-img/se/top-menu.png") top left no-repeat;
}

div#menu.NO ul li {
    background: url("../cs-img/no/top-menu.png") top left no-repeat;   
}

div#menu.DK ul li {
    background: url("../cs-img/dk/top-menu.png") top left no-repeat;   
}

div#menu.ASSYRISKA ul li {
    background: url("../cs-img/assyriska/top-menu.png") top left no-repeat;   
}

/* div#menu ul li {
    margin-right: 1px;
} */

div#menu ul li.account {
    /* margin-right: 20px; */
}

div#menu ul li.first a
{
    background-position: -2px 0;
}
/*div#menu a.boilerplate
{
    width: 101px;
    margin: 10px 5px 0 0;
    background: url("../cs-img/top-menu-boilerplate.png") no-repeat;
}*/
div#menu ul li a,
div#menu ul li div {
	padding: 0; /*0 7px 0 7px; ML 0 5px 0 5px; */
	/* background: url("../cs-img/top-menu-block.png") no-repeat; */
	height: inherit;
	line-height: inherit;
	display: block;
	color: #333; /* ML #000 */
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #fff -1px -1px 2px;
}
/* div#menu ul li a:hover
{
    opacity: 0.7;
} */

/* SE */
div#menu li.start {
    width: 76px;
}

div#menu li.sports {
    width: 85px;
    background-position: -76px top;
}

div#menu li.grids {
    width: 67px;
    background-position: -161px top;
}

div#menu li.help {
    width: 63px;
    background-position: -228px top;
}

div#menu li.createaccount {
    width: 123px;
    background-position: -291px top;
}

div#menu li.mypage {
    width: 89px;
    background-position: -413px top;
}

/* Hover */
div#menu li.start:hover { background-position: 0px -48px; }
div#menu li.sports:hover { background-position: -76px -48px; }
div#menu li.grids:hover { background-position: -161px -48px; }
div#menu li.help:hover { background-position: -228px -48px; }
div#menu li.createaccount:hover { background-position: -291px -48px; }
div#menu li.mypage:hover { background-position: -413px -48px; }

/* Selected */
div#menu li.start.sel { background-position: 0px -96px; }
div#menu li.sports.sel { background-position: -76px -96px; }
div#menu li.grids.sel { background-position: -161px -96px; }
div#menu li.help.sel { background-position: -228px -96px; }
div#menu li.createaccount.sel { background-position: -291px -96px; }
div#menu li.mypage.sel { background-position: -413px -96px; }

/* NO */
div#menu.NO li.sports { width: 78px; }

div#menu.NO li.grids {
    width: 162px;
    background-position: -78px top;
}

div#menu.NO li.help {
    width: 63px;
    background-position: -240px top;
}

div#menu.NO li.createaccount {
    width: 137px;
    background-position: -303px top;
}

div#menu.NO li.mypage {
    width: 87px;
    background-position: -439px top;
}

/* Hover */
/*div#menu.NO li.start:hover { background-position: 0px -48px; }*/
div#menu.NO li.sports:hover { background-position: 0px -48px; }
div#menu.NO li.grids:hover { background-position: -78px -48px; }
div#menu.NO li.help:hover { background-position: -240px -48px; }
div#menu.NO li.createaccount:hover { background-position: -303px -48px; }
div#menu.NO li.mypage:hover { background-position: -439px -48px; }

/* Selected */
/*div#menu.NO li.start.sel { background-position: 0px -96px; }*/
div#menu.NO li.sports.sel { background-position: 0px -96px; }
div#menu.NO li.grids.sel { background-position: -78px -96px; }
div#menu.NO li.help.sel { background-position: -240px -96px; }
div#menu.NO li.createaccount.sel { background-position: -303px -96px; }
div#menu.NO li.mypage.sel { background-position: -439px -96px; }


/* DK */
div#menu.DK li.sports { width: 78px; }

div#menu.DK li.grids {
    width: 162px;
    background-position: -78px top;
}

div#menu.DK li.help {
    width: 63px;
    background-position: -240px top;
}

div#menu.DK li.createaccount {
    width: 122px;
    background-position: -303px top;
}

div#menu.DK li.mypage {
    width: 87px;
    background-position: -425px top;
}

/* Hover */
/*div#menu.DK li.start:hover { background-position: 0px -48px; }*/
div#menu.DK li.sports:hover { background-position: 0px -48px; }
div#menu.DK li.grids:hover { background-position: -78px -48px; }
div#menu.DK li.help:hover { background-position: -240px -48px; }
div#menu.DK li.createaccount:hover { background-position: -303px -48px; }
div#menu.DK li.mypage:hover { background-position: -425px -48px; }

/* Selected */
/*div#menu.DK li.start.sel { background-position: 0px -96px; }*/
div#menu.DK li.sports.sel { background-position: 0px -96px; }
div#menu.DK li.grids.sel { background-position: -78px -96px; }
div#menu.DK li.help.sel { background-position: -240px -96px; }
div#menu.DK li.createaccount.sel { background-position: -303px -96px; }
div#menu.DK li.mypage.sel { background-position: -425px -96px; }

/* ASSYRISKA */
/* div#menu.ASSYRISKA li.start {
    width: 76px;
} */

/* div#menu.ASSYRISKA a {
    text-indent: -4000px;
} */

div#menu.ASSYRISKA li.sports { width: 78px; }

div#menu.ASSYRISKA li.grids {
    width: 162px;
    background-position: -78px top;
}

div#menu.ASSYRISKA li.help {
    width: 63px;
    background-position: -240px top;
}

div#menu.ASSYRISKA li.createaccount {
    width: 122px;
    background-position: -303px top;
}

div#menu.ASSYRISKA li.mypage {
    width: 87px;
    background-position: -425px top;
}

/* Hover */
/*div#menu.ASSYRISKA li.start:hover { background-position: 0px -48px; }*/
div#menu.ASSYRISKA li.sports:hover { background-position: 0px -48px; }
div#menu.ASSYRISKA li.grids:hover { background-position: -78px -48px; }
div#menu.ASSYRISKA li.help:hover { background-position: -240px -48px; }
div#menu.ASSYRISKA li.createaccount:hover { background-position: -303px -48px; }
div#menu.ASSYRISKA li.mypage:hover { background-position: -425px -48px; }

/* Selected */
/*div#menu.DK li.start.sel { background-position: 0px -96px; }*/
div#menu.ASSYRISKA li.sports.sel { background-position: 0px -96px; }
div#menu.ASSYRISKA li.grids.sel { background-position: -78px -96px; }
div#menu.ASSYRISKA li.help.sel { background-position: -240px -96px; }
div#menu.ASSYRISKA li.createaccount.sel { background-position: -303px -96px; }
div#menu.ASSYRISKA li.mypage.sel { background-position: -425px -96px; }

div#menu li.account {
    padding-left: 10px;
    padding-right: 20px;
   /*  min-width: 240px; */
    background: url("../cs-img/top-menu-block.png") top right no-repeat !important;
}

div#menu li:hover {
   background-position: -48px inherit;
}

div#menu li span {
    margin-left: -4000px;
}

div#menu li.account span.name {
    position: relative;
    top: -2px;
}

div#menu span.name {
    margin-left: 0;
}

/* ************** /Menu styles ************** */


/* **************  Tab styles ************** */
ol.tabs li {
	background: url("../cs-img/tab.png") left bottom no-repeat;
	display: block;
	float: left;
	height: 28px;
	padding: 0 0 0 5px;
	margin-right: 1px;
	opacity: 0.7;
}

ol.tabs li span {
	background: url("../cs-img/tab.png") right bottom no-repeat;
	display: block;
	height: 28px;
	padding-right: 10px;
}

ol.tabs li strong,
ol.tabs li a {
	display: block;
	background: url("../cs-img/icons.gif") left -819px no-repeat;
	padding-left: 25px;
}

ol.tabs li.sel,
ol.tabs li:hover {
	opacity: 1;
}

ol.tabs li a:hover {
	color: #fff;
}

div.article ol.tabs a {
	text-decoration: none;
}

div.article ol.tabs {
    line-height: 33px; /* ROB line-height: 37px; */
    /* ROB margin-left: 0px; */
}

/* **************  /Tab styles ************** */

/* **************  SubMenu styles ************** */

div#subMenu {
	height: 620px;
	margin-bottom: 5px;
}

div#subMenu div.head {
	height: 30px;
	background-position: -25px 0px;
	padding-left: 5px;
	line-height: 37px;
}

div#subMenu ul {
	background: #303030;
	/* margin-bottom: 5px; */
}

div#subMenu ul li {
	background: url("../cs-img/submenu.gif") repeat-x;
	min-height: 23px;
	line-height: 23px;
}

div#subMenu ul li a,
div#subMenu ul li span {
	margin-left: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

div#subMenu ul li:hover,
div#subMenu ul li.sel,
div#subMenu ul.accordion li.selected {
	color: #000;
	background: #17d1ff url("../cs-img/submenu.gif") left -46px repeat-x;
}

div#subMenu ul ul li a {
	margin-left: 24px;
	font-weight: normal;
}

div#subMenu ul ul li {
	background: #626262; /* url("../cs-img/submenu.gif") 13px -85px no-repeat; */
	border-top: 2px solid #737373;
}

div#subMenu ul ul li.first {
	border-top: 0;
}

/* ************** /SubMenu styles ************** */

/* ************ SubMenu Media styles *********** */
.accordion	{
	height: 590px; 
	overflow: hidden
}
.accordion li a {
	padding-left: 19px;
	background: transparent url("../cs-img/items24.png") no-repeat scroll left -2142px; 
}
.accordion li:hover a	{
	background: transparent url("../cs-img/items24.png") no-repeat scroll left -2256px;
}
.accordion li a.selected,
.accordion li.selected:hover a.selected {
	padding-left: 19px;
	background: transparent url("../cs-img/items24.png") no-repeat scroll left -2199px;
}


div#subMenu ul.media {
	background: #464646;
	color: #fff;
	padding: 3px;
	overflow-y: auto;
	max-height: 492px;
	margin-bottom: 0;
}

div#subMenu ul.count1 ul.media {
	max-height: 561px;
}

div#subMenu ul.count2 ul.media {
	max-height: 538px;
}

div#subMenu ul.count3 ul.media {
	max-height: 515px;
}

div#subMenu ul.count4 ul.media {
	max-height: 492px;
}

div#subMenu ul.count5 ul.media {
	max-height: 469px;
}

div#subMenu ul.count6 ul.media {
	max-height: 446px;
}

div#subMenu ul.count7 ul.media {
	max-height: 423px;
}

div#subMenu ul.count8 ul.media {
	max-height: 400px;
}

div#subMenu ul.count9 ul.media {
	max-height: 377px;
}

div#subMenu ul.count10 ul.media {
	max-height: 354px;
}

div#subMenu ul.count11 ul.media {
	max-height: 331px;
}

div#subMenu ul.count12 ul.media 
{
    max-height: 308px;
}

div#subMenu ul ul.media li.last {
	margin-bottom: 3px;
}

div#subMenu ul ul.media li {
	overflow: hidden;
	border: 2px solid #464646;
	background: #717171 url("../cs-img/infoback.png") repeat-x left -14px;
}

div#subMenu ul ul.media li:hover,
div#subMenu ul ul.media li.sel {
	border-color: #17d1ff;
	color: #fff;
	/* background: #000; */
	cursor: pointer;
}

div#subMenu ul ul.media li img {
	float: left;
	margin-right: 5px;
}

div#subMenu ul ul.media li div {
	float: left;
	margin: 5px;
}

div#subMenu ul ul.media li div {
	width: 193px;
}

div#subMenu ul ul.media li h2,
div#subMenu ul ul.media li p {
	font-size: 12px;
	line-height: 16px;
}

div#subMenu ul ul.media span.play,
div#subMenu .accordion li:hover span.play {
	background: url("../cs-img/items24.png") left -1543px no-repeat;
	padding-left: 19px;
	margin-left: 0;
	text-transform: none;
	text-indent: -9999px;
}

div#subMenu ul ul.media a.play {
	visibility: hidden;
	display: none
}

div#subMenu ul ul.media li p em {
	float: right;
	font-style: normal;
	font-size: 9px;
	position: relative;
	top: 10px;
	left: 3px;
}

div#subMenu ul ul.media li h2 {
    width: 193px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-binding: url("ellipsis.xml#ellipsis"); /* ... in Fx3 with XUL */
}

/* *********** /SubMenu Media styles *********** */

/* ************* SubMenu more link ************* */
div#subMenu ul ul.media li.more {
    text-align: center;
    background: #545454;
}

div#subMenu ul ul.media li.more a {
    background-position: -20px -3393px;
    padding: 3px 0 3px 20px;
    margin-left: 0;
    display: inline;
    font-weight: bold;
}
/* ************* /SubMenu more link ************ */

/* *********** SubMenu FAQ styles *********** */

body.faq div#subMenu,
body.faq div#subMenu ul {
	height: auto;
}

/* *********** /SubMenu FAQ styles *********** */

/* ************** Footer styles ************* */

div#footer {
	padding: 5px 16px 1px 16px;  /* ROB 10px 12px 1px 12px; */
	margin-top: 0;  /* ROB 45px; */
	font-size: 9px;
	color: #000;
}

div#footer a {
	color: #000;
}

div#footer a:hover {
	color: #666;
}

div#footer p {
	margin-bottom: 10px;
}

div#footer p.contact {
	/* float: left; */
	font-size: 13px;
}

div#footer p.links {
	float: right;
	font-size: 13px;
}

div#footer p.links a {
	margin-left: 20px;
}

div#footer p span 
{
    color: #00ACD4;
    margin-right: 15px;
}

div#footer p span a 
{
    background: url("../cs-img/arrow-blue.gif") right no-repeat !important;
    padding-right: 15px;
    color: #00ACD4;
}

/* ************** /Footer styles ************* */

/* Wait style */
span#wait {
	padding-right: 45px;
	margin-right: 10px;
	background: url("../cs-img/progressbar.gif") right 10px no-repeat;
	float: right;
	display: block;
	font-size: 11px;
	height: 39px;
}
/* ************** Item styles *************** */

div.item {
	margin-bottom: 1px; /* ROB 5px*/
	width: 640px;
}

div.item.small {
	width: 319px; /* ROB 210px*/
	height: 180px;
	margin-left: 1px; /* ROB 5px*/
	float: left;
	/* padding-bottom: 5px;
	border-bottom: 3px solid #7e7e7e; */
}

div#area2 div.item {
	width: 330px;
	background: #d7d7d7; /* ML: background: #424242; */
	overflow: hidden;
}

div.item.first {
	margin-left: 0;
}

div.item h1,
div.item h2,
div.item h3 {
	margin-left: 15px;
	font-size: 12px;
}

div.item h2{
	font-weight: normal;
	text-decoration: underline;
}

div.item h3 {
	font-weight: normal;
}

div.item p,
div.item ul,
div.item ol {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.item div.hr {
	margin: 10px;
}

div.item p a,
div.item ul a,
div.item ol a {
	text-decoration: underline;
}

div.item p strong {
	font-weight: bold;
}

div.item ul {
	list-style-type: square;
	margin-left: 15px;
}

div.item ol {
	list-style-type: decimal;
	margin-left: 15px;
}

/*
div.player {
	width: 640px;
	height: 494px;
}
*/

div.program div.smallInfo {
	height: 55px;
	background: #424242; /* url("../cs-img/infoback.png") repeat-x top left */
	border-top: 5px solid #616161;
	padding-top: 10px;
	overflow: hidden;
}

div.program div.smallInfo h1 {
	clear: none;
	font-size: 12px;
	font-weight: inherit;
}

div.program div.smallInfo img {
	float: left;
	margin: 0 10px;
}

div.program div.info {
	clear: both;
	height: 133px;
}

/* *********** Recomended/Related styles *********** */
div.item.recomended	{ 
	background: #000 url("../cs-img/productshade.png") left bottom repeat-x; 
	overflow: hidden;
	height: 180px
}
div.item.recomended h1,
div.item.recomended h2	{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	margin-top: 5px;
	line-height: normal;
	
}
div.item.recomended h1	{
 width: 24px;
 height: 148px; 
 overflow: hidden;
 float: left;
 margin-top: 2px;
 background: url(../img/hslide.panel.bg.gif) no-repeat 0 0;
}
div.item.recomended h1 span	{
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 148px;
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
div.recomended div.head {
	height: 29px;
	line-height: 29px;
	background: url("../cs-img/top.png") -25px center no-repeat;
}
div.recomended div.head strong.webtv,
div.recomended div.head strong.clip {
	height: 29px;
	background: url("../cs-img/icons.gif") 0px -36px no-repeat;
	padding-left: 25px;
	float: left;
	display: block;
}
div.recomended div.head strong.clip {
	background-position: 0px -506px;
}
div.recomended div.head a	{ 
	float: right; 
	font-weight: normal; 
	font-size: 11px; 
	text-transform: none;
	background: transparent url(../img/icons.gif) no-repeat scroll right -130px;
	padding-right: 13px;
	margin-right: 7px
}
div.hscroll		{
	overflow-x: auto;
	padding: 10px 0 13px 15px 
}
#hslide	div.hscroll	{
	float: left;
	width: 87%;
	margin-left: 17px;
	padding: 15px 0 7px 15px
}
#hslide div.panel	{
	background: #000 url("../cs-img/productshade.png") left bottom repeat-x;
	overflow: hidden; /* NEW 081020 */
}

#hslide div.panel div.hscroll { /* NEW 081020 */
	overflow: hidden;
}

#hslide div.active h1	{
	background: url(../img/hslide.panel.bg.gif) no-repeat 0 -300px;
}

ul.clips li	{ 
	width: 128px; 
	float: left; 
	border: 2px solid #4e4949;
	font-size: 11px;
	height: 109px;
	margin-right: 25px;
	background-color: #000
}
ul.clips li:hover	{
	border-color: #17d1ff;
	color: #fff;
	cursor: pointer;
}
ul.clips li h2	{
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
}
div.item.recomended ul.clips li h2 {
	margin-left: 6px
}
ul.clips li a.titel	{
	margin-left: 6px
}

div.item.recomended ul	{ 
	margin: 0; 
	padding: 0; 
	list-style: none
}
div.item.recomended ul a	{
	text-decoration: none
}
/* *********** / Recomended styles *********** */

/* ************** /Item styles ************** */

/* *********** Common Page styles *********** */

div#area1,
div#area2 {
	width: 640px;
	min-height: 470px;
	margin-left: 8px; /* ML: margin-left: 5px; */
	float: left;
}

div#area2 {
	width: 330px;
	margin-left: 5px; /* ML */
}

div.head {
	height: 39px;
	background: url("../cs-img/head_bg.gif") repeat-x;
	text-transform: uppercase;
	line-height: 39px;
	padding-left: 10px;
	overflow: hidden;
}

div.head strong.webtv,
div.head strong.login,
div.head strong.clip {
	height: 39px;
	background: url("../cs-img/icons.gif") 0px -32px no-repeat;
	padding-left: 25px;
	float: left;
	display: block;
}

div.head strong.login {
	background-position: 0px -663px;
}
div.head strong.clip {
	background-position: 0px -503px;
}

button.next,
button.login,
a.button {
	border: 0;
	padding: 10px;
	background: #ccc;
	float: left;
	margin: 0 10px 10px 10px;
	min-width: 160px;
	min-height:68px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../cs-img/buttons-purple-shd.png") 2px 0px no-repeat; /* ML: background: url("../cs-img/btn_bg.png") 2px 0px no-repeat; */
	color: #fff;
	text-decoration: none !important;
}

button.prev,
button.default {
	border: 0;
	padding: 10px;
	background: #ccc;
	float: left;
	margin: 0 10px 10px 10px;
	min-width: 160px;
	min-height:68px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../cs-img/buttons-purple-shd.png") 2px -195px no-repeat; /* ML: background: url("../cs-img/btn_bg.png") 2px -195px no-repeat; */
	color: #fff;
	text-decoration: none !important;
}
button:hover {
	background-position: 2px -96px;
	cursor: pointer;
}
button.prev:hover,
button.default:hover {
	background-position: 2px -291px;
	cursor: pointer;
}

button.next,
button.login,
a.button {
	background: url("../cs-img/buttons-purple-shd.png") 2px 0px no-repeat; /* ML: background: url("../cs-img/btn_bg.png") 2px 0px no-repeat; */


}

button.next:hover,
button.login:hover,
a.button:hover {
	background: url("../cs-img/buttons-purple-shd.png") no-repeat; /* ML: background: url("../cs-img/btn_bg.png") no-repeat; */
	background-position: 2px -96px;
}

button span,
a.button span {
	background: url("../cs-img/items24.png") center -373px no-repeat;
	padding-top: 22px;
	min-width: 32px;
	display: block;
	text-decoration: none;
}

button.next {
	float: right;
}

button.next span,
a.button span {
	background-position: center -455px;
}

button.default,
button.login,
a.button,
a.button  {
	float: right;
}

button.default span,
button.login span,
a.button.default span  {
	background: none;
	padding: 0;
}

a.button {
	margin-right: 0;
}

a.button.big {
	font-size: 16px;
	font-weight: bold;
	padding-top: 27px;
	background-position: 10px 0px;
}

a.button.big:hover {
	font-size: 16px;
	font-weight: bold;
	padding-top: 27px;
	background-position: 10px -96px;
}

a.button.small {
    background: url("../cs-img/buttons-purple-shd.png") no-repeat; /* ML:  background: url("../cs-img/btn_bg.png") no-repeat; */
	background-position: 2px -398px;
	/* ML 090325 */
	min-height: 47px;
	line-height: 38px;
	padding: 0px;
	padding-right: 10px;
	cursor: pointer;
	
}

a.button.small:hover {
    background: url("../cs-img/buttons-purple-shd.png") no-repeat; /*  ML: background: url("../cs-img/btn_bg.png") no-repeat; */
	background-position: 2px -479px;
}

a.button.small.left {
    margin-left: 0;
}

a.button.small.right {
    padding-right: 0;
}

button.disabled,
a.button.disabled {
	background-position: 2px -550px;
	cursor: default;
}

div.soldout 
{
	cursor: default;
    border: 0;
	background: #ccc;
	float: left;
	margin: 0 10px 0 10px;
	min-width: 180px;
	min-height:60px;
	line-height:73px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../cs-img/buttons-purple-shd.png") 15px -550px no-repeat; /* ML: background: url("../cs-img/btn_bg.png") 2px 0px no-repeat; */
	color: #fff;
	text-decoration: none !important;
}

button.disabled:hover,
a.button.disabled:hover {
	background-position: 2px -550px;
}

button.disabled span,
a.button.disabled span {
	cursor: default;
	color: #9ec1c6;
	background-position: center -3068px;
	text-decoration: none;
}

button.next.disabled span,
a.button.next.disabled span {
	background-position: center -3151px;
}

p.message,
div.dotnetvalidation {
	font-weight: bold;
	text-align: left;
}

p.message.err,
div.dotnetvalidation {
	color: #d63c39; /* #d70303 */
	min-height: 40px;
	padding-left: 30px !important; /* ROB: Added !important*/
	padding-top: 9px;
	background: url("../cs-img/err.png") left 8px no-repeat;	
}

div.dotnetvalidation {
    margin-left: 20px;
    color: #d63c39 !important;
}

p.message.err a {
	color: #d63c39; /* #d70303 */
	/* text-decoration: none; */
}

p.message.err a:hover {
	text-decoration: underline;
}

div.section p.message {
	margin-left: 10px;
}

div.login div.section p.message {
	margin-left: 20px;
}
/* ************** Article Page styles ************** */

div.article {
	background: #d7d7d7; /* ML: background: #424242; */
	/* font-size: 1.2em; */
	overflow: hidden;
	border-bottom: 3px solid #606060;
	margin-bottom: 5px;
	clear: both;
	min-height: 470px;
}

div.article p,
div.article ul {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.article div.hr {
	margin: 10px;
}

div.article p a,
div.article ul a,
div.article ol a {
	text-decoration: underline;
}

div.article p strong {
	font-weight: bold;
}

div.article ul {
	list-style-type: square;
	margin-left: 20px;
	line-height: 25px;
}

div.article ol {
	list-style-type: decimal;
	margin-left: 20px;
	line-height: 25px;
}

div.article h1 {
	background: none;
	padding: 0;
	text-transform: none;
	margin-left: 20px;
	margin-right: 20px;
	/* margin-bottom: 0.75em; */
}

div.article h1.main {
	background: none;
	padding: 0;
	text-transform: none;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 0.75em;
}

div.article h2 {
	margin-left: 20px;
	margin-right: 10px;
	/* margin-bottom: 0.2em; */
}

div.article h3 {
	margin-left: 20px;
	margin-right: 10px;
	/* margin-bottom: 0.2em; */
}

div.article div.facts {
	font-size: 11px;
	width: 50%;
	float: right;
	/* margin: 0 0 1em 1em; */
	margin: 0 10px 1em 1em;
	/* border-bottom: 3px solid #606060; */
	line-height: 13px;
}

div.article div.facts h2 {
	font-size: 10px; /* 1em; */
}

div.article div.facts p.event {
	font-weight: bold;
	text-transform: capitalize;
	margin-top: -4px;
}

/* body.article div.article div.facts div.hr ML 080514 */
div.article div.facts div.hr {
	margin-left: 5px;
	margin-right: 5px;
}

div.article div.facts div.hr {
	border-top: 3px solid #333;
}

div.article div.facts div.hr.end {
	margin: 0 2px 10px 0;
}

div.article div.facts a.link {
	font-weight: bold;
}

div.article div.figure,
div.article span.figure {
	margin-bottom: 0.5em;
	margin-left: 20px;
	display: block;
}

div.article p.intro {
	font-weight: bold;
}

div.article div.facts p {
	margin-left: 10px;
}

div.article div.facts p.schedule strong {
	float: left;
	position: absolute;
}

div.article div.facts p.schedule span {
	margin-left: 4em;
}

div.article div.facts strong {
	font-weight: bold;
}

div.article div.facts ul {
	list-style-type: square;
	margin-left: 23px;
}

div.article p.byline {
	clear: both;
	font-size: 10px; /* 0.86em;*/
	margin: 20px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

div.article p.byline strong {
	font-weight: bold;
}

div.article p.byline span {
	margin-right: 1em;
}

div.article p.byline a {
	color: #fff;
}

div.article p.byline a:hover {
	color: #666;
}


/* *** FIGURE *** */

.figure {
	margin: 0;
}

.figure p {
	margin: 0;
}

.figure .credit {
	/* font-size: .8em; */
	text-align: right;
	/* margin-bottom: 0.33em; */
	float: right;
	font-style: normal;
	color: #666;
}

.figure .credit cite {
	/* font-style: inherit; */
	font-style: normal;
}

.figure .caption {
	font-style: italic;
	font-size: 11px;
	line-height: 13px;
	margin: 5px 20px 5px 0;
	overflow: hidden;
}

.figure .title {
	/* font-style: normal;
	font-weight: bold; */
	float: left;
}

.figure .title:after {
	/* content: "."; */
}

.figRight {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	min-width: 120px;
	visibility: hidden;
}

.figLeft {
	float: left;
	margin-right: 20px;
	width: 240px;
	/* visibility: hidden; */
}

div.figures .figLeft {
	margin-right: 0px;
}

div.figures {
	/* overflow: auto; */
	clear: both;
	visibility: hidden;
}

div.figures div.last {
	margin-right: 0;
}

/* ************** Order Page styles ************** */

div.steps {
	width: 620px;
	background: url("../cs-img/items24.png") left -242px repeat-x;
	border-bottom: 3px solid #7d7d7d;
	overflow: hidden;
	margin: 10px;
}

div.steps div {
	border: 1px solid #464646;
	background: #666 url("../cs-img/items24.png") left -143px repeat-x;
	overflow: hidden;
	margin-bottom: 10px;
}

div.steps span,
div.steps a {
	float: left;
	padding: 5px 10px 5px 10px;
	width: 185px;
	/* border-left: 1px solid #000; */
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-binding: url("ellipsis.xml#ellipsis"); /* ... in Fx3 with XUL */
}

div.steps .first {
	margin-left: 0;
	border-left: 0;
}

div.steps a {
	color: #fff;
	background: #08c2ed;
}

div.steps a:hover {
	text-decoration: underline;
}

div.steps .sel {
	background: #08c2ed url("../cs-img/items24.png") right -681px no-repeat; /* #079a10 */
	font-weight: bold;
}

div.steps div.count4 span,
div.steps div.count4 a {
	width: 133px;
}

div.steps div.count5 span,
div.steps div.count5 a {
	width: 102px;
}

div.steps div.count6 span,
div.steps div.count6 a {
	width: 82px;
}

div.section {
	overflow: hidden;
	border-top: 1px solid #333;
	padding: 20px 0 20px 0;
	margin-top: 0;
	margin-bottom: 0 !important;
}

div.section.first {
	border-top: 0;
}

.product input,
.product span.figure {
	float: left;
}

.product input {
	margin-top: 28px;
}

.product span.heading {
	font-size: 18px;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
}

.product select {
	margin-bottom: 10px;
}

.product .figure {
	margin-left: 10px;
	margin-right: 10px;
	width: 130px;
}

/* .product span.info { */
.product p {
	overflow: hidden;
	display: block;
	/* margin-top: 0px; */
	margin: 0px !important;
	width: 380px; /*ROB  width: 410px; */
	float: left;
}

/* ML 090325 */
.product strong.important {
    display: block;
    margin-top: 12px !important;
}

/* ML 090325 */
.product span.confirm {
    display: none;
    margin-top: 15px;
    border: 1px solid #fff;
    overflow: hidden;
    padding: 15px 15px 0 15px;
}

/* ML 090325 */
.product span.confirm a.button {
    margin-top: 10px;  
}

.product.view {
	border-top: 0;
	border-bottom: 1px solid #333;
	margin-bottom: 10px !important;
	padding-bottom: 10px;
}

div.section {
	margin: 0 20px 20px 20px;
}

div.section h2,
div.section div.data {
	float: left;
}

div.section h2.col {
	/* width: 110px; */
	width: 140px;
	margin-left: 0;
}

div.section span.example {
	margin-left: 10px;
}

div.data {
	width: 400px;
}

div.login div.data {
	width: 400px !important;
}

div.data label,
div.data span.label {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}

div.data p {
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div.data p.normal {
	min-height: 55px; /* 45 */
}

div.data p input.text,
div.data p textarea {
	width: 170px;
	padding: 2px;
}

div.data p input.text.cvc {
	width: 34px;
}

label.err {
	color: #a60000;
}

label.error { /* jQuery validator label */
	background: #a60000;
	color:white;
	display:block;
	/* margin-left: 5px; */
	/* margin-top: 5px; */
	position: absolute;
	width: 168px;
	padding: 1px 5px 1px 5px;
	opacity: 0.8;
	font-size: 11px;
	text-transform: none !important;
	font-weight: normal;
}

div.login label.error {
	width: 158px;
}

div.product label.error {
	margin-left: 181px;
	margin-top: -6px;
}

/*
div.data p input.text.cvc:focus {
	background: red;
} */

div.data p input.checkbox, div.data p span.checkbox input {
	vertical-align: middle;
}

div.data p.wide {
	width: 400px;
}

div.data p.wide textarea {
	width: 375px;
	height: 70px;
}

div.data h3 {
	font-weight: normal;
}

div.data p select {
	padding: 2px;
}

div.data p span.part {
	float: left;
	/* margin-right: 0px; */
	margin-right: 10px;
}

/* div.data p span.part.first {
	margin-left: 0;
	width: 47px;
} */

ul.test {
	list-style-type: none !important;
	font-size: 15px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

ul.test li {
	overflow: hidden;
}

ul.test span,
ul.test strong,
ul.test a {
	font-weight: normal;
	display: block;
	float: left;
	text-decoration: none !important;
	width: 120px;
}

ul.test a:hover {
	text-decoration: underline !important;
}

ul.test li p {
	float: left;
	margin: 5px 0 10px 0;
	width: 430px;
	font-size: 12px;
	line-height: 20px;
}

ul.test li p a {
	display: inline !important;
	float: none;
	text-decoration: underline !important;
}

ul.test span {
	display: block;
	height: 32px;
	width: 32px;
}

ul.test span.err,
ul.test span.ok {
	background: url("../cs-img/items24.png") left -533px no-repeat;
}

ul.test span.ok {
	background-position: left -605px;
}

ul.test span span {
	display: none;
}

ul.test li p span.inProgress {
	width: auto;
	height: auto;
}

p.viewMovie {
	text-align: center;
}

p.viewMovie button {
	float: none;
	margin-top: 20px;
}

/* ************** Test Clip styles ************** */
div#testClip {
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	/* margin:0 20px 20px 20px; */
}

div#testClip a.button {
	margin-right: 0px;
	margin-left: 10px;
	float: left;
}

p.note.divide {
	border-top:1px solid #fff;
	padding-top: 10px;
}

div#testClip a.button {
	background: url("../cs-img/buttons-purple-shd.png") 2px -400px no-repeat; /* ML: background: url("../cs-img/btn_bg.png") 2px -400px no-repeat; */
	height: 25px;
	min-height: 25px;
	min-width: 131px;
}

div#testClip a.button:hover {
	background-position: 2px -481px;
}

div#testClip a.button.low,
div#testClip a.button.med,
div#testClip a.button.hi {
    background-position: -36px -651px;
    min-width: 60px;
    max-width: 60px;
    width: 60px;
    line-height: 22px;
    font-family: tahoma,verdana,sans-serif;
    margin-right: 5px;
}

div#testClip a.button.low:hover,
div#testClip a.button.med:hover,
div#testClip a.button.hi:hover {
	background-position: -36px -726px;
}

div#testClip > p {
    margin-bottom: 20px;
}

div#testClip > div {
    overflow: hidden;
}

/* ************** Login Page styles ************** */

div.login div.data p input.text {
	width: 158px;
	padding: 3px;
	font-size: 16px;
}

div.login div.data p {
	margin-left: 20px;
	width: 170px;
}

div.login div.data p.wide {
	width: 400px;
}

div.login div.data p.wide input.text {
	width: 380px;
}

div.login button.login {
	margin-top: 15px;
}

div.login button.login {
	background: url("../cs-img/buttons-purple-shd.png") 2px -400px no-repeat; /* ML: background: url("../cs-img/btn_bg.png") 2px -400px no-repeat; */
	min-height: 25px !important;
}

div.login button.login:hover {
	background-position: 2px -481px;
}

/* ************** Profile Page styles ************** */
body.profile div.data {
	width: 600px;
}

body.profile div.data p.normal,
body.profile div.data p.wide {
	margin-left: 0;
	width: 190px;
}

body.profile div.data p.wide {
	width: 600px;
}

/* ************** FAQ Page styles ************** */

/* div.questions {
	margin-bottom: 20px;
}

div.questions h1 {
	border-top: 3px solid #333;
	padding-top: 10px;
}

div.questions h1.first {
	border-top: 0;
}

div.faq div.section button.next {
	margin-top: 74px;
}*/

/* ************** Product Page styles ************** */

#bubble {
    position: absolute;
    display: none;
    width: 620px;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #333;
    background: rgba(0, 0, 0, 0.90);
    /* font-weight: bold; */
    border: 3px solid #00acd4;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}

#bubble h2 {
    background: #00acd4;
    color: #fff;
    padding: 2px 5px 2px 5px;
    /* -moz-border-radius: 5px 5px 0 0; */
    -webkit-border-radius: 5px 5px 0 0;
    overflow: hidden;
}

#bubble h2 span {
    float: left;
}

#bubble h2 a {
    float: right;
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline;
}

#bubble p {
    margin: 10px 10px 5px 10px;
}

#bubble ul {
    list-style-type: circle;
    margin-left: 20px;
   
}

#bubble li {
    list-style-position: outside;
     margin-left: 10px;
}

div.item.program {
	background: #424242;
	padding-top: 5px;
	overflow: hidden;
	height: 430px;
}

div.item.program div.figure {
	margin: 0 5px 5px 5px;
}

div.item.program div.figure {
	float: left;
	margin-bottom: 15px;
}

div.item.program ul.actions {
	float: left;
	list-style: none;
	margin: 0;
	width: 199px;
}

div.item.program ul.actions li {
	height: 120px;
	background: url("../cs-img/items24.png") left -203px repeat-x;
	color: #333; /* ML: color: #fff; */
	text-align: center;
	font-size: 12px; /* ML: font-size: 15px; */
	list-style-position: outside;
	text-align: center;
	font-weight: bold; /* ML: New */
}

/* Format selector */

div.item.program ul.actions li.formats {
	text-align: left;
}

div.item.program ul.actions li.formats p {
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

div.item.program ul.actions li.formats input {
	margin-left: 10px;
}

div.item.program ul.actions li.formats label.flvlive,
div.item.program ul.actions li.formats label.flv,
div.item.program ul.actions li.formats label.f4v,
div.item.program ul.actions li.formats label.smooth,
div.item.program ul.actions li.formats label.wmv {
	padding: 5px 0 5px 30px;
	background: url("../cs-img/items24.png") 2px -2317px no-repeat;
	line-height: 30px;
}

div.item.program ul.actions li.formats label.wmv {
	background: url("../cs-img/items24.png") 2px -2467px no-repeat;
}

div.item.program ul.actions li.formats label.smooth {
	background: url("../cs-img/items24.png") 2px -4072px no-repeat;
}

/* /Format selector */


div.item.program img.logos {
	float: left;
}

div.item.program h1 {
	clear: both;
	font-size: 28px;
	font-weight: normal;
}

div.item.program h1 span {
	color: #7d7d7d;
	margin-left: 5px;
	font-size: 22px;
	position: relative;
	top: -3px;
}
/* 
div.item.program h1 img {
	display: inline;
	margin-left: 15px;
	vertical-align: middle;
	position: relative;
	top: -2px;
} */

div.item.program ul.actions li a,
div.item.program ul.actions li em {
	background: url("../cs-img/items24.png") center -1819px no-repeat;
	padding-top: 88px;
	text-decoration: none;
	display: block;
	width: 195px;
	height: 32px;
	font-style: normal;	
}

div.item.program ul.actions li a {
	height: 30px;
	min-height: 30px;
}

div.item.program ul.actions li .playMovieDim {
	background-position: center -1976px; /* 1969px; */
	padding-top: 80px;
}

div.item.program ul.actions li .buy {
	background-position: center -1659px;
}

div.item.program ul.actions li .timer {
	background: url("../dyn-img/tictac.gif") center 40px no-repeat;
}

div.item.program ul.actions li .login {
	padding-top: 78px;
	background-position: center -415px;
}

div.item.program ul.actions li span {
	font-size: 11px;
	position: relative;
	top: -1px;
}

div.item.program ul.actions li img {
	display: inline;
	margin-top: 25px;
}

div.item.program ul.actions li strong {
	display: block;
}

div.item.small {
	background: #E3E3E3 /*ROB #000; */
}

div.item.program ul.actions li a.button {
	padding: 10px;
	width: 100px;
	background: url("../cs-img/buttons-purple-shd.png") center -9px no-repeat; /* ML: background: url("../cs-img/btn_bg.png") center -9px no-repeat; */
	float: none;
	vertical-align: bottom;
	float: left;
	margin-top: 33px;
	margin-left: 8px;
	color: #fff; /* ML: color: #333333;*/
}

div.item.program ul.actions li a.button:hover {
	background-position: center -105px;
}

div.item.program ul.actions li a.button span {
	font-size: 15px;
}

div.item.program ul.actions li a.button span span {
	font-size: 11px;
	display: block;
}

/* Finished Game links */
div.item.program ul.actions li.gameover h2 {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 10px 10px 10px;
    text-align: center;
}

div.item.program ul.actions li.gameover {
    text-align: left;
}

div.item.program ul.actions li.gameover a {
    padding-top: 0;
    padding-left: 0;
    height: auto;
    min-height: inherit;
    width: 165px;
    margin-top: 5px;
}

div.item.program ul.actions li.gameover a:hover {
    color: #6624a0;
    background-image: url("../cs-img/arrow-purple.gif") !important;
}

div.item.program ul.actions li.gameover div.separator {
    width: 180px;
}

/* Stream switcher */
div.item.program p.actions {
	float: right;
	width: 200px;
	text-align: right;
}

div.item.program p.actions a.link {
	background-position: right -138px !important;
}

div.item.program p.actions a.link.playMovie {
	display: block;
}

/* Format presentation */
div.program div.formats {
	/* font-size: 15px; */
	margin: 0 5px;
	background: url("../cs-img/items24.png") left -287px repeat-x;
	padding-top: 7px;
	padding-bottom: 5px;
}

div.program div.formats p {
	margin-left: 10px;
	margin-right: 10px;
}

div.program div.formats a {
	text-decoration: none;
}

div.program div.formats .flvlive,
div.program div.formats .flv,
div.program div.formats .f4v,
div.program div.formats .smooth,
div.program div.formats .wmv,
div.product p.formats .flvlive,
div.product p.formats .flv,
div.product p.formats .f4v,
div.product p.formats .smooth,
div.product p.formats .wmv  {
	padding: 5px 0 5px 30px;
	background: url("../cs-img/items24.png") 2px -2310px no-repeat;
	line-height: 30px;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: baseline;
}

div.program div.formats .wmv,
div.product p.formats .wmv {
	background: url("../cs-img/items24.png") 2px -2460px no-repeat;
}

div.program div.formats .smooth,
div.product p.formats .smooth {
	background: url("../cs-img/items24.png") 2px -4065px no-repeat;
}

div.product p.formats > span:first-child,
div.program div.formats > span_first-child {
    margin-left: 5px;
}

div.product p.formats,
div.program div.formats {
    line-height: 30px;
}

div.section.view p.formats {
     width: 430px;
}


/* ************** Player Page styles ************** */

div#testing {
	padding: 10px;
}

div#testing  p {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	padding-right: 60px;
	background: url("../cs-img/progressbar.gif") right center no-repeat;
}

div#playerContainer h1 {
	padding-top: 10px;
}

div#playerContainer div.confirm  {
	text-align: center;
	margin-top: 100px;
}

div#playerContainer div.confirm p.message {
	width: 515px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

div#playerContainer div.confirm button {
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
}

/* ************** Standard Page styles ************** */

/* ************** Section Page styles ************** */

/* Temp styles */
div#subMenu ul.media li.beta188 {
	background-image: url("../cs-img/infoback-wma.png")
}

/* Ajax loading image */
div#area1a {
	position: relative;
}

img.loading {
	display: none;
	position: absolute;
	top: 200px;
	left: 300px;
}

a.closeLoading.link {
    display: block;
    cursor: pointer;
    background-position: right -135px !important;   
}

/* Client test proceed */
p#clientTestProceed {
	text-align: right;
	margin-top: 35px;
}

div.jXHRArea1 {
	background: #fff; /* ML: background: #424242; */
	margin-bottom: 5px;
}

/* ************** TOP GAMES STYLES ************** */
/* ROB: All top game styles has been changed according to the new GUI profile */
div.topgame 
{
   cursor: pointer;
}    
div.topgame.item.small {
	width: 319px;
	height: 210px; /* ROB height: 192px; */
	float: left;
	background:#e3e3e3 none repeat scroll 0 0;
	/* padding-bottom: 5px;
	border-bottom: 3px solid #7e7e7e; */
}
div.topgame .absolute 
{
   
}
div.topgame .placeholder
{
   position: absolute;
   width: 319px;
   height: 79px;
}
/* ************** Team vs. team styles ************** */
div.topgame h2
{
    color:#000000;
    font-size: 15px; /* ML 12px */
    font-weight: bold;
    margin: 5px 10px 5px 10px; /* ML: 5px */
    overflow: hidden;
    text-decoration: none; /* ML: text-decoration:underline; */
    width:317px;
    
}
div.topgame h2 a:hover 
{
    background-color: transparent;
    color: #ffffff;
}

div.topgame h2 span {
    border-bottom: 1px solid #000;
}

div.topgame p
{
    margin: 2px 10px 5px 10px; /* ML: 5px */
}

div.topgame a {
     font-size: 12px;
     font-weight: bold;
}

/* ************** Game price splash styles ************** */
div.topgame div.price
{   /* W and H from splash.png */
    height: 78px;
    width: 89px;
    background-image: url('../cs-img/splash.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 117px; /* ML 90px; */
    left: 220px;
    padding-top: 20px;
    color: #ffffff;
    font-size: 27px; /* ML: 24px */
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
div.topgame div.price span
{
    font-size: 10px;
    line-height: 12px;
    display: block;
}
div.topgame div.price.large span
{
    font-size: 16px;
    line-height: 16px;
    display: block;
}

div.topgame div.price span.prefix
{
    font-size: 10px;
    display: inline;
}

/* ************** /TOP GAMES STYLES ************** */
/* ************** REMINDERS ************** */
.collapser	{
    display: none;
}
.collapser input	{ 
    float: none;
    margin-top: 0;
}
.collapser button	{
    float: none;
    margin: 16px 0 0 0
}
.collapser div	{
    float: none;
    margin-bottom: 8px
}

div.reminder h2
{
    float: none;
    margin-left: 0;
}
div.reminder p {
    margin-left: 0;
    margin-top: 10px;
    float: none
}
div.reminder div.email,
div.reminder div.calendar {
    width: 280px; /* ROB width: 300px; */
    float: left;
    overflow: hidden
}
div.reminder div.email span.saved 
{
    font-weight: bold;
}
div.reminder div.email span.notsaved 
{
    font-weight: bold;
}
div.article div.calendar a.toggle,
div.article div.email a.toggle	{ 
    background: url('../cs-img/items24.png') 0px -3860px no-repeat;
    padding: 8px 0 7px 0px;
    margin-bottom: 6px;
    display: block;
}

div.article div.calendar a.toggle h2,
div.article div.email a.toggle h2	{ 
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin-left: 54px;
}

div.article div.calendar a.toggle p,
div.article div.email a.toggle p	{ 
    margin-top: 10px;
}

div.article div.calendar a.toggle span,
div.article div.email a.toggle span	
{
    padding-right: 15px;
	background: url("../cs-img/arrow-black.gif") right no-repeat !important; /* ROB background: url("../cs-img/icons.gif") right -137px no-repeat !important; */
	text-decoration: none !important; 
    /* ROB background-position: right -139px !important; */
}

div.article div.email a.toggle	{
    background-position: 4px -3960px
}
div.article div.reminder ul	{
    margin: 0;
    padding: 0!important;
    list-style: none;
    width: 140px; 
    float: left;
    line-height: normal;
    margin-left: 0!important;	
    list-style-position: outside
}
div.article div.reminder div	{
    overflow: hidden;
}
div.article div.reminder ul li	{
    margin: 0;
    padding: 0
}
/* calendar list */
div.article div.reminder div.calendar ul {
    padding:0;
    margin:6px 0 0 0;
    list-style:none;
    line-height: normal;
    list-style-position: outside
}
div.article div.reminder div.calendar ul li {
    padding-left:25px;
    padding-bottom: 5px;
    background-repeat:no-repeat;
    background-image: url("../cs-img/calendarItems24.png");
    margin-bottom: 6px
}
div.article div.reminder div.calendar ul li a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: inline;
    float: none;
}
li.icalendar {
    background-position: 0 0
}
li.outlook {
    background-position: 0 -300px
}
li.outlookupdates {
    background-position: 0 -398px
}
li.outlook2007 {
    background-position: 0 -100px
}
li.vista {
    background-position: 0 -200px
}
li.ical {
    background-position: 0 -50px
}
li.windowslive {
 background-position: 0 -250px
}
li.google {
 background-position: 0 -150px
}
li.netvibes {
 background-position: 0 -350px
}

/* ******************** Modal styles ******************** */
#jDialogOverlay {
	background:#000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	z-index:1000;
	display:none;
}

#jDialogProgressBar {
	position:fixed; 
	display:block; 
	top: 10px; 
	left:20px; 
	width:220px;
	height:19px;
	display:none; 
	z-index:900000;
}

.DialogContainer{
	background:#666;
	text-align:left;
	width:510px;
	float:left;
	position:relative;
	padding:6px 0;
	z-index:1001;
	display:none;
}
.DialogContainer{
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.DialogTitleContainer{
	padding:6px 12px;
}
.DialogTitle{
	font-size:12pt;
	font-weight:bold;
}
.DialogTitle span{
	font-size:18px;	
}
.DialogControl a{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
.DialogControl a:hover{
	color:#ff9900;
}
.DialogControl a img{
	vertical-align:top;
}
.DialogPane{
	float:left;
	display:inline;
}
.ErrorMsg{
	font-weight:bold;
	font-size:13px;
	padding:0 12px 70px;
	color:#666;
}
.MainPane{
	width:100%;
}
.ChartWrapper{
	margin:0 6px 6px;
	display:inline;
	background:#F7F7F7 url(images/box_bg.gif) repeat-y left top;
	float:left;
	width:495px;
}
.ChartTitleWapper{
	background:url(images/box_tl.gif) no-repeat left top;
}
.ChartTitle{
	color:#555;
	font-size:14px;
	font-weight:bold;
	padding:5px 8px 15px;
	background:url(images/box_tr.gif) no-repeat right top;
}
.ChartTitle a {
	color:#555;
	text-decoration:underline;
}
.Charts{
	margin:0;
	padding:0 0 8px 0;
	float:left;
	list-style-type:none;
}
.Charts li{
	display:inline;
	float:left;
	width:114px;
	vertical-align:middle;
	text-align:center;
	margin:0 3px;
	font-weight:bold;
	color:#666666;
}
.Charts li .Period{
	color:#ADADAD;
}
.Legends{	
	margin:0 0 0 20px;
	padding:0;
	list-style-type:none;
}
.Legends li{
	display:inline;
	color:#666;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:0 10px 6px 8px;
}
.ChartFooter{
	float:left;
	background:url(images/box_bottom.gif) no-repeat left bottom;
	height:10px;
	width:495px;
}
.ChartBody {
/*	line-height:3em;*/
padding:0 15px 15px 20px;
color:#333;
font-weight:bold;
font-size:14px;
}

.ChartBody *{
color:#333;
}

.ChartBody .ChartTable {
height: 200px;
overflow: auto;
overflow-x: hidden;
}

.ChartBody .ChartTable th{
background:#888;
color:#FFF;
border:#808080 1px solid;
font: 14px Tahoma;
font-weight:bold;
text-align:center;
}
.ChartBody .ChartTable tr td{
background:#EEE;
border:#DFDFDF 1px solid;
}

.ChartBody .ChartTable tr td.DialogSelected {
background:#FFCCCC;
}

.ChartBody .ChartTable tr.odd td{
background:#EAEAEA;
border:#DDD 1px solid;
}

.buttonRow {
text-align:center;
}

.SidePane{
	float:right;
	width:130px;
}
.DescTitle{
	font-weight:bold;
	font-size:22px;
	font-family:Helvetica, Arial, sans-serif;
}
.DescWrapper{
	margin:6px 12px 6px 0;
	display:inline;
}
.DescWrapper a{
	color:#888;
	text-decoration:underline;
}
.DialogControl{
	float:right;
	cursor:pointer;
	display:inline;
}
.DialogAction{
	padding:10px;
	text-align:center;
}

/* *************************** NEW LAYOUT STUFF ************************ */
div.bar
{
    float: left;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px; /* ML: 0 */
}
div.purple.bar.middle
{   
    width: 100%;
    background: url("../cs-img/bar-purple-block.png") right bottom repeat-x;
}
div.purple.bar span.start
{
    float: left;
    width: 6px;
    display: block;
    background: url("../cs-img/bar-purple-left.png") right bottom no-repeat; 
}
div.purple.bar span.end
{
    float: right;
    width: 5px;
    display: block;
    background: url("../cs-img/bar-purple-right.png") right bottom no-repeat;
}

div.blue.bar.middle
{   
    width: 100%;
    background: url("../cs-img/bar-blue-block.png") right bottom repeat-x;
}
div.blue.bar span.start
{
    float: left;
    width: 6px;
    display: block;
    background: url("../cs-img/bar-blue-left.png") right bottom no-repeat; 
}
div.blue.bar span.end
{
    float: right;
    width: 5px;
    display: block;
    background: url("../cs-img/bar-blue-right.png") right bottom no-repeat;
}

div.bar h2
{
    float: left;
    padding-left: 10px;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
div.bar span.text
{
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin-left: 25px;
}
a.link.note.purple 
{
    background: url("../cs-img/arrow-purple.gif") right no-repeat !important;
    color: #6A21A4;
}
div#area3
{
	width: 959px;
	min-height: 640px;
	margin-left: 16px;
	margin-right: 16px;
}
div.startteaser
{
	width: 239px;
	height: 190px;
	float: left;
	margin: 0 0 1px 1px;
}

div.startteaser h2 {
    color: #fff;
    padding-left: 15px;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

div.startteaser h2 a {
    color: #fff;    
}

div.startteaser h2 a:hover 
{
    color: #000;
}

div.startteaser span
{
    font-size: 13px;
    line-height: 21px;
    margin-top: 25px;
    margin-left: 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
    display: block;
    float: left;
    /*ROB background: url("../cs-img/arrow-black.gif") bottom left no-repeat; */
}


div.startteaser a
{
    cursor: pointer;
    display: block;
}
div.startteaser.fotboll
{
    width: 238px;
    margin-left: 0;
    background: url("../dyn-img/start/se/fotboll-gradient.jpg") left no-repeat;
}
div.startteaser.ishockey
{
    background: url("../dyn-img/start/se/ishockey-gradient.jpg") left no-repeat;
}
div.startteaser.motorsport
{
    background: url("../dyn-img/start/se/motorsport-gradient.jpg") left no-repeat;
}
div.startteaser.ovrigasporter
{
    background: url("../dyn-img/start/se/ovrigasporter-gradient.jpg") right no-repeat;
}

div.item.small {
    height: 193px;
}

div.item.small img {
    width: 319px;
}

div.firstvisit.right, 
div.start.right,
a.firstvisit.right, 
a.start.right
{
    width: 330px;
    display: block;
}
div.firstvisit.right.upper,
a.firstvisit.right.upper  
{
    height: 200px;
    background: url("../cs-img/se/start-right-block1.png") no-repeat;
    cursor: pointer;
}

div.start.right.upper,
a.start.right.upper 
{
    height: 206px;
    background: url("../cs-img/se/teaser-right-excitement-1-2.jpg") no-repeat;
    cursor: pointer;
}

div#area1, div#area2 {
    min-height: 440px;
}

/* *** Program Info Page (Controls/GameInfoCS.aspx) *** */
div.item.program {
    padding-top: 0;
    /* background: url("../cs-img/buymovie-back-middle.jpg") top left repeat-y; */
    background: url("../cs-img/content-back-middle-shd.png") top left repeat-y;
    height: 435px;
}

div.item.program div.info p.last {
    margin-bottom: 0 !important;
    width: 418px !important;
}

/* Player area on the start page*/
div.item.program.start {
    background: transparent none repeat scroll 0 0;
}

div.item.program div.figure {
    width: 418px;
    margin: 0 0 0 12px; /* ML: 0 0 5px 12px; */
}

div.item.program div.info {
    /* background: url("../cs-img/buymovie-back-bottom.jpg") bottom left no-repeat; */
    background: url("../cs-img/content-back-bottom-shd.png") bottom left no-repeat;
    height: 160px;
    margin-top: 10px;
}

div.program div.start {
    /* background: #fff url("../cs-img/buymovie-back-top.jpg") bottom left no-repeat; */
    background: #fff url("../cs-img/content-back-top-shd.png") bottom left no-repeat;
    height: 23px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 10px;
    color: #000;
}

div.program span.type {
    float: right;
    /* margin-right: 20px; */
    text-align: center;
    display: block;
    /* width: 65px; */
    /* position: relative; */
    /* top: -25px; */
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    right: 30px;
}

div.program span.type img {
    margin-left: auto;
    margin-right: auto;
}

div.program div.formats {
    background: none;
    padding: 0;
    width: 450px;
    float: left;
}

div.item.program ul.actions li span.price {
    display: block;
    width: 129px;
    height: 58px;
    float: right;
    background: url("../cs-img/buymovie-price-splash.png") no-repeat;
    color: #fff;
    margin-right: 36px;
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    position: relative;
    top: 20px;
}

div.item.program ul.actions li span.price span {
    margin-top: 5px;
    display: block;
    font-size: 11px;
}

div.item.program ul.actions li span.price.large span {
    font-size: 16px;
}

div.item.program ul.actions li span.price span.prefix
{
    font-size: 10px;
    display: inline;
}

div.item.program ul.actions {
    width: 205px;
    background: url("../cs-img/buymovie-lines.gif") no-repeat;
    margin-bottom: 0;
}

div.item.program ul.actions li {
    background: none;
    height: 120px; /* 122 */
}

div.item.program ul.actions li a.button {
    padding-top: 20px;
    margin-left: 12px;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 15px;
    /* background-position: center -400px; */
}



/* div.item.program ul.actions {
    margin-top: 10px;
} */

div.item.program div.separator,
div.start div.separator {
    display: block;
    height: 2px;
    width: 611px;
    background: transparent url("../cs-img/buymovie-separator.gif") repeat-x;
    border: 0;
    margin-left: 12px;
    clear: both;
}

div.start div.separator {
    margin-top: 21px;
    float: left;
}

/* div.item.program ul.actions li.separator {
    background: transparent url("../cs-img/buymovie-separator.gif") bottom left repeat-x;  
} */

div.item.program ul.actions li a,
div.item.program ul.actions li em {
    padding-left: 10px;
    padding-right: 10px;
    width: 175px;
}

div.item.program h1 {
    font-weight: bold;
}

div.item.program h1 span {
    color: #6823a0;
    font-weight: normal;
    top: -2px;
}



div.item.program ul.actions li a.button {
    background-position: center -645px;
}

div.item.program ul.actions li a.button:hover {
    background-position: center -720px;
}

div.item.program ul.actions {
    width: 203px;
}

/* *** /Program Info Page (Controls/GameInfoCS.aspx) *** */

/* *** Login page (~/Templates/Account/Login_CS.aspx) *** */
div.article.account 
{
    background: none;
    border: medium none;
}
div.article.account h2
{
    padding-top: 10px;
}
div.article.account div.bgtop
{
    line-height: 62px;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 24px;
    color: #000;
}
div.article.account div.bgmiddle,
div.article.account div.bgbottom
{
    padding-left: 30px;
    padding-right: 30px;
}
div.article.account div.bgbottom.middle 
{
    /* height: 130px; */
}
div.article.account div.section.login
{
    background: none;
}
div.article.account div.section.login div.data
{
    width: 360px !important;
}
div.article.account div.data p.normal
{
    width: 170px;
    padding: 0;
}
div.article.account
{
    margin-top: 0px;
}
div.article.account div.bgmiddle,
div.article.account div.bgbottom
{
    padding-left: 0px;
    padding-right: 0px;
}
div.article.account div.edit div.bgmiddle
{
    margin-top: -18px; /* Workaround, hides stupid &nbsp; characters caused by RegularExpressionValidator in .NET*/
}
div.article.account div.bgbottom div.section
{
    padding-bottom: 0;
    background: none;
}

div.article.account div.section
{
    background: transparent url(../cs-img/buymovie-separator.gif) repeat-x scroll left top;
    border: medium none;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 8px;
    margin-right: 5px;
}
div.article.account div.section p 
{
    padding-left: 0;
    margin-left: 0;
}

div.article.account div.menu 
{
    background: #C9C9C9 url(../cs-img/buymovie-back-middle-faded.jpg) repeat-y scroll 0 0;
    color: #111111;
    line-height: 32px;
    min-height: 30px;
    padding-left: 5px;
}


/* *** General styles for panel looking backrounds *** */
div.bgmiddle 
{
    background: url("../cs-img/buymovie-back-middle.jpg") top left repeat-y scroll !important;
    border: medium none;
}
div.bgborder
{
    border-top: 1px solid #ACACAC;
    margin-left: 8px;
    margin-right: 5px;
}
div.bgtop
{
    height: 56px;
    background: #fff url("../cs-img/buymovie-back-top.jpg") bottom left no-repeat !important;
    border: medium none;
}
div.bgbottom
{
    padding: 0 10px 0 10px;
    border: medium none;
}
div.bgbottom.start 
{
    height: 10px;
    background: url("../cs-img/faq-bottom-start.jpg") top left no-repeat;
}
div.bgbottom.middle 
{
    background: url("../cs-img/faq-bottom-middle.jpg") top left repeat-y scroll;
}
div.bgbottom.end
{
    height: 29px;
    background: url("../cs-img/faq-bottom-end.jpg") top left no-repeat;
}
div.bgbottom.shaded 
{
    height: 143px;
    background: transparent url(../cs-img/buymovie-back-bottom.jpg) no-repeat scroll left bottom;
}
div.bgmiddle p,
div.bgmiddle h2,
div.bgbottom p,
div.bgbottom h2
{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

div.bgmiddle h1,
div.bgbottom h1
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/* *** /General styles for panel looking backrounds *** */

/* *** FAQ Page (WebTv/FAQ) *** */

/**** FAQ Categories (~/Controls/FAQ/SubMenu.ascx) ****/
div#faqSubMenu div#subMenu 
{
    margin: 0;
}
div#faqSubMenu ul
{
    padding-left: 2px;
    margin-left: 0px;
    background: url("../cs-img/faq-back-middle.jpg") top left repeat-y !important;
}
div#faqSubMenu ul li:hover,
div#faqSubMenu ul li.sel
{
    background: #22D5FF url(../cs-img/buymovie-separator.gif) repeat-x scroll left bottom !important;
    color: #000 !important;
}
div#faqSubMenu div.head {
    background: #fff url("../cs-img/faq-back-top.jpg") bottom left no-repeat !important;
    border-bottom: medium none !important;
    line-height: 62px !important;
    text-decoration: underline;
    height: 56px;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 24px;
    color: #000;
}
div#faqSubMenu div.banner.middle 
{
    cursor: pointer;
    margin-top: -1px;
}

div.article.faq {
    padding-top: 0;
}
/**** /FAQ Categories (~/Controls/FAQ/SubMenu.ascx) ****/

/**** FAQ General (~/Templates/WebTv/FAQ/QuestionList.aspx) ****/
div.faq div.head {
    line-height: 62px;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 24px;
    color: #000;
}
div.faq div.head strong 
{
    background: transparent none repeat scroll 0 0;
}
div.faq p 
{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
div.faq a.link 
{
    background: url("../cs-img/arrow-purple.gif") right no-repeat !important;
    text-transform: uppercase;
    color: #6823a0;
}
/**** /FAQ General (~/Templates/WebTv/FAQ/QuestionList.aspx) ****/

/**** FAQ Question list (~/Templates/WebTv/FAQ/QuestionList.aspx) ****/
div.faq div.questions a 
{
    margin: 0 10px 0 40px !important;
    font-weight: bold;
}
div.faq div.questions p a 
{
    margin: 0 !important;
    font-weight: normal !important;
}
div.faq div.questions a.uparrow
{
    background: transparent url(../cs-img/items24.png) no-repeat scroll right -2199px;
}
div.faq div.questions p 
{
    margin: 0 10px 10px 40px !important;
    padding: 0;
}
div.faq div.questions h1 
{
    background: transparent url(../cs-img/buymovie-separator.gif) repeat-x scroll left top;
    cursor: pointer;
    /*border-top: 2px groove #ffffff;*/
    padding: 10px 20px 0 40px;
    margin: 0;
    text-transform: uppercase;
}
div.faq div.questions div
{
    padding: 0 5px 10px 8px;
}
div.faq div.questions div.selected
{
    background: url("../cs-img/buymovie-back-middle-selected.jpg") top left repeat-y;
}
/**** /FAQ Question list (~/Templates/WebTv/FAQ/QuestionList.aspx) ****/

/**** FAQ Ask question (~/Templates/WebTv/FAQ/Controls/AskQuestion.ascx) ****/
div.faq div.bgbottom h1
{
    padding-left: 0px;
    padding-top: 5px;
    text-transform: uppercase;
    color: #6823a0;
    font-size: 18px;
}
div.faq div.bgbottom div.section
{
    border: medium none;
    padding: 0;
}
div.faq div.bgbottom a
{
    margin-top: 180px !important;
}
div.faq div.bgbottom div.section div.data p.normal
{
    width: 170px;
    float: left;
}
/**** /FAQ Ask question (~/Templates/WebTv/FAQ/Controls/AskQuestion.ascx) */

/* *** Game List *** */
/* Tabs */
div#subMenu div.head {
    color: #111;
    line-height: 32px;
    background: #c9c9c9 url("../cs-img/gamelist-back-dark.png") repeat-y; 
    border-bottom: 1px solid #acacac;
}

ol.tabs li {
    background: none;
    color: #333;
    opacity: 1;
    margin: 0;
    padding-left: 0;
}

ol.tabs li span {
    background: transparent url("../cs-img/gamelist-tab-separator.png") left 11px no-repeat;
    padding-left: 8px;
    padding-right: 8px;
}

ol.tabs li.first span {
    background: none;
}

ol.tabs li strong, ol.tabs li a {
    background: none;
    padding-left: 0;
}

ol.tabs li a {
    font-weight: bold;
    color: #111;
}

ol.tabs li strong,
ol.tabs li a:hover {
    color: #6624a0;
}

/* GameList */
div#subMenu {
    height: 702px;
}

div#subMenu ul li {
    background: #e9e9e9 url("../cs-img/buymovie-separator.gif") left bottom repeat-x;
    padding-top: 2px;
}

div#subMenu ul li a,
div#subMenu ul li span {
    color: #333;
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 15px;
}

div#subMenu ul li:hover,
div#subMenu ul li.sel,
div#subMenu ul.accordion li.selected {
    color: #6823a0;
    background: none;
}

div#subMenu ul li:hover {
    background: #e9e9e9 url("../cs-img/buymovie-separator.gif") left bottom repeat-x;
}

div#subMenu ul li:hover a {
    color: #6624a0;
}

div#subMenu ul {
    background: #c9c9c9 url("../cs-img/gamelist-back-darker.png") repeat-y; 
}

.accordion {
    height: 571px;
}

.accordion li a {
    background-position: left -2140px;
}

.accordion li:hover a {
    background-position: left -2254px;
}

.accordion li a.selected,
.accordion li.selected:hover a.selected {
    background-position: left -2197px;
}

div#subMenu ul.count1 ul.media {
	max-height: 542px; /* 535px; 481px; 551px; */
}

div#subMenu ul.count2 ul.media {
	max-height: 512px; /*502px; 448px; 518px; */
}

div#subMenu ul.count3 ul.media {
	max-height: 482px; /* 469px; 415px; 485px; */
}

div#subMenu ul.count4 ul.media {
	max-height: 451px; /* 436px; 382px; 452px; */
}

div#subMenu ul.count5 ul.media {
	max-height: 421px; /* 403px; 349px; 419px; */
}

div#subMenu ul.count6 ul.media {
	max-height: 391px; /* 370px; 316px; 386px; */
}

div#subMenu ul.count7 ul.media {
	max-height: 361px; /* 337px; 283px; 353px; */
}

div#subMenu ul.count8 ul.media {
	max-height: 331px; /* 304px; 250px; 320px; */
}

div#subMenu ul.count9 ul.media {
	max-height: 301px; /* 271px; 217px; 287px; */
}

div#subMenu ul.count10 ul.media {
	max-height: 271px; /* 238px; 184px; 254px; */
}

div#subMenu ul.count11 ul.media {
	max-height: 241px; /* 205px; 151px; 221px; */
}

div#subMenu ul.count12 ul.media {
    max-height: 311px; /* 172px; 118px; 188px; */
}

div#subMenu ul ul.media li {
    background: #e9e9e9 url("../cs-img/gamelist-back-dark-big.png") left bottom no-repeat;
    border: none;
    padding-top: 0;
    padding-bottom: 3px;
}

div#subMenu ul.media {
    background: #c9c9c9 url("../cs-img/gamelist-back-dark.png") repeat-y;
    color: #333;
    padding: 0;
}

div#subMenu ul ul.media li:hover,
div#subMenu ul ul.media li.sel {
    color: #6624a0;
    background: #e9e9e9 url("../cs-img/buymovie-separator.gif") left bottom repeat-x;    
}

/* div#subMenu ul ul.media li {
    min-height: 75px;
    background: #c9c9c9 url("../cs-img/gamelist-back-dark.png") repeat-y;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #333;
} */

/* UpcomingGameInfo */
div#subMenu ul ul.media li div {
    width: 195px;
}

div#subMenu ul ul.media li div.team {
    width: 90px; /* eller auto */
    line-height: 11px;
}

div#subMenu ul ul.media li div.team em {
    font-size: 10px;
    font-style: normal;
    margin-left: 6px;
    display: block;
}

div#subMenu ul ul.media li h2 {
    font-size: 11px;
    width: auto;
}

div#subMenu ul ul.media li p {
    font-size: 18px;
    margin-top: 17px;
    line-height: 20px;
    padding-right: 15px;
    /* background: url("../cs-img/arrow-purple.gif") center right no-repeat; */
}

div#subMenu ul ul.media li p img {
    margin-left: 5px;
}

div#subMenu ul ul.media li img {
    float: none;
    margin-right: 0;
    display: inline;
}

div#subMenu ul ul.media li p em {
    top: 35px;
}

div#subMenu ul ul.media li.sel {
    color: #6624a0;
}

div#subMenu ul ul.media li.more {
    min-height: 23px;
}
/*
div#subMenu ul ul.media li.sel p {
    text-decoration: underline;
}

div#subMenu ul ul.media li.sel p em {
    text-decoration: none;
}*/

/* Show more & Facts */
div#subMenu ul ul.media li.facts {
    min-height: 28px;
    text-align: center;
    /* background: #e9e9e9 url("../cs-img/buymovie-separator.gif") left bottom repeat-x; */
    border-top: 1px solid #999;
    line-height: 28px;
}


div#subMenu ul ul.media li.more {
    background: none; 
}

div#subMenu ul ul.media li.more a,
div#subMenu ul ul.media li.facts a {
    font-size: 11px;
    padding-right: 12px;
    background: url("../cs-img/arrow-purple.gif") center right no-repeat;
    color: #6624a0;
    display: inline;
    padding-left: 0;
    margin-left: 0;
    font-weight: bold;
}
/* /Show more & Facts */

/* Groups */
div.groups {
    overflow: hidden;
}
div.groups a {
    display: block;
    float: left;
}
/* /Groups */

div#subMenu div.end {
    height: 26px;
    background: url("../cs-img/gamelist-end.png") top left no-repeat;
}


/* *** /Game List *** */

/* *** Shop/Order flow *** */
div.head {
    background: #fff url("../cs-img/teaser-right-back-top.png") bottom left no-repeat;
    height: 35px;
    line-height: 38px;
}

div.head strong {
    background: none !important;
    padding-left: 0 !important;
    margin-left: 5px;
}

div.article div.head {
    background: #fff url("../cs-img/content-back-headtop-shd.png") bottom left no-repeat;
    height: 55px;
    line-height: 55px;
}

div.article div.head strong {
    font-size: 24px;
    height: auto;
    margin-left: 15px;
}

div#subMenu div.head strong {
    margin-left: 0;
}

div.article {
    background: url("../cs-img/content-back-middle-shd.png") top left repeat-y;
    border-bottom: 0;
    margin-bottom: 0;
}

div.end {
    height: 20px;
    background: url("../cs-img/content-back-bottom-shd.png") bottom left no-repeat;
}

div#area2 div.item {
    background: url("../cs-img/teaser-right-back-middle.png") top left repeat-y;
    margin-bottom: 0;
}

div#area2 div.end {
    height: 40px;
    background: url("../cs-img/teaser-right-back-end.png") bottom left no-repeat; 
}

div.section {
    border-top: 1px solid #aaa;
    /* border-bottom: 1px solid #ccc; */
}

div.steps {
    background: none;
    border-bottom: 0;
    width: 633px;
}   

div.steps div {
    border: 0;
    margin: 0 10px 5px 10px;
    background: #aaa;
}

/* Custom styles for the shop page*/

div.article div.steps.head   
{
    margin: 0 0 10px 0;
    padding: 0;
    background:url("../cs-img/content-back-headtop-shd.png") no-repeat scroll left top #FFFFFF;
    height: 50px;
    line-height: 56px;
}


div.article div.steps.head div {    
    height: 30px;
    line-height: 21px;
    margin: 20px 0 10px 3px;
}

div.article div.steps.head span, 
div.article div.steps.head  a 
{
    width: 190px;
}


/*
div.steps span,
div.steps a {
	width: 183px;
}

div.steps div.count4 span,
div.steps div.count4 a {
	width: 131px;
}

div.steps div.count5 span,
div.steps div.count5 a {
	width: 100px;
}

div.steps div.count6 span,
div.steps div.count6 a {
	width: 80px;
}*/

div.hr {
    border-top: 1px solid #aaa;
}

.note {
    color: #777;
}

div#testClip div.item.program {
    width: 633px;
    margin-left: 0px;
}

div#testClip div.item.program div#testing {
    width: 630px;
    margin-left: 3px;
}

div#testClip div.item.program object {
    width: 630px;
}

.product.view {
    border-bottom: 1px solid #aaa;
}

p.showValuecodeBtn {
    width: 578px;
    padding: 10px;
    background: #cacaca;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 10px !important;
    font-size: 16px;
}

/* *** /Shop/Order flow *** */

/* *** Player *** */
div.program div#testing {
    background: #e7e7e7;
    border-top: 1px solid #aaa;
}

div.program div#testing p {
    color: #333;
    background:transparent url("../cs-img/ajax-loader.gif") no-repeat scroll right center;
}

div.program div.smallInfo {
    background: #e9e9e9 url("../cs-img/content-back-bottom640.png") bottom left no-repeat;
    border-top:1px solid #aaa;
    height: 60px;
}

div.item.program p.actions a.link {
    background-position: center right !important;
}

/* *** /Player *** */

/* *** Sports Matrix *** */

body.wide div#area1 {
	width: 979px; /* 975px; */
}

body.wide div#area2 {
    display: none;
}

div.sports {
	margin-left: 25px; /* ROB 20px; */
	background: url("../cs-img/sports-back-shd.png") top left repeat-y;
}

div.sports div.head {
	padding-left: 0;
	height: 56px;
	
}

div.sports div.head a {
	float: left;
	
}

div.sports div.end {
	clear: both;
	height: 56px;
	background: url("../cs-img/sports-back-end-shd.png") top left repeat-y;
}

div.sports div.col {
	width: 231px;
	float: left;
}

div.sports div.col.first {
	width: 229px;
	margin-left: 5px;
}

div.sports div.item,
div.sports div.empty {
	width: 209px;
	height: 185px;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
	padding: 0 10px 0 10px;
	font-size: 11px;
	position: relative;
	margin-bottom: 0;
}

div.sports div.item {
    cursor: pointer;
    overflow: hidden;
}

div.sports div.item img 
{
    margin-left: auto;
    margin-right: auto;
}

div.sports div.item:hover {
    background: #eee;
}

div.sports div.col.first div.item,
div.sports div.col.first div.empty {
	width: 207px;
}

div.sports div.col.last div {
	border-right: 0;
}

div.sports div.empty.r2 {
	height: 372px;
}

div.sports div.empty.r3 {
	height: 559px;
}

div.sports div.empty.r4 {
	height: 746px;
}

div.sports div.empty.r5 {
	height: 933px;
}

div.sports div.empty.r6 {
	height: 1120px;
}

div.sports div.empty.r7 {
	height: 1307px;
}

div.sports h2 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0;
	margin-right: 0;
}

div.sports div.item p {
    margin-left: 0;
	margin-right: 0;
}

div.sports div.item a.link {
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
}

div.item a.link:hover {
    color: #333;
}

/* *** /Sports Matrix *** */

/* GameList No Broadcasts */
u li.noLink {
    cursor: default !important;
}

ul li.noLink:hover {
    color: #333 !important;
}

ul li.noLink p {
    text-align: center;
    font-size: 11px !important;
    margin: 5px !important;
    line-height: 60px !important;
}

ul.accordion.count0 {
    /*display: none;*/
    height: auto;
}

div#subMenu p.noBroadcasts {
    background: #c9c9c9 url("../cs-img/gamelist-back-dark.png") repeat-y;
    text-align: center;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
}

/* Service message */
div#message,
div#browserMessage {
    color: #fff;
}

div#message a.link,
div#browserMessage a.link {
    color: #fff;
    font-weight: bold;
}

div#messageBody a.targetNew,
div#browserMessageBody a.targetNew {
    color: #fff !important;
    text-decoration: underline !important;
}

/* Grid */
div.grids {
	margin-left: 25px; /* ROB 20px; */
	background: url("../cs-img/sports-back-4col-shd.png") top left repeat-y;
}

div.grids div.head {
	padding-left: 0;
	height: 56px;
	
}

div.grids div.head a {
	float: left;
	
}

div.grids div.end {
	clear: both;
	height: 56px;
	background: url("../cs-img/sports-back-end-shd.png") top left repeat-y;
}

div.grids div.col {
	width: 211px;
	float: left;
	border-top: 1px solid #f4f4f4;
	/* border-left: 1px solid #f4f4f4; */
	/* border-bottom: 1px solid #ababab; */
	/* border-right: 1px solid #ababab; */
	padding: 0 10px 0 10px;	
	font-size: 11px;
	font-weight: bold;
}

div.grids div.col.first {
	width: 210px;
	margin-left: 4px;
}

div.grids h2 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 3px;
    margin-top: 6px;
}

div.grids div.col div {
    margin-bottom: 10px;
}

div.grids h3 {
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
}

div.grids h3 span {
    font-weight: bold;
}

div.grids div.col div span.time {
    display:block;
    float:left;
    line-height: 15px;
    /* padding-left:20px; */
}

div.grids div.col div div.info {
    margin-left: 32px;
    padding-left: 0;
    width: 175px;
}

div.grids span.time {
    color: #6a21a4;
}

div.grids a:hover {
    color: #6a21a4;
}

div.grids p.noBroadcasts {
    margin-top: 10px;
}

/* /Grid */

/* Button fixes */
button span,
a.button span {
    background-position: center -371px;
}

button.next span,
a.button span {
    background-position: center -453px;
}

button.next.disabled span,
a.button.next.disabled span {
    background-position: center -3149px;
}

#fbSideComments {
    width:100%;
    /* min-height: 200px; */
    /* min-height: 170px; */
    /* height: 550px; */
    /*background-color: #99f;*/
    display: none;
}

#fbSideCommentsStart button::-moz-focus-inner { border: 0; }
#fbSideCommentsStart button {
    outline-style: none;
    outline-width: 0;
}

#fbSideCommentsStart button {
    display: block;
    height: 52px;
    width: 330px;
    border: 0;
    margin-bottom: 5px;
    background: url("../cs-img/se/facebookframe-dark-beta.png") 0px -91px no-repeat;
    cursor: pointer;
}

#fbSideCommentsStart button span { display: none; }

#fbSideCommentsStart.expanded button {
    height: 42px;
    background: url("../cs-img/se/facebookframe-dark-beta.png") 0px 0px no-repeat; 
}

#fbSideCommentsEnd.expanded {
    height: 42px;
    width: 330px;
    background: url("../cs-img/se/facebookframe-dark-beta.png") 0px -42px no-repeat; 
    margin-bottom: 5px;  
}