/*********************************************************************
											  My Account Page
 *********************************************************************/



.myAccountHeader {
	height: 22px;
	width: 202px;
	text-align: left;
	color:#FFFFFF;
	background-color: #84AD45;
	background-image: url(../images/headergreentr.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11pt;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.myAccountContent {
	width: 200px;
	background:#D5E3BF;
	padding: 5px;
	border: 1px solid #BBB;
	font-size: 9pt;
}


.wrapperContent {
	margin-left: 240px;
}

.listings {
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 8px;
	clear: left;
}

.myListingsHeader {
	height: 48px;
	text-align: left;
	background-image: url(../images/iconmylistings.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11pt;
	font-weight: bold;
	color: #C26701;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}


.myFavouritesHeader {
	height: 48px;
	text-align: left;
	background-image: url(../images/iconmyfavs.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11pt;
	font-weight: bold;
	color: #C26701;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}


