cm_target {}

#clip-preview {
width: 736px;
}

/* main container and border */
.cs-clip
{
display: block;
margin-bottom: 5px;
width: 100%;
background: #FFFFFF;
text-align: left;
}

/* thumbnail image */
.cs-thumbnail
{
display: block; /* set to 'none' to remove thumbnails */
width: 110px;
height: 80px;
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: 9px;
font-weight: normal;
vertical-align: top;
text-align: left;
}

