/* Layouts: City */
#city {}
#city div.col1, #city div.col2, #city div.col3 {
	width:300px;
	float:left;
}
#city div.col1 {
	margin:10px 17px 0 20px;
	width:300px;
}
#city div.col2 {
	margin:10px 20px 0 20px;
	width:580px;
	float:left;
}

/* City Info */
#cityInfo table td {
	border-bottom:1px solid #eee;
	width:100%;
}
#cityInfo table td.key {
	width:120px;
	padding-right:20px;
	text-align:right; 
}
	#cityInfo table td.key p {
		color:#999;
	}
	
/* City Top Providers */
ul.top {

}
	ul.top li {
		list-style-type:none;
		width:200px;
		height:60px;
		border-bottom:1px solid #ddd;
		padding:10px 0;
	}
		ul.top li img {
			float:left;
		}
		ul.top li p {
			float:left;
			width:130px;
			margin-left:10px;
			margin-top:0;
			padding:0;
		}
			ul.top li p a {
				font-size:12px;
			}


/* City Profile Actions */
div.actions {
	width:300px;
	margin:0 0 0px 0;
}
	div.action {
		padding:3px 5px;
		border-bottom:1px solid #eee;
	}
		div.action a {
			display:block;
		}
		
/* City Categories */
ul.cats {
	width:300px;
	margin:10px 0 0 10px;
}
ul.cats li {
	width:130px;
	float:left;
	list-style-type:none;
}
	ul.cats li span {
		color:#999;
	}
		
/* City Stream */	
div.stream {
	margin-top:5px;
}
	div.stream div.item {
		border-bottom:1px solid #ddd;
	}
		div.stream div.item img {
			float:left;
			margin:5px 10px 0 0;
		}
		div.stream div.item p {
			float:left;
			width:500px;
			font-size:11px;
		}
			div.stream div.item p span {
				color:#999;
			}
