ul.playlist_items {
	margin: 0px;
	padding-left: 0px;
}
ul.playlist_items li {
	list-style-type: none;
	float: left;
	width: 145px;
	height: 125px;
	margin: 5px 5px 0pt;
	overflow: hidden;
	padding: 8px 0pt;
	background: #FFFFFF url(images/video_list_back.png) no-repeat scroll 0pt;
}
ul.playlist_items span.image {
	display: block;
	margin: 4px 0px 0px 0px;
}
ul.playlist_items span.image img {
	border: 0px;
}
ul.playlist_items span.text {
	font-family: arial,sans-serif;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 10px;
	display: block;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
}
ul.playlist_items a.title{
	font-weight: 900;
	color: #576271;
	text-decoration: none;
}
ul.playlist_items a.title:hover{
	text-decoration: underline;
}
ul.playlist_items span.time {
	color: #666666;
	text-decoration: none;
}

div.play_list_container {
	overflow: auto;
	border: 1px solid #c3c5c7;
	background: #ffffff;
	padding-bottom: 5px;
}

ul.playlist_tab {
	margin: 0px;
	padding-left: 0px;
}

.clear {
	clear: both;
}


/* TAbs CSS */
ul.tabbernav {
	background:transparent url(images/tabs_spritemap.png) repeat-x scroll 0pt -280px;
	font-family:helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0pt;
	text-transform:uppercase;
	width:100%;
}

ul.tabbernav a {
	text-decoration: none;
	color: #000000;
}

ul.tabbernav {
	line-height:21px !important;
	padding:0pt;
}
ul.tabbernav li {
	background:transparent url(images/tabs_spritemap.png) no-repeat scroll 0pt -280px;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
}
.tab_wrapper {
	background:transparent url(images/tabs_spritemap.png) no-repeat scroll 0pt -200px;
	display:block;
	float:left;
	padding:0pt 0pt 0pt 35px;
}
.first .tab_wrapper {
	padding:0pt 0pt 0pt 10px;
}
.first .tab_wrapper {
	background-position:0pt -75px;
}
.afterActive .tab_wrapper {
	background-position:0pt -100px;
}
.tab_wrapper_2 {
	display:block;
	float:left;
	margin:0pt;
	cursor: pointer;
}
.last .tab_wrapper_2 {
	background:transparent url(images/tabs_spritemap.png) no-repeat scroll right -25px;
	padding-right:25px;
}
ul.tabbernav li.tabberactive {
	background:transparent none repeat scroll 0%;
}
ul.tabbernav li.tabberactive .tab_wrapper {
	background-position:0pt -125px;
}
ul.tabbernav li.tabberactive .first_wrapper {
	background-position:0pt -50px;
}
ul.tabbernav li.tabberactive .tab_wrapper_2 {
	background-position:right -125px;
}
ul.tabbernav li.tabberactive .last_wrapper_2 {
	background-position:right 0px;
}
ul.tabbernav > li {
	margin:0pt;
}
