.frontBox { background-color: #fff2d2; margin-bottom: 15px; padding: 9px 0; -moz-border-radius: 9px; -webkit-border-radius: 9px; -o-border-radius: 9px; border-radius: 9px; }
.frontBox .topItem { display: flex; margin-bottom: 5px; padding: 0 9px; }
.frontBox .needHelp { height: 30px; text-align: right; padding-right: 7px; padding-top: 2px; background: none; }
.frontBox .needHelp a { display: block; background: url(../images/front_box_need_help.gif) no-repeat right; padding-right: 35px; line-height: 30px; font-weight: bold; }
.frontBox .img { float: left; margin-right: 10px; width: 82px; }
.frontBox .info { float: left; padding-top: 5px; }
#threadHelps { background: url(../images/front_box_item_bg.gif) repeat-x 0 30px; -moz-border-radius: 9px; }
#helpThreads { padding-bottom: 0; }
.frontBox .img p {
	margin: 0px;
	margin-left: 2px;
}
.frontBox h2 {
	font-size: 16px;
	color: #e6372f;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.frontBox h3, .frontBox a.header {
	font-size: 14px;
	text-align: left;
	color: #004395;
	height: auto;
	line-height: normal;
	margin-top: 0px;
}
.frontBox p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.frontBox a {
	font-weight: bold;
}
.frontBox a.r {
	display: block;
	text-align: right;
}
.frontBox .cont {
	display: flex;
}
.frontBox .thumbbig {
	background-image: url(../images/front_box_thumb_big.gif);
	width: 71px;
	min-width: 71px;
	height: 59px;
	position: relative;
	margin-right: 10px;
}
.frontBox div.thumbbig span{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 42px;
	height: 42px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
}
.frontBox div.mostKudos li {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.frontBox div.mostKudos div.thumbsmall {
	float: left;
	background-image: url(../images/front_box_thumb_small.gif);
	width: 46px;
	height: 37px;
	position: relative;
}
.frontBox div.mostKudos div.thumbsmall span{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 27px;
	height: 27px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
}
.frontBox div.mostKudos div.info {
	float:left;
	padding-top: 5px;
	margin-left: 10px;
}
.frontBox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.frontBox ul li {
	background-image: url(../images/front_box_item_bg.gif);
	background-repeat: repeat-x;
	padding-left: 5px !important;
}
.frontBox div.hd {
	background-image: url(../images/front_box_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 50px;
}
.frontBox div.hd div {
	background-image: url(../images/front_box_header.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.frontBox div.fo {
	background-image: url(../images/front_box_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 50px;
}
.frontBox div.fo div {
	background-image: url(../images/front_box_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 8px;
}
.frontBox img.li {
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 9px;
	margin-top: 9px;
}
#latestPosts {
	background-color: #bac7e7;
	margin-bottom: 5px;
}
#latestPosts div.hd {
	background-image: url(../images/front_box_header_lp.gif);
	background-color: #bac7e7;
	height: 52px;
	border-left: 3px solid #bac7e7;
	border-top: 3px solid #bac7e7;
	border-right: 3px solid #bac7e7;
}
#latestPosts div.hd h3.date {
	text-align: left;
	padding-left: 15px;
	line-height: normal;
	height: auto;
}
#latestPosts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#latestPosts ul li {
    background: #cad4ef url(../images/front_box_libg_lp.gif) repeat-x;
	height: 36px;
	padding-top: 5px;
	padding-left: 10px !important;
	font-weight: bold;
	word-wrap: break-word;
}
#latestPosts ul li.r {
	float: right;
}
#latestPosts .title { overflow: hidden; white-space: pre; margin-bottom: 2px }
#latestPosts li a { overflow: hidden; white-space: pre; display: block;  }
