cm_target {}

#clip-preview {
  width: 232px;
}

/* main container and border */
.cs-clip
{
  display: block;
  margin-bottom: 10px;
  padding: 0px;
  /*width: 125px;*/
  background: #FFFFFF;
  /*border-bottom: 2px solid #aaaaaa;*/
  text-align: left;
  font-family: verdana, arial, helvetica, sans-serif;
}
.cs-clip a {
  text-decoration: none;
  color: #4B52A6;
}

.cs-clip td, .cs-clip th{vertical-align:top}

/* thumbnail image */
.cs-thumbnail
{
  display: block; /* set to 'none' to remove thumbnails */
  width: 80px;
  height: 60px;
  /*border: 2px solid;*/
}

/* thumbnail image */
#cs-thumbnail
{
  display: block; /* set to 'none' to remove thumbnails */
  width: 80px;
  height: 60px;
  border: 2px solid #004A9D;
}

/* 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 #aaaaaa;*/
  /*border-bottom: 1px solid #aaaaaa;*/
  border: none, 0px;
  background: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
}

.cs-button-bg {
  /*border-left: 1px solid #aaaaaa;*/
  /*border-right: 1px solid #aaaaaa;*/
}

/* title link */
.cs-title
{
  display: block;
  font-size: 10px;
  vertical-align: top;

}

/* title link style */
a.cs-title-link:link, a.cs-title-link:visited
  
{
  color: #004A9D;
}

/* content provider, market, etc. */
.cs-channel-info
{
  display: none;
  color: #15557E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

/* time and date */
.cs-time
{
  display: none;
  color: #15557E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  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;
}

div.cs-clip table{background:transparent url(/images/200910/layout/story-border.png) repeat-x scroll 0 100%; padding-bottom:5px}

div.cs-clip table table{background:none; padding-bottom:none}

div.cs-clip table.last{background:none;}
