@charset "utf-8";
/* CSS Document */
/*- ###### Fresh Content.net STYLE SHEET #######
-----------------------------------------------------------------------
This is the stylesheet for your free video feed. It is designed for use with Clipsyndicate players.
A link to this file must be placed within the head tags of any page where you display the videos.
Only one link is required.
-----------------------------------------------------------------------
Copyright ClipSyndicate 2006
*/
cm_target {}

#clip-preview {
	width: 335px;
	background-color: #F6F6F6;	
}

/* main container and border */
.cs-clip
{
	display: block;
	margin-bottom: 2px;
	width: 335px;
	text-align: left;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 5px;
}

/* thumbnail image */
.cs-thumbnail
{
	display: block; /* set to 'none' to remove thumbnails */
	width: 110px;
	height: 90px;
	border: 0px;
	
}

/* play button */
.cs-button
{
	display: block; /* set to 'none' to remove the play button */
	visibility: visible; /* also, set this to 'hidden' to remove the play button */
	width: 100%;
	background-image: url(images/player.jpg);
	height: 20px;
	line-height: 20px;
}

.cs-button-bg {
}

/* title link */
.cs-title
{
display: block;
font-size: 12px;
vertical-align: top;
}

/* title link style */
a.cs-title-link:link, a.cs-title-link:visited
{
	font-weight: bold;
	color: #3366CC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* content provider, market, etc. */
.cs-channel-info
{
display: block;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
vertical-align: top;
text-align: left;
}

/* time and date */
.cs-time
{
	display: block;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

/* descriptive text */
.cs-description
{
	display: block; /* set to 'none' to remove description text */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}



