@import "general.css";

/*This document contains all the CSS for
the website NTU_Places.php
*/

#map_shadow{
	padding:5px;
	background:#EEE;
	margin:3px 0px 8px 0px;	
	}

#pmap{/*phototour map*/
	width:auto;
	height:500px;
	border:1px solid #CCC;
	background:#FFF;	
	}	

#right_panel{
	float:right;
	width:260px;
	padding:2px;
	}

#left_panel{
	float:left;
	width:620px;
	}

ul{
	font-size:13px;
	list-style-type:none;
	padding:2px 0px;
	margin:0px;
	}

ul li{
	font-weight:bold;	
	}

	ul.inner{
		font-size:12px;
		font-weight:400;
		list-style-type:none;
		padding-left:8px;
		}
		
		ul ul.inner li{
			display:block;
			padding:2px 0px;
			font-weight:400;			
			}
