<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}
#lionhead {
	width:100%;
	height:40px;
	position:fixed;
	_position: absolute; /* position fixed for IE6 */
 _top:expression(documentElement.scrollTop+"px");
	top:0;
	left:0;
	z-index:1;
	background:url(images/head_bk.png) repeat-x;
	_background:url(/B2C_PageDesign/DM_Head-Foot_2011/style/head_bg_long.png) center; /* single bg img for IE6 */
}
#lionhead_wrap {
	width:940px;
	height:40px;
	margin:0 auto;
}
#lionhead_wrap img a {
	display:block;
	float:left;
	display:block;
	width:150px;
	height:40px;
}
#lionhead_wrap p {
	display:block;
	float:right;
	letter-spacing:1px;
	height:40px;
	line-height:35px;
	margin:0 5px 0 0;
	padding:0;
	font-size:12px;
	color:#333;
}
#lionhead_wrap p img {
	margin:7px 3px 0 5px;
	padding:0;
}
#lionhead_wrap a {
	color:#FFF;
	text-decoration:none;
}
#lionhead_wrap a:hover {
	color:#F99;
}
#CONTENT {
	width:100%;
}
#CONTENT_wrap {
	width:940px;
	margin:0 auto;
}
#lionfooter {
	width:100%;
	height:40px;
	background:url(images/footer_bk.gif) repeat-x;
}
#lionfooter_wrap {
	width:940px;
	height:40px;
	margin:0 auto;
}
#lionfooter_wrap img {
	display:block;
	float:left;
	width:103px;
	height:28px;
	margin-top:7px;
}
#lionfooter_wrap p {
	letter-spacing:1px;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	float:right;
	font-size:12px;
	color:#333;
}
#lionfooter_wrap a {
	color:#333;
	text-decoration:none;
}
#lionfooter_wrap a:hover {
	color:#F00;
}
</pre></body></html>