	.dhtmlgoodies_tabPane{
		height:25px;	/* Height of tabs */
		margin-bottom: -16px;
		display: block;
		position: relative;
		top: -39px;
	}
	
	.dhtmlgoodies_aTab{
		background: transparent url('../images/store/box/overviewtop.jpg') 0 15px no-repeat !important;
		padding:10px;
		position: relative;
		display: block;
		margin-left: 160px;		
		width: 415px;
		top: -39px;
		margin-top: 39px;
		z-index: 30;
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:25px;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tabs/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		display: block;
		position: relativess;
		height:25px;	/* Height of tabs */
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tabs/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		height:25px;	/* Height of tabs */
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tabs/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:middle;
		font-size:13px;
		display: block;
		position: relative;
		z-index: 300;
		color: #6a8797;
		font-weight: bold;
		padding: 3px 7px 0 7px !important;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;		
		color: #7a5c98;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}