/* CSS Document */
#detailBox {
	position:fixed; 
	z-index:1000; 
	display: none; 
	cursor: default; 
/*	border: solid 1px #ff0000;  */

}

#detailContent {
	position:relative;
	font-family: Verdana, Geneva, sans-serif;
/*	border: solid 1px #00ff00; */
	padding: 15px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 2px 2px 16px 2px rgba(0,0,0,0.5);
	

}
#detailContent p {
	color:#000000;
	font-size: 14px;
	line-height:17px;
	text-align: center;
	margin: 6px 0px 0px;
}
#detailContent a {
	color: #355CB9;
	font-weight: bold;
	text-decoration: none;
}
#detailContent a:hover {
	text-decoration: none;
	color: #CC0033;
}

#detailBoxImage {
	border-radius: 8px;
/*
    -moz-transition: all 0.3s ease-out;  
    -o-transition: all 0.3s ease-out;  
	-webkit-transition: all 0.3s ease-out; 
    -ms-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;  	
*/
}

#detailClose {
	position:absolute; 
	top: 8px; 
	right: 8px; 
	width:24px; 
	height:24px; 
	z-index:1000;
	background-image:url(/Images/ibClose.png);
}
#detailClose:hover {
	background-image:url(/Images/ibCloseHigh.png);
}

#detailFull {
	position: absolute;
	bottom: 78px;
	right: 14px;
	width:24px; 
	height:24px; 
	z-index: 1000;
	display: none;
	background-image:url(/Images/ibZoom.png);
}
#detailFull:hover {
	background-image:url(/Images/ibZoomHigh.png);
}

#detailPrev {
	position:absolute; 
	bottom: 10px; 
	left: 8px; 
	width:36px; 
	height:36px; 
	z-index:1000;
	background-image:url(/Images/ibPrev.png);
	display: none;

}
#detailPrev:hover {
	background-image:url(/Images/ibPrevHigh.png);
}
#detailNext {
	position:absolute; 
	bottom: 10px; 
	right: 8px; 
	width:36px; 
	height:36px; 
	z-index:1000;
	background-image:url(/Images/ibNext.png);
	display: none;
}
#detailNext:hover {
	background-image:url(/Images/ibNextHigh.png);
}




#dbTopLeft {
	line-height: 1px; 
	font-size: 1px; 
	width: 30px;
	height: 30px;
	background:url(/Images/ibTopLeft.png);
}
#dbTop {
	line-height: 1px; 
	font-size: 1px; 
	width: 30px;
	height: 30px;
	background:url(/Images/ibTop.png) repeat-x;
}
#dbTopRight {
	line-height: 1px; 
	font-size: 1px; 
	width: 30px;
	height: 30px;
	background:url(/Images/ibTopRight.png);
}
#dbLeft {
	width: 30px;
	height: 30px;
	background:url(/Images/ibLeft.png) repeat-y;
}
#dbCenter {
	background: #FFFFFF;
/*	border: 1px solid #000000; */
/*
	-moz-transition: all 0.3s ease-out;  
    -o-transition: all 0.3s ease-out;  
	-webkit-transition: all 0.3s ease-out; 
    -ms-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;  	
*/

}
#dbRight {
	width: 30px;
	height: 30px;
	background:url(/Images/ibRight.png) repeat-y;
}
#dbBottomLeft {
	width: 30px;
	height: 30px;
	background:url(/Images/ibBottomLeft.png);
	background-repeat: no-repeat;
}
#dbBottom {
	width: 30px;
	height: 30px;
	background:url(/Images/ibBottom.png) repeat-x;
	background-repeat: repeat-x;
}
#dbBottomRight {
	width: 30px;
	height: 30px;
	background:url(/Images/ibBottomRight.png);
	background-repeat: no-repeat;
}
.detailLoading {
	position:relative;
	padding: 200px 250px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#detailTemp {
	display: none;
	position: absolute;
	visibility: hidden;
	top:0px;
	left:0px;
}
#detailTemp p {
	color:#000000;
	font-size: 14px;
	line-height:17px;
	text-align: center;
	margin: 6px 0px 0px;
}

#dbDarkBack {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:url(/Images/ibDarkBack.png);
	z-index: 900;
	display: none;

    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    transition: all 0.3s ease-out;  	

}
