/* CSS Document */
h1 {
/*color:#ff6cc0;*/
}
h2 {
	position:absolute;
	left:0;
	top:0;
}
h2 a {
	text-decoration:none;
	color:#606060;
}
#content div:hover h2 a {
	color:#767676;
}
#content div:hover h2 a:hover {
	color:#FF6CC0;
}
.options {
	text-transform:capitalize;
	padding:2px 10px 5px 10px;
}
.rangeItem {
	float:left;
	background-color:#fff;
	margin-bottom:20px;
	width:100%;
}
ul.tileList {
	margin:0;
	padding:0;
	list-style:none;
/*	overflow:hidden;
	float:left;*/
}
/** html ul.tileList {
	overflow:visible;
	height:1%;
}*/
ul.tileList li {
	display:block;
	float:left;
	margin:0 15px 15px 0;
}
/*ul.tileList li.last {
	margin-right:0;
}*/
ul.tileList li a {
	display:block;
	background-repeat:no-repeat;
	background-position:center top;
	text-decoration:none;
	text-indent:-9999em;
	width:103px;
	height:103px;
	border:2px solid #424242;
}
#content div:hover li a {
	border-color:#747272;
}
#content ul.tileList li a:hover {
	border-color:#FF6CC0;
}
#content div {
	position:relative;
/*	float:left;*/
	clear:both;
	padding:1.5em 0 0.7em 0;
/*	min-width:103px;
	height:100px;*/
}

