/* DATANINFO LAYERS */
    /* CARD LAYER */
			div.imasDbCardLayer_loading {
				position: absolute;
				z-index:999;
				display: none;
				width: 100px;
				height: 100px;
				margin: 0;
				padding: 0;
			}
			div.imasDbCardLayer_loading { background:url('//static.inven.co.kr/image/wow/dataninfo/edb_item/loading.gif') left top no-repeat; }
			div#imasDbCardLayers { z-index: 999; }
			div.imasDbCardLayer {
				position: absolute;
				z-index: 999;
				display: inline;
				width:376px;
			}
            .cardLayer {
                border:1px solid #883333;
                background:#ffbbcc;
                padding:1px;
            }
            .cardLayer .cardLayerInner {
                background:white;
                width:370px;
            }

	#imasDbCardLayers .buttons {
		margin-top: 10px;
		float: right;
	}
	#imasDbCardLayers .buttons button {
		border: 1px solid #888888;
		background-color: white;
		font-size: 12px;

	}
	#imasDbCardLayers .nowrap { white-space: nowrap; }


	#imasDbCardLayers .title {
		width: 100%;
		border: 1px solid #ffa9e5;
		background-color: #fed6ef;
		padding: 12px 0 12px 20px;
		font-weight: bold;
		font-size: 14px;
		color: #444444;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}
	#imasDbCardLayers .details { margin-top: 1px; }

	#imasDbCardLayers .detailTitle {
		width: 100%;
		border: 1px solid #ffa9e5;
		background-color: #fed6ef;
		padding: 6px 0 0 10px;
		font-weight: bold;
		font-size: 12px;
		color: #444444;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}
	#imasDbCardLayers .leftPart {
		width: 260px;
		height: 260px;
	}
	#imasDbCardLayers .image1 {
		border: 1px solid #ffa9e5;
		border-top: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#imasDbCardLayers .rightPart {
		
	}
	#imasDbCardLayers .image1 img {
		width: 100%;
	}
	#imasDbCardLayers .details { width: 100%; }
	#imasDbCardLayers .details_half { width: 49.5%; }

	#imasDbCardLayers .details table {
		border-top: 1px solid #ffa9e5;
		border-left: 1px solid #ffa9e5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#imasDbCardLayers .details table th,#imasDbCardLayers .details table td {
		border-right: 1px solid #ffa9e5;
		border-bottom: 1px solid #ffa9e5;
		padding: 5px;
	}

	#imasDbCardLayers .details table th {
				background-color: #fed6ef;
				font-weight: bold;

	}
	#imasDbCardLayers .stats td { text-align: center; }

	#imasDbCardLayers .buttons button {
		border: 1px solid #888888;
		background-color: #fed6ef;

	}

#imasDbCardLayers span.t_cute { color: #f0137c; }
#imasDbCardLayers span.t_cool { color: #0077ba; }
#imasDbCardLayers span.t_passion { color: #af9918; }
