#pCards {
	/*overflow: hidden;*/
}

#cLeft {
	padding-right: 0px;
}

#cRight {
	width: 740px;
	padding: 15px 0 0 0;
}

#pCards ul {
	margin-top: 20px;
	margin-right: 0px;
	list-style: none;
	background: transparent url(../../images/bank/ulcorner.gif) no-repeat
		scroll bottom left;
	height: 40px;
	padding-left: 4px;
}

#pCards ul li {
	width: 133px;
	position: relative;
}

#pCards ul li.active a,#pCards ul li.tab a {
	width: 125px;
}

#pCards ul li.tab {
	text-align: center;
	height: 29px;
	float: left;
	margin-top: 7px;
	text-align: center;
	border-bottom: 1px solid #63a7c2;
}

#pCards ul li.tab span.lmenu {
	width: 5px;
	height: 100%;
	display: block;
	float: left;
	background: #a2ccdd url(../../images/bank/lmenu.gif) no-repeat scroll
		top left;
}

#pCards ul li.tab span.rmenu {
	width: 3px;
	height: 100%;
	display: block;
	float: left;
	background: url(../../images/bank/rmenu.gif) no-repeat scroll
		top left;
}

#pCards ul li.tab a {
	padding-top: 8px;
	display: block;
	float: left;
	height: 21px;
	background: #a2ccdd;
	color: #fff;
}

#pCards ul li.active {
	text-align: center;
	height: 36px;
	float: left;
	border-bottom: 1px solid #63a7c2;
}

#pCards ul li.active span.lmenu {
	width: 5px;
	display: block;
	float: left;
	background: url(../../images/bank/lmenuactive.gif) no-repeat
		scroll top left;
	height: 36px;
}

#pCards ul li.active span.rmenu {
	width: 3px;
	display: block;
	float: left;
	background: url(../../images/bank/rmenuactive.gif) no-repeat
		scroll top left;
	height: 36px;
}

#pCards ul li.active a {
	display: block;
	float: left;
	height: 36px;
	background: #6bb8d7;
	color: #ffffff;
}

#pCards ul li.active a span {
	border-top: 1px solid #63a7c2;
	width: 125px;
	display: block;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
}

#pCards ul li.last {
	padding-right: 8px;
}

#pCards a.compareChecked {
	color: #59A1BE;
	display: block;
	font-size: 9px;
	font-weight: bold;
	left: 9px;
	position: absolute;
	top: 40px;
	width: 60px;
}


