.b a { color:#3a7398 }

.profile-separator { float:left; padding-left:10px; width:371px; background:url(/docs/design/v-dots-on-white.gif) 0px 0px repeat-y; margin-left:-1px }
.profile-separator .profile-user-nick .M0,
.profile-separator .profile-user-nick .M1,
.profile-separator .profile-user-nick .F0,
.profile-separator .profile-user-nick .F1 { float:left; padding:13px 8px 0px 0px }
.profile-separator .profile-user-nick .member-link { font-size:16px; line-height:30px; color:#3a7398; font-weight:bold; text-decoration:none }

.profile-text-small { font-size:12px; line-height:20px; padding-bottom:10px }
.profile-text-small strong { float:left; width:110px }
.profile-text-small span, .profile-text-small a { float:left; width:249px }

.profile-text-large { font-size:12px; line-height:20px }
.profile-text-large strong { float:left; width:130px }
.profile-text-large span, .profile-text-large a { float:left; width:375px }

#center_content .container .b .bar { width:500px }
#center_content .container .b .bar .user { margin:0px; float:left; width:400px }
#center_content .container .b .bar .user .member-link { color:#ccc; font-weight:normal; font-size:1em; border-bottom:0px }

.b .bar a.option { float:right; color:#ccc; background:url(/docs/design/link_white.gif) 0px 6px no-repeat; padding:0px 6px; text-decoration:none }
.b .bar a.option:hover { text-decoration:underline }
.b .delete-hint { display:block; font-size:9px; background:#eee; padding:5px; border:1px solid #ccc; margin-bottom:5px }

a#toggle-editor { float:left; height:13px; line-height:13px; background:url(/docs/graphigs/icons/expand-collapse.gif) 0px 2px no-repeat; padding-left:15px }

#buddy-req-list { width:112px; overflow:hidden }
#buddy-req-list ul { width:112px; overflow:hidden }
#buddy-req-list ul li { display:block; position:relative }
#buddy-req-list ul li .member-link { display:inline }
#buddy-req-list .buddylinks { position:absolute; display:none; background:#000; right:0px; top:0px }
#buddy-req-list .buddylinks a { float:left; display:inline; font-weight:strong; padding:0px 2px; color:#fff; text-decoration:none }


/**
 * start: write comment
 * --------------------------------------------------------------------------------------------------*/
#center_content .container .b .leftcol {
	position:relative;
    width:120px;
    float:left;
    padding-top:5px;
}

#center_content .container .b .rightcol {
    position:relative;
    width:385px;
    float:left;
    padding-top:5px;
}

#center_content .container .b .rightcol textarea {
    width:383px;
    height:110px;
    padding:0;
    margin:0 auto;
    border:1px solid #ddd;
}

#center_content .container .b .rightcol .dowrite { padding-top:5px }

#center_content .container .b .rightcol .dowrite button {
	cursor: pointer;
	height: 18px;
	display: block;
	margin:0;
	border:0;
	padding:0;
	float:right;
}

#center_content .container .b .rightcol .dowrite button.post {
    width:79px; background:url(/docs/design/btnComment.gif) top left no-repeat;
}
#center_content .container .b .rightcol .dowrite button.post:hover {
    background-position:bottom left
}

/*#center_content .container .b .rightcol .dowrite button.edit,
#center_content .container .b .rightcol .dowrite button.edit-out {
    width:55px;
	background:transparent url(../design/btnEdit.gif) top left no-repeat;
}
#center_content .container .b .rightcol .dowrite button.edit-over {
    width:55px;
	background:transparent url(../design/btnEdit.gif) bottom left no-repeat;
}*/
/* end: write comment
 */

