

/******* BEGIN: Including global-new.css *******/
@charset "utf-8";

/* /////////////////////// */ /* //// global.css CSS */
/* /////////////////////// */ /* // Table of Contents
   ////// Destroy browser defaults!
   ////// General tag assignments
   ////// Header
   ////// // Site Menu / Header Menu Defaults
   ////// // Search Form Adjustments
   ////// // Drop Down Menu Design
   ////// // User Links
   ////// // // User Icons
   ////// Content
   ////// Sub Menu / Sub Cat CSS
   ////// Sub Cat Menu
   ////// Content Areas (#main)
   ////// Section Menu
   /////////////////////// */ /* Destroy browser defaults! */
/* /////////////////////// */
* {
	margin: 0;
	padding: 0;
	resize: none;
}

a img {
	border: none;
}

/* General tag assignments */ /* /////////////////////// */
a {
	color: #046;
	text-decoration: none;
	outline: none !important;
}

a:hover {
	color: #079;
	text-decoration: underline;
}

html {
	
}

body {
	background: #c7cac1 url(http://s.bebo.com/img/background.jpg);
	font-family: Arial, Calibri, Verdana, Helvetica, sans-serif;
	color: #555;
	font-size: 13px;
}

p {
	margin: 0 0 12px;
}

/* Header */ /* /////////////////////// */
.top-ad {
	display: none;
	background: #000;
	text-align: center;
	color: #777;
	font-size: 11px;
	padding: 18px 0;
	font-weight: bold;
}

#header { /* position:fixed; */
	background: url(http://s.bebo.com/img/header-bg.png) repeat-x left bottom;
	width: 100%;
	/* z-index:200; */
}

#header div.inner {
	position: relative;
	background: url(http://s.bebo.com/img/header-shine.jpg) no-repeat 296px 0;
	margin: 0 auto;
	width: 981px;
	height: 52px;
}

#header h1.logo {
	position: absolute;
	background: url(http://s.bebo.com/img/logo-bottom.png) no-repeat center bottom;
	width: 156px;
	z-index: 3;
	left: 0;
	margin: 0;
}

#header h1.logo a {
	display: block;
	background: url(http://s.bebo.com/img/logo.png) no-repeat center top;
}

#header h1.logo a span {
	display: block;
	text-indent: -9999px;
	width: 156px;
	height: 57px;
}

#header h1.logo a:hover span {
	background: url(http://s.bebo.com/img/logo-hover.gif) no-repeat center top;
}

/* Site Menu / Header Menu Defaults */
#header div#site-menu {
	float: left;
	margin: 0 0 0 155px;
}

#header ul,#header ul.menu-list {
	list-style: none;
}

#header ul.drop-menu > li,#header ul.menu-list > li {
	display: block;
	position: relative;
	padding: 9px 3px 0 0;
	height: 37px;
	float: left;
}

#header ul.drop-menu > li > a,#header ul.menu-list > li > a {
	display: block;
	padding-right: 7px;
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	height: 37px;
}

#header ul > li > a > span,#header ul.menu-list > li > a > span {
	display: block;
	padding: 5px 3px 5px 11px;
}

#header ul > li > a:hover,#header ul > li.current > a {
	background: url(http://s.bebo.com/img/site-menu-hover.png) no-repeat right -30px;
}

#header ul > li > a:hover > span,#header ul > li.current > a > span {
	background: url(http://s.bebo.com/img/site-menu-hover.png) no-repeat 0 0;
	color: #fff;
}

#header ul > li > a > img.headerarrow {
	margin: 0 0 2px;
	border: none;
}

/* Search Form Adjustments */
#header ul li.search input[type=text] {
	padding: 5px;
	width: 200px;
	outline: none;
	border-color: #bbb;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

/* Drop Down Menu Design */
#header ul.menu-list ul.drop-menu {
	display: none;
	float: left;
	position: absolute;
	left: 0;
	background: #000;
	margin: 0;
	padding: 2px 4px;
	z-index: 100;
	min-width: 125px;
	width: 125px;
	height: auto;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	opacity: 0.85;
	filter: alpha(opacity = 85);
}

#header ul.menu-list ul.drop-menu li {
	float: none;
	display: inline;
	margin: 0 !important;
	padding: 0;
}

#header ul.menu-list ul.drop-menu li a,#header ul.menu-list ul.drop-menu li a span
	{ /* Remove Previous Styles  */
	background: none;
	margin: 0;
	padding: 0;
}

#header ul.menu-list ul.drop-menu li a {
	background: none;
	margin: 3px;
	padding: 3px 6px;
	height: auto;
	text-align: left;
}

#header ul.menu-list ul.drop-menu li a:hover {
	background: #ee1010;
	color: #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* User Links */
#header div#user-menu {
	float: right;
	margin:3px 0 0;
}

#header li#drop-user-menu-wrapper > a {
	color: #ccc;
	font-size:12px;
}
	#header li#drop-user-menu-wrapper > a:hover,
	#header li#drop-user-menu-wrapper > a:hover span {
		background-image:none !important;
	}
#header li#drop-user-menu-wrapper > a img {
	margin:0 3px 0 0;
}
#header li#drop-user-menu-wrapper > a img.headarrow {
	margin:0 0 0 3px;
}
#header div#user-menu ul.drop-menu {
	width: 94% !important;
}

#header div#user-menu ul > li span.nav-counter {
	color: #aaa;
}

#header div#user-menu ul > li span.nav-counter:hover {
	color: #fff;
}

/* User Icons */
#header div#user-menu ul > li.notify a:hover,#header div#user-menu ul > li.mail a:hover,#header div#user-menu ul > li.credits a:hover,#header div#user-menu ul > li.luv > a:hover
	{
	background: none;
}

#header div#user-menu ul > li.notify > a > span,#header div#user-menu ul > li.mail > a > span,#header div#user-menu ul > li.credits > a > span,#header div#user-menu ul > li.luv > span
	{
	padding: 7px 8px 3px 17px;
	font-size: 11px;
}

#header div#user-menu ul > li.notify > a > span {
	background: url(http://s.bebo.com/img/user-menu-icons-new.png) no-repeat left -5px;
	padding-left: 19px;
}

#header div#user-menu ul > li.notify > a > span.new,#header div#user-menu ul > li.notify > a > span.new:hover
	{
	background: url(http://s.bebo.com/img/new-notifications-new.gif) no-repeat;
	position: relative;
	top: 3px;
	background-position: 4px 2px;
	/*background-color:#a72121;*/
	margin: 0 6px 0 0;
	padding: 2px 6px 2px 23px;
	color: #f0d6d6;
	font-size: 14px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#header div#user-menu ul > li.notify.new > a > span {
	background: url(http://s.bebo.com/img/new-notification.gif) no-repeat left 8px;
}

#header div#user-menu ul > li.notify > a > span:hover {
	background: url(http://s.bebo.com/img/user-menu-icons-new.png) no-repeat left -31px;
}

#header div#user-menu ul > li.mail > a > span {
	background: url(http://s.bebo.com/img/user-menu-icons.png) no-repeat left -5px;
	padding-left: 28px;
}

#header div#user-menu ul li.mail.new a span {
	background: url(http://s.bebo.com/img/new-notification.gif) no-repeat left 8px;
}

#header div#user-menu ul li.mail a span:hover {
	background: url(http://s.bebo.com/img/user-menu-icons.png) no-repeat left -31px;
}

#header div#user-menu ul > li.credits > a > span {
	background: url(http://s.bebo.com/img/user-menu-icons-new.png) no-repeat left -57px;
}

#header div#user-menu ul > li.credits > a > span:hover {
	background: url(http://s.bebo.com/img/user-menu-icons-new.png) no-repeat left -83px;
}

#header div#user-menu ul > li.luv > span {
	background: url(http://s.bebo.com/img/user-menu-icons-new.png) no-repeat left -109px;
	color: #aaa;
	padding-right: 7px;
	font-weight: bold;
	display: block;
}

#header div#user-menu ul li a span img.avatarsmall {
	margin: 0 8px 0 0;
	height: 32px;
}

#header ul ul.drop-menu li.user-info a {
	display: block;
	height: 35px;
	border-bottom: 1px #444 solid;
	padding-bottom: 3px;
	overflow: hidden;
}

#header ul ul.drop-menu li.user-info a:hover {
	background: none;
	text-decoration: none;
}

/* Content */ /* /////////////////////// */
{
text-align:center;
}
/* Sub Menu / Sub Cat CSS */
div.sub-menu {
	background: #e1e3de;
	padding: 0 6px;
	border-bottom: 1px solid #c4c6c0;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

div.sub-menu ul,div.sub-cat {
	display: inline-block;
	list-style: none;
}

div.sub-menu ul li {
	float: left;
	display: block;
	position: relative;
	padding: 5px 1px 0 0;
	height: 38px;
}

div.sub-cat ul li {
	height: auto;
}

div.sub-menu ul li a {
	display: block;
	margin: 1px 1px 0;
	padding: 5px 12px 7px;
	color: #666;
	text-decoration: none;
}

div.sub-menu ul li a span {
	display: block;
	margin: 3px 0 0;
}

/* div.sub-menu ul li a:hover {
			background:#d1d2cf;
			margin:0;
			color:#000000;
			border:1px solid #d1d2cf;
			border-bottom:none;
			border-radius:6px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			z-index:2;
		} */
div.sub-menu ul li a:hover {
	position: relative;
	background: #d1d2cf;
	margin: 0;
	height: 24px;
	color: #333;
	border: 1px solid #d1d2cf;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	z-index: 2;
}

div.sub-menu ul li.selected a,div.sub-menu ul li.selected a:hover {
	position: relative;
	background: #fff;
	margin: 0;
	height: 26px;
	color: #333;
	border: 1px solid #c4c6c0;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	z-index: 2;
}

#header div.sub-menu ul li a {
	color: #666666;
	display: block;
	margin: 1px 1px 0;
	padding: 10px 12px 2px;
	text-decoration: none;
}

#header div.sub-menu ul li a span {
	display: block;
}

#header div.sub-menu ul li a:hover,#header div#user-menu div#notify-sub > ul > li > a:hover
	{
	-moz-border-radius: 6px 6px 0 0;
	background: none repeat scroll 0 0 #D1D2CF;
	border-color: #D1D2CF #D1D2CF -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #333333;
	height: 24px;
	margin: 0;
	position: relative;
	z-index: 2;
}

#header div.sub-menu ul li.current a,#header div.sub-menu ul li.current a:hover,#header div#user-menu div#notify-sub > ul > li.selected > a,#header div#user-menu div#notify-sub > ul > li.selected > a:hover
	{
	-moz-border-radius: 6px 6px 0 0;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C4C6C0 #C4C6C0 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #333333;
	height: 26px;
	margin: 0;
	position: relative;
	z-index: 2;
}

/* Sub Cat Menu */
div.sub-cat {
	padding: 12px 0 6px;
}

div.sub-cat ul {
	display: inline-block;
	list-style: none;
}

div.sub-cat ul li {
	float: left;
	padding: 4px 6px 0 0;
}

div.sub-cat ul li a {
	background: #e1e3de;
	padding: 6px 12px;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.sub-cat ul li a:hover,div.sub-cat ul li.current a {
	background: #046;
	color: #fff;
}

/* Content Areas (#main) */
div.left-col {
	float: left;
	display: inline-block;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	height: 100%;
}

div.left-col div.content {
	padding: 6px;
}

div.right-col {
	float: right;
	display: inline-block;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	height: 100%;
}

div.right-col div.content {
	padding: 6px;
}

.wide {
	width: 67.8%;
	height: 100%;
	z-index: 2;
}

.short {
	width: 32%;
	z-index: 1;
}

/* Give a vertical dividing line */
.border-left {
	border-left: 1px solid #c4c6c0;
}

.border-right {
	border-right: 1px solid #c4c6c0;
}

/* Section Menu */
div.section-menu {
	background: url(http://s.bebo.com/img/section-menu-bg.jpg) repeat-x left bottom;
	padding: 12px;
}

div.section-menu input {
	margin: 0;
}

#hd.page-head {
	background: none !important;
}

#hd {
	background: none !important;
}

#bd.page-body {
	margin: -6px 0 0;
	padding: 21px 0 0;
}

#banner_ad_refresh {
	background: #000;
}

#wrapper.main {
	background: none !important;
}

#drop-user-menu-wrapper {
	z-index:300;
}

li.notify {
	z-index:300;
}

#drop-user-menu-wrapper .user-info {
	overflow: hidden;
}

.lyt-multi {
	padding: 1px 0 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	width: 980px;
	overflow: hidden;
}

#ft.page-foot {
	background: none !important;
}

#house_home_ad {
	margin-top: 12px;
}

/* fix the buttons for skin preview */
#skin-preview-box .button-row {
	width: 260px !important;
}

/* Notifications Drop Bubble */
div.drop-bubble span.new-count {
	display: block;
	position: absolute;
	top: 3px;
	right: 0px;
	background: url(http://s.bebo.com/img/new-bubble2.png) right top;
	padding: 0 3px 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	z-index: 200;
}

div.drop-bubble li.new {
	background: #fff7d4 !important;
	border-color: #fff !important;
}

div.drop-bubble span.controls {
	display: block;
	margin: 2px 6px 0 0;
	text-align: right;
}

div.drop-bubble span.controls a {
	font-size: 13px !important;
}

div.drop-bubble div.user-pic {
	float: left;
	position: absolute;
}

div.drop-bubble div.user-pic img {
	width: 45px;
}

div.drop-bubble div.activity-content div.user-pic img {
	width: 35px;
}

div.drop-bubble div.user-message {
	margin: 0 0 0 52px;
	min-height: 45px;
	text-align: left; /*bhow*/
}

div.drop-bubble div.user-message a,div.drop-bubble div.user-message-other a
	{
	font-weight: bold;
}

div.drop-bubble div.user-message-other {
	margin: 0 15px 0 15px;
	text-align: left; /*bhow*/
}

div.drop-bubble div.activity-content div.user-message {
	margin: 0 0 0 42px;
	min-height: 34px;
}

div.drop-bubble span.time {
	display: block;
	color: #999;
	font-size: 11.2px;
	text-align: left; /*bhow*/
}

/* Drop Bubble Rules */
#header li.no-items div {
	min-height: 150px;
	text-align: center;
	background: #fff;
}

#header #other-notifications-list li.spacer,#header li#no-feed-items,#header li#no-other-items
	{
	background: #fff;
	border-bottom: none;
	cursor: auto;
}

#header div#loading-throbber {
	min-height: 150px;
	background: #fff url(http://s.bebo.com/img/b-red-loader-sm.gif) no-repeat center;
}

#header .drop-bubble {
	display: none;
	float: left;
	position: absolute;
	right: 0;
	top: 37px;
	background: #fff;
	margin: 0;
	padding: 1px;
	z-index: 999;
	width: 285px;
	border: #bbb 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:  0 3px 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow:  0 3px 12px rgba(0, 0, 0, 0.35);
}

#header div.drop-bubble div.drop-bubble-pointer {
	position: absolute;
	right: 20px;
	top: -9px;
	background: url(http://s.bebo.com/img/drop-bubble-arrow-gray.png) no-repeat;
	width: 20px;
	height: 10px;
}

#header div.drop-bubble div.other-content ul,#header div.drop-bubble div.activity-content ul,#header div.drop-bubble div.mail-content ul,#header div.drop-bubble div.requests-content ul
	{
	padding: 8px 8px 0;
	list-style: none;
}

#header div.drop-bubble div.other-content ul li,#header div.drop-bubble div.activity-content ul li,#header div.drop-bubble div.mail-content ul li,#header div.drop-bubble div.requests-content ul li
	{
	position: relative;
	background: #fff;
	padding: 8px 0;
	border-bottom: 1px #e6e6e6 solid;
}

#header div.drop-bubble div.other-content ul li:last-child,#header div.drop-bubble div.activity-content ul li:last-child,#header div.drop-bubble div.mail-content ul li:last-child,#header div.drop-bubble div.requests-content ul li:last-child
	{
	margin: 0 auto 2px;
	width: 85%;
}

#header div.drop-bubble div.other-content ul li {
	position: relative;
	background: #fff;
	padding: 8px 0;
	border-bottom: 1px #e6e6e6 solid;
}

#header div.drop-bubble div.other-content ul li:last-child {
	margin: 0 auto 2px;
	width: 85%;
}

#header div.drop-bubble ul li a,#header div.drop-bubble ul li a span {
	background: none;
}

#header div.drop-bubble li {
	position: relative;
}

#header div.drop-bubble li.view-more {
	text-align: center;
	font-weight: bold;
	border-bottom: none !important;
}

#header-notify-menu div.sub-menu {
	margin: 0 0 3px !important;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

#header-notify-menu div.sub-menu ul,#header-notify-menu div.sub-menu ul li
	{
	text-align: left;
}

#header div.drop-bubble div.other-content ul li:hover,#header div.drop-bubble div.activity-content ul li:hover,#header div.drop-bubble div.mail-content ul li:hover,#header div.drop-bubble div.requests-content ul li:hover
	{
	background: #f3f3f3;
	cursor: pointer;
}

#header-notify-menu div.sub-menu ul {
	text-align: left;
}

div.feed-no-items {
	position: relative;
	background: url(http://s.bebo.com/img/no-feed-items.jpg) no-repeat;
	margin: 100px auto 0;
	width: 480px;
	height: 178px;
}

div.feed-no-items-content {
	position: absolute;
	top: 18px;
	left: 185px;
}

div.feed-no-items-content h2 {
	width: 185px;
	font-size: 26px;
	font-weight: normal;
}

div.feed-no-items-content a {
	display: block;
	margin: 10px 0 0;
}

ul#other-notifications-list img {
	float: left;
	margin-right: 5px;
}

.profile-feed-header {
	margin-left: 10px;
}

#filter-menu {
	margin-top: 10px;
}

img.photo_feed_img {
	display: inline-block;
	margin: 6px 6px 0 0;
	border: 1px solid #ccc;
}

div.toolbar-bg {
	position: relative;
	background: url(http://s.bebo.com/img/bebo-toolbar-bg.png) no-repeat center;
	margin: 25px auto 0;
	width: 820px;
	height: 820px;
}

a.download-link {
	background: url(http://s.bebo.com/img/download-button.png) no-repeat 0 0;
	top: 385px;
	left: 90px;
	width: 633px;
	height: 155px;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

a.download-link:hover {
	background: url(http://s.bebo.com/img/download-button.png) no-repeat 0 -155px;
}

a.download-link:active {
	background: url(http://s.bebo.com/img/download-button.png) no-repeat 0 -310px;
	top: 388px;
}

a.conduit-link {
	bottom: 14px;
	right: 14px;
	width: 165px;
	height: 40px;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

span.pending-comments,span.friend-requests {
	background: url(http://s.bebo.com/img/new-bubble2.png) repeat-x right
		center;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 16px;
	padding: 3px 4px 0;
	position: absolute;
	z-index: 5;
	right: 6px;
	top: -12px;
}

span.pending-comments a,span.friend-requests a {
	display: inline !important;
	color: #fff !important;
	font-size: 9px !important;
}

span.pending-comments {
	width: 98px;
}

span.friend-requests {
	width: 66px;
}

#user-bar {
	background:#000;
	width:100%;
	display: inline-block;
}
#user-bar div.user-bar-inner {
	margin:0 auto;
	width:980px;
}
#user-bar ul.menu-list  >  li {
	padding:1px 0 0 !important;
	height:30px !important;
}
#header-search {
	float:right;
	top: 3px;
	display:inline-block;
	position:relative;
	margin:6px 8px 0 0;
}

#header-search input.search-field {
		padding: 3px 30px 3px 5px;
		width:235px;
		color:#888;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		outline:none;
		opacity: .35;
}
#header-search input.search-field:hover {
	opacity: .45;
}

#header-search input.search-field:focus {
	opacity: 1;
}

#header-search input.search-button {
		position:absolute;
		top:0;
		right:0;
		background:url(http://s.bebo.com/img/search-button2.png) no-repeat center;
		width:30px;
		height:26px;
		text-indent:-9999px;
		border:none;
		z-index:3;
		cursor:pointer;
}

/******* END: Including global-new.css *******/
