/* Events */
.fact-container {
	float:left;
	clear:left;
}
#mainContent .fact-container {
	width:500px;
	clear:both;
}
#wideContent .fact-container {
	width:525px;
}
#sidebar2 .fact-container {
	float:none;
	width:270px;
	clear:both;
}
.fact-category h3 {
	font-weight:bold;
	font-size:1.0em;
	color:#333;
	line-height:2.2em;
	letter-spacing:0.3em;
}
.fact-item {
	/*padding: 10px 15px;*/
	clear:both;
	border-bottom: 1px solid #CCC;
}
.fact-item h2 {
	font-size:1.2em;
	color:#333333;
	display:inline;
}

.fact-item h3 {
	font-size:14px;
	font-weight:bold;
	letter-spacing: 0px;
	text-transform:none;
	color:#333;
}

.f-item, .f-itemOn {
	cursor:pointer;
	cursor:hand;
	background-image:url(../images/purple_plus.png) !important;
	background-image:url(../images/purple_plus.gif);
	background-position:470px 6px;
	background-repeat:no-repeat;
	padding:5px 90px 5px 10px;
	display:block;
}

.f-itemOn {
	background-image:url(../images/purple_minus.png) !important;
	background-image:url(../images/purple_minus.gif);
	background-position:470px 6px;
	background-repeat:no-repeat;
	background-color:#E7E3EE;
}
.f-item:hover {
	background-color:#F3F3F3;
}

.f-even {
	background-color:#FFF;
	border-bottom: 1px solid #E7E7E7;
}
.f-odd {
	background-color:#FAFAFA;
	border-bottom: 1px solid #E7E7E7;
}

.f-extras
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-top: 5px;
}

.fact-thumb {
	float: right;
	margin: 5px;
	margin-top: 0px;
	overflow:hidden;
}

.fact-thumb img
{
	border: solid 1px #000;
}

.corners {
	display:inline;
	position:relative;
	z-index:5;
	left:0px;
	top:0px;
}
.thumb {
	display:inline;
	position:relative;
	z-index:4;
	left:-1px;
	top:-86px;
}

div.clear
{
	clear: both;
}