#contentContainer{
	width: 100%;
	overflow:hidden;
}

#contentMain{
	background-color:#FFF;
}
#contentMainTitle  h3{
	color:#6897ab;
	text-transform:uppercase;
	font-size:1.6em;
}
/* ALL Playlists */
.allPlaylists{
	clear:both; 
	overflow:hidden;
	padding:10px;
	position:relative;
	width:960px;
}

.allPlaylists ul.items{
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/*Featured Playlist and Horizontal scrollbar */
.featuredPlaylistsSlider{
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 190px;
    width: 930px;
	clear:both;
}

.featuredPlaylistsSlider ul.items{
	position: absolute;
	list-style: none;
	overflow: none;
	width:1355px;
	padding: 0;
    margin: 0;
}

.featuredPlaylistsSlider ul.items li.listItem .description{
   background: url(/Honens/media/Site-Images/playerUI/descriptionBubble.png) no-repeat;
   clear:both;
   margin-top:10px;
   padding:14px;
   width:250px;
   height:41px;
   font-size:.9em;
}

ul.items li.listItem{
	display: block;
	float:left;
	width:270px;
	height:82px;
	margin:20px 40px 20px 0px;
}

ul.items li.listItem img{
	display:block;
	width:77px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

ul.items li.listItem ul.listItemInfo{
	display:block;
    padding:0px;
    position:static;
    float:left;
    width:155px;
}

ul.items li.listItem ul.listItemInfo li{
    display:block;
    width:auto;
  
}

ul.items li.listItem ul.listItemInfo li.listItemTitle{
	font-weight:bold;
}

.track {
	width: 934px;
	height: 10px;
	margin-top: 180px;
	margin-left: 5px;
	position: relative;
	background: url(/Honens/media/Site-Images/playerUI/sliderTrackFeaturedPlaylist.png) repeat-x;
}

.slider {
	width: 450px;
	height: 10px;
    margin-top: 0px;
    margin-left: 25%;
    padding: 1px;
    position: relative;
    background: none;
}
  
.ui-slider-handle {
	display:block;
	position: absolute;
	cursor: move;
	height: 10px;
	width: 491px;
	margin-left:-245px;
	top: 0;
	background: url(/Honens/media/Site-Images/playerUI/btnFeaturedPlaylistSlider.png) no-repeat;
	z-index: 100;
}

.tabOrange span.title,.tabBlue span.title {
	overflow:hidden;
	clear:both;
	color:#FFFFFF;
	font-family:Helvetica,Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 9px 9px 9px;
	/*margin-bottom:5px;*/
	text-decoration:none;
	text-transform:uppercase;
}

.tabBlue span.title{
	background-color:#6997ab;
}

.tabOrange span.title{
    background-color:#EE672D;
}

.tabBlue,.tabOrange{
	height:25px;
	clear:both;
    display:block;
    overflow:
}

.tabBlue{
	border-bottom:3px solid #6997ab;
	margin-top:2.6em;
}

.tabOrange{
	border-bottom:3px solid #EE672D;

}
.EditableTextTitle{
position:relative;
overflow:hidden;

}
.EditableTextEdit{
	position:relative;
	overflow:hidden;
	z-index:10000;
}

