@charset "utf-8";


/* ----------------------------------------
	Panorama View
---------------------------------------- */

#panoDIV {
	position: relative;
	width: 860px;
	height: 420px;
	margin: 0 auto;
}

#help {
	background: url(/auto-archive/insight/2014/image/popup/btn_panohelp.png) no-repeat;
	position: absolute;
	right: 35px;
	bottom: 35px;
	z-index: 50;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#help:hover {
	background: url(/auto-archive/insight/2014/image/popup/btn_panohelp.png) 0 -25px no-repeat;
	text-decoration: none;
}

#panoCap {
	position: absolute;
	left: 26px;
	top: auto;
	bottom: 26px;
	z-index: 50;
	display: none;
	margin: 0;
}


/* ----------------------------------------
	Pop Up
---------------------------------------- */

#popupWrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 301;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
}

#dark {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 302;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

#popup {
	background: #fff;
	position: relative;
	z-index: 302;
	width: 540px;
	margin: auto;
	padding: 10px 30px 30px;
}

#popup .title {
	background: url(/auto-archive/insight/2014/image/popup/title_bg.gif) bottom repeat-x;
	padding-bottom: 29px;
}

#popup table {
	width: 540px;
}
#popup tr {
	background: url(/auto-archive/insight/2014/image/popup/list_bg.gif) bottom repeat-x;
	font-size: 14px !important;
	line-height: 1.5em;
}
#popup th,
#popup td {
	padding: 15px 20px;
}
#popup th {
	width: 164px;
	text-align: center;
	line-height: 1em;
	padding-right: 0;
}
#popup th p {
	text-align: center;
}
#popup th p img {
	border: solid 2px #afafaf;
}

#popup td {
	padding-left: 15px;
}

/* arrows */

#popup tr.arrows th {
	text-align: left;
}
#popup tr.arrows th img {
	margin-right: 5px;
}

/* zoom */

#popup tr.zoom th img {
	margin: 0 5px;
}

/* mouse */

#popup tr.mouse {
	background: none;
}
#popup tr.mouse th,
#popup tr.mouse td {
	padding-bottom: 0;
}

/* close */

#popup .close {
	background: url(/auto-archive/insight/2014/image/popup/close.gif) no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
#popup .close:hover {
	background: url(/auto-archive/insight/2014/image/popup/close.gif) 0 -20px no-repeat;
	text-decoration: none;
}

