/* sidebar */

.sidebar {
	float: left;
	padding: 38px 0 0px 20px;
	position: relative;
	width: 190px;
}
a.btnClose {
	background: url('../../images/icnClose.png') no-repeat 100% 0;
	color: #B00;
	display: block;
	font-size: 1.1em;
	padding: 2px 23px 3px 0;
	position: absolute;
	right: 0;
	text-align: right;
	text-decoration: none;
	top: 0px;
}
a.btnClose:hover {
	background-position: 100% -50px;
}

.sidebar h4 {
	color: #333;
	font-weight: bold;
	padding: 0 2px 2px;
}
.sidebar h4.border {
	border-color: #B00;
}
.sidebar p {
	font-size: 1.1em;
}
.loginDetails {
	background: url('../../images/bgLoginDetails.html') no-repeat 0 0;
	padding: 10px 10px 0;
}
.loginDetails .ldFooter {
	background: url('../../images/bgLoginDetails.html') no-repeat bottom left;
	bottom: -1px;
	display: block;
	height: 9px;
	left: -10px;
	position: relative;
	width: 304px;
}
.sidebar p.moreInfo {
	background: url('../../images/bgMoreInfo.gif') no-repeat top left;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 14px 13px 0;
}

.moreInfo strong {
	display:block;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}
.moreInfo .miFooter {
	background: url('../../images/bgMoreInfo.gif') no-repeat bottom left;
	bottom: -1px;
	display: block;
	height: 15px;
	left: -13px;
	position: relative;
	width: 190px;
}

/* contact banners */

.regContactNumber {
	background: url('../../images/bannerRegContactNumberNarrow.jpg') no-repeat 0 0;
	height: 274px;
	margin: 23px 0 0;
	overflow: hidden;
	text-indent: -9999em;
	width: 178px;
}


/* sidebar lists */
.sidebar .list {
	background: transparent;
	border-bottom: 25px solid #FFF;
	border-top: 1px solid #B00;
	padding: 0;
}
.sidebar .list li {
	border-bottom: 1px solid #E0E0E0;
	padding: 4px 7px;
}