/* main bar, 100% width */
.hot-topics
{
	background: #eee;
	margin: 0 0 1em;
	padding: 5px 0 5px 5px;
	text-align: center;
}

/*** topic list ***/
/* reset lists */
.hot-topics ul,
.hot-topics li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* site list items */
.hot-topics li
{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.hot-topics li.hottopics-title
{
	font-weight: bold;
	padding: 2px 6px;
}

/* site links */
.hot-topics a
{
	display: block;
	padding: 2px 6px;
}

/* site links on hover */
.hot-topics a:hover 
{ 
}

/* ie6 fixes */
* html .hot-topics a { float: left; }
* html .hot-topics ul li,
* html .hot-topics ul li li a,
* html .hot-topics ul li ul { zoom: 1; }

/* clearfix */
.hot-topics:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .hot-topics             { zoom: 1; } /* IE6 */
*:first-child+html .hot-topics { zoom: 1; } /* IE7 */
