.liveLine{
	background:url('/images/dot_back.png') repeat-x left bottom transparent;
    float: left;
    padding: 0px 0px 8px 0;
    width: 100%;
}
.liveLine .topborder{
	background:url('/images/dot_back.png') repeat-x left top transparent;
	float:left;
	width:100%;
	height:2px;
	padding-bottom:6px;
}
.liveLine a{
	floaT:right;
	width:23px;
	height:23px;
	margin-right:2px;
	
}
.liveLine a.l{
	background: url("/images/llleft.png") no-repeat scroll 0px 0px transparent;
}
.liveLine a.r{
	background: url("/images/llright.png") no-repeat scroll 0px 0px transparent;
}
.liveLine a.p{
	background: url("/images/llpause.png") no-repeat scroll 0px 0px transparent;
}
.liveLine .string{
	float: left;
    font-size: 13px;
    padding-top: 0;
    width: 480px;
}
_:-o-prefocus, .liveLine .string 
{
    padding-top:2px;
}
.liveLine .string .lnk{
	display: inline-block;
	float: none;
	color: black;
	width: 87%;
	text-decoration:none;
	height:auto;
}
.liveLine .string .lnk:hover{
	text-decoration:underline;
}
.liveLine .string span{
	color: #D8171C;
	font-family: 'pf_dindisplay_pro_mediumRg';
    font-size: 17px;
    margin-right: 5px;
	float:none;
	display:inline-block;
	text-decoration:none;
	line-height:21px;
}
