.articleleft {
	width: 257px;
	float: left;
	margin: 10px 5 0 5px;
}
html>body .articleleft {
	margin: 10px 5 0 5px;
}
.articleleft h2 {
	left: 10px;
	font-size: 22px;
	color: white;
	font-weight: normal;
	padding: 17px 0 14px 40px;
	background: #3c3c3c url(../images/articleleftbg.jpg) left top no-repeat;
}
.articleleft ul {
	width: 257px;
}
.articleleft li {
	display: block;
	list-style: none;
	left: 10px;
	float: left;
}
#lastarticle {
	border-bottom: 1px solid #3c3c3c;
}
.articleleft li a {
	float: left;
	font-size: 11px;
	color: #f45900;
	border-bottom: 1px solid #cbc5bd;
	border-left: 1px solid white;
	border-right: 1px solid white;
	display: block;
	width: 205px;
	padding: 10px 25px 9px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background: #f3f1ee url(../images/articlenav.jpg) left top repeat-x;
}
.articleleft li a span {
	color: black;
	padding: 0 10px 0 0;
}
.articleleft li a:hover {
	color: black;
}
/*------------------for htolinks in profile page------------------------------------------------*/
.hotlinks {
	float: left;
	padding: 0 0 0;
	text-align: left;
	margin: 10px 5 0 5px;
	border-bottom: 1px solid #a2958c;
	width: 257px;
	background: #f5f2f0 url(../images/forumbg.jpg) left top no-repeat;
}
html>body .hotlinks {
	margin: 15px 5 0 5px;
}
.hotlinks h1 {
	font-size: 12px;
	color: white;
	padding: 7px 10px;
}
.hotlinks h1 a {
	color: #e2dccd;
	float: right;
	font-weight: normal;
	font-size: 11px;
}
.hotlinks h1 a:hover {
	text-decoration: none;
	color: white;
}
.hotlinks p {
	color: #1e1e1e;
	line-height: 14px;
	padding: 9px 10px 0;
}
.hotlinks p a {
	color: #f45900;
	text-decoration: none;
}
.content .hotlinks p strong a {
	color: #f45900;
	font-weight: bold;
	text-decoration: none;
}
.content .hotlinks p a:hover {
	text-decoration: underline;
}
.hotlinks {
	margin: 10px 0 0;
}
html>body .hotlinks {
	margin: 15px 0 0;
}
