﻿body
{
	background-image: url('../images/base/ivtv-base.png');
}

.title 
{
	background: url('../he/images/titles/ivtv.gif') no-repeat bottom right;
}
#media-container 
{
	width: 425px;
	overflow: hidden;
	margin: 0 auto;
}

#ivtv .current a 
{
	font-weight: normal;
	color: #f30;
}

#ivtv.list, #ivtv.list .scroller, #ivtv.list .scroller .scroller-content-cover
{
	width: 220px;
}

#ivtv.list .scroller .scroller-content-cover .scroller-content
{
	width: 215px;
}

.list .scroller .scroller-content-cover .scroller-content .update-item a
{
	background-color: Transparent;
	margin: 0;
	padding: 0;
}

.video
{
	position: absolute;
	top: -145px;
	left: 0;
	height: 560px;
	float: left;
	width: 425px;
	background: url('../images/dotted-bg.png') repeat 0 0;
}
/* updates-list */
.video-item
{
	float: right;
	margin: 3px 0 0;
	background: #000;
	padding: 10px 5px;
	color: #fff;
	font-size: 0.75em;
	width: 100%;
}

.video-item div 
{
	float: right;
}

.video-item img
{
	width: 100px;
	float: right;
}

.video-item a
{
	display: inline !important;
	color: #fff;
}

.video-item a:hover
{
	color: #f30;
}

.video .details 
{
	background: #000;
	padding: 10px;
	color: #fff !important;
	font-size: 0.75em;
}

.video h2
{
	color: #f30;
	font-weight: normal;
	font-size: 1em;
}



