﻿
body{ height:100%;}
.xinsidebox{
	display:none;
	position:fixed;
	z-index:999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*min-width:940px;*/
}
* html .xinsidebox{position:absolute;}
.xboxOverlay{
	display:none;
	position:fixed;
	z-index:999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:Alpha(opacity=50);
	opacity:0.5;
}
* html .xboxOverlay{position:absolute;}
.xboxClose{
	position:absolute;
	left:0;
	top:0;
	margin:0;
	width:40px;
	height:40px;
	background: url(../images/close_3.png) no-repeat left top;
    text-indent: -9999px;
	cursor:pointer;
	z-index:10;
}
.xboxClose:hover{}
.xboxWrapper{
	display:none;
	position:absolute;
	z-index:1000;
	right:-100%;
	height:100%;
	background-color:#ccc;
}
.xboxContent{
	height:100%;
}
.xboxLoadedContent{
	height:100%;
}
.xboxHeader{
	/*height:40px;
	padding:20px 0;
	background-color:#f0ac2a;*/
}
.xboxArticle{
	
	height:100%;
	background-color:#fff;
	overflow-y:auto;
	overflow:hidden;
}

@media screen and (min-width: 1020px){
	.xinsidebox{min-width:880px;}

	.xboxClose{
		left:-65px;
		top:50%;
		margin:-23px 0 0 0;
		width:45px;
		height:45px;
		background: url(../images/close_2.png) no-repeat left 50%;
	}
}










