@charset "UTF-8";
/* CCOMPETITIONS - VIDEO */

.q-txt
{
	font-size: 14px;
	margin: 6px 0px 15px 2px;
}

#article td
{
	padding: 0px 0px 10px 0px;
}

#article p
{
	margin-left: 0px !important;
}

#article
{
	margin-bottom: 20px;
}

.ad-bottom
{
	margin-top: 20px; 
}

.vg_block.c-vidcontainer
{
	float: left;
	width: 620px;
	height: auto;
	margin: 20px 0px 10px;
}

.c-vid
{
	float: left;
	width: 120px;
	margin: 0px 15px 20px 0px;
	background-color: #fff;
	padding: 10px;
}

#formcontainer2
{
	float: left;
}

.vg_block.c-vidcontainer .video_title
{
	font-weight: bold;
	margin-top: 10px;
	display: block;
	font-size: 13px;
}

.vg_block.c-vidcontainer .video_date 
{
    font-size: 10px;
    line-height: 20px;
}

.vidvote-btn a
{
	text-decoration: none;
	display: block;
	width: 108px;
	background-color: #1c4f88;
	color: #fff;
	padding: 6px;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.vidvote-btn a:hover
{
	background-color: #0a76ce;
}

.c-vid.active
{
	background-color: #0b2b4f;
}

.c-vid.active .vidvote-btn a
{
	cursor: default;
	background: transparent url("img/v-check.png") no-repeat scroll 36px 7px;
	padding: 5px 0px 0px 15px;
}

.c-vid.active .video_title a,
.c-vid.active .video_date
{
	color: #fff;
}

.c-row
{
	float: left;
}

















































































































