/* BINNS FEATURE */

.featureWrapper {
	
	font: normal 10px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;

	position:relative;
	background: url(/nb/images/Dots_divider.gif) repeat-x bottom left;
	padding: 0;
	margin:8px;
	padding-bottom:15px;
}

.featureWrapper p {
	margin:0 0 10px 70px;
}

.featureWrapper p a  {
	font-weight:bold;
}


.featureWrapper img {
	float:left; 
	border:1px solid #383E36;
}

.featureWrapper img.icon {
	border:0px;
	margin: 0px;
	padding: 0px;
	float:none;

}

div.photoLeft {
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid #383E36;
}

div.photoLeft img {
	margin: 5px;
	border: 1px solid #383E36;
}

div.photoRight {
	float: right;
	margin: 5px 0 10px 10px;
	border: 1px solid #383E36;
}

div.photoRight img {
	margin: 5px;
	border: 1px solid #383E36;
}

div.caption {
	font-size: 10px;
	font-style: italic;
	text-align:left;
	padding:0 5px 5px 5px;
}


/* ALL FEATURE */

div.pensionB {
	background-color:#F0EDE8;
	padding:8px;
	border:1px solid #D2CEC8;
	margin:10px 5px 15px 5px;
}

div.pensionB ul li {
	margin:0;
	padding:0;
	line-height:14px;
	margin-bottom:8px;
}


.pensionbox {
	width:390px;
	border:1px solid #D2CEC8;
	margin:10px 0px 15px 0px;
}

.pensionbox div {
	padding: 5px 4px;
}

.pensionbox h5 {
	margin:0px;
	padding: 8px;
	border-bottom: 1px solid #D2CEC8;
	background-color:#EAE8DF;
}

.pensionbox img{
	margin:0px;
	padding: 0px;

	border:0px solid #D2CEC8;
}

div.pension {
	background-color:#D1D2D4;
	border:2px solid #FFF;
	width:402px;
	display:none;
	z-index:400;
}

div.pension .imgBox {
  background-color:#FFF;
	width:82px;
	z-index:2;
	float:left;
}

div.pension .profileBox {
	width:315px;
	margin:0 0 0 5px;
	z-index:2;
	float:left;
}

div.pension .profileBox .profileLabels {
  font-weight:bold;
	width:50px;
	z-index:3;
	float:left;
}

div.pension .profileBox .profileContent {
	width:260px;
	margin:0 0 0 5px;
	z-index:3;
	float:left;
}

div.pension table {
  font-size:11px;
	width:100%;
}
div.pension table td {
	vertical-align:top;
}




/* 	BY THE NUMBERS */

table.stats {
	border:1px solid #DDDAD6;
	width:100%;
	margin-bottom:15px;
}

table.stats th {
	background-color:#D1D2D4;
	color:#666;
	text-transform:uppercase;
	padding:5px;
}

table.stats td {
	border-bottom:1px solid #DDDAD6;
	border-right:1px solid #DDDAD6;
	padding:3px;
	margin:0;
	text-align:center;
}

table.stats td.noBorderBottom {
	border-bottom-style:none;
}

table.stats td.noBorderRight{
	border-right-style:none;
}

/* STATS WITH PIE CHART */
table.stats2 {
	width:100%;
	margin-bottom:15px;
}

table.stats2 th {
	background-color:#D1D2D4;
	color:#666;
	text-transform:uppercase;
	padding:5px;
}

table.stats2 td {
	border-bottom:1px solid #DDDAD6;
	border-right:1px solid #DDDAD6;
	padding:3px;
	margin:0;

}

table.stats2 td.textLeft2 {
	text-indent:30px;
	text-align:left;
}

table.stats2 td.BorderTop {
	border-TOP:1px solid #DDDAD6;
}

table.stats2 td.noBorderBottom {
	border-bottom-style:none;
}

table.stats2 td.noBorderRight{
	border-right-style:none;
}

/* 	END BY THE NUMBERS */
