div#col1
{
	width: 450px;
}

div#col1vidz
{
	text-align: center;
    width: 450px;
	height: 286px;
	position: absolute;
	/*background-color: orange;*/
    top: 15px;
}

div#vidcolblackout
{
    /*background-color: red;*/
    height: 301px; /*286+15*/
}



div#col2
{
	/*background-color: red;*/
	margin-left: 0px;
	margin-top: 15px;
}

div#comments p.commenthead
{
	margin-bottom: 10px;
}

div#epzone div#vidopt
{
	width: 130px;
    /*background-color: yellow;*/
}

div#epzone div#epclip
{
    /*background-color: green;*/
}

div.v2
{
	width: 60px;
}


/* Past Eps */

div#pasteps
{

	/*background-color: red;*/
}

div#pasteps div.pastep div.info
{
	width: 170px;
	/*background-color: green;*/
}

div#pasteps div.pastep#curep
{
	background: url(../img/icons/w/this.gif) no-repeat;
/*	background-color: red;*/
}

div.epnav
{

	float: left;
	display: inline;
	width: 60px;
	height: 48px;
	/*background-color: yellow;*/
}

div#seemore
{
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
}

div#seemore a
{
        /*color: #4074CC;*/
        color: #003250;
        letter-spacing: 1px;
        font-size: 1.3em;
        text-decoration: none;
        font-weight: bold;
}

div#seemore a:hover
{
        text-decoration: underline;
}

