.tile {
	float: left;
	margin: 0 10px 14px 10px;
	padding: 10px 0 0 0;
	position: relative;
	width: 130px;
	font-size: 85%;
} /*ie6*/

.tile h3 {
	display: none
}

.tile:hover h3 {
	display: block;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

.tile h3 a.tile-info, .tile h3 a.tile-info:visited {
	position: absolute;
	top: 11px;
	left: 1px;
	background: url(../img/opaque.png) !important;
	width: 108px;
	padding: 6px 8px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	color: #105CB6;
	text-decoration: none !important;
}

.tile h3 span {
	display: block;
	padding-top: 4px;
	font-weight: normal;
}

.tile .tile-img {
	padding: 4px;
	border: 1px solid #a5c2e3;
	margin: 0 0 3px 0;
}

.tile div {
	font-weight: bold;
	text-align: center;
}

.tile div a {
	text-decoration: none;
	color: #453e0c;
}

.tile img {
	vertical-align: middle;
	margin-left: 5px;
}

.tile .bury, .tile .share {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 108px;
	background: #fff url(../img/tools.gif) no-repeat 2px -98px;
	text-indent: -2000em;
}

.tile .share {
	right: 30px;
	top: 105px;
    background: url(../img/tools.gif) no-repeat 0 4px;
}

/* list */

.tile.list {
	margin: 0 10px 14px 30px;
	padding: 10px 0 0 0;
}

.tile.list h3 {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
}

.tile.list a.tile-info, .tile.list h3 a.tile-info, .tile.list h3 a.tile-info:visited {
	display: none;
}

.tile.list .tile-img {
	width: 20px;
	height: 20px;
}

.tile.list div {
	position: absolute;
	top: 15px;
	left: 40px;
	text-align: left;
}

.tile.list .bury, .tile.list .share {
	top: 30px;
	left: 40px;
}

.tile.list .share {
	top: 28px;
	left: 65px;
}