@charset "UTF-8";
/* CSS Document */
#botoomBarContainer {
	width: 100%;
	position: absolute;
	z-index: 1000;
	bottom: 28px;
}
#bottomBar {
	width: 100%;
	position: fixed;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(/images/body/bottom_bar_on.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	padding: 5px 0px 5px 30px;
	z-index: 1001;
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
	margin: 0px auto;
}
#bottomBar:hover {
	filter: alpha(opacity=100); /* internet explorer */
-khtml-opacity: 1;      /* khtml, old safari */
-moz-opacity: 1;       /* mozilla, netscape */
opacity: 1;           /* fx, safari, opera */
}
#bottomBartranslate {
	width: 200px;
	position: fixed;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	padding: 5px 40px 5px 0px;
	z-index: 1002;
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;
	text-align: right;
	right: 30px;
}
#bottomBartranslate:hover {
	filter: alpha(opacity=100); /* internet explorer */
-khtml-opacity: 1;      /* khtml, old safari */
-moz-opacity: 1;       /* mozilla, netscape */
opacity: 1;           /* fx, safari, opera */
}


