/*TABLES CSS*/
#forumTable {
	float:left;
	border:1px solid #e5e5e5;
	color:#333333;
	text-align:left;
	width:940px;
}

#forumTable table {
	width:100%;
	height:100%;
	padding:10px;
	font-family:helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
}

#forumTable table td {
	padding:10px;
	line-height:15px;
}

#forumTable table .colorCell {
	background:#f0f0f0;
}

#forumTable table .textPurple {
	color:#440051;
}

#forumTable table .textlightGrey {
	color:#999999;
}

#forumTable table .vertAlignMiddle {
	vertical-align:middle;
}

#forumTable table .topLine {
	border-top:1px dotted #CCCCCC;
}

#forumTable table .bottomLine {
	border-bottom:1px dotted #CCCCCC;
}

#forumTable table .sidesDotLine {
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

#forumTable table .cellSubText {
	font-size:12px;
	font-weight:normal;
}

#forumTable table .rowHead {
	text-align:left;
	font-family:helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	padding:0 0 0 8px;
	width:180px;
	height:70px;
}

#forumTable table .colHead {
	font-family:helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding:20px 0 20px 10px;
}

#forumTable table .textLeftAlign {
	text-align:left;
}

#forumTable table .daysCell{
	font-family:helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#666666;
}
/*------------------*/

#activeTradersTable {
	float:left;
	border:1px solid #e5e5e5;
	color:#333333;
	text-align:center;
	width:940px;
}

#activeTradersTable table {
	width:100%;
	height:100%;
	padding:10px;
	font-family:helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}

#activeTradersTable table td {
	padding:10px;
	vertical-align:middle;
	line-height:15px;
}

#activeTradersTable table .colorCell {
	background:#f0f0f0;
}

#activeTradersTable table .textPurple {
	color:#440051;
}

#activeTradersTable table .textlightGrey {
	color:#999999;
}

#activeTradersTable table .topLine {
	border-top:1px solid #CCCCCC;
}

#activeTradersTable table .bottomLine {
	border-bottom:1px solid #CCCCCC;
}

#activeTradersTable table .sidesDotLine {
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

#activeTradersTable table .cellSubText {
	font-size:12px;
	font-weight:normal;
}
#activeTradersTable table .textAlignCenter {
	text-align:center;
}

#activeTradersTable table .rowHead {
	text-align:left;
	font-family:helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	padding-left:8px;
	width:180px;
	height:70px;
	vertical-align:middle;
}

#activeTradersTable table .colHead {
	font-family:helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding-top:20px;
	padding-bottom:25px;
	vertical-align:middle;
}

#activeTradersTable table .textLeftAlign {
	text-align:left;
	padding-left:10px;
}

#activeTradersTable table .priceCell {
	font-family:georgia, serif;
	font-weight:bold;
	font-size:32px;
	color:#666666;
	
}

#activeTradersTable table .moneyBackCell {
	font-family:georgia, serif;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	padding-bottom:20px;
}
/*------------------*/
#productTable {
	border:1px solid #e5e5e5;
	color:#333333;
	text-align:center;
	width:701px;
	height:418px;
}

#productTable table {
	width:100%;
	height:100%;
	padding:10px;
	font-family:helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}

#productTable table td {
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

#productTable table .colorCell {
	background:#f0f0f0;
}

#productTable table .textPurple {
	color:#440051;
}

#productTable table .topLine {
	border-top:1px solid #CCCCCC;
}

#productTable table .bottomLine{
	border-bottom:1px solid #CCCCCC;
}

#productTable table .sidesDotLine {
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

#productTable table .cellSubText {
	font-size:10px;
	font-weight:normal;
}

#productTable table .rowHead {
	text-align:left;
	font-family:helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-left:8px;
	vertical-align:middle;
}

#productTable table .colHead {
	font-family:helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-top:20px;
	padding-bottom:25px;
	text-align:center;
	vertical-align:middle;
}

#productTable table .priceCell {
	font-family:georgia, serif;
	font-weight:bold;
	font-size:32px;
	color:#666666;
	
}

#productTable table .moneyBackCell {
	font-family:georgia, serif;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	padding-bottom:20px;
}


