﻿.Article_English {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #039;
	text-align: left;
	cursor:pointer;
	margin-bottom: 15px;
	}
/**
 *  Lightbox *
**/

/******** Start Lightbox ************/
.backdrop {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index:50;
	display:none;
}
.box {
	position:fixed;
	left:30%;
	top:5%;
	margin:0 auto;
	width:610px;
	height:500px;
	z-index:51;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0px 0px 5px #444444;
	-webkit-box-shadow:0px 0px 5px #444444;
	box-shadow:0px 0px 5px #444444;
	display:none;
	z-index:999999999999999999;
	behavior: url(js/PIE.htc);
	border:2px #cccccc solid;
	background-image:url('../../images/box_bg.png');
}
.Box_Title {
	width:610px;
	height:53px;
	position:absolute;
	top:12px;
	left:10px;
	direction:ltr
}
.Box_Title p {
	position:relative;
	left:20px;
	line-height:53px;
	font-family: arial;
	font-size:16px;
	font-weight: bold;
	color:#434343;
	float:left;
	direction:ltr
}
.Box_Title img {
	position:relative;
	left:10px;
	width:51px;
	height:53px;
	float:left;
}
.Box_Des {
	width:580px;
	height:420px;
	overflow:hidden;
	position:absolute;
	top:80px;
	left:30px;
	text-align:justify;
	font-family:arial;
	font-size:14px;
	color:#3f3f3f;
	line-height:22px;
	overflow: auto;
	padding: 0px 10px;
	direction:ltr
}
.Box_Image {
	width:51px;
	height:53px;
	overflow:hidden;
	position:absolute;
	top:10px;
	left:10px;
}
.Box_Image img {
	margin:0 auto;
	position:relative;
	left:5%;
	top:5%;
}
.lightboxclose {
	cursor:pointer;
	position:absolute;
	top:-10px;
	right:-10px;
	width:40px;
	height:40px;
	background-image:url('../../images/close.png');
	background-repeat:no-repeat;
}
/******** End Lightbox ************/

