/*--------------------------------------------------*/
/* Sitemap						                    */

	#collections {
		list-style-type: none;
		padding: 0;
		width: 480px;
		float: left;
	}

		#collections li {
			float: left;
			margin: 0 8px 0 0;
			padding: 6px;
			width: 217px;
		}

			#collections li.last {
				margin: 0;
			}

			#collections li h4 {
				font: 1em "Arial";
				color: #000;
			}

			#collections li ul {
				padding: 0;
				margin: 6px 0 0;
				display: block;
			}

				#collections li ul li {
					list-style-type: none;
					padding: 2px 0;
					display: block;
					width: 100%;
					float: none;
				}

					#collections li ul li a {
						background: url("/a/img/common/indicator.gif") no-repeat 0 50%;
						padding: 0 0 0 12px;
					}

	#others {
		width: 400px;
		float: left;
		list-style-type: none;
		padding: 0;
	}

		#others li a {
			background: url("/a/img/common/indicator.gif") no-repeat 0 50%;
			padding: 0 0 0 12px;
		}

			#others li ul {
				list-style-type: none;
				padding: 12px;
			}

		#others li.accessibility {
			margin: 12px 0 0;
		}