/* title */
DIV.sitemap_title
{
	font-size: x-large;
	color: #333333;
	padding: 0px 12px;
	background-color: #FFFFFF;
}

/* description */
DIV.sitemap_desc
{
	padding: 10px;
	font: small;
	color: #333333;
	background-color: #FFFFFF;
}

/* level 1 */

TABLE.sitemap_level_1
{
	width: 100%;
	background-color: #FFFFFF;
}

TD.sitemap_level_1
{
	vertical-align: top;
	width: 150px;
	background-color: #ffffff;
	border: 1px solid #F5F5F5;
	border-top: none;
}

DIV.sitemap_level_1
{
	color: #60AD47;
	background-image: url('../../Images/1.HE/SiteMap/sitemapTitleBg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 19px;
	width: 150px;
	padding: 0px 9px;
	overflow: hidden; 
	#white-space: nowrap;
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
}

SPAN.sitemap_level_1
{
	/*background: url(../../Images/1.HE/SiteMap/sitemap_bullet_3.gif) no-repeat right 3;*/
	display:none;
}

A.sitemap_level_1
{
	font-size: small;
	font-weight: bold;
	color: #60AD47 !important;
	text-decoration: none;
}

A.sitemap_level_1:HOVER
{
	color: #60AD47;
	text-decoration: none;
}

/* level 2 */
TABLE.sitemap_level_2
{
	width: 100%;
}

TD.sitemap_level_2
{
	vertical-align: top; /*border-top:2px solid #FFFFFF;*/
	width: 150px;
}

DIV.sitemap_level_2
{
	
	height: 19px;
	width: 110px;
	padding: 0 29px !important;
	border-bottom: 1px solid #A3A3A3;
	vertical-align:middle;
	text-align:right;
	overflow: hidden; 
	/*white-space: nowrap;*/
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;

}

SPAN.sitemap_level_2
{
	
	/*width: 22px;
	height: 100%;
	float: right;*/
	display:none;
}

A.sitemap_level_2
{
	color: #939391;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
	
}

A.sitemap_level_2:HOVER
{
	color: #60AD47 !important;
	text-decoration: none;
}

/* level 3 */
TABLE.sitemap_level_3
{
	width: 100%;
}

TD.sitemap_level_3
{
	vertical-align: top; /*border-top:2px solid #FFFFFF;*/
}

DIV.sitemap_level_3
{
	/*background:url(../../Images/1.HE/SiteMap/sitemap_level_3.gif) right bottom no-repeat #F0F4F7;*/
	height: 22px;
	width: 150px;
	padding: 0 9px;
	vertical-align: middle;
	overflow: hidden; 
	
}

SPAN.sitemap_level_3
{
	background: url(../../Images/1.HE/sitemap/sitemap_bullet.jpg) no-repeat 5px 7px;
	width: 50px;
	height: 100%;
	float: right;
}

A.sitemap_level_3
{
	color: #939391;
	text-decoration: none;
	font-size: small;
	font-weight: normal !important;
}

A.sitemap_level_3:HOVER
{
	color: #61AB46;
	text-decoration: none;
}

/* spaces */
TD.sitemap_cell_space
{
}

IMG.sitemap_cell_space
{
	width: 5px;
	height: 1px;
}

TD.sitemap_row_space
{
	height: 15px;
}
