.selDiv {
	height: 450px;
	overflow-x: hidden;
	margin: 5px;
	text-align: center;
	background-color: white;
	overflow-y: hidden;
}

.shpImg {
	width: 80px;
	height: 80px;
}

.imgWrap {
	width: 80px;
	height: 99px;
	border: 1px solid black;
	font-size: 12px;
	float: left;
}

.imgWrap-cht, .imgWrap-part {
	width: 80px;
	height: 99px;
	border: 1px solid black;
	font-size: 12px;
	float: left;
}

.shpImg-2 {
	width: 80px;
	height: 80px;
}

.imgWrap-2 {
	width: 80px;
	height: 99px;
	border: 1px solid black;
	font-size: 12px;
	float: left;
}

.imgWrap.sel {
	border: 1px solid red;
	background-color: yellow;
}

.imgWrap:hover, .imgWrap.sel:hover {
	border: 1px solid yellow;
}

.imgWrap-cht.sel, .imgWrap-part.sel {
	border: 1px solid red;
	background-color: yellow;
}

.imgWrap-cht:hover, .imgWrap-cht.sel:hover, .imgWrap-part:hover, .imgWrap-part.sel:hover {
	border: 1px solid yellow;
}

.imgWrap-2.sel {
	border: 1px solid red;
	background-color: yellow;
}

.imgWrap-2:hover, .imgWrap-2.sel:hover {
	border: 1px solid yellow;
}

.aggSpan {
	display: inline-block;
	width: 230px;
	text-align: center;
	cursor: pointer;
}

.aggSpan.sel {
	background-color: red;
}

.aggSpan:hover {
	background-color: yellow;
}

.imgCap {
	width: 230px;
}

.imgCap-2 {
	width: 230px;
}

.aggImg {
	height: 230px;
	width: 230px;
	border: 2px solid black;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 2px;
}

.qtip {
	font-size: 14px;
	line-height: 16px;
}
.qtip-content {
	max-height: 300px;
	overflow: auto;
}

.tblHead {
	padding: 2px;
}

.hdr {
	width: 1180px;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

@media (max-height: 1150px) {
	.maindiv {
		width: 1200px;
		background-color: white;
		height: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	}
}

@media (min-height: 1150px) {
	.maindiv {
    width: 1200px;
    background-color: white;
    height: calc(100vh - 115px);
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
 }
}

.foot {
	width: 1200px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
