@CHARSET "utf-8";

div.PanelUpcomingFeatures {
    background: url(PanelUpcomingFeatures/bgBox.png) 0 0 no-repeat;
    width:617px;
	min-height: 486px;
    margin-top:9px;
}

div.PanelUpcomingFeatures h3 {
	color: #1c64ca;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding:10px 15px 10px;
	position: relative;
}

div.PanelUpcomingFeatures ul {
	display: inline-block;
}

div.PanelUpcomingFeatures ul  {
    display: block;
	overflow: hidden;
}

div.PanelUpcomingFeatures ul li.first   {
	height:98px;
}
div.PanelUpcomingFeatures ul li.second  {
	height:139px;
}
div.PanelUpcomingFeatures ul li.third   {
	height:100px;
}
div.PanelUpcomingFeatures ul li.last    {
	height:103px;
}


div.PanelUpcomingFeatures div.Teaser {
	padding: 15px;
}

div.PanelUpcomingFeatures div.Teaser h4 {
    color: #1c64ca;
    font-size: 13px;
	font-weight: bold;
	line-height: 16px;
    padding-bottom:5px;
}

div.PanelUpcomingFeatures div.Teaser img {
    float:left; 
    margin-right:15px;
}


div.PanelUpcomingFeatures div.Teaser a.More {
	background: url(PanelUpcomingFeatures/iconMore.png) 0 50% no-repeat;
	float: right;
	/* height: 20px; */
	line-height: 20px;
	margin-right: 5px;	
    margin-top:10px;
	padding-left: 20px;
    color:#F68704;
}
