﻿.LuxWhiteTab .ajax__tab_body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	

	
}

.LuxWhiteTab .ajax__tab_header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	color: #F1E054;
	background-color: #FFFFFF;
	
}
.LuxWhiteTab .ajax__tab_tab 
{
	height:16px;
	padding:4px;
	margin:0;
	background-color:#6B6B6B;
	padding-right: 13px;
	padding-left: 13px;
	
	list-style-image: url(../img/navi/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/navi/bullet_off.gif);
	
}
.LuxWhiteTab .ajax__tab_active .ajax__tab_tab 
{
	background-color: #FFFFFF;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 13px;
	padding-left: 13px;

}
