﻿.follow-topics-webpart {
	display: block;
	width: 525px;
	padding: 0;
	position: relative;
	float: left;
	overflow: hidden;
}
.follow-topics-webpart .wrap {
	display: block;
	width: 100000px;
	position: relative;
	float: left;
}
.follow-topics-webpart ul,
.follow-topics-webpart ul li {
	display: block;
	float: left;
	clear: none;
	list-style: none;	
	padding: 0;
	margin: 0;
}
.follow-topics-webpart ul {
	width: 545px;
}
#content .follow-topics-webpart a[href] {
	text-decoration: none;
}
.follow-topics-webpart ul li {
	padding: 0 15px 16px 0;
}
.follow-topics-webpart a {
	position:relative;
	display: block;
	float: left;
	clear: none;
	height: 138px;
	margin: 0;
	background: #efefef no-repeat center top;
	box-shadow: inset 0 0 5px rgba(0,0,0, 0.1);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0, 0.1);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0, 0.1);
	cursor: pointer;
	width: 114px;
	width: 118px;
}
.follow-topics-webpart a img {
	width: 100%;
	height: 138px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0;
}
.follow-topics-webpart a:hover .tout {
	background-image: url('/siteassets/images/layout/sprite-x.png');
	background-position: 0 -150px;
	background-repeat: repeat-x;
}
.follow-topics-webpart a.all-topics,
.follow-topics-webpart a.more-topics,
.follow-topics-webpart a.previous-topics {
	margin: 0;
	background-color: #fff;
}
.follow-topics-webpart a.all-topics img,
.follow-topics-webpart a.more-topics img,
.follow-topics-webpart a.previous-topics img {	
	width: 56px;
	height: 56px;
	margin: 15px 0 0 30px;	
}
.follow-topics-webpart .more-topics .tout,
.follow-topics-webpart .previous-topics .tout {
	margin: 0;
}
.follow-topics-webpart span.tout {
	position: absolute;
	display: block;
	left: -1px;
	bottom: -1px;
	height: 28px;
	padding: 13px 10px 17px;
	width: 98px;
}
.follow-topics-webpart span.tout span {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}
.follow-topics-webpart span.tout span.title {
	font-size: 14px !important;
}
.follow-topics-webpart span.tout span.c3 {
	font-size: 12px;
}
.follow-topics-webpart.test {
	background: fuchsia;
}
.follow-topics-webpart.total-zero {
	display: none;
}