.tab_style {  
	display: inline; 
	margin-left: 5px; 
	float:left; 
	height: 24px; 
	padding: 5px; 
}


/* relates directly to tab size */
.tab_style_dim_ie7 {
	width: 100px; 
	height: 47px;
}

.tab_style_dim {
	position:relative; 
	width: 100px; 
	height: 47px;
}

/* for text in tab */
.tab_title_ie7 {
	display: inline; 
	float: left; 
	top: 0px; 
	width: 76px;
}

.tab_title {
	display: inline; 
	float: left; 
	top: 5px; 
	width: 76px;
}

/* for toc wrapper in the tab */
.tab_toc_wrapper_ie7 {
	display: inline; 
	float:right; 
	width: 24px; 
	top: 0px;
}

.tab_toc_wrapper {
	display: inline; 
	float:right; 
	width: 24px; 
	top: 5px;
}