@charset "UTF-8";


#footer {
	text-align:center;
}

#footer * {
	margin:0;
	padding:0;
}


#footer table {
	width:900px;
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

#footer table td {
	color: #666565;
	text-align:left;
	vertical-align:top;
	font-size:10px;
	line-height:1.5;
}

#footer table td dt,
#footer table td dd {
	line-height:1.2;
}

#footer table td dt {
	font-size:14px;
	font-weight:bold;
}

#footer table td dd {
	font-size:10px;
}

#footer table td dt img {
	margin-right:5px;
}
#footer table td.sg {
	width: 150px;
}
#footer table td.aed {
	width:150px;
	padding-right:10px;
}

#footer table td.aed img {
	float:left;
	margin:0 5px 5px 0;
}

#footer table td.others {
	background: #FFF;
	padding: 10px 0;
	text-align: center;
	white-space: nowrap;
}

#footer table td.others a {
	width:78px;
	background:#FFF;
}
#footer table td.others img {
	width: auto;
	height: 90px;
	margin: 0 20px;
}
#footer table td.others a:hover img {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
