    .selecttd li a {
	   text-decoration: none;
	   color: #000;
	}
    .selecttd a {
	   text-decoration: none;
	   color: #000;
	}
    .selecttd a:hover {
	   text-decoration: none;
	   color: #000;
	}
    .selecttd a:link {
	   text-decoration: none;
	   color: #000;
	}
	
	.comparerow21 {
		height: 140px;
	}
	
	.comparerow23 {
		height: 140px;
	}
	
	.comparerow31 {
		height: 75px;
	}
	
	.comparerow33 {
		min-height: 25px;
	}

	.trigger {
		text-align: left;
		padding-left: 3px;
		padding-top: 2px;
		text-decoration: none;
		border:1px solid #7f9db9;
		color:green;
		width:98%;
		/*padding-right:1em;*/
		background:url('/vgn/mastercard/selectOff.png') bottom right no-repeat #fff;
		display:block;
		height: 18px;
	}
	.activetrigger {
		text-align: left;
		padding-left: 3px;
		padding-top: 2px;
		text-decoration: none;
		border:1px solid #7f9db9;
		width:98%;
		/*padding-right:1em;*/
		display:block;
		background:url('/vgn/mastercard/selectOn.png') bottom right no-repeat #fff;
		height: 18px;
	}

	/* style of the UL */
	.dropcontainer ul {
		text-align: left;
		padding-left: 3px;
		text-decoration: none;
		background:#fff;
		border:1px solid #7f9db9;
		border-bottom: 1px solid #7f9db9;
		list-style-type:none;
		padding:0;
		margin:0;
		width:16em;
		align: left;
		position:absolute;
	}
	.dropdownhidden {
		top:0;
		left:-999em;
	}
	.dropdownvisible{
		top:0;
		left:0;
	}
	.dropcontainer ul a {
		text-decoration: none;
		padding: 0em 0.5em 0em 0.5em;
		display: block;
		width: 15em;
		color: #000;
	}
	.dropcontainer ul a:hover{
		text-decoration: none;
		background:#ccc;
	}
	.dropcontainer {
		position:relative;
	}

	.affinityrewards td {
		border: 1px solid #ccddee;
		text-align: center;
	}
	.affinityrewardsinner td {
		border: 0px;
		text-align: center;
	}
	.turnintodropdown {
		width: 100%;
		visibility: hidden;
	}
