/***********************************************************/
/* Product Catalogue SITEMAP                             */

#div_Page
{
	border: 1px solid #D7D7D7;
	width: 767px;
	margin: 2px 0px;
	padding: 0px;
	background: #ffffff;

}
#div_Page #div_Top
{
	background: url('../../images/Generic_TOP.jpg') 0 0 no-repeat #ffffff;
	height: 79px;
}
#div_Page #div_Bot
{
	background: url('../../images/Generic_BOT.jpg') 0 0 no-repeat #ffffff;
	height: 128px;
}

#div_Page #div_Content
{
	padding: 0px 10px;
}

H1
{
	position: relative;
	top: -20px;
	border-top: 2px solid #BBD9E6;
	border-bottom: 1px solid #BBD9E6;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Sitemap 
{
	display: block;
	margin: 10px 20px;
}
.Sitemap_Indented
{
	margin-left: 20px;
	display: block;
}

.tbl_Sitemap
{
 width: 99%;
 padding: 0px;
 margin: 0px;
 margin-bottom: 20px;
 border-collapse: collapse;
}
.tbl_Sitemap TR 
{
 height: 20px;
 vertical-align: top;
}
.tbl_Sitemap .tr_Head
{
 vertical-align:top;
 background-color: #eeeeee;
}
.tbl_Sitemap TH
{
 text-align:left;
 vertical-align:middle;
 font-weight: bold;
 border-bottom: 1px solid #aaaaaa;
}
.tbl_Sitemap .th_Head
{
	width: 15%;
}
.tbl_Sitemap .th_Head_Prod
{
	width: 30%;
}
.tbl_Sitemap .th_Head_Desc
{
	width: 40%;
}

.tbl_Sitemap TD
{
 text-align:left;
 font-size: 10px;
 padding: 0px 0px;
}
.tbl_Sitemap .TD_LastInRange
{
 padding-bottom: 10px;
 
 border-bottom: 1px dashed #aaaaaa;
}


/***********************************************************/
