/*
	frame_contentsarea.css (2008 version) ;

Update history ----------------------------------------
07/12 fixed "#breadCrumbs" style.
-------------------------------------------------------
*/

/*contentsArea*/

body.withSubNavigation #contentsWrapper {
	width: 757px;
	background: url("/shared/en/img/frame/subnavi_bg_01.gif") 20px 0 repeat-y;

	/*\*/
	_overflow: visible;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

body.withSubNavigation #contentsWrapper:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}

#contentsArea {
	width: 717px;
	margin-left: 20px;
}

body.withSubNavigation #contentsArea {
	width: 533px;
	float: right;
	margin-left: 0;
	margin-right: 20px;
	/*\*/
	_margin-right: 10px;
	/**/
}


/*breadcrumbs*/

#breadCrumbs {
	width: 717px;
	text-align: right;
	/* margin: 0 20px;
	float: right; */

	/*\*/
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}


body.withSubNavigation #breadCrumbs {
	background: url("/shared/en/img/frame/subnavi_bg_03.gif") no-repeat left bottom;
	width: 530px;
	padding-left: 187px;
	margin: 0 20px;
	float: right;
}

#breadCrumbs em {
	font-weight: normal;
}

