/* List */
.list
{
	border:						1px solid #00529b;
	float:						left;
	margin-left:				5%;
	width:						90%;
}

.list .row
{
	clear:						left;
	float:						left;
	font-size:					12px;
	width:						100%;
}

.list .row .heading
{
	background-color:			#00529b;
	border-bottom:				1px solid #fff;
	color:						#fff;
	cursor:						pointer;
	font-size:					16px;
	font-weight:				bold;
	padding:					1%;
}

.list .row .heading .open, .list .row .heading .close
{
	background-color:			#00529b;
	background-image:			url('../graphics/closed_box.gif'); 
	background-repeat:			no-repeat;
	float:						left;
	height:						11px;
	margin-right:				6px;
	margin-top:					4px;
	width:						11px;
}

.list .row .heading .close
{
	background-image:			url('../graphics/open_box.gif'); 
}

.list .row .content .odd
{
	background-color:			#F8F4EA;
	padding:					.5%;
	padding-left:				25px;
}

.list .row .content .even
{
	padding:					.5%;
	padding-left:				25px;
}

.list .row .content .video
{
	text-align:					center;
}
