/*
 * Transparency Theme
 */
#leFooter{
	zoom: 1;
	filter: alpha(opacity=98);
	-moz-opacity:0.98;
	-khtml-opacity: 0.98;
	opacity: 0.98;
}
#leFooter-content{
	background-color: #111;
	color: #fff;
}
#leFooter .le-opener{
	width: 32px;
	height: 32px;
	margin: 5px;
	background: #111 url('transparent/open.png') 50% 50% no-repeat;
	overflow: hidden;
	text-indent: -999px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior:url(PIE.htc);
}
#leFooter .le-opener.position-center{
	margin-bottom: 5px;
}
#leFooter.opened .le-opener{
	background-image: url('transparent/close.png'); 
}

#leFooter #leFooter-content{
	border-top:3px solid #111;
}

/*
 * General
 */
#leFooter-inner .widgettitle{
	padding-bottom: 12px;
	background: transparent url('transparent/title-border.png') bottom left repeat-x;
}
#leFooter-inner h1, #leFooter-inner h2, #leFooter-inner h3, #leFooter-inner h4, #leFooter-inner h5,#leFooter-inner h6{
	color: #fff;
}
#leFooter-inner a{
	color: #fff;
}
#leFooter-inner .widget li{
	padding: 10px 0px;
	background: transparent url('transparent/list-border.png') bottom left repeat-x;
}
#leFooter-inner input[type="submit"]{
	border:0px;
	background: #454545;
	padding:7px 15px;
	color:#fff;
}
