#ContentLayout .Panel {
	margin: 3px 3px 3px 1px;
	border: 1px solid #d4dded;
	float: left;
	width: 239px;
	_width:241px;
	background-color: #fff;
}
#ContentLayout .PanelTitle {
	padding: 1px;
	border-bottom: 1px solid #d4dded;
}

#ContentLayout .PanelTitle a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background-color:#028f36;
	padding: 3px 6px;
	display:block;
}
#ContentLayout .PanelTitle a:hover {
	color:#006c8f;
}
#ContentLayout .PanelTitle a .countRec {
	font-weight: normal;
	font-size: 11px;
}

#ContentLayout .Item {
	padding: 0px 0px;
	margin: 0px;
}

#ContentLayout .Item UL {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#ContentLayout .Item UL LI{
	background:url(images/bullet_arrow.gif) no-repeat left 9px;
	margin: 1px 5px 1px 3px;
	padding: 0px 0px 0px 9px;
	border-bottom: 1px solid #e2ebec;
}
#ContentLayout .Item UL LI.itemHot{
	background:url(images/bullet_orange.gif) no-repeat left 9px;
	margin: 0px 5px 0px 3px;
	padding: 0px 0px 0px 9px;
	border-bottom: 1px solid #e2ebec;
	font-weight: 700;
}
#ContentLayout .Item UL LI a{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#444;
	text-decoration: none;
}
#ContentLayout .Item UL LI a:hover{
	color:#fe0002;
	text-decoration: underline;
}

#ContentLayout .Bottom {
	text-align: right;
	margin: 0px;
}

#ContentLayout .Bottom a{
	background:url(images/arrow_out.gif) no-repeat right bottom;
	color: #bdbaba;
	text-decoration:none;
	padding: 3px 15px 0px 0px;
	margin: 0px;
	font-size: 11px;
}

#ContentLayout .Bottom a:hover{
	background:url(images/arrow_over.gif) no-repeat right bottom;
	color: #ff3333;
}