.column1 {
	clear: both;
	float: left;
	width: 624px;
	padding-top: 5px;
}

.column2 {
	float: right;
	width: 315px;
	padding-top: 5px;
}

div#playlist-description h1 {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-bottom: 5px;
}

div#playlist-image {
	float: left;
	display: inline;
	margin-right: 12px;
	margin-left: 30px;
	width: 215px;
	height: 121px;
	border: 1px solid #d6d5da;
}

.playlist-content {	
	clear: both; 
}

.playlist-content #content-wrapper { 
	padding: 0 30px; 
}

.playlist-content h2 { 
	padding-bottom: 8px; 
}

div#playlist-description {
	float: left;
	width: 331px;
	padding-right: 30px;
}

div#playlist-description div {
	margin-bottom: 5px;
}

div.playlist-item-image {
	float: left;
	display: inline;
	margin-right: 12px;
	width: 140px;
	height: 79px;
}

div.playlist-item-description {
	float: left;
	display: inline;
	width: 245px;
	margin-right: 12px;
}

.playlist-item-wath-icon {
	float: right;
	margin-top: 10px;
	float: left;
}

dl.playlist-item-stats {
	float: right;
	display: inline;
	width: 121px;
}

.playlist-item { 
	clear: both;
	padding-bottom: 25px;
}

#playlist-description ul .buttons {
	width:385px;
}

/* override style from list.css */
ul.buttons {margin:0 auto; width:345px !important; }

div#playlist-description p { 
	clear:both; 
	padding-bottom: 10px; 
}

div#playlist-description dl.info-list dd,
.playlist-content dl.info-list dd { 
	padding-bottom: 3px; 
}

div#playlist-description .icon-playall { 
	display:inline-block; 
	position:relative;
	top:-3px;
}

div#playlist-options { 
	clear: right;
	margin-top: 10px;
	padding-top: 8px;
}

.rating-line span {
	float: left;
	padding: 0 0 0 0;
}

/* Copied from Firebug from Video Play Detail Page */
.small-sponsored {
background:transparent url(/assets/sponsored-rect.gif) no-repeat scroll 0 0;
float:right;
margin-bottom:15px;
padding:10px 20px 10px 0;
position:relative;
text-align:right;
width:292px;
}

/* for this page, we don't show the embed button functionality */
#copyEmbed {
	display: none;
}


/* special case for BHM, APAHM, etc */
body.voices-playlist h1.gheader { visibility: hidden; } /* hides text & bkg but preserves the space so bkg title can show through */
body.voices-playlist h2 { font-size:14px; text-transform: uppercase; }


