#behavioralAd_banner {
	max-height:200px;
	overflow:hidden;
}

#adTable, #adTableBanner {
	font-family: Georgia, Nimbus Roman No9 L, sans-serif;
	cursor: pointer;
}

#adTable {
	width: 85%;
	font-family: Georgia, Nimbus Roman No9 L;
}

#adLead, #adLeadBanner {
	font-weight: bold;
	font-size:16px;
	font-family: Georgia, Nimbus Roman No9 L;
}

#adLeadBanner {
	font-size:14px;
}

#adImage img, #adImageBanner img {
	width:100%;
	min-width:150px;
	max-width:400px;
}

#adTitle, #adTitleBanner {
	font-family: Georgia, Nimbus Roman No9 L, sans-serif;
	font-weight: bold;
	font-size: 19px;
	text-decoration: underline;
	color: 333;
	font-family: Georgia, Nimbus Roman No9 L;
	padding-left: 30px;
}

#adDescription, #adDescriptionBanner {
	font-family: Georgia, Nimbus Roman No9 L, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: 333;
	padding-left: 30px;
}

#adButton, #adButtonBanner {
	padding-left: 30px;
}

#adButton button, #adButtonBanner button {
	padding: 10px;
	padding-left: 80px; 
	padding-right: 80px;
	display: block;
	font-size: 14px;
	font-family: Georgia, Nimbus Roman No9 L, sans-serif;
	cursor: pointer;
	text-align: center;
	box-shadow: 1px 1px 2px #444;
	border: none;
	border-radius: 5px;
	background-color: #262626;
	color: #fff;
	font-family: Georgia;
	letter-spacing: 1px;
}

#adImage, #adImageBanner {
	vertical-align: middle;
}