 body {
	width:expression(document.documentElement.clientWidth < 948 ? "948px" : "auto");
}
#header ul#top li {
	background:expression( (this===this.parentNode.childNodes[0]) ? "none" : "url(/assets/images/li-top.gif) no-repeat 0 3px");
}
#header ul#drop li ,
#header ul#drop1 li {
	background:expression( (this===this.parentNode.childNodes[0]) ? "none" : "url(/assets/images/border-drop.gif) repeat-x");
}
#sidebar ul li {
	background:expression( (this===this.parentNode.childNodes[0]) ? "none" : "url(/assets/images/li-sidebar.gif) repeat-x");
}
* html .top-part .img-holder {
	background:url(/assets/images/none.gif);
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/assets/images/bg-img-holder.png', sizingmethod='crop');
}
.top-part .img-holder .respect-box {
	background:url(/assets/images/none.gif);
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/assets/images/bg-respect.png', sizingmethod='crop');
}
.date-box {
	margin-top:20px;
}