
/*
 * Directory Teaser
 */
.directory-teaser {
	font-family: Arial;
	width: 558px;
	height: 200px;
	background: transparent url('http://static.myhammer.com/v3/live/directory/teaser_lp.png') no-repeat top left;
	position: relative;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}

.directory-teaser .head,
.directory-teaser .content,
.directory-teaser .foot {
	overflow: hidden;
	margin: 0px 10px;
	padding: 5px 0;
}

.directory-teaser .head {
	height: 45px;
}

.directory-teaser .content {
	height: 100px;
}

.directory-teaser .foot {
	height: 25px;
}

.directory-teaser h2 {
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	margin: auto;
}

.directory-teaser h3 {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin: auto;
}

.directory-teaser ul {
	margin-top: 10px;
}

.directory-teaser ul li {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	list-style-image: url('http://static.myhammer.com/v3/live/directory/icon_checkmark.png');
	width: 300px;
}

.directory-teaser .foot p {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
	padding: 0;
	margin: 0;
	line-height: 13px;
}

