@charset "utf-8";
/* CSS Document */

div.rightBlock
{
	width:267px;
	background-color:#e1e1e1;
}

div.favouritesHeader
{
	width:267px;
	background-color:#c52a88;
}

div.bannerDiv
{
	width:267px;
	height:259px;
	background-image:url(backgroundRepeat.png);
	background-repeat:repeat-x;
}

img.banner
{
	margin-left:8.5px;
}

div.videoDiv
{
	width:267px;
	height:261px;
	background-image:url(TV.png);
	background-repeat:no-repeat;
}

.video
{
	margin-left:5px;
}

div.spaceAboveVideo
{
	height:66px;
}


