/* members */

#account-div {
	width: 740px;
	margin: auto;
}

#account-div p {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#account-div img.title {
	height: 30px;
	width: 211px;
	text-align: center;
	position: relative;
	top: -35px;
	margin: auto auto -21px;
}

.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}

.button {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
}


.err {
	font-size: 11px;
	font-weight: bold;
	color:#FF3300;
	list-style: none;
}


/* The accountNav */
ul#accountNav {
	height: 30px;
	list-style: none;
	position: relative;
	direction: ltr;
	display: block;
	text-align: center;
	margin: auto auto;
	top: -35px;
}

#accountNav li {
	float: left;
	text-indent: -9999px;
	}
	
#accountNav li a {
	width: 175px;
	height: 30px;
	display: block;
	}
	
#accountNav li.active {
	background-position: top;
	}

#accountNav li.inactive {
	background-position: bottom;
	}
	
#accountNav li:hover {
	background-position: top;
	}
		
#accountNav li#pendingorders-tab {
	height: 30px;
	width: 175px;
	background-image: url(../account/images/pendingorders.jpg);
	margin-right: 1px;
}

#accountNav li#editprofile-tab {
	height: 30px;
	width: 175px;
	background-image: url(../account/images/editprofile.jpg);
	margin-right: 1px;
}

#accountNav li#pastorders-tab {
	height: 30px;
	width: 175px;
	background-image: url(../account/images/pastorders.jpg);
	margin-right: 1px;
}
