@charset "UTF-8";
/* CSS Document */

/*POPUP MENU*/
#backgroundPopup { 
	z-index:100;
	/*display:none;*/
	position: fixed;
	height:100%;
	width:100%;
	background-color: rgba(0,0,0,0.7);	
	top:0px;  
	left:0px;
	opacity: 1;
}

#toPopup_0, #toPopup_1, #toPopup_2, #toPopup_3, #toPopup_4, #toPopup_5, #toPopup_6, #toPopup_7	 {
    background:#000;
    color: #000;
    width: 1020px;
	height:500px;
    left: 50%;
    margin-left: -510px;
	/*display:none;*/
    position: fixed;
    top: 14%;
    z-index: 101;
	text-align:center;
	overflow:hidden;
	border:solid thin #333;
}

#popupContent{
}

#popupContent h1{
	margin-bottom:20px;
}

#popupContent p{
	font-size:16px;
}

#popupContent ul li{
	border-bottom: solid thin #CCC;
	font-size:12px;

}

#popupContent ul li:last-child{
	border-bottom: none;
}

div.loader {
    background: url("images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
	background:url(../images/close_btn.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
	opacity: 0.4;
	margin:20px 20px 0 0;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	z-index:500;
}
div.social {
    cursor: pointer;
    float: right;
    width: 25px;
    height: 25px;
    position: relative;
	opacity: 0.4;
	margin:510px -20px 0 0;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	z-index:500;
}
div.social:hover {
	opacity: 0.6;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}


div.close:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
	line-height:11px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}


