/**************************************************
	MODULE: AD INTERNAL
**************************************************/
a.ad-internal {
	display: block;
	height: 100px;
	width: 300px;
	line-height: 1;
	margin-bottom: 30px;
	overflow: hidden;
}
.ad-internal .category {
	display: inline;
	float: right;
	height: 100px;
	width: 10px;
}
.ad-internal .banner {
	display: inline;
	height: 100px;
	float: left;
	width: 140px;
}
.ad-internal .banner img {
	height: 100px;
	width: 140px;
}
.ad-internal .content {
	display: inline;
	float: left;
	height: 80px;  /* 10 + 80 + 10 = 100px */
	padding: 10px 5px 10px 10px;
	width: 135px; /* 10 + 135 + 5 = 150px */
}
.ad-internal h3 {
	color: #ffffff !important;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 8px;
	padding: 0;
}
.ad-internal h4 {
	color: #9a9a9a;
	font-family: Oswald;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 3px;
	padding: 0;
	text-transform: uppercase;
}
.ad-internal .summary {
	color: #9a9a9a;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
}
.ad-internal h4 + .summary {
	color: #ebebeb;
	line-height: 15px;
}
.ad-internal .cta {
	color: #ff6839;
	font-family: Oswald;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

/***** INTERNAL AD CATEGORIES *****/
.ad-internal.ut-deals .category {background-color: #ca742b;}
.ad-internal.ut-contests .category {background-color: #c0d0d6;}
.ad-internal.ut-tv .category {background-color: #bc9109;}
.ad-internal.ut-best .category {background-color: #949494;}

/**************************************************
	MODULE: WATCHDOG RESPONSE
**************************************************/

.watchdog-response {
	height: 100%;
	margin-bottom: 20px;
	position: relative;
	width: 300px;
}
.watchdog-response > .content {
	font-size: 13px;
	line-height: 18px;
	padding: 20px;
}
.watchdog-response h2 {
	border-bottom: 1px solid #646260;
	margin-bottom: 15px;
	margin-top: -4px;
	padding-bottom: 15px;
}
.watchdog-response article,
section.articles .watchdog-response article {
	height: 215px;
	overflow: hidden;
	position: static;
}
.watchdog-response h3 {
	color: #ffffff;
	font-family: Oswald;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
	text-transform: none;
}
section.articles .watchdog-response article p {
	max-height: none;
	overflow: visible;
}
.module footer {
	border-top: 1px solid #646260;
	bottom: 0;
	color: #c1c1c1;
	font-family: Oswald;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 1;
	padding: 10px 0 0;
	position: absolute;
	text-transform: uppercase;
	width: 260px;
}
.module footer .post-info {
	display: inline;
	float: left;
	margin: 0;
}
.module footer .link-view-all {
	color: #f46639;
	display: inline;
	float: right;
	font-size: 15px;
}



