
		#ownedToolBar {
			font-family:Arial, sans-serif;
			height:33px;
			width:100%;
			background-image:url(/RESOURCES/IMG/ownedToolBar/toolBarBg.png);
			background-repeat:repeat-x;
			position:fixed;
			z-index:9999;
			top:0px;
			left:0px;
		}
		#ownedLogo {
			float:left;
			margin-left:10px;
		}
		#ownedToolBarTabs {
			color:#fff;
			font-family:Arial, sans-serif;
			font-weight:bold;
			font-size:14px;
			position:absolute;
			left:130px;
			top:0px;
			width:1000px;
		}
		.ownedToolBarTab {
			margin-left:40px;
			cursor:pointer;
			height:33px;
			position:relative;
			float:left;
			padding-top:12px;
		}
		.coolTabL {
			position:absolute;
			width:13px;
			height:33px;
			left:-12px;
			top:0px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/tabLeft.png);
			background-repeat:no-repeat;
		}
		.coolTabR {
			position:absolute;
			width:13px;
			height:33px;
			right:-13px;
			top:0px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/tabRight.png);
			background-repeat:no-repeat;
		}
		#ownedSearch {
			color:#fff;
			font-weight:bold;
			font-size:14px;
			margin:9px 0px 0px 130px;
			float:left;
		}
		#ownedSearch input{
			border:solid 1px #777;
		}
		#ownedMag {
			margin:16px 0px 0px 8px;
			float:left;
		}
		#toolBarLoading {
			margin:20px;
		}
		#friendDrawer {
			position:fixed;
			z-index:1000000;
			top:33px;
			left:0px;
			height:266px;
			width:100%;
			display:none;
			background-image:url(/RESOURCES/IMG/ownedToolBar/friendSpaceBg.png);
			background-repeat:repeat-x;
			background-position:bottom center;
			background-color:#bababa;
			font-family:Arial, sans-serif;
			font-size:10px;
		}
		#searchDrawer {
			position:fixed;
			z-index:1000000;
			top:33px;
			left:0px;
			height:266px;
			width:100%;
			display:none;
			background-image:url(/RESOURCES/IMG/ownedToolBar/friendSpaceBg.png);
			background-repeat:repeat-x;
			background-position:bottom center;
			background-color:#bababa;
			font-family:Arial, sans-serif;
			font-size:10px;
		}
		.search_user {
			color: #fff;
			font-family: Arial, sans-serif;
			font-size: 18px;
			margin: 8px 10px 2px 0px; 
			width: 100px; 
			float: left; 
			text-align: right;
			float: left; 
			line-height: 20px;
			overflow:hidden;			
		}
		.search_wrapper{
			margin:1px;
		}
		.search_domain{
			font-size: 18px;
			margin: 7px 0px; 
			position: relative; 
			float: left;
			color: #f00;
		}
		.search_domain a {
			text-decoration: none;
			color:#f00;
		}
		
		#commentDrawer {
			position:fixed;
			z-index:1000000;
			top:33px;
			left:0px;
			height:53px;
			width:100%;
			display:none;
			background-image:url(/RESOURCES/IMG/ownedToolBar/commentSpaceBg.png);
			background-repeat:repeat-x;
			font-family:Arial, sans-serif;
		}
		#commentDrawer .commentButt {
			margin:7px 0px 0px 30px;
			position:relative;
			float:left;
			cursor:pointer;
		}
		.otb_commentCount {
			color:#fff;
			position:absolute;
			right:10px;
			top:12px;
			font-size:13px;
			font-weight:bolder;
		}
		#addFriendHolder {
			height:189px;
			width:170px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/addFriendBg.png);
			background-repeat:no-repeat;
			float:left;
			margin:26px 0px 0px 10px;
		}
		#currentHolder {
			position:absolute;
			bottom:54px;
		}
		#addFriendButt {
			width:145px;
			height:39px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/addFriendButton.png);
			margin:7px auto 0px auto;
			cursor:pointer;
		}
		#addFriendImage {
			width:147px;
			height:134px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/addFriendImageBg.png);
			background-repeat:no-repeat;
			margin:3px auto;
			text-align:center;
			position:relative;
		}
		#addFriendName {
			position:absolute;
			bottom:10px;
			left: 10px;
			font-size:13px;
			color:#fff;
			font-weight:bold;
			width:130px;
			text-align:center;
		}
		#addFriendNameS {
			position:absolute;
			bottom:10px;
			left: 10px;
			font-size:13px;
			color:#fff;
			font-weight:bold;
			width:130px;
			text-align:center;
		}		
		#currentFriends {
			width:916px;
			height:188px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/currentFriendsBg.png);
			background-repeat:no-repeat;
			float:left;
			margin:26px 0px 0px 10px;
			text-decoration: none;
		}
		#currentSearch {
			width:916px;
			height:188px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/currentFriendsBg.png);
			background-repeat:no-repeat;
			float:left;
			margin:26px 0px 0px 10px;
			text-decoration: none;
		}		
		.currentFriend {
			width:98px;
			height:89px;
			margin:3px 0px 0px 3px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/currentFriendFrame.png);
			background-repeat:no-repeat;
			float:left;
			text-align:center;
			position:relative;
		}
		.friendImg {
			height:71px;
			width:80px;
			border:0px;
			margin:8px 5px;
		}
		.currentFriendName {
			position:absolute;
			text-align:center;
			text-decoration:none;
			bottom:10px;
			left:0px;
			width:98px;
			color:#000;
		}
		#showPending {
			position:absolute;
			bottom:7px;
			left:10px;
			cursor:pointer;
			width:247px;
			height:32px;
		}
		#showPending span {
			text-align:center;
			font-size:12px;
			line-height:28px;
			position:absolute;
			left:214px;
			bottom:3px;
			font-weight:bold;
			width:22px;
		}
		#ownedFilterFriends {
			top:10px;
			left:190px;
			position:absolute;
		}
		#ownedFilterFriends div {
			float:left;
			margin-left:10px;
			margin-right:10px;
			cursor:pointer;
		}
		#pendingHolder {
			position:absolute;
			bottom:54px;
			display:none;
			height:140px;
			margin-left:10px;
		}
		#pendingTitle {
			position:absolute;
			bottom:155px;
			left:0px;
		}
		.pendingFriend {
			float:left;
			margin:5px;
		}
		.pendingFriend .adbutt {
			display:inline;
			margin:3px 0px 0px 4px;
			cursor:pointer;
		}
		#ownedFriendsPagination {
			position:absolute;
			bottom:7px;
			left:500px;
			height:32px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pagesBg.png);
		}
		#ownedFriendsPaginationInnerWrap {
			position:relative;
			padding-top:4px;
		}
		#ownedPagesBgL {
			position:absolute;
			top:0px;
			left:-9px;
			height:32px;
			width:9px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pagesBgL.png);
		}
		#ownedPagesBgR {
			position:absolute;
			top:0px;
			right:-9px;
			height:32px;
			width:9px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pagesBgR.png);
		}
		.ownedFriendsPage {
			height:23px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pageBg.png);
			position:relative;
			float:left;
			margin:0px 7px;
			cursor:pointer;
			color:#fff;
			font-weight:bold;
			font-size:14px;
			line-height:23px;
		}
		.ownedFriendsPageBgL {
			position:absolute;
			height:23px;
			width:5px;
			left:-5px;
			top:0px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pageL.png);
		}
		.ownedFriendsPageBgR {
			position:absolute;
			height:23px;
			width:5px;
			right:-5px;
			top:0px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pageR.png);
		}
		.ownedCurrentPage {
			height:23px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pageABg.png);
			position:relative;
			float:left;
			margin:0px 7px;
			cursor:pointer;
			color:#000;
			font-weight:bold;
			font-size:14px;
			line-height:23px;
		}
		.ownedCurrentPageL {
			position:absolute;
			height:23px;
			width:5px;
			left:-5px;
			top:0px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pageAL.png);
			background-repeat:no-repeat;
		}
		.ownedCurrentPageR {
			position:absolute;
			height:23px;
			width:5px;
			right:-5px;
			top:0px;
			background-image:url(/RESOURCES/IMG/ownedToolBar/pageAR.png);
			background-repeat:no-repeat;
		}
		#showCommentSpace {
			position:absolute;
			top:53px;
			left:0px;
			width:250px;
			background-color:#ccc;
			padding:5px 0px;
			font-size:12px;
			display:none;
			overflow:auto;
		}
		#closeCommentSpace {
			text-decoration:underline;
			cursor:pointer;
			margin-left:20px;
		}
		#newOldCommentsToggle {
			font-weight:bold;
			margin-left:10px;
		}
		#newOldCommentsToggle span {
			text-decoration:underline;
			font-weight:normal;
			cursor:pointer;
		}
		.ownedCommentBox {
			margin:5px 5px 0px 5px;
			background-color:#fff;
			border:solid 1px #555;
			position:relative;
			color:#000;
		}
		.ownedCommentBoxName {
			font-weight:bold;
			padding:5px;
			border-bottom:1px solid #777;
		}
		.deleteComment {
			position:absolute;
			top:5px;
			right:5px;
			cursor:pointer;
		}
		.ownedCommentBoxComment {
			margin:5px;
		}
		#profileImg {
			margin: 8px 5px 5px 5px;
		}
		#profileImgS {
			margin: 8px 5px 5px 5px;
		}		
		#showAllFriends {
			color:#000;
		}

	<!--[if IE]>

		#showCommentSpace {
			top:86px;
		}
		.deleteComment {
			right:25px;
		}

	<![endif]-->

