@charset "UTF-8";
/* CSS Document */

/*object , embed
{
  float:                        left;
  border:          2px solid #FF119D;
  
} */

.jw_playlist_playlist {
	/*position:                 relative;
  top:                         216px;
  left:                            0; 
  float:                        left; */

  position:                 absolute;
	width:                       310px;
	height:                      290px;
	overflow-y:                   auto;
	overflow-x:                 hidden;
	padding:             5px 5px 0 5px;
	cursor:                    pointer;
 [if gte IE 6]>  
 float:                       right;
 <![endif];
	top: 272px;
}
.jw_playlist_image 
{
  width:                        75px;
  height:                       56px;
}

.jw_playlist_image_div 
{
  border:          1px solid #000000;
  padding:                     0 5px;
  margin:                      0 5px;
  float:                        left;
  background-color:            white;


.jw_playlist_item {
	padding:                 10px 20px;
}
.clear {
	clear:                        both;
	height:                          0;
}
.jw_playlist_title {
	padding: 7px 20px;
	font-weight:                  normal;
	color: #FFFFFF;
}
.jw_playlist_description {
	height:                       0px;
	overflow-y:                 hidden;
	overflow-x:                 hidden;
	/*border:          1px solid #FF119D;*/
}
.jw_playlist_itemeven {
}
.jw_playlist_itemodd {
}
.jw_playlist_itemplaying {
	background-color:#155366;
	font-weight:                  bold;
}
