/* ********************* AFFILIATE DISPLAY ********************* */

.textContent #listTable
{
	margin : 0 auto !important;
	width: 100%;
}
.textContent #listTable tr.th
{
	background-color : #f00;
	color : #fff;
	background-image : url(../images/showProduct/tableTRBack.png);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	height : 30px;
}

.textContent #listTable th.left
{
	background-image : url(../images/showProduct/tableTRLeft.png);
	background-position : left top;
	background-repeat : no-repeat;
	height : 30px;
	padding-left : 5px;
	border-left : 1px solid #c1df99;

}	
	
	


.textContent #listTable tr th.right
{
	background-image : url(../images/showProduct/tableTRRight.png);
	background-position : right top;
	background-repeat : no-repeat;
	height : 30px;
	text-align : right;
	padding-right : 5px;
	border-right : 1px solid #c1df99;
}
.textContent #listTable tr td.left
{
	border-left : 1px solid #c1df99;
	padding-left : 5px;
}
.textContent #listTable tr td.right
{
	text-align : right;
	border-right : 1px solid #c1df99;
	padding-right : 5px;
}
.textContent #listTable td.spacer
{
	border-top : 1px solid #c1df99;
}
.textContent #listTable tr.optLabel td
{
	background-color : #c1df99;
	color : #000;
	font-weight : bold;
	height : 30px;
	padding : 0 10px;
}
.textContent #listTable tr.optionTR0
{
	background-color : #fff;
}
.textContent #listTable tr.optionTR1
{
	background-color : #f5f9d2;
}
	
	

.textContent #listTable td
{
	padding : 2px !important;
}
.highlightLinkText
{
	font-size:  		0.8em;
	color:  			#006dc6;
	background-color:   #ffef00;			
}



