/*sitemapDialog Rounded corner boxes begin*/
.sitemapDialog #wrap {
	max-width:100%;
	margin:0 auto;
}
/* html #wrap {width:50em}*/
/* Default CSS
================================================*/

/* Normally only IE (up to version 6) gets these rules */
.i1,
.i2 {
	background-image:url(images/custom/sitemap_dialog_borders.gif);
}
.bt,
.bt div,
.bb,
.bb div {
	background-image:url(images/custom/dialog_box.gif);
}
</style>
<!--[if lt IE 7]>
<style type="text/css">
.i1 {height:1px;}
</style>
<![endif]-->


/* Basic styling, used when JavaScript is unsupported */
/*.sitemapDialog .cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid transparent;
	background:transparent;
}
.sitemapDialog .cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:transparent;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}*/
/* Normal styling */
.sitemapDialog .cb {margin:0.5em 0;}
	/* Top corners and border */
.sitemapDialog .bt {
	height:18px;
	margin:0 0 0 11px;
	background:url(images/custom/dialog_box.png) no-repeat 100% 0;
}
.sitemapDialog .bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:18px;
	background:url(images/custom/dialog_box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.sitemapDialog .bb {
	height:20px;
	margin:0 0 0 13px;
	background:url(images/custom/dialog_box.png) no-repeat 100% 100%;
}
.sitemapDialog .bb div {
	position:relative;
	left:-20px;
	width:20px;
	height:20px;
	background:url(images/custom/dialog_box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.sitemapDialog .i1 {
	padding:0 0 0 12px;
	background:url(images/custom/dialog_borders.png) repeat-y 0 0;
}
	/* Right border */
.sitemapDialog .i2 {
	padding:0 12px 0 0;
	background:url(images/custom/dialog_borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.sitemapDialog .i3 {
	display:block;
	margin:0px;
	padding:1px 10px;
	background:transparent;
	background:url(images/custom/sitemap_dialog_bg_box.png) repeat-x 100% 0;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.sitemapDialog .i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.sitemapDialog .i3 {display:inline-block;}
.sitemapDialog .i3 {display:block;}


/* Normally only IE (up to version 6) gets these rules */
.sitemapDialog .i1,
.sitemapDialog .i2 {
	background-image:url(images/custom/sitemap_dialog_borders.gif);
}
.sitemapDialog .bt,
.sitemapDialog .bt div,
.sitemapDialog .bb,
.sitemapDialog .bb div {
	background-image:url(images/custom/dialog_box.gif);
}

/*sitemapDialog Rounded corner boxes end*/