.tableholder
	{
	width: 620px;
	margin: 20px auto;
	}


table.callTable {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
.callTable th {
	background: url(../images/sm_bar.gif) 0 0 repeat-x;
	color: #fff;
	border: 1px solid #fff;
	padding: 2px;
}
.callTable td {
	padding: 2px;
	background-color: #fffb9b;
	border: 1px solid #fff;
	
}
.callTable td.cartIcon{
	text-align: center !important;
	background-color: #fff;
}
.callTable td.cartIcon a img{
	border:0px;
}
.callTable td.cartIcon a:hover img{
	border:0px;
}
.callTable td.white {
	background-color: #fff;
}
.callTable td.maximum {
	padding: 10px 0;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffdd1f;
	color: #339933;
}
.callTable td span.newCard {
	font-weight: bold;
	color: #339933;
}
.callTable td a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.callTable td a:hover {
	text-decoration: underline;
}
.callTable td.tdHover:hover {
	cursor: pointer;
	background-color: #ffdd1f;
}
.callTable td a img{
	border: 1px solid #FFDD1F;
}
.callTable td a:hover img{
	border: 1px solid #369300;
}
.callTable td.tableFooter
	{
	padding: 5px 0 5px 5px;
	font-size: 10px;
	background-color: #ffdd1f;
	color: #666650;
	}
