/* Things to Do Widget on PhillyMag.com
	Author: Kevin Foley
	Date: March 16, 2012
	Web Properties: PhillyMag.com
*/

	#ttd-main {
		width: 300px;
		background-color: #FFF;
		margin-bottom: 7px;
	}
		
	#ttd-title {
	}
		
	#ttd-content-wrapper {
		background-color: #FFF;
		clear: both;
	}
		
	#ttd-graphic {
		float: left;
		width: 79px;
		margin: 10px 0px 0px 8px;
	}
	
	#ttd-graphic img {
		width: 79px;
	}
		
	#ttd-content-wrapper {
		float: right;
	}
		
	#ttd-content-wrapper ul {
		list-style: none;
		float: right;
		padding: 0px;
		margin: 3px 0px 0px 12px;
		width: 200px;
	}
		
	#ttd-content-wrapper ul li {
		float: left;
		width: 92px;
		padding: 7px 0px;
		margin: 0px 8px 0px 0px;
		border-bottom: 1px solid #EEE;
	}
		
	#ttd-content-wrapper ul li a {
		font-family: 'Georgia', 'Times New Roman', Serif;
		font-size: 13px;
		color: #000;
		text-decoration: none;
		font-weight: 600;
	}
		
	#ttd-content-wrapper ul li.ttd-bottom {
		border: 0px;
	}
	
	.no-border {
		border: 0px;
	}