﻿div.gatePanel
{
	float:left;
	width:323px;
	border:solid 1px #E7E6EC;	
	padding:10px;
	margin-bottom:15px;
}
div.gatePanel.left
{
	margin-right:15px;
}
div.gatePanel.wide
{
	width:685px
}
div.gatePanelInnerLeft
{
	float:left;
	width:138px;
	color:#5C3B8C;
	background-color:#E7E6EC;
	min-height:80px;
	padding:10px;
	font-size:110%;
}
img.gatePanelImg
{
	float:right;
	max-width:165px;
	max-height:100px;
}
div.gatePanel.wide img.gatePanelImg
{
	float:left;
}
img.gatePanelImg.videoPlayer
{
	background:url('../../images/videoplayer.gif') no-repeat left top;
	padding:31px 64px 31px 63px;
	cursor:pointer;
}
div.gatePanelContent
{
	float:left;
	margin-top:10px;
}
div.gatePanelContent em
{
	padding:0;
	margin:0;
	display:block;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
} 
div.gatePanel.wide div.gatePanelContent
{
	padding:10px;
	width:340px;
	min-height:80px;
	max-height:80px;
	overflow:hidden;
	background-color:#E7E6EC;
	margin-top:0;
}
div.gatePanel a,
div.gatePanel a:hover,
div.gatePanel a:visited
{
	color:#000 !important;
	text-decoration:none;
}
div.gatePanel a.gateLink
{
	padding-left:10px;
	background:url('../../images/icons/rightarrow.gif') no-repeat 0px 3px;
}

div.gateWrapper{float:left;}

h2.videoTitle
{
	border-bottom:1px solid #999999;
	color:#452276;
	display:block;
	float:left;
	font-size:200% !important;
	font-weight:normal;
	margin-bottom:15px;
	padding-bottom:10px;
	width:705px !important;
	margin-top:15px;
	margin-left:0px !important;
}
.linkable {cursor:pointer;}