/*-           ###### CLIPSYNDICATE STYLE SHEET #######
-----------------------------------------------------------------------
    This playlist was created for a ClipSyndicate video playlist.
    Please attach a link to this file to apply these styles to your
    displayed clip(s).  Only one style sheet should be used per page.
-----------------------------------------------------------------------
Copyright ClipSyndicate 2006
*/

cm_target {}

#clip-preview {
  width: 736px;
}

/* main container and border */
.cs-clip
{
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  background: #FFFFFF;
  text-align: left;
}

/* thumbnail image */
.cs-thumbnail
{
  display: block; /* set to 'none' to remove thumbnails */
  width: 120px;
  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%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #FFFFFF;
}

.cs-button-bg {
  border-left: 1px solid black; 
  border-right: 1px solid black;
}

/* 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;
}

/* 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: #7C9C4E;
  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: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
