/* start tab styles */
.tabLabelOn a, .tabLabelOn a:hover, .tabLabelOn a:active, .tabLabelOn a:visited, .tabLabelOn a:visited:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.tabLabelOff a, .tabLabelOff a:hover, .tabLabelOff a:active, .tabLabelOff a:visited, .tabLabelOff a:visited:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0079a8;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.tabNum a {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#prodTabNum {
	position: absolute;
	bottom: 6px;
	left: 255px;
}

#topicsTab {
	position: absolute;
	top: 24px;
	left: 300px;
}

#topicsTabLabel {
	 position: absolute;
	 bottom: 6px;
	 left: 315px;
	 height: 18px;
	 overflow: hidden;
	 width: 320px;
}

#topicsTabNum {
	position: absolute;
	bottom: 6px;
	left: 640px;
}

#controlCenter {
	background-color: #EAE7E2;
	width: 100%;
	position: relative;
	height: 55px;
}

#productsTab {
	 position: absolute;
	 top: 24px;
	 left: 10px;
}

#prodTabLabel {
	position: absolute;
	bottom: 6px;
	left: 25px;
	height: 18px;
}

#products {
	float: left;
	width: 730px;
	margin-bottom: 15px;
}

#ddsortby {
	position: absolute;
	top: 31px;
	left: 105px;
	width: 145px;
}

.topic {
	width: 730px;
	height: 86px;
	position: relative;
	background-color: #F4F4F0;
	overflow: hidden;
	margin-top: 10px;
	padding: 0px;
}

.topicBody {
	width: 700px;
	height: 66px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}

.atitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

.topicBody p {
	margin: 0px;
}

.topicBody strong {
	color: #333;
}

.recbar {
	float: left;
	width: 730px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
