/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML Simple Tabs
//---------------------------------------------------------------------------------------------------------
//	Tab Group: newscategories
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*=========================================================================================================
//	Content area
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Content areas container
//-------------------------------------------------------------------------------------------------------*/
#newscategories
{
	/*	Do not modify		----------------------------*/
	position:				relative;

	/*	Customize			----------------------------*/
	margin:					0px;
	background-color:		white;
	padding:				0px;

	background-image:		url( /images/en/news/bg_info.gif );
	background-position:	bottom left;
}

/*---------------------------------------------------------------------------------------------------------
//	Content areas
//-------------------------------------------------------------------------------------------------------*/
#newscategories1,
#newscategories2,
#newscategories3
{
	/*	Do not modify		----------------------------*/
	width:					100%;
	position:				absolute;
	visibility:				hidden;
	z-index:				48;

	/*	Customize			----------------------------*/
	padding:				0px;

	line-height:		1.35em;
	font-size:			0.75em;

	background-image:		url( /images/en/news/bg_newstabs.gif );
	background-repeat:		no-repeat;
}

.newscategoriespadding
{
	padding:				17px 20px;
}

/*=========================================================================================================
//	Tabs
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Tab strip
//-------------------------------------------------------------------------------------------------------*/
ul#newscategoriestabs
{
	/*	Do not modify		----------------------------*/
	list-style-type:		none;
	margin:					0px;
	padding:				0px;

	/*	Customize			----------------------------*/
	display:				block;
	height:					29px;
	overflow:				hidden;
}

/*---------------------------------------------------------------------------------------------------------
//	Tab item
//-------------------------------------------------------------------------------------------------------*/
ul#newscategoriestabs li
{
	/*	Do not modify		----------------------------*/
	float:					left;
	margin:					0px;
	padding:				0px;
	line-height:			29px;
	white-space:			nowrap;

	background-color:		#CCCCCC;
}

/*---------------------------------------------------------------------------------------------------------
//	Tab "links"
//-------------------------------------------------------------------------------------------------------*/
ul#newscategoriestabs li a
{
	display:				block;
	margin:					0px;
	padding:				0px;
	line-height:			29px;
	white-space:			nowrap;
}
/*---------------------------------------------------------------------------------------------------------
//	Tab mouseover
//-------------------------------------------------------------------------------------------------------*/
ul#newscategoriestabs li.tab0 a:hover
{
}

/*---------------------------------------------------------------------------------------------------------
//	Inactive tab
//-------------------------------------------------------------------------------------------------------*/
ul#newscategoriestabs li.tab0 a
{
}

/*---------------------------------------------------------------------------------------------------------
//	Active tab (suppress link properties)
//-------------------------------------------------------------------------------------------------------*/
ul#newscategoriestabs li.tab1 a
{
	cursor:					default;
}
ul#newscategoriestabs li.tab1 a img
{
	padding-top:			29px;
}



/*=========================================================================================================
//	Content
//=======================================================================================================*/
#newscategories td
{
	padding:				0px 0px 1.0em;
}

#newscategories a
{
	font-weight:			bold;
	color:					#cc0000;
}