/** HTML .sob_list lid{
behavior:expression(
this.onmouseover = new Function("this.className += ' hover'"),
this.onmouseout = new Function("this.className = this.className.replace(' hover','')"),
this.style.behavior=null
)
}
* HTML .tl,* HTML .tr,* HTML .bl,* HTML .br,* HTML #video input{
filter:expression(
(runtimeStyle.filter == '') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+',sizingMethod=crop)':runtimeStyle.filter,
runtimeStyle.backgroundImage = 'none')
}*/

* HTML #menu li {
behavior: expression(
this.onmouseover = new Function("this.className += ' hover'"),
this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
this.style.behavior=null
);
}
* HTML #layout,* HTML #bot .bot{

width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px":"100%");
width:expression(document.body.clientWidth > 1280? "1280px":
 "auto" );
}
* HTML #bot .bot{
	height: 140px;
}
* HTML #menu li.hover span{
	float: left;
width: 144px
}
* HTML #menu li span.actv{
	float: left;
width: 144px
}
* HTML #menu #m_left span{
	width: 158px
}
* HTML #menu #m_right span{
	width: 113px
}
* HTML #left{
	padding: 0 0 0 5px
}
* HTML #right{
	padding: 0 5px 0 5px
}

* HTML .tbl_centr ul {
	margin-left:0; padding-left:0;	
	margin-right:0; padding-right:0;
}

* HTML .tbl_centr ul li{
	margin-bottom: 0;
	padding: 0 1%;
	
} 	
	
* HTML .tbl_centr ul li{
/*	width: 31%;*/
	width:expression(document.body.clientWidth < 1120 ? "126px": "30%");
}



* HTML .blue{
	padding:0 5px 10px 5px
}

* HTML .flash{
margin:0; padding:0; width:608px!important;
}

*HTML .vid {
padding-left:0; padding-right:0;
}

*HTML #myAlternativeContent	{
	margin:0; padding:0;
/*	border:1px solid red;*/
	width:608px!important;
}
