@charset "UTF-8";
/* CSS Document */
.hm_ol_bg {
	background: url(/a/pg/img/overlay/loadingImg_bk.gif) center 200px no-repeat #000;
	position: absolute;
	z-index: 600;
}

.hm_ol_contain {
	background-color: #fff;
	position: absolute;
	z-index: 650;
	width: 100%;
}

.hm_ol_contain_vid {
	background-color: #000;
	position: absolute;
	z-index: 650;
	width: 100%;
	color: #fff;
}

.hm_ol_close {
	float: right;
	margin: 12px 50px 0 0 ;
	height: 15px;
	width: 15px;
	background: url(/a/pg/img/overlay/close.gif) left top no-repeat #fff;
	cursor: pointer;
	*cursor: hand;
}

.hm_ol_contain_vid .hm_ol_close {
	background: url(/a/pg/img/overlay/close_neg.gif) left top no-repeat #000;
}

img.hm_loading {
	display: block;
	margin: 0 auto;
}

.hm_ol_content {
	padding: 36px 36px 36px 73px;
}

.hm_videoOverlay {
	width: 664px;
	margin: 0 auto;
}

.hm_remoteLoadBlock {
	width: 700px;
}

/* positions overlay start */

#hm_ol_mask {
	display:none;
    position:absolute;
    top:0;
    left:0;
	height:100%;
	width:100%;
	background-color:#000;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
	z-index:1000;
}

.hm_ol_bar {
	visibility:hidden;
	position:absolute;
	top:285px;
	left:0;
	background-color:#fff;
	height:223px;
	width:100%;
	z-index:1050;
	text-align:center;
}

.hm_ol_barContainer {
	margin:0 auto;
	width:620px;
	padding: 0 30px;
}

.hm_ol_barContainer h2 {
	color:#666;
	font-size: 15px;
	line-height: 17px;
	margin:45px auto 45px auto;
	text-align:left;
}

.hm_ol_selectContainer {
	margin:0 auto;
	text-align:left;
}

.hm_ol_select {
	background-color:#e5e5e5;
	float:left;
	margin:1px;
	text-align: center;
}

.hm_ol_select a:link,
.hm_ol_select a:visited {
	display:block;
	font-size:12px;
	line-height:15px;
	color:#000;
	text-decoration:none;
	white-space:nowrap;
	padding:12px 35px 12px 35px;
}
/* positions overlay end */

