	.dle_tabPane{
		height:26px;	/* Height of tabs */
	}
	.dle_aTab{
		border:1px solid #CDCDCD;
		padding:10px;	
		background-image:url('/templates/main/images2/bg_tabs.gif');
	
		
	}
	.dle_tabPane DIV{
		float:left;
		padding-left:5px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dle_tabPane .tabActive{
		background-image:url('/engine/skins/images/tl_active.gif');
		margin-left:7px;
		margin-right:0px;	
	}
	.dle_tabPane .tabInactive{
		background-image:url('/engine/skins/images/tl_inactive.gif');
		margin-left:5px;
		margin-right:0px;
	}

	.dle_tabPane .inactiveTabOver{
		margin-left:0px;
		margin-right:0px;
	}
	.dle_tabPane span{
		font-family:tahoma;
		vertical-align:top;
		font-size:14px;
		color:#565656;
		line-height:26px;
		float:left;
	}

	.dle_tabPane .tabActive span{
		padding-bottom:0px;
		line-height:26px;
		color:#cc6633;
		text-decoration: underline;
	}
	
	.dle_tabPane img{
		float:left;
	}

