/**
 * (en) IE-Patch stylesheet for Tabs Plugin
 * (de) IE-Korrektur-Stylesheet Tabs Plugin
 *
 * @copyright			Copyright 2015, crossbase mediasolution GmbH
 * @version				1.0
 */

@media screen
{

 /**
	* (en) IE < 7 margin correction
	* (de) IE < 7 Randabstandkorrektur
	*
	* @workaround
	* @affected IE 5.x/Win, IE6, IE7
	* @css-for IE 5.x/Win, IE6, IE7
	* @valid no
	*/

	* html .jquery-tabs .content {
		top: -1px;
		margin-bottom: -2px;
		background: url('rframe-bottom-100-tabs-ie6.png') bottom right no-repeat;
	}

	* html .jquery-tabs .tab-content {
		margin-bottom: -2px;
	}

 /**
	* (de) Stabilitütsanpassungen für den Internetexplorer
	* (en) Containing floats adjustment and stability fixes for Internet Explorer
	*
	* @workaround
	* @affected IE 5.x/Win, IE6, IE7
	* @css-for IE 5.x/Win, IE6, IE7
	* @valid no
	*/

	* html .jquery-tabs .content { z-index:-1; }

	* html .jquery-tabs { zoom:1; width: auto; position: relative; }
	*+html .jquery-tabs { zoom:1; width: auto; }

	/* Auf IE6 eingeschrünkt, da keine Auswirkung auf IE7 gefunden*/

	* html .jquery-tabs * { zoom:1; }

 /**
	* (de) Anpassungen der Texteinrückung aufgrund von zoom:1
	* (en) Adjustment of text indent because of zoom:1
	*
	* @workaround
	* @affected IE 5.x/Win, IE6, IE7
	* @css-for IE 5.x/Win, IE6, IE7
	* @valid no
	*/

	.tab-content .pcaption {
		text-indent: 12px;
	}

	.tab-content .pcaption a {
		text-indent: 0;
	}

}
