
#videoPlayer {
	display: block;
	height:auto;
	margin: 5px 0;
	padding: 0 20px 0 0;
	overflow: hidden;
}


#videoContainer {
}

#flowPlayer {
	display:block;
	width:640px;
	height: auto;
	float: left;
}

.mainPlayer {
	display:block;
	width:640px;
	height:384px;
}

#videoDescription {
	background: #373737;
	width: 626px;
	text-align: left;
	color: #b7b7b7 !important;
	line-height: 1.3em;
	padding: 7px;
}

#videoDescription ul {
	text-align: right;
	padding: 5px 0px 3px 0px;
}

#videoDescription ul li {
	display: inline;
	width: 110px;
	padding: 0px 0px 0px 10px;
}

#flowPlayerSide {
	position: relative;
	display: block;
	float: right;
	width: 320px;
	text-align: right;
}

#flowPlayerSide h2 {
	color: #fff;
	text-align: left;
	margin: 0px 0px 0px 19px;
	padding-top:9px;
	font-weight: bold;
	font-size: 12px;
}


div#playerWrap {
	width:1000px;
	height:380px;
	text-align:center;


}
div.playerBox {
	float:left;
	border:8px #333 solid;
	background:#333;
	height:360px;

}
div.playlistBox {
	float:right;
	width:332px;
	overflow:hidden;
	font-size:10pt;
}
div.playlistwrap {
    overflow:hidden;
    width:330px;
    text-align:right;
    float:right;
    clear:right;
}
div.playlist {
    color:#ccc;
    text-align:left;
}
div.playlist .playlistheader {
    color:#ccc;
    padding:8px;
    background-repeat:repeat-x;
    background-color:#777;
    border:1px #555 solid;
    border-bottom:0px;

}

div.playlist .playlistul {
    list-style-type:none;
    border:1px #555 solid;
    border-bottom:0px;
}

div.playlist a.playlistmore {
    text-align:center;
    padding:10px auto;
}

/* playlist items */
div.playlist ul li {
    list-style-type:none;
    padding:6px 5px;
    height:40px;
    cursor:pointer;
    color:#ccc;
    text-decoration:none;
    background-color:#444;
	display:block;
	vertical-align:middle;
    border-bottom:1px #777 dotted;
}


div.playlist ul li:hover {
    background-color:#676767;
    border-bottom:1px #888 dotted;
    }
div.playlist p {
	color:#ccc;
	font-size:0.7em;
	line-height:0.9em;
}
div.playlist ul li img {
    padding-right:10px;
    float:left;
}
div.playlist ul li span {
    font-weight:normal;
    font-size:11px;
}

div.playlist ul li.playing {
    background-color:#bbb;
    border-bottom:1px #555 dotted;
    color:#fff;
    
}

div.playlist ul li.playing p {
    color:#000;
}


div.playlist div.playlistfooter {
    height:28px;
    line-height:28px;
    vertical-align:middle;
    text-align:right;
    background-repeat:repeat-x;
    background-color:#333;
    border:1px #444 solid;
    margin-top:-1px;
}

div.playlist div.playlistfooter a.playlistmore {
    color:#fff;
    padding-right: 10px;
    text-decoration: none;
}


.playlistCallout {
overflow:hidden;
width:299px;
height:78px;
display:block;
float:right;
text-align:left;
}

.playlistCalloutT {
width:179px;
}

.playlistCallout a img {
float:left;
display:block;
width:100px;
height:75px;
margin:0 10px 10px 0;
}

.playlistCallout h4 a {
color:#bfbfbf;
font-size:14px;
font-weight: bold;
}

.playlistCallout p {
color:#bfbfbf;
font-size:11px;
}

h3.nowPlaying {
float:left;
display:inline;
font-weight:bold;
font-size: 11px;
text-transform:uppercase;
margin:2px 0 0;
padding:5px 0 3px 5px;
}



.playlistCallout {
	height: 92px;
	margin-top:8px;
	text-align: left;
	background-color:#333;
	width:330px;
}
.playlistCallout p {
	padding:5px 8px;
}
.pl_imagelink {
	float:left;
	margin-right:10px;
}

