div#profileview{
	width:740px;
	font-size:11px;
}

div.profileUserInfoCol {
	width:450px;
	margin:0px;
	padding:0px;
}

div.profileUserActivitiesCol {
	width:290px;
}

div.profileAvatar{
	width:75px;
	text-align:center;
	margin-bottom:8px;

}

.profileContainer{
	margin-bottom:20px;
}

.profileContainer .profileUserName{
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;
	width:360px;
	line-height:30px;
	height:30px;
}

.profileContainer .profileUserQuote{
	margin:0px;
	padding:0px;
	margin-bottom:12px;
	width:315px;
	padding:8px;
	border:0px solid #cccccc;
	background-image: url(../../images/bg_profile_userquote.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4F4F4;
	padding-left:25px;
	
}

.actionButtonsContainer{
	margin-top:10px;
	margin-left:0px;
	margin-bottom:8px;
	font-size:11px;
	height:20px;
	line-height:30px;
}

.actionButtonsContainer .left{
	text-align:left;
	width:140px;
}
.actionButtonsContainer .right{
	text-align:left;
	width:50%;	
}

.profileContainer a.readfullquote{
	font-size:10px;
}

.profileContainer dl{
	width:440px;
	margin:0px;
	padding:0px;	

}
.profileContainer dt {
	margin:0px;
	border-top:1px dotted #dee2e5;
	font-size:12px;
	display:block;
	float:left;
	width:120px;
	padding: 2px;
	padding-top:4px;
	padding-bottom:4px;
}


.profileContainer dd {
	margin:0px;
	padding:0px;
	border-top:1px dotted #dee2e5;
	font-size:12px;	
	display:block;
	float:left;	
	padding: 2px;
	padding-top:4px;
	padding-bottom:4px;
	width:291px;

}

.profileContainer dd.action {
	margin:0px;
	padding:0px;
	border-top:1px dotted #dee2e5;
	font-size:12px;	
	display:block;
	float:left;	
	padding: 0px;
	padding-top:4px;
	padding-bottom:4px;
	width:20px;
	text-align:right;

}

.profileContainer a.edit{
	width:16px;
	height:16px;
	display:block;
	background-image:url(../../images/icon_edit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:auto;
	margin-right:0px;
}

.profileContainer a.edit:hover{
	background-position: left -16px;;
}

.profileContainer a.edit.quote{
	float:right;
}

dl.accountsetting{
	width:438px;
	margin:0px;
	padding:0px;	
	background-color:#f7f7f7;
	margin-bottom:14px;
	/* border: 1px solid #FF6600; */
	padding-top:8px;
	padding-bottom:8px;
}

a.accountsetting{
	display:block;
	background-image: url(../../images/icons/icons/page_white_wrench.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
}

a.accountsetting.changepassword{
	background-image: url(../../images/icons/icons/icon_password.png);
}

a.accountsetting.privacysetting{
	background-image: url(../../images/icons/icons/icon_privacy.png);
}

a.accountsetting.emailnotifications{
	background-image: url(../../images/icons/icons/icon_email_notification.png);
}

a.accountsetting.manageaddresses{
	background-image: url(../../images/icons/icons/icon_manageaddress.png);
}

dl.accountsetting dt {
	margin:0px;
	border-top:0px dotted #dee2e5;
	font-size:12px;
	display:block;
	float:left;
	width:205px;
	padding: 2px;
	padding-left:11px;
	padding-top:4px;
	padding-bottom:4px;
}

dl.accountsetting dd {
	margin:0px;
	padding:0px;
	border-top:0px dotted #dee2e5;
	font-size:12px;	
	display:block;
	float:left;	
	padding: 2px;
	padding-left:11px;
	padding-top:4px;
	padding-bottom:4px;
	width:205px;

}

dl.accountsetting dd.action {
	margin:0px;
	padding:0px;
	border-top:1px dotted #dee2e5;
	font-size:12px;	
	display:block;
	float:left;	
	padding: 0px;
	padding-top:4px;
	padding-bottom:4px;
	width:20px;
	text-align:right;

}

dl.marketplacesetting{
	width:270px;
	margin:0px;
	padding:0px;
	background-color:#f7f7f7;
	margin-bottom:14px;
	padding-top:8px;
	padding-bottom:8px;
	border: 1px solid #FF6600;
}

a.marketplacesetting{
	display:block;
	background-image: url(../../images/icon_accountsetting.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
}

dl.marketplacesetting dt {
	margin:0px;
	border-top:0px dotted #dee2e5;
	font-size:12px;
	display:block;
	float:left;
	width:120px;
	padding: 2px;
	padding-left:11px;
	padding-top:4px;
	padding-bottom:4px;
}

dl.marketplacesetting dd {
	margin:0px;
	padding:0px;
	border-top:0px dotted #dee2e5;
	font-size:12px;	
	display:block;
	float:left;	
	padding: 2px;
	padding-left:11px;
	padding-top:4px;
	padding-bottom:4px;
	width:120px;

}

dl.marketplacesetting dd.action {
	margin:0px;
	padding:0px;
	border-top:1px dotted #dee2e5;
	font-size:12px;	
	display:block;
	float:left;	
	padding: 0px;
	padding-top:4px;
	padding-bottom:4px;
	width:20px;
	text-align:right;
}

.userprofile_titlebar{
	height:20px;
	line-height:20px;
	background-color:#F4F4F4;
	border-top:1px solid #5a86b3;
	border-bottom:0px solid #92afcf;
	width:440px;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
}

.userprofile_titlebar .left{
	margin-left:8px;
	font-size:12px;
	font-weight:bold;
	color:#333333;		
}

.userprofile_titlebar .right{
	margin-right:8px;
}

.userprofile_titlebar .right {
	font-size:11px;
}

.userprofile_contentBox{
	margin:0px;
	width:440px;
	padding:2px;
	padding-top:10px;
	padding-bottom:10px; /* was 20px */
}

.userprofile_contentBox a Img {
	border:1px solid #ffffff;
}

.userprofile_contentBox a:hover Img{
	border:1px solid #333333;	
}

.userprofile_contentBox.friends IMG{
	width:60px;
	height:60px;
	margin:0px;
	padding:0px;
	margin-right:10px;
}

.userprofile_contentBox.outfits IMG{
	width:60px;
	height:90px;
	margin:0px;
	padding:0px;
	margin-right:10px;
}

.userprofile_contentBox.latestitems IMG{
	width:120px;
	height:120px;
	margin:0px;
	padding:0px;
	margin-right:10px;
}


.userprofile_actionlinks{
	width:440px;
	font-size:11px;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;	
	text-align:right;
	line-height:18px;
	height:18px;
	margin-bottom:20px;
}
.userprofile_actionlinks div.inframe{
	padding-left:8px;
	padding-right:8px;
}

img.icon_decoration{
	margin:0px;
	padding:0px;
	margin-right:8px;
}


div.profileUserActivitiesCol .userprofile_contentBox{
	width:280px;
	padding:0px;
	padding-top:0px;
	padding-bottom:10px;	
}

div.profileUserActivitiesCol .userprofile_titlebar{
	width:270px;
}


div.sellerInfoBox{
	margin:0px;
	padding:0px;
}

div.sellerInfoBox dl{
	width:270px;
	margin:0px;
	padding:0px;	

}
div.sellerInfoBox dt {
	margin:0px;
	border-bottom:1px dotted #dee2e5;
	font-size:12px;
	display:block;
	float:left;
	width:98px;
	padding-left: 8px;
	padding-top:4px;
	padding-bottom:4px;
}


div.sellerInfoBox dd {
	margin:0px;
	padding:0px;
	border-bottom:1px dotted #dee2e5;
	font-size:12px;	
	display:block;
	float:left;	
	padding: 2px;
	padding-top:4px;
	padding-bottom:4px;
	width:160px;
}

div.sellerInfoBox div.txt{
	padding: 2px;
	padding-left: 8px;	
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px dotted #dee2e5;	
	width:260px;
	font-size:12px;
	line-height:18px;
}

div.activitesDate{
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:10px;
	color:#999999;
}

div.sellerInfoBox .txt.log{
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

div.sellerInfoBox .txt.log *{
	margin-left:20px;
}

div.sellerInfoBox .txt.forum{
	background-image: url(../../images/icons/icons/act_status_forum.png);

}
div.sellerInfoBox .txt.marketplace{
	background-image: url(../../images/icons/icons/act_status_marketplace.png);
}
div.sellerInfoBox .txt.gallery{
	background-image: url(../../images/icons/icons/act_status_gallery.png);
}
div.sellerInfoBox .txt.setting{
	background-image: url(../../images/icons/icons/act_status_setting.png);
}
div.sellerInfoBox .txt.user{
	background-image: url(../../images/icons/icons/act_status_user.png);
}

.private {
   font-style: italic;
}

.privacy { /* asterisk indicating a privacy-controlled field information */
	color: orange;
	margin-right: 1px;
	font-weight: bold;
}

div#ppControl {
	background-color:#FFFF99; /* FFFF99 D4E2F0 */
    font-size:12px;
    color:#666666;
    font-style: normal;
    border: 1px solid #E2E2E2;
    padding:10px;
    margin-bottom:15px;
}

div#ppControl .left {
	width: 690px;
}	

a#writeIntro {
    float: left;
    margin-right: 15px;
    text-indent: 20px;
    width:200px;  
    font-size:12px;
}

dl.rewardinfo {
	padding-bottom: 0px;
	font-size: 12px;
}

dl.rewardinfo dt {
    border-top:1px dotted #DEE2E5;  
    margin:0px;
    padding-top: 4px;
	width:160px;
    float:left;    
}

dl.rewardinfo dd {
    border-top:1px dotted #DEE2E5; 
    margin:0px;
    padding: 4px 0px 0px 0px;
    float:left; 
    width:220px;
}

dl.rewardinfo dd.action {
	border-top:1px dotted #DEE2E5; 
    width: 58px;
}


