h1, p.intro {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.0em;
	color: #fff;	
}

p.intro {
	font-size: 1.4em;
	color: #777;
}

#collectionBlock {
	margin: 10px auto 0 auto;
	padding-left: 10px;
}

.collection {
	float: left;
	display: block;
	width: 48%;
	height: 100px;
	padding: 5px 10px 0 0;
}

.collection .image {
	float: left;
	padding: 5px 12px 20px 10px;
}

.collection .image a img {
	border: 1px solid #666;
}

.collection .nameAndDescription {
	padding: 4px 10px 0 0;
}

.collection h2 {
	font-weight: normal;
	font-size: 1.6em;
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 1.2em;
}

.collection h2 a:link, h2 a:visited, .collection p a:link, .collection p a:visited {
	color: #fff;	
	text-decoration: none;
}

.collection:hover {
	background: #bcbcbc;
}

.collection:hover h2 a, .collection:hover p a {
	color: #c00;
}

.collection h2 a:hover, .collection p a:hover {
	text-decoration: underline;
}

.collection p {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #666;
	margin: 2px 0 0 0;
}

.collection p a {
	background: url(/images/shared/whiteTriangleBullet.gif) no-repeat left center;
	padding-left: 7px;
}

.collection:hover p a, .collection p a:hover {
	background: url(/images/shared/redTriangleBullet.gif) no-repeat left center;
}

