/*////////////// museum page //////////////*/
ul#museum-list {
	list-style:none;
	padding:30px 0px 0px 0px;
	background:url("images/title-museums-list.jpg") no-repeat;
	margin:20px 0px 0px 0px;
	width:380px;
	border-bottom:1px solid #aeb2b7;
	}


ul#museum-list li {
	background:url("images/bullet.jpg") no-repeat;
	padding-left:6px;
	width:365px;
	margin:0px;
	border-bottom:1px solid #fff;
	border-left:1px solid #aeb2b7;
	border-right:1px solid #aeb2b7;
	border-top:none;
	}
	ul#museum-list li.light {
		background-color:#f8f8f8;
		}
	ul#museum-list li.dark {
		background-color:#f2f2f2;
		}

ul#museum-list li.new {
	background:url("images/new.jpg") 340px 4px no-repeat;
	}
ul#museum-list li.new-light {
	background:url("images/new.jpg") 340px 4px no-repeat;
	background-color:#f8f8f8;
	}
ul#museum-list li.new-dark {
	background:url("images/new.jpg") 340px 4px no-repeat;
	background-color:#f2f2f2;
	}

img.new-img { margin-left:12px; }

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	}




/*////////////// schedule popup //////////////*/
body#schedule {
	font-size:.8em;
	margin:0px;
	padding:0px;
	}

.content-container {
	width:734px;
	margin:20px 0px 0px 12px;
	padding:0px;
	}
	.content-container p {
		width:450px;
		float:left;
		margin:0px 0px 10px 0px;
		}
	.content-container-back-to-top p{
	text-align:right;
	display:block;
	padding-right:15px;
	}
	.legend-box {
		border:2px solid #000;
		width:220px;
		padding:8px;
		float:left;
		margin-left:40px;
		}
		.legend-box ul {
			list-style:none;
			margin:0px;
			padding:0px;
			}

div.clear {
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}