
#cardHolder #links
{
	float: right;
	padding: 8px;
}

#cardHolder #text
{
	position: relative;
	padding: 8px;	
}

#cardHolder #card
{
	position: relative;
	float: left;
	width: 300px;
	padding: 8px;	
}

#cardHolder #customer
{
	position: relative;
	float: right;	
	width: 300px;
	padding: 8px;
}

#cardHolder #transactions
{
	position: relative;
	width: 100%;
	padding: 8px;
		
}

#cardHolder #transactions table
{
	width: 100%;	
}

#cardHolder #transactions table thead
{
	position: relative;
	width: 100%;
	padding: 4px 8px;
	font-weight: bold;
	color: #fff;
	background: #000;
	
		
}

#cardHolder #transactions table tbody td, #cardHolder #transactions table tfoot td
{
	position: relative;
	padding: 4px 8px;
	
		
}

#cardHolder hr
{
	color: #efefef;
}

.clsTooltip, .clsToolTip
{
    border: 1px solid #c93;
	background-color: #ffc;
	padding: 4px;
	width: 96%;	
	font-size: 12px;	
}

