@charset "UTF-8";
.panel {
	position							: fixed;
	top									: 32px;
	left								: 0;
	display								: none;
	background							: #000000;
	border								: 1px solid #111111;
	-moz-border-radius-topright			: 10px;
	-webkit-border-top-right-radius		: 10px;
	-moz-border-radius-bottomright		: 10px;
	-webkit-border-bottom-right-radius	: 10px;
	-moz-border-radius-topleft			: 10px;
	-webkit-border-top-left-radius		: 10px;
	-moz-border-radius-bottomleft		: 10px;
	-webkit-border-bottom-left-radius	: 10px;
	width								: 600px;
	height								: auto;
	padding								: 15px 10px 30px 20px;
	filter								: alpha(opacity=85);
	opacity								: .85;
	z-index								: 10001;
	font-size							: 11px;
	margin								: 0 0 0 75px;
}

.panel p{
	margin								: 0 0 15px 0;
	padding								: 0;
	color								: #cccccc;
}

.panel a, .panel a:visited{
	margin								: 0;
	padding								: 0;
	color								: #9FC54E;
	text-decoration						: none;
}

.panel a:hover, .panel a:visited:hover{
	margin								: 0;
	padding								: 0;
	color								: #ffffff;
	text-decoration						: none;
	border-bottom						: 1px solid #ffffff;
}

.panel h3{
	font-size							: 16px;
	color								: #fff;
	font-family							: 'EtelkaMediumRegular';
	font-size							: 15px;
    font-weight							: normal;

}

a.trigger{
	position							: absolute;
	text-decoration						: none;
	top									: 29px; 
	left								: 0;
	font-size							: 13px;
	letter-spacing						: -1px;
	font-family							: verdana, helvetica, arial, sans-serif;
	color								: #fff;
	padding								: 20px 5px 20px 0px;
	font-weight							: 700;
	border								: 1px solid #444444;
	-moz-border-radius-topright			: 10px;
	-webkit-border-top-right-radius		: 10px;
	-moz-border-radius-bottomright		: 10px;
	-webkit-border-bottom-right-radius	: 10px;
	-moz-border-radius-bottomleft		: 0px;
	-webkit-border-bottom-left-radius	: 0px;
	display								: block;
	z-index								: 10000;
	height								: 15px;
	width								: 40px;
	background-color					: #333333;
}

a.trigger:hover{
	position							: absolute;
	text-decoration 					: none;
	top									: 29px;
	left								: 0;
	font-size							: 13px;
	letter-spacing						: -1px;
	font-family							: verdana, helvetica, arial, sans-serif;
	color								: #fff;
	padding								: 20px 5px 20px 0px;
	font-weight							: 700;
	background-color					: #333333;
	border								: 1px solid #444444;
	display								: block;
}

a.active.trigger {
	background-color					: #333333;
}

.panel ul{
	margin-top							: 15px;
}

.panel ul li{ 
	margin-bottom						: 15px;
}

#backgroundblocker{
	background							: none repeat scroll 0 0 #ccc;
	filter								: alpha(opacity=80) !important;
    font-size							: 11px;
    height								: 100%;
    left								: 0;
    opacity								: 0.80;
    position							: fixed;
	display								: none;
    width								: 100%;
    z-index								: 1009;
	top									: 0;
}


.seoPopuplbl{
	float								: left;
	color								: #FFFFFF;
	width								: 100px;
}

.seoPopupinput{
	float								: left;
	width								: 480px;
}

.seoPopuptextarea{
	float								: left;
	width								: 480px;
	height         						: 85px;
}

.seoPopupBlock{
	float								: left;
	margin								: 10px 0 10px 0;
	width								: 590px;
}