
/* adjust length of page content area/footer */
body.sitemap div#wrapper
{
	height: 900px;
}

/* position content area */
body.sitemap div#content
{
	left: 320px;
	top: 66px;
	width: 640px;
	font-size: 11px;
}

body.sitemap div#content h2
{
	background-image: url(/es_ES/site_map/images/sitemap.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 108px;
	height: 44px;
	color: #000;
	font-size: 2.1em;
	text-indent: -9999px;
	float: right;
}

body.sitemap div#content h3
{
	clear: both;
	background-image: url(/es_ES/site_map/images/shortcuts.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	height: 128px;
	color: #ebebeb;
	font-size: 9em;
	text-indent: -9999px;
	border-top: 1px #000 solid;
}


/* base primary site map content styles */
body.sitemap div#content ul
{
	width: 200px;
	display: block;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}
body.sitemap div#content ul li {
	padding: 0 0 17px 0;
}
body.sitemap div#content ul li a
{
	background-color: #0CF;
	display: block;
	line-height: 17px;
	width: 184px;
	padding: 0 0 0 16px;
	background-image: url(/es_ES/site_map/images/blue_arrow_sq.gif);
	background-position: 184px center;
	background-repeat: no-repeat;
}
body.sitemap div#content ul li a:hover
{
	background-color: #000;
	text-decoration: none;
	background-image: url(/es_ES/site_map/images/blk_arrow_sq.gif);
	cursor: pointer;
}

/* base secondary site map content styles */
body.sitemap div#content ul ul
{
	float: none;
	padding: 8px 0 0 0;
}

body.sitemap div#content ul ul li {
	padding: 0;
}
body.sitemap div#content ul ul li a
{
	float: none;
	background-color: #FFF;
	color: #333;
	padding: 0 0 0 16px;
	font-weight: normal;	
	background: none;
}
body.sitemap div#content ul ul li a:hover
{
	color: #0CF;
	background-color: #FFF;
	background-image: url(/es_ES/site_map/images/blue_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* product overrides for primary site map content styles */
body.sitemap div#content ul.products,

/* product overrides for secondary site map content styles */
body.sitemap div#content ul.products ul
{
	padding: 0;
}
body.sitemap div#content ul.products ul li
{
	padding: 10px 0 0 0;
}
body.sitemap div#content ul.products ul li a
{
	background-image: url(/es_ES/site_map/images/blue_arrow_sq.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}
body.sitemap div#content ul.products ul li a:hover
{
	background-image: url(/es_ES/site_map/images/blk_arrow_sq.gif);
}

/* product overrides for tertiary site map content styles */
body.sitemap div#content ul.products ul ul li
{
	padding: 0;
}
body.sitemap div#content ul.products ul ul li a
{
	background: none;
	font-weight: normal;
}
body.sitemap div#content ul.products ul ul li a:hover
{
	color: #0CF;
	background-color: #FFF;
	background-image: url(/es_ES/site_map/images/blue_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
