/*.social-nav li {
	background-image:expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
}*/

.social-nav li {
	height: expression((function(elem){if (elem === elem.parentNode.childNodes[0]){
			elem.style.backgroundImage='none';
		}else{
			elem.style.backgroundImage=elem.parentNode.style.backgroundImage;
		}
		elem.style.height = "auto";
		})(this));

}
.post-form .list li {
	height: expression((function(elem){if (elem === elem.parentNode.childNodes[0]){
			elem.style.backgroundImage='none';
			elem.style.padding="0 8px 0 0";
		}else{
			elem.style.backgroundImage=elem.parentNode.style.backgroundImage;
			elem.style.padding="0 8px 0 9px";
		}
		elem.style.height = "auto";
		
		window.expc = window.expc || 0;
		window.defaultStatus = expc++;
		/* window.document.title=window.expc; */
		})(this));

}
.post-form .list li {
	/*background-image:expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");*/
	/*padding:expression( (this===this.parentNode.childNodes[0]) ? "0 8px 0 0" : "0 8px 0 9px");*/
}
.aside-tab .tabset li,
.info-link,
.info-link a.link,
.footer .headAndCredits li {
	display:inline;
	zoom:1;
}
.tag-cloud a{
	zoom:1;
}
.footer ul.headList li,
.footer .columns ul.column{
	display:inline;
	zoom:1;
	float:none !important;
}

.footer .columns ul.column li a{
	display:block;
}
.info-popup .t {
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-info-popup-t.png', sizingmethod='crop');
}
.info-popup .b {
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-info-popup-b.png', sizingmethod='crop');
}
.info-popup .c {
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-info-popup-c.png', sizingmethod='scale');
}

* html .top-left {
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-drop-t-l.png', sizingmethod='crop');
	background:url(/images/bg/none.gif);
}
* html .top-right {
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-drop-t-r.png', sizingmethod='crop');
	background:url(/images/bg/none.gif);
}
* html .bottom-left {
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-drop-b-l.png', sizingmethod='crop');
	background:url(/images/bg/none.gif);
}
* html .bottom-right {
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-drop-b-r.png', sizingmethod='crop');
	background:url(/images/bg/none.gif);
}
* html .bottom {
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-drop-b.png', sizingmethod='scale');
	background:url(/images/bg/none.gif);
}
* html .left {
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-drop-l.png', sizingmethod='scale');
	background:url(/images/bg/none.gif);
}
* html .right {
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/images/bg/bg-drop-r.png', sizingmethod='scale');
	background:url(/images/bg/none.gif);
}
.content { margin-bottom:-9px; }
.body { padding:6px;padding-top:10px; }
.body .left,
.body .right,
.table .top-left,
.table .top-right,
.table .top,
.table .bottom-left,
.table .bottom-right,
.table .bottom {
	position: absolute;
	top: 0;
	left: 0;
}
.left,
.right {
	/*height: expression(this.parentNode.parentNode.offsetHeight - 9 + "px");*/
	top: 9px;
	height: expression((function(elem){elem.parentNode.parentNode.offsetHeight - 9 + "px";
	elem.style.height = "auto";
	})(this));
}
.table .bottom-left,
.table .bottom-right,
.table .bottom { /*top: expression(this.parentNode.parentNode.offsetHeight + "px");*/
	height: expression((function(elem){elem.parentNode.parentNode.offsetHeight + "px";
	elem.style.height = "auto";})(this));
}
.table .top,
.table .bottom {
	left: 6px;
	/*width: expression(this.parentNode.parentNode.offsetWidth - 12 + "px");*/
	height: expression((function(elem){elem.parentNode.parentNode.offsetWidth - 12 + "px";
	elem.style.height = "auto";
	})(this));
}
.table .body .right,
.table .top-right,
.table .bottom-right { 
	/*left: expression(this.parentNode.parentNode.offsetWidth - 6 + "px"); }*/
	height: expression((function(elem){elem.parentNode.parentNode.offsetWidth - 6 + "px";
	elem.style.height = "auto";
	})(this));
}
#content .post h2.hover span,#content .post h2:hover span,.features-box .feature h2:hover span
	{
	display: block;
	margin-bottom: -24px;
	overflow: hidden;
}
.video-list .videoElementinLIcontainer {
	display:block;
	position:relative;
	top:0px;
	right:-20px;
}
#content .post h2.hover span,#content .post h2:hover span,.features-box .feature h2:hover span
	{
	display: block;
	margin-bottom: -20px;
	overflow: hidden;
}
.aside-homepage #content .post h2.hover span,#content .post h2:hover span,.features-box .feature h2:hover span
{
	display: block;
	margin-bottom: -20px;
	overflow: hidden;
}
.rl_title .readinglist{
	bottom:-5px;
}
.tmTeaser.smallTitleTeaser {
	margin-top:		-9px;
}
.content-wrap>.border-box {
	padding: 0 0 0 0;  
}

