﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: url(../images/bkg.gif) repeat-x top center;
}
p {
	margin: 0;
}
.outerWrapper {
	width: 100%;
}
.logo {
	width: 1008px;
	height: 77px;
	margin: 0 auto;
}
.header {
	width: 1008px;
	height: 120px;
	margin: 0 auto;
}
.content {
	width: 1008px;
	height: 390px;
	margin: 0 auto;
}
.videoThumbnailWrapper {
	width: 1008px;
	padding: 5px 11px 0 11px;
	box-sizing: border-box;
	margin: 0 auto 40px;
}
.newFunction {
	margin-bottom: 25px;
	font-weight: bold;
}
.videoThumbnail {
	width: 239px;
	height: 173px;
	position: relative;
	border: 1px solid #BFBFBF;
	box-sizing: border-box;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
.videoThumbnail.last {
	margin-right: 0;
}
.videoThumbnail:hover {
	border-color: #E50012;
	background-color: #FFF9CD;
}
.videoThumbnail .icon.transaction,
.videoThumbnail .icon.map,
.videoThumbnail .icon.floorplan,
.videoThumbnail .icon.attention {
	width: 44px;
	height: 44px;
	position: absolute;
	top: -13px;
	left: 9px;
}
.videoThumbnail .icon.transaction {
	background: url(../images/icon_transaction.png);
}
.videoThumbnail:hover .icon.transaction {
	background: url(../images/icon_transaction_on.png);
}
.videoThumbnail .icon.map {
	background: url(../images/icon_map.png);
}
.videoThumbnail:hover .icon.map {
	background: url(../images/icon_map_on.png);
}
.videoThumbnail .icon.floorplan {
	background: url(../images/icon_floorplan.png);
}
.videoThumbnail:hover .icon.floorplan {
	background: url(../images/icon_floorplan_on.png);
}
.videoThumbnail .icon.attention {
	background: url(../images/icon_attention.png);
}
.videoThumbnail:hover .icon.attention {
	background: url(../images/icon_attention_on.png);
}
.videoTitle {
	height: 30px;
	padding: 9px 0 0 56px;
	font-weight: bold;
	position: relative;
}
.videoThumbnail:hover .videoTitle {
	color: #E50012;
}
.realTime {
	margin-left: 5px;
	position: absolute;
	top: 11px;
}
.videoThumbnail .videoFlip {
	border: 1px solid #BFBFBF;
	width: 219px;
	height: 122px;
	margin: 0 8px;
}

.footerWrapper {
	border-top: 1px solid #D3D3D3;
	line-height: 22px;
	color: #696969;
	font-size: 12px;
}
.footer {
	width: 986px;
	padding: 10px 11px 20px;
	margin: 0 auto;
}
.footer p {
	font-weight: normal;
	margin: 0;
}

.clear {
	clear: both;
}


/****** Video Page ******/
#video {
	background: none;
}
.videoWrapper {
	width: 986px;
	height: 340px;
	padding: 30px 11px 0 11px;
	background: url(images/video_bkg.gif) no-repeat top center;
}
.text {
	width: 410px;
	/*margin-right: 37px;*/
	float: left;
}
.video {
	width: 550px;
	height: 340px;
	float: right;
}
h1 {
	font-size: 28px;
	color: #E50012;
	font-weight: bold;
	margin: 0 0 5px 0;
}
p {
	font-weight: bold;
	margin: 0 0 20px 0;
}
li {
	line-height: 150%;
	margin-bottom: 8px;
	margin-left: -10px;
}