nav.user-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav.user-menu ul li{
	float: left;
	padding: 0px 11px 0px 11px;
	border-left: 1px dotted #cccccc;
}
nav.user-menu ul li:first-child{
	padding: 0px 11px 0px 2px;
	border-left: none;
}
div.bbp-breadcrumb p,
div.bbp-breadcrumb a,
nav.user-menu ul li a{
	font-family: "PT Sans Narrow",sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
}
div.bbp-breadcrumb p{
    color: #333;
}
div.bbp-breadcrumb a:hover,
nav.user-menu ul li a:hover{
	color: #047fe3;
}
nav.user-menu ul li.current-menu-item a:hover,
nav.user-menu ul li.current-menu-item a{
	color: #333333;
}
/* USER PROFILE */
.my-profile{
    margin-top: 30px;
}
.my-profile table tr{
    border: none;
}
.my-profile form#ws-plugin--s2member-profile table td{
	padding-bottom: 20px;
}
form#ws-plugin--s2member-profile input[type="email"],
form#ws-plugin--s2member-profile input[type="text"],
form#ws-plugin--s2member-profile input[type="password"]{
	font-family: "PT Sans Narrow",sans-serif;
	font-size: 24px;
	color: #454545;
    height: 36px;
}

.my-profile form#ws-plugin--s2member-profile label{
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;    
}
.my-profile #ws-plugin--s2member-profile-password-strength,
.my-profile form#ws-plugin--s2member-profile em{
    font-family: Verdana,sans-serif;
    font-size: 13px;
    padding: 5px;
}

.my-profile #ws-plugin--s2member-profile-password-strength{
    font-style: normal;
}
.my-purchases{
    margin-top: 30px;
}