#main_page_title_area_bg
{
	overflow:hidden;
	height:67px;
	position:absolute;
	width:100%;
	top:140px;
	z-index:99;
}
#main_page_title_area_bg .full_bg
{
	overflow:hidden;
	width:100%;
	height:67px;
	background-color:black;
	position:absolute;
	top:0px;
	z-index:1;
}
#main_page_title_area_bg .half_bg
{
	overflow:hidden;
	width:50%;
	height:67px;
	background-color:#C71012;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
#main_page_title_area
{
	overflow:hidden;
	height:67px;
	position:relative;
	top:0px;
	z-index:3;
	background-color:#C71012;
}
#main_page_title_area .page_title,
#main_page_title_area .sidebar_title
{
	float:left;
	display:inline-block;
	height:67px;
	line-height:67px;
	color:white;
	font-size:20pt;
	background-color:#C71012;
	margin-right:10px;
}
#main_page_title_area .sidebar_title
{
	width:280px;
	border-right:1px solid black;
}
#main_page_title_area .edge
{
	float:right;
	display:inline-block;
	height:67px;
	width:63px;
	background-image:url('../images/title_edge.png');
	background-color:#D8C79B;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#main_page_title_area .share_bar_area
{
	float:right;
	display:inline-block;
	height:67px;
	overflow:hidden;
	background-color:black;
	margin-top:0px;
}



body.rtl #main_page_title_area_bg .half_bg
{
	left:auto;
	right:0px;
}
body.rtl #main_page_title_area .page_title,
body.rtl #main_page_title_area .sidebar_title
{
	float:right;
	margin-left:10px;
	margin-right:auto;
}
body.rtl #main_page_title_area .sidebar_title
{
	border-right:0;
	border-left:1px solid black;
}
body.rtl #main_page_title_area .edge
{
	float:left;
	background-image:url('../images/title_edge rtl.png');
}
body.rtl #main_page_title_area .share_bar_area
{
	float:left;
}
