@charset "utf-8";
/* CSS Document */


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/*__ .side __*/
.side h3 { margin-bottom:15px; }

/*__ .main __*/
dl.sitemap { margin:0 20px 40px; overflow:hidden; zoom:1; }
dl.sitemap .iconOrange { background:url(shared/img/icon_orange.gif) no-repeat; padding:1px 0 0 18px; }
dl.sitemap .iconWhite { background:url(shared/img/icon_white.gif) no-repeat; padding:1px 0 0 18px; margin:8px 0 0 15px; }
dl.sitemap .top,
dl.sitemap .business,
dl.sitemap .item,
dl.sitemap .co,
dl.sitemap .contact,
dl.sitemap .sitemap,
dl.sitemap .privacy { margin-bottom:15px; }
dl.sitemap .business,
dl.sitemap .item,
dl.sitemap .co,
dl.sitemap .contact,
dl.sitemap .sitemap,
dl.sitemap .privacy { float:left; width:200px; }
dl.sitemap .business,
dl.sitemap .item { height:120px; }
dl.sitemap .co { clear:both; }
dl.sitemap ul { overflow:hidden; zoom:1; }
dl.sitemap a { color:#0000ff; text-decoration:none; }
dl.sitemap a:hover { text-decoration:underline; }

/* for IE6 */
* html ul li dl { display:inline; }
/* for IE7 */
*:first-child+html ul li dl { display:inline; }
