﻿div.programlist div.programitem
{
	background-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;	
	vertical-align: top;
}

div.programlist div.separatoritem
{
	height: 7px;
	line-height: 7px;	
}

div.programlist div.programitem div.programname
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
}

div.programlist a
{
	display: block;	
	/*width: 688px;*/
}

div.programlist a div.programitem div.programname
{
	color: #990000; 
	text-decoration: none;
}

div.programlist a:hover div.programitem div.programname
{
	color: #FFFFFF;
	text-decoration: none;
}

div.programlist a:hover div.programitem
{
	background-color: #999999;
}

