/*--/ overwriting customer-structure.css properties /--*/
div#contentColumn_sitemap { /* the _sitemap suffix have to be removed when the stylesheets will be separated */

	float: left;
	position: relative; /* needed for IE in order to display the layer above the background */
	margin: 3px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	width: 935px;

}
* html div#contentColumn_sitemap { float: none; }

/*--/ specific style properties for the sitemap page /--*/
div.siteMap {

	position: relative;
	background: #ffffff;
	border: 1px solid #8d8d8d;
	margin: 2px auto;
	padding: 6px;
	width: 656px;
	overflow: hidden;

}
div.mapHeader {

	position: relative;
	margin: 6px 6px 10px 6px;
	font-family: arial, sans-serif;

}
div.mapHeader span {

	font-size: 14px;
	font-weight: bold;
	color: #527bb9;

}
div.mapHeader div.subtitle {

	margin: 6px 0px 6px 12px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;

}
div.mapHeader div.subtitle div {

	margin: 10px 0px 15px 0px;
	text-align: center;

}
div.mapHeader div.subtitle a {

	background: #ffffff;
	border: 2px solid #e2e2e2;
	-moz-border-radius: 4px;
	padding: 3px 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	color: #527bb9;

}
div.mapHeader div.printer {

	position: absolute;
	border: 2px solid #e2e2e2;
	-moz-border-radius: 4px;
	padding: 5px 5px 1px 5px;
	width: 120px;
	height: 20px;
	top: 30px;
	left: 29px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #527bb9;
	cursor:pointer;
	cursor:hand;

}