#forum {
	text-align: center;
	float: left;
}

#forum p {
	text-align: left;
}

#forum #items {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

#forum .item p a {
	font-weight: bold;
	text-decoration: underline;
	color: #11365F;
}

#forum .item {
	width: 250px;
	height: 75px;
	float: left;
}

#forum .item p {
	float: left;
	letter-spacing: 0.5px;
	line-height: 1.3 em;
	padding: 10px;
}

#forum .item img {
	float: left;
}

#forum #Search_Div {
	width: 420px;
	float: right;
	padding-top: 15px;
}

#forum #Search_Div label {
	color: #FF8100;
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 205px;
	float: left;
	padding-right: 1%;
	text-align: left;
	padding-top: 8px;
}

#forum #Search_Div p {
	margin:1px  0px 0px 0px;
	color: #292929;
	line-height: 12px;
	clear: both;
}

#forum #Search_Div p input#productName {
	background-image: url(../images/bg_champTXT.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border:1px solid #C4C4C4;
	height:18px;
	float: left;
	margin-top: 6px;
}

#forum #Search_Div p input.btnSearch {
	width:41px;
	height:39px;
	float:left;
	text-align: right;
}

#forum #items .left {
	width: 374px;
	float: left;
	clear: left;
	border-right: 1px dotted #666666;
}

#forum #items .right {
	width: 374px;
	float: right;
	clear: right;
}

#forum #items p.section {
	font-weight: bold;
	font-size: 11px;
	color: #11365F;
	text-decoration: none;
}

#forum #items p.subsection a {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}