﻿/*alpha channel for shadows, IE6*/
* html .tContent
{
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='App_Themes/telerik/content-shadow.png');
}

/*fix extra white-space in templates, IE6*/
* html .RadMenu_Telerik2008 span.rmText
{
	zoom:1;
}

/*fix double float margin bug, IE6*/
* html .RadMenu_Telerik2008 .tProductList li
{
	display:inline;
}

/*fix tabstrip hover, IE7*/
*+html .rtsLink
{
	zoom:1;
}

* html .tWhyRegisterExplanation strong
{
	width: 204px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/global/whyRegisterTop.png', sizingMethod='crop');
}

* html .tWhyRegisterExplanation ul {
	width: 204px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/App_Themes/global/whyRegisterBottom.png', sizingMethod='crop');
}


/*fix Case Studies on Success Stories, IE6 */
* html .csItem
{
 margin: 0 20px 0  0;
 float: left;
 width: 105px;
}

/* Purchase fixes */
.purchaseBundleWrapper {
	_height: 344px;
	_overflow: visible;
}
.tRTF .purchaseIndividualProducts h3 {
	_height:50px;
	_overflow: visible;
}
.tRTF .purchaseIndividualProducts {
	_overflow: visible;
}

/* KB */
.sKBArticleContent {
	overflow: visible;
	right: auto;
	left: 580px;
}