﻿/* IV.TV.home */
.iv-tv-home
{
	background: url('../images/dotted-bg.png') repeat 0 0;
	display: inline;
	float: left;
	margin: 0 8px 0 0;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	width: 255px;
}
.iv-tv-home h1
{
	background: #fff url('../images/header-arrow-ltr.png') no-repeat 100% 45%;
	font-size: 1.125em;
	height: 25px;
	width: 255px;
}
.iv-tv-home h1 a
{
	display: block;
	height: 25px;
	text-decoration: none;
	width: 255px;
}
.iv-tv-home h1 a:hover
{
	color: #8C8C87;
}
.iv-tv-home .content
{
	background-color: #000;
	margin: 0 0 25px 0;
}
.iv-tv-home .content .img-link
{
	color: #fff;
	display: block;
	font-size: 0.75em;
	height: 190px;
	text-decoration: none;
	width: 255px;
}
.iv-tv-home .content .img-link img
{
	display: block;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	width: 255px;
	z-index: 1;
}
.iv-tv-home .content .img-link span
{
	background-color: #000;
	bottom: 0;
	display: block;
	padding: 2px 10px;
	position: absolute;
	left: 0;
	z-index: 2;
}
.iv-tv-home .content .text
{
	color: #fff;
	font-size: 0.75em;
	padding: 10px;
}
.iv-tv-home .content .text p a
{
	color: #8c8c87;
}

/* IV.TV.home > SendSong */
.iv-tv-home .send-song
{
	background-color: #f00;
	color: #fff;
	font-size: 0.75em;
	padding: 0 0 5px;
}
.iv-tv-home .send-song img
{
	display: inline;
	float: left;
	height: 45px;
	margin: 0 5px 0 0;
	width: 75px;
}
.iv-tv-home .send-song span
{
	
}
.iv-tv-home .send-song p
{
	clear: both;
	padding: 5px;
}
.iv-tv-home .send-song .field, .iv-tv-home .send-song .send-button
{
	background-color: #000;
	border: 0;
	display: inline-block;
	vertical-align: middle;
}
.iv-tv-home .send-song .field
{
	color: #fff;
	font: 0.875em arial;
	height: 15px;
	margin: 0 0 0 3.5px;
	padding: 2px 3px 0;
	width: 197px;
}
.iv-tv-home .send-song .send-button
{
	background: url('../images/send-song-submit-ltr.jpg');
	font-size: 0;
	height: 17px;
	line-height: 0;
	text-indent: -99em;
	width: 41px;
}

/* Updates.home */
.updates-home
{
	background: url('../images/dotted-bg.png') repeat 0 0;
	display: inline;
	float: left;
	margin: 0 65px 0 0;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	width: 205px;
}
.updates-home h1
{
	background: #fff url('../images/header-arrow-ltr.png') no-repeat 100% 45%;
	font-size: 1.125em;
	height: 25px;
	width: 205px;
}
.updates-home h1 a
{
	display: block;
	height: 25px;
	text-decoration: none;
	width: 205px;
}
.updates-home h1 a:hover
{
	color: #8C8C87;
}
.updates-home ul li
{
	background-color: #000;
	font-size: 0.75em;
	list-style-type: none;
	margin: 0 0 3px 0;
	width: 205px;
}
.updates-home ul li a
{
	text-decoration: none;
}
.updates-home ul li a:hover .text
{
	text-decoration: underline;
}
.updates-home ul li img
{
	display: block;
	height: 85px;
	margin: 0 0 10px;
	width: 205px;
}
.updates-home ul li span
{
	display: block;
	padding: 0 0 10px 10px;
}
.updates-home ul li .date
{
	color: #fff;
}
.updates-home ul li .text
{
	color: #8c8c8c;
}

/* List.home */
.list, .list h1, .list .scroller, .list .scroller .scroller-content-cover
{
	width: 145px;
}

/* List.home > Scroller */
.list .scroller .scroller-content-cover .scroller-content
{
	width: 140px;
}
.list .scroller .scroller-content-cover .scroller-content a
{
	width: 126px;
}

.validation-msg 
{
	background: #000;
	font-size: .75em;
}
