/* ckoi.com */
/* Corus Quebec © 2010 */
/* romain.lefebvre@corusent.com */

/* *** Webradio / webtélés / aide *** */
.webradio {
	float:left;
	width:665px;
	background:url(../img/bck/webradio-tile.png) repeat-y right top;
	margin-right:15px;
	padding-bottom:15px;
	text-align:center;
	min-height:322px;
}
.webradio .top {
	height:12px;
	background:url(../img/bck/webradio-top.png) no-repeat right top;
	margin-bottom:38px;
}

.webtele {
	float:left;
	width:665px;
	background:url(../img/bck/webradio-tile.png) repeat-y right top;
	margin-right:15px;
	padding-bottom:15px;
	text-align:center;
}
.webtele .top {
	height:12px;
	background:url(../img/bck/webradio-top.png) no-repeat right top;
}


#line-a .cln-right { float:left; width:300px; }
#line-a  {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}

/* buttons box */
#line-a .cln-right .btns {
	margin-bottom:16px;
	background:url(../img/bck/on-air.png) no-repeat;
	padding:16px 10px;
}



/* Listening Now */
.listening-now {
	background:url(../img/bck/listening-now.png) no-repeat left top;
	height:42px;
	margin-bottom:20px;
}
.listening-now .nielsen {
	position:relative;
	top:8px;
	left:155px;
	float:left;
}
.lastplay {
	margin:0 0 0 155px;
	padding-top:8px;
	color:#c5c5c5;
	font-size:11px;
	width:504px;
	overflow:hidden;
}
.lastplay span {
	margin:0 2px;
	color:#fff;
	font-size:12px;
}

.lne {
	margin-top:0px !important;
}

/* *** Page aide *** */
#aide {
	width:400px;
	margin:10px auto 0 auto;
	background:#1a1a1a;
	border:1px solid #1a1a1a;
	padding:16px;
	text-align:left;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	color:#f2f2f2;
}
#aide a {
	color:#e5e5e5;
	text-decoration:underline;
}
#aide a:hover {
	color:#cdcdcd;
	text-decoration:underline;
}
#aide img {
	float:left;
	margin-right:4px;
}
#aide h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
#aide li {
	border-bottom:1px dotted #5a5a5a;
	padding:4px 0;
	margin:4px 0;
}
#aide .youshould {
	padding:5px 0 3px 20px;
	color:#ff0000;
}
#aide li ul li {
	border-bottom:1px dotted #2a2a2a;
	padding:2px 0 1px 10px;
	margin:2px 0 1px 10px;
}
#aide #flashstatus,
#aide #browserstatus {
	float:left;
}
#javascript-on {display:none;}
#ie6 {display:none;}
#flashversion {margin:8px 0;}
#browser {margin:10px 0;}
#browser #update {font-size:11px}
#aide .stws {
	padding:10px;
	margin-top:10px;
	background:#2a2a2a;
}



