

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
}
#contentVideo
{
	width:660px;
	height:350px;
	margin:0 auto;	
	padding:0;	
	display:block;
	float:none;		
	}

#holder
{
	width: 660px;
	height: 350px;
	margin: 0 auto;
	display:block;
	padding-top: 12px;		
}


#left
{
	float: left;
	width: 411px;
	margin-right: 9px;
}
#right
{
	float: left;
	width: 230px;
}

.top, .bottom, .end
{
	width: 100%;
	float: left;
	clear: both;
}

#left .top
{
	background: url(../images/icon/bgmain.png) no-repeat top left;
	min-height: 312px;
	height: auto !important;
	height: 312px;
}

#left .bottom
{
	background: url(../images/icon/main-btm.png) no-repeat top left;
	height: 14px;
}

#right .top
{
	float: left;
	background: url(../images/background/bg-merge.gif) no-repeat top left;
	min-height: 112px;
	height: auto !important;
	height: 112px;
	padding: 15px 10px 15px 15px;
	width: 202px;
}

#right .bottom
{
	float: left;
	background: url(../images/icon/bg-blue.png) no-repeat top left;
	min-height: 128px;
	height: auto !important;
	height: 128px;
	width: 198px;
	padding: 10px 10px 0px 15px;
	margin: 0 0 0 8px;	
}

#right .end
{
	background: url(../images/icon/bg-blue-end.png) no-repeat top left;
	min-height: 12px;
	height: auto !important;
	height: 12px;
	margin: 0 0 0 8px;	
}


#closebox
{
	left: 395px;
	top: 0px;
	position: absolute;
	width: 28px;
	height: 28px;
	background: url(../images/icon/close.png) no-repeat 0 0;
	display:none;
}

* html #closebox
{
	width: 24px;
	height: 24px;
	background: url(../images/theme1/resource-center/close.gif) no-repeat 0 0;
}

#closebox a
{
	position: relative;
	z-index: 1000;
	width: 28px;
	height: 28px;
	float: left;
}

#arra
{
	width: 10px;
	height: 17px;
	position: absolute;
	background: url(../images/icon/arra.png) no-repeat 0 0;
	top: 25px;
	left: 412px;
}

div.vid
{
	padding: 20px 0 0 15px;
	float: left;
}

p.heading
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 14px;
	float: left;
	width: 100%;	
	
}

p.thmb
{
	clear: both;
	float: left;
	width: 100%;
	
}

p.thmb img, p.thmb a
{
	float: left;
	color: #fff;
}

p.thmb img
{
	border: 1px solid #d8d8d8;
	margin-right: 10px;
}

p.thmb a.textlink,p.thmb a#textlink
{
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	margin:0;
	padding:0;
	overflow:hidden;
}

p.thmb a.textlink span, p.thmb a#textlink span
{
	border-bottom: 1px dotted #2db0b5;
	line-height: 15px;
	color:#FFFFFF;
}

#right .bottom p.heading
{
	padding-bottom: 8px;
	margin-bottom: 8px;
}



p.article
{
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	float: left;
	clear: both;
	width: 100%;
}
p.article strong
{
	display: block;
}
p.article a
{
	background-color: #429fc1;
	border-bottom: 1px dotted #ffcc00;
	color: #FFFFFF !important;
}

div.hr
{
	background-color: #43c0ed;
	height: 1px;
	margin: 8px 0;
}

