/* PNG Fix */
img, div { 
	behavior: url(http://cnmc-static-media.s3.amazonaws.com/widget-components/styles/iepngfix.htc) 
}
/* Base Level Widget */
.widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
/* Single Thumbnail Widget */
img.widgetThumbnail {
	border: 2px solid #c8c8c8;
	margin-right: 5px;
}
.widgetDescription {
	background-color: #f2f1ef;
	width: 245px;
	height: 140px;
	margin-top: -5px;
	margin-left: 13px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.widgetDescription p.widgetTitle{
	margin: 0;
	padding: 0;
}
.widgetTitle {
	font-size: 14px;
}
a.widgetLink {
	color: #333333;
	text-decoration: underline;
	font-size:11px;
}
a.widgetLink:visited, a.widgetLink:active, a.widgetLink:link {
	color: #333333;
	text-decoration: underline;
}
a.widgetLink:hover {
	text-decoration: none;
}
.widgetThumbLeft {
	float: left;
	width: 315px;
	padding: 13px 0 0 10px;
}
.widgetThumbLeft p {
	margin: 3px;
	padding: 0;
	line-height: 12px;
}
.widgetPlay {
	float: right;
	width: 50px;
	padding-top: 25px;
}
/* Single Thumbnail Widget VIDEO */
.widgetThumbVideo {
	width: 375px;
	background: url(http://cnmc-static-media.s3.amazonaws.com/widget-components/images/video_bg.gif) top left no-repeat;
	height: 93px;
}
/* Single Thumbnail Widget Audio */
.widgetThumbAudio {
	width: 375px;
	background: url(http://cnmc-static-media.s3.amazonaws.com/widget-components/images/audio_bg.gif) top left no-repeat;
	height: 93px;
}
/* Single Thumbnail Widget Gallery */
.widgetThumbGallery {
	width: 375px;
	background: url(http://cnmc-static-media.s3.amazonaws.com/widget-components/images/gallery_bg.gif) top left no-repeat;
	height: 93px;
}
/* Simple Widget Base CSS */
.widgetSimple {
	width: 375px;
}
.widgetSimple p {
	margin: 3px;
	padding: 0;
	line-height: 12px;
}
img.widgetIcon {
	margin-right: 5px;
	margin-bottom: 20px;
}
/*  Embed Widget Types */
.widgetEmbed {
	background: url(http://cnmc-static-media.s3.amazonaws.com/widget-components/images/VideoPlaylist290x455.jpg) top center no-repeat;
	width: 290px;
	height: 453px;
}
.PlayerContain {
	padding-top:8px;
	padding-left:13px;
}

/* More Button for Playlist and Embed Widget Types */
.widgetMore {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
}
/* Playlist Embed Widget */
.widgetEmbedPlaylist {
	background: url(http://cnmc-static-media.s3.amazonaws.com/widget-components/images/VideoPlaylist290x455.jpg) top center no-repeat;
	width: 290px;
	height: 453px;
}
.widgetEmbedPlaylist .widgetDescription {
	width: 265px;	
}
.playlist {
	clear: both;
	padding-top: 10px;
	padding-left: 12px;
	height: 480px;
	overflow: hidden;
}
/* Playlist Widget */
.widgetCategoryList {
	background: url(http://cnmc-static-media.s3.amazonaws.com/widget-components/images/categorylist_bg.gif) bottom left no-repeat;
	height: 425px;
	width: 325px;
}
.catplaylist {
	clear: both;
	background-color: #f2f1ef;
	height: 300px;
	width: 308px;
	overflow: auto;
	margin-bottom: 5px;
	margin-left:9px;
	margin-top:5px;
}
.catPlaylistHead {
	background: url(http://cnmc-static-media.s3.amazonaws.com/widget-components/images/categorylist_header.jpg) bottom left no-repeat;
	height: 75px;
	width: 325px;
}

.catindividual
{
	width: 280px;
	margin-left: 5px;
	margin-top: 5px;
	border-bottom:#FFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
img.catwidgetIcon {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 20px
}
.playlistTitle {
	margin-bottom: 0px;
	margin-top: 10px;
}
.playlistdesc
{
	margin-top: 2px;
}
a.playlistTitle {
	font-size: 12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}
a.playlistTitle:visited, a.playlistTitle:active, a.playlistTitle:link  {
	color: #333333;
}
a.playlistTitle:hover {
	text-decoration:underline;
}
a.playWidgetLink {
	color: #333333;
	text-decoration: none;
	font-size:11px;
}
a.playWidgetLink:visited, a.playWidgetLink:active, a.playWidgetLink:link {
	color: #333333;
	text-decoration: none;
}
a.playWidgetLink:hover {
	text-decoration: underline;
}

