body {
	color: black;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background:#fff;
	width:100%;
}

img {
	border:0px;
}

h1 {
	clear:both;
	color:#122761;
	font-weight:normal;
	font-size:22px;
	letter-spacing:-0.006em;
	margin:7px 0 14px;
	padding:0 0;
	line-height:20px;
	font-family:arial, georgia, verdana;
}

h1 small {
	font-size:72%;
	letter-spacing:0;
	line-height:22px;
	color:#233981;
}

h2 {
	clear:both;
	color:#444;
	font-size:18px;
	font-weight:normal;
	padding-bottom:9px;
	margin:20px 0 9px;
}

h3 {
	color:#205e95;
	font-weight:bold;
	font-size:14px;
	margin:0 0 10px;
	padding:7px 0 0;
}

h4 {
	font-size:12px;
	margin:12px 0px 6px 0px;
	color:#333333;
}

h3 small{
	color:#555;
}

#sidebar h3 {
	padding:0;
}

.c_urls h3 {
	border-bottom:1px solid #ddd;
	clear:both;
	font-size:18px;
	font-weight:normal;
	margin:20px 0 4px;
	padding:0 0 2px 0;
	color:#444444 !important;
}

#main_topic {
	border-bottom:1px solid #d5d5d5;
	border-top:2px solid #dadada;
	background:white url('../img/main_topic_bg.gif') repeat-x;
	height:50px;
	display:block;
}

#main_topic .inner {
	margin:0 auto;
	width:980px;
	padding:10px 10px 0 10px;
}

#main_topic h1 {
	width:680px;
	color:#555;
	font-size:18px;
	display:block;
	float:left;
	margin:5px 20px 0 0;
}

#main_topic_right {
	width:280px;
	float:left;
}

a {
	color:#205e95;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.underline {
	text-decoration:underline;
}

a.underline:hover {
	text-decoration:underline;
}


a.tiny {
	font-size:10px;
}

a.white {
	color:white;
}

a.black {
	color:black;
}

a.light_grey {
	color:#999 !important;	
}

a.light {
	color:#5689B0;
}

a.grey {
	color:#555555;
}

a.action {
	background-color:#F0F0F0;
	color:#848484;
}

.info {
	color:#666;
}

.info.bigger {
	font-size:14px;
	line-height:18px;
}

.hidden {
	display: none !important;
}

.float {
	float: left;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	-moz-border-radius:3px 3px 3px 3px;
	border:1px solid #BBBBBB;
	font-size:14px;
	padding:2px 4px;
	margin:0;
}

textarea {
	overflow: auto;
}

.input, .radio, .list {
	clear:both;
	padding:0 9px 9px 0;
	margin-bottom: 9px;
	border-bottom:1px solid #dfdfdf;
}

form.unformatted .input, 
form.unformatted .radio, 
form.unformatted .list, 
form.unformatted .submit {
	border:0;
	padding:6px 4px;
	margin:0;
}

.input label {
	font-weight:normal;
	width:200px;
	display:block;
	float:left;
}

.input.half input {
	width:95px;
	margin-right:10px;
}

.input_align {
	float:left;
	width:32%;
}

.input_align label {
	display:block;	
}

.input input,
.input_align input {
	width:300px;
	font-size:14px;
	padding:2px 4px;
}

.input select {
	width:310px;
}


.input label small {
	font-size:10px;
	font-weight:normal;
	color:#999999;
}

.error input, .error select, .error textarea {
	background-color:#ffe8e8;
}

.error-message {
	color:#dd0000;
	margin-left:250px;
	font-size:11px;
}

.relative {
	position: relative;
}

.submit {
	margin:4px 0;
	padding:2px;
	font-size:14px;
}

.submit input {
	width:auto;
	margin-left:200px;
	padding:1px 4px;
}

div.checkbox input {
	width:auto;
	border:0;
}

div.checkbox {
	border:0px;
	padding:0px 0px 0px 250px;
}

div.radio {
	/*padding-left:250px;*/
}

div.radio label {
	font-weight:normal;
	display:inline;
	float:none;
	width:auto;
	margin-right: 10px;
}

div.radio input{
	display:inline;
	float:none;
	width:auto;
	border:0;
	margin-right: 5px;
}

div.radio .label {
	width:140px;
	float:left;
}

.input label.left, .input div.left {
	font-weight:bold;
	width:250px;
	display:block;
	float:left;
}

.input .additional {
	display:inline;
	width:100px;
}

.input .additional input {
	width:auto;
	float:none;
}

.input .additional label {
	float:none;
	font-weight:normal;
	color:#999999;
	font-size:10px;
	line-height:16px;
	width:auto;
	display:inline;
}


a.button, a.button_block {
 	background-color: #DDDDDD;
	border: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	font-size: 11px;
	cursor:pointer;
	padding: 4px;
	text-decoration:none;
	color: #333333;
	margin:0px 5px 0px 0px;
}

a.button_block {
	display:block;
	width:100px;
}

.btn, .submit input.btn {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 4px 5px;
	text-decoration: none;
	border: 1px solid #AAA;
	text-align:center;
}

.btn:active, .submit input.btn:active {
	padding:5px 4px 3px 6px;
}

input.btn { font-size:12px; }

.btn.gray {
	background:#ddd url('/img/call-button-grey.gif') repeat-x right top;
	color: #666 !important;
}
.btn.gray:hover {
	border-color: #666;
	background:#fff url('/img/call-button-grey-i.gif') repeat-x right top;
	text-decoration: none;
}

.btn.yellow {
	background:#ffc url('/img/call-button.gif') repeat-x right top;
	color: #666 !important;
}
.btn.yellow:hover {
	background:#fff url('/img/call-button-i.gif') repeat-x right top;
	text-decoration: none;
	border-color: #666;
}

.btn.green {
	background:#b7e086 url('/img/call-button-green.gif') repeat-x right top;
	border: 1px solid #639d1d;
	color: #3a6a00 !important;
}

.btn.green:hover {
	background:#d0f89e url('/img/call-button-green-i.gif') repeat-x right top;
}

.btn.blue {
	background:#7eb3e7;
	background: -webkit-gradient(linear,center top, center bottom, from(#96cdff), to(#7eb3e7));
	background: -moz-linear-gradient(top, #96cdff, #7eb3e7);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#96cdff', EndColorStr='#7eb3e7', GradientType=0);
	border: 1px solid #2772b4;
	color: #FFF !important;
	padding: 5px 10px !important;
}

.btn.blue:hover {
	background: -webkit-gradient(linear,center top, center bottom, from(#7eb3e7), to(#96cdff));
	background: -moz-linear-gradient(top, #7eb3e7, #96cdff);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7eb3e7', EndColorStr='#96cdff', GradientType=0);
}

.btn.align_right {
	float:right;
}

.btn.small {
	padding: 1px 3px;
	font-size:11px;
}

.btn_reload { background-position: 205px 60px; }
.btn_reload:hover, .btn_reload:active { background-position:205px -1px; }

.btn_edit { background-position: 141px 60px; width: 16px; height: 16px; }
.btn_edit:hover, .btn_edit:active { background-position:141px -2px; }

.btn_close { background-position: 270px 60px; }
.btn_close:hover, .btn_close:active { background-position:270px 0px; }

.btn_move { background-position: 240px 61px; }
.btn_move:hover, .btn_close:active { background-position:240px 0px; }

.handle2 {
	cursor: move;
}

.favicon {
	width: 16px;
	height: 16px;
}


#header {
	border-top:4px solid #990000;
	background-color:#1C1204;
	height:51px;
	width:100%;
	overflow:hidden;
	min-width:1000px;
}
#header_inner {
	width:1000px;
	margin:0 auto;
	height:51px;
	overflow:hidden;
}
#header_navigation a {
	color:#ffffff !important;
}
#header_navigation .menu {
	float:left;
}

#header_navigation ul.menu li._docs {
	 width:120px;
}

#header_navigation .menu.loggedin {
	width:468px;
}

#header_navigation .save {
	width:25px;
	margin:-3px 0 0 36px;
	cursor:pointer;
}
#header_logo {
	margin-left:10px;
	width:180px;
	float:left;
	padding:16px 0 0 0;
	overflow:hidden;
}
#header_tools {
	width:280px;
	float:left;
	padding-top:16px;
	overflow:hidden;
}
#header_navigation {
	width:510px;
	float:left;
	border:0;
	background-color:transparent;
	overflow:hidden;
	margin-right:10px;
}
#header_navigation ul.menu {
	padding:0;
	overflow:hidden;
}
#header_navigation ul.menu li {
	display:block;
	float:left;
	padding:16px 4px 16px 0;
}
#header_navigation ul.menu li a {
	font-size:16px;
	font-weight:bold;
	color:#fff !important;
	border:0;
	padding:4px 8px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#header_navigation ul.menu li a.smaller {
	font-size:13px;
}

#header_navigation ul.menu li a.highlighted {
	background-color:#2b6e13;
	margin-left:65px;
}

#header_navigation ul.menu li a.highlighted:hover {
	background-color:#3e9520;
}

#header_navigation ul.menu li a:hover, #header_navigation ul.menu li a.active {
	background-color:#444;
	color:#fff !important;
	border:0;
}

#subheader {
	background-color:#d4cdc2;
	border-top:1px solid #8C6745;
	height:40px;
	min-width:1000px;
	overflow:hidden;
}

#subheader_inner {
	width:1000px;
	margin:1px auto 0;
}


.submenu {
	width:200px;
	border:1px solid #aaa;
	border-width:0 1px 1px 1px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:-200px;
	-moz-box-shadow:1px 1px 6px rgba(0,0,0,0.33);
	-moz-border-radius:0 3px 3px 3px;
	-webkit-box-shadow:1px 1px 6px rgba(0,0,0,0.33);
	-webkit-border-radius:0 3px 3px 3px;
	z-index:10001;
	margin:-2px 0  0;
}

.submenu li {
	height:auto !important;
}

.submenu li a {
	padding:4px 4px !important;
	color:#555 !important;
	font-size:11px !important;
	float:none !important;
	border:0 !important;
	border-bottom: 1px solid #eee !important;
	width:192px !important;
}

.submenu li a:hover {
	background-color:#999 !important;
	color:#fff !important;
}

.submenu li a:hover {
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	color:#fff !important;
	background-color:#496772 !important;
}

#main {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding:22px 0px 0px 0px;
	overflow:hidden;
	min-height:620px;
}

#content {
	float:left;
	padding:0 0 30px 0;
	text-align:left;
	margin:0 10px;
	width:980px;
	overflow:hidden;
}


#searchfield {
	width:210px;
	margin-right:4px;
	border:1px solid #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:0px;
	color:#888;
	font-size:10px;
	padding:2px 4px;
}
#searchbutton {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#fff;
	margin-top:0px;
	font-weight:bold;
	width:56px;
	font-size:10px;
	border:0;
}


.cbig {
	width:630px !important;
	padding:0 !important;
}


#loggedin_avatar {
	width:32px;
	height:32px;
	border:1px solid #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
	margin:2px 7px 0 10px;
}

#loggedin_username {
	margin-top:4px;
	font-size:12px;
	font-weight:bold;
	color:#fff !important;
	float:left;
	width:938px;
	padding:0 0 0 4px;
}

#loggedin_menu, #loggedin_menu_right {
	font-size:12px;
	font-weight:normal;
	color:#555;
	float:left;
	width:654px;
}

#loggedin_menu sup, #loggedin_menu_right sup, #popupnavi sup {
	color:#fff;
	border:1px solid #fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#900;
	font-size:9px;
	height:10px;
	padding:0 3px;
	line-height:10px;
	font-family:arial;
	display:block;
	float:left;
	text-align:center;
}
#loggedin_menu span, #loggedin_menu_right span{
	display:block;
	float:left;
}

#loggedin_menu a, #loggedin_menu_right a {
	padding:0 4px;
	color:#555;
	font-size:11px;
	line-height:17px;
	border:1px solid transparent;
	height:17px;
	display:block;
	width:auto;
}

#loggedin_menu_right a {
	width:auto;
	float:right;
}

#loggedin_menu ul li  {
	display:block;
	float:left;
	height:20px;
}

#loggedin_menu a:hover,
#loggedin_menu_right a:hover,
#loggedin_menu a.active, 
#loggedin_menu_right a.active{
	background-color:#fff;
	border:1px solid #aaa;
	border-width:1px;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#loggedin_menu a.has_submenu:hover, #loggedin_menu_right a.has_submenu:hover {
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}

#loggedin_menu_right {
	width:285px;
}

ul.separated li {
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	border:none;
	border-right:1px solid #000000;
	height:0px;
	line-height:8px;
}

ul.separated .last, #footer .menu .last {
	border-right:0;
	margin-right:0;
	padding-right:0;
}

ul.action_buttons li {
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:18px;
	margin:0px 0px 0px 6px;
}

ul.profile_list li {
	margin:8px 0px;
	padding:0px 0px 8px;
	border-bottom:1px dotted #555555;
}

ul.profile_list {
	width:600px;
	margin:10px 0px;
}

ul.profile_list a {
	text-decoration:underline;
	font-weight:bold;
}

ul.profile_list a.light {
	font-weight:normal;
	color:#990000;
}

#rss {
	margin:0 0 10px 0;
}

#footer {
	clear: both;
	text-align: center;
	color: #999999;
	font-size: 11px;
	margin: 20px 0 10px;
	padding: 10px;
	line-height:14px;
	background-color: #F2F2F2;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}

#footer a {
	text-decoration: none;
	color: #999999 !important;
	line-height:14px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .menu li {
	padding:0 8px 0 0;
	margin:0 8px 0 0;
	border:none;
	border-right:1px solid #aaa;
	line-height:14px;
}

#footer_construktiv {
	display: block;
	text-align: center;
	background-color: #999;
	color: #FFF;
	font-size: 9px;
	padding: 5px;
	padding-top: 10px;

}

#footer_construktiv a img {
	vertical-align: bottom;
	margin-top: -10px;
	position:relative;
	bottom:-2px;
}

#footer_new {
	margin:20px 0 0;
	background-color:#1C1204;
}

#footer_new_inner {
	width:980px;
	margin:0 auto;
	padding:10px;
}

#footer_new .footer_block {
	float:left;
	font-size:11px;
	margin-right: 30px;
}

#footer_new .footer_block li {
	line-height:19px;
	color:#fff;
}

#footer_new .footer_block li.topic {
	font-weight:bold;
}

#footer_new .footer_block li a {
	color:#fff;
}


#sidebar {
float:left;
margin:0 0 0 10px;
	text-align:left;
	overflow:hidden;
	padding:0;
}

#sidebar.sidebar {
	width:280px;
}

#sidebar.sidebar_wide {
	width:280px;
}

#sidebar .tagcloud_navi {
	position: absolute;
	top: 10px;
	right: 10px;
}

#sidebar #screenshot {
	text-align:right;
}

.sidebar_button_big a {
	color:#644707;	
}

.sidebar_element {
	clear:both;
	margin-bottom:5px;
}

#sidebar .container {
	margin-bottom:5px;
}

#sidebar .container .pad {
	padding:6px;
}

#sidebar .small {
	font-size:11px;
}

#sidebar .crosslinked {
	color:#DB8787;
	background-color:#990000;
	line-height:none;
}

#sidebar .crosslinked .vertical li {
	line-height:100%;
}

#sidebar .crosslinked .buddylist li {
	height:auto;
}

#sidebar .crosslinked a {
	color:#fff;
}

#sidebar .crosslinked h4 {
	color:#DB8787;
}

#sidebar .partner {
	padding-top:4px;
	font-size:10px;
	color:#999;
	line-height:18px;
}

#sidebar .input label, #sidebar .input input, #sidebar .input select {
	float:none;
	margin-bottom:3px;
	width:260px;
}


.related_tags {
	margin-left:0;
	margin-bottom: 15px;
}

.related_tags ul {
	margin:0;
	padding:0;
}

.related_tags ul li {
	list-style: none;
	line-height: 16px;
}

.related_tags ul li a {
	color: #5689B0;
}

#tagcloud {
	color:#666;
	background-color:#f9f9f9;
	overflow:hidden;
	float:left;
	width: 100%;
	display: block;
}

#tagcloud .pad {
	padding:10px;
}

#tagcloud small a, #timeline a{
	color: #5689B0;
}

#tagcloud h4 {
	color: #4A8BC4;
}

.tagcloud .tag0 {
	font-size: 12px;
	color: #73A0CE;
}
.tagcloud .tag1 {
	font-size: 16px;
	color: #4A8BC4;
}
.tagcloud .tag2 {
	font-size: 18px;
	color: #3E77B0;
}
.tagcloud .tag3 {
	font-size: 20px;
	color: #205E95;
}
.taglist li {
	color: #4A8BC4;
	display:block !important;
}
.taglist a {
	color: #4A8BC4;
}

#tagcloud .related_topic {
	padding-top:10px;
}

.urls_inactive .bookmark {
	padding:5px;
	color:#aaa !important;
	background-color:#f3f3f3 !important;
	border:1px solid #aaa !important;
}

.urls_inactive .bookmarks .bookmark a {
	color:#5689B0 !important;
}

._r_inactive {
	padding:5px;
	color:#aaa !important;
	background-color:#f3f3f3 !important;
	border:1px solid #aaa !important;
}


#crosslinked.crosslinked h4 {
    text-shadow: none;
    font-family: verdana;
    color: #777;
    margin: 0;
    padding: 0;
}

ul.tags_popular_topics li, .crosslinked .buddylist li {
    padding-left: 13px;
    line-height: 16px !important;
}

#crosslinked {
    margin-left: 10px;
}


#popular_combinations {
	padding:0;
	font-size:18px;
	width:728px;
}
#popular_combinations .elm {
	display:block;
	float:left;
	padding-right:25px;
	overflow:hidden;
}
#popular_combinations .elm small {
	color:#999;
}
#popular_combinations .elm form {
	display:inline;
	padding:0;
	margin:0;
	line-height:0px;
}
#popular_combinations input.submit {
	border:0;
	background-color:#ddd;
	height:20px;
	width:80px;
	padding:1px;
	font-size:16px;
	margin:0;
	line-height:10px;
	vertical-align:middle;
}
#popular_combinations input.enter {
	border:0;
	color:#888;
	border-bottom:1px solid #999;
	font-size:18px;
	width:135px;
	display:inline;
	margin:0;
}


#registermenu {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 20px 0;
	width:100%;
	height:46px;
	background-color:#E0F1FF;
	padding:0 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#registermenu a, #registermenu .active, #registermenu .todo, #registermenu .done {
	padding:14px 18px;
	float:left;
	background-color:#E0F1FF;
}

#registermenu .active {
	margin-top:-3px;
	padding:17px 18px;
	color:#fff;
	background-color:#5C8EAD;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

ul.menu {
	margin: 0;
	padding: 0px;
}

ul.menu li {
	list-style-type: none;
	display:inline;
}

ul.menu.vertical li {
	display:block !important;
}

ul.menu.vertical li {
	line-height:150%;
}

ul.menu.small {
	font-size:10px;
}


/* tabs */
ul.menu.tabs {
	border-bottom:1px solid #ddd;
	margin:0 0 20px;
	padding:0;
	height:32px;
}

ul.menu.tabs li {

}

ul.menu.tabs a {
	color: #205E95;
	background: #fff url(../img/tab-left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}

ul.menu.tabs a span {
	background: url(../img/tab-right.gif) right top no-repeat;
	padding:9px 0px;
	padding-right: 10px;
}

ul.menu.tabs a, ul.menu.tabs a span {
	display: block;
	float: left;
}

/* hide rule from IE5-Mac \*/
ul.menu.tabs a, ul.menu.tabs a span {
	float: none;
}
/* End IE5-Mac hack */

ul.menu.tabs a:hover {
	background: #fff url(../img/tab-left-hover.gif) left top no-repeat;
	text-decoration: underline;
}

ul.menu.tabs a.active {
	margin:1px 0 0;
	background: #fff url(../img/tab-left-active.gif) left top no-repeat;
}

ul.menu.tabs a:hover span {
	background: url(../img/tab-right-hover.gif) right top no-repeat;
}

ul.menu.tabs a.active span {
	background: url(../img/tab-right-active.gif) right top no-repeat;
}

ul.menu.tabs {
	list-style: none;
}

ul.menu.tabs li {
	float: left;
	display: block;
	margin-right:8px;
	padding: 0;
}


#sidebar .vertical li {
	line-height:200%;
}

.bookmark, .url, .tweet {
	margin: 0;
	padding: 10px 0 14px;
	width:auto;
	clear:both;
}

.dots, .dots {
	background: #ffffff url(../img/dots.gif) repeat-x left bottom;
}

.dots_above {
	background: #ffffff url(../img/dots.gif) repeat-x left top;
	padding-top:10px;
}

.urls .url {
	margin:0px !important;
}

.bookmark .info, .url .info, .tweet .info {
	color:#777;
	float:left;
	width:560px;
	line-height:16px;
}

#user_left .bookmark .info, #user_left .url .info {
	width:auto;
}

#user_left .bookmark .info.withsnap, #user_left .url .info.withsnap {
	width:560px;
}

#user_right .bookmark .info, #user_right .url .info {
	overflow:hidden;
	width:270px;
}

#user_right .bookmark .info.withsnap, #user_right .url .info.withsnap {
	width:560px;
}



.bookmark .comment, .url .comment {
	margin-bottom:5px;
	color:#555;
}

.bookmark.highlight {
	background-color:#fdf7c3;
}

.bookmark .withsnap, .url .withsnap, .tweet .withsnap {
	float:left;
	overflow:hidden;
}

.bookmark .topic, .url .topic, .tweet .topic {
	font-weight: bold;
	font-size: 14px;
	margin: -3px 0 6px;
	padding: 0;
	line-height:17px;
	width:495px;
}

.bookmark .topic a, .url .topic a, .tweet .topic a {
	text-decoration:underline;
}

.bookmark .meta, .url .meta, .tweet .meta {
	padding: 0;
	font-size:11px;
	color:#999;
	position:absolute;
	right:2px;
	width:130px;
	/*height:55px;*/
	overflow:hidden;
	bottom:2px;
	text-align:right;
	letter-spacing:-0.015em;
}

.bookmark .tags, .url .tags {
	font-size:11px;
}

.bookmark .tags a,
.url .tags a {
	font-size:11px;
	line-height:14px;
	background-color:#f3f3f3;
	border:0 1px 1px 0;
	border-color:#eee;
	margin:0 2px;
	color:#5689B0;
}

.bookmark .tags a strong,
.url.bookmark .tags a strong {
	font-weight:normal;
}

.bookmark .meta .options,
.url .meta .options,
.tweet .meta .options {
	display: inline;
}

.bookmark .meta a,
.url .meta a,
.tweet .meta a {
	color: #5689B0;
}

.bookmark .meta .options a,
.url .meta .options a {
	color: #848484;
	background-color: #F0F0F0;
	padding: 2px;
}

.bookmark .meta img,
.url .meta img,
.bookmark h3 img {
	vertical-align:middle;
}

.bookmark .snap, .url .snap, .tweet .snap {
	float:left;
	width:100px;
	overflow:hidden;
}

.bookmark .snap img, .url .snap img, .tweet .snap img {
	border: 1px solid #CCC;
	width:90px;
	height:70px;
	display:block;
	overflow:hidden;
}

.bookmark.is_doc .snap img, .url.is_doc .snap img, .tweet.is_doc .snap img {
	height:auto;
}

.bookmark .tools, .url .tools {
	font-size:11px;
	color:#777;
	margin:3px 0 6px;
	line-height:10px;
}

.bookmark .tools .tools_item, .url .tools .tools_item {
	display:block;
	float:left;
	margin:0 8px 0 0;
	color:#777;
}
.bookmark .tools .tools_item a, .url .tools .tools_item a {
	color:#5689B0;
}

.bookmark .tools .author, .url .tools .author {
	margin-left:8px;
}

.bookmark .tools ._recommend .icon, .url .tools ._recommend .icon,
.bookmark .tools ._save .icon, .url .tools ._save .icon,
.bookmark .tools ._edit .icon, .url .tools ._edit .icon,
.bookmark .tools ._delete .icon, .url .tools ._delete .icon {
	background-image:url(../img/thumbs.gif);
	width:12px;
	height:12px;
	overflow:hidden;
	display:block;
	float:left;
	margin-right:2px;
}
.bookmark .tools ._recommend .icon, .url .tools ._recommend .icon {
	background-position:24px 12px;
}
.bookmark .tools ._recommend:hover .icon, .url .tools ._recommend:hover .icon {
	background-position:24px 24px;
}
.bookmark .tools ._save .icon, .url .tools ._save .icon {
	background-position:24px 36px;
}
.bookmark .tools ._save:hover .icon, .url .tools ._save:hover .icon {
	background-position:24px 48px;
}
.bookmark .tools ._edit .icon, .url .tools ._edit .icon {
	background-position:12px 12px;
}
.bookmark .tools ._edit:hover .icon, .url .tools ._edit:hover .icon {
	background-position:12px 24px;
}
.bookmark .tools ._delete .icon, .url .tools ._delete .icon {
	background-position:12px 36px;
}
.bookmark .tools ._delete:hover .icon, .url .tools ._delete:hover .icon {
	background-position:12px 48px;
}

.bookmark ._pos, .url ._pos {
	position:relative;
	z-index:9999;
	width:100%;
	height:auto;
	display:block;
}

#user_left .bookmark .info .topic, #user_left .url .info .topic {
	width:auto;
}

.tweet .topic {
	font-weight:normal;
}

.tweet .options {
	position:absolute;
	top:4px;
	right:5px;
	width:85px;
	height:70px;
}

.tweet .options a, .tweet .xoptions a {
	width:74px;
	display:block;
	color:#333;
	font-size:10px;
	background-color:#fff;
	border:1px solid #aaa;
	padding:0px 2px;
	margin:2px 0px 0px 0px;
}

.tweet .login_first {
	line-height:11px;
}

.tweet .login_first a {
	border:none;
	padding:0;
	display:inline;
	background-color:transparent;
}

.tweet .snap {
	height:84px;
	width:170px;
	padding:8px 0px 0px;
	vertical-align:middle;
	background-image:url(../img/twitter/bubble_l.gif);
	background-position:52px 0px;
	background-repeat:no-repeat;
}

.tweet .info {
	position:relative;
	background-image:url(../img/twitter/bubble_r.gif);
	background-position:0 right;
	height:84px;
	padding:4px 0px 0px 10px;
	width:570px;
}

.tweet .meta {
	font-size:10px;
	width:465px;
}

.tweet .comment {
	width:490px;
	margin:3px 0px 0px 6px;
	border-left:2px solid #bbb;
	padding-left:3px;
}

.tweet .topic {
	width:465px;
	color:#333;
}

.tweet .snap img.avatar {
	float:left;
	width:48px;
	height:48px;
	margin-right:26px;
	vertical-align:middle;
	margin-top:10px;
}

.tweet_block {
	border:1px solid #ccc;
	background-color:white;
	height:80px;
	width:200px;
	position:absolute;
	padding:5px;
	font-size:11px;
}

.tweet_block ul {
	margin-top:4px;
	padding-left:12px;
}

.tweet_block2 {
	border:1px solid grey;
	background-color:white;
	height:24px;
	width:46px;
	position:absolute;
	padding:1px;
	text-align:center;
	font-size:10px;
}

.bookmark .checkbox_container {
	float:left;
	width:30px;
}

.bookmark .withcheckbox,
.url .withcheckbox {
	width: 540px !important;
}

.bookmark .btn_function,
.url .btn_function {
	background:#FFFFFF url(../img/btn_bm_function_lft.gif) no-repeat scroll left top;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:16px;
	line-height:12px;
	padding:0 0 0 4px;
}

.bookmark .btn_function span,
.url .btn_function span {
	background:#FFFFFF url(../img/btn_bm_function_rgt.gif) no-repeat scroll right top;
	color:#4C4C4C;
	display:block;
	margin-right:2px;
	padding:2px 7px 2px 4px;
}



.discovery_zone_bg {
	background-image:url(../img/discovery_zone_bg.png?2);
	background-position:bottom;
	background-color:#E5E5E5;
	color:#5E5E5E;
	position:relative;
	clear:both;
	margin-bottom:10px;
	margin-top:30px;
	width:600px;
	padding:5px;
}

.discovery_zone_bg .infos {
	padding-top:3px;
	margin-right:15px;
	font-weight:normal;
	font-size:9px;
	float:right;
}

.discovery_zone_bg h2 {
	border:0;
	color:#333;
	clear:both;
	font-size:13px;
	margin:0;
	float:left;
}

.discovery_zone_bg h2 a {
	color:#333333;
}



/*  -----------------------------   */
/*  - CONTENT -------------------   */
/*  -----------------------------   */
#main .has_sidebar {
	width:680px;
}

#main .has_sidebar_wide {
	width:680px;
}

ul.list {
}

ul.list li {
	margin-bottom: 1.2em;
}

ul.bullet-list {
	margin-left: 16px;
}

ul.bullet-list li {
	list-style: square;
}



#popular_container {
	overflow:hidden;
	width:600px;
	float:left;
}

#popular_container2 {
	overflow:hidden;
	width:0px;
	float:left;
}

#popular, #popular2 {
	margin:0px;
	width:600px;
}

#featured_links_lang {
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}

#featured_links_lang span a {
	text-decoration:underline;
}

#featured_links_lang .selected {
	text-decoration:none;
}

#popular_intl {
	clear:both;
	width:600px;
	position:relative;
	margin:0;
	overflow:hidden;
}

#popular_slide {
	height:288px;
	width:1200px;
	overflow:hidden;
}

#popular_more {
	width:600px;
}

#popular_more_loader {
	height:16px;
	width:16px;
	display:inline;
	margin-left:5px;
}
#featured_links_lang span {
	color:#666;
}

#popular_more_info {
	clear:both;
	background-color:#FFF;
	color: #5F5F5F;
	font-size:10px;
	height:10px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:5px;
}

#popular_more_link a {
	color:#5E5E5E;
}

.avatar {
	vertical-align:middle;
	margin:0 2px 0 0;
}
h1 .avatar {
	margin-right: 10px;
}
.width-16 {
	width:16px;
	height:16px;
}
.width-24 {
	width:24px;
	height:24px;
}
.width-48 {
	width:48px;
	height:48px;
}


/*  -----------------------------   */
/*  - COMMENTS ------------------   */
/*  -----------------------------   */
ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.comments li {
	margin-bottom: 14px;
}
ul.comments li .avatar {
	float: left;
}
ul.comments li .container {
	float: left;
	padding-left: 10px;
	width:580px;
}
ul.comments li .text {
	font-size:12px;
	padding-bottom: 3px;
	line-height:16px;
	color:#333;
}
ul.comments li .text .quote {
	font-family: arial;
	font-size: 18px;
	color: #5E5E5E;
	line-height:14px;
}
ul.comments li .meta {
	font-size: 10px;
	color: #848484;
}
ul.comments li .meta a {
	color:#EE5555;
}

ul.comments .trusted {
	position:relative;
	width:642px;
	background-color:#ffffec;
}

ul.comments .badge {
	position:absolute;
	right:2px;
	bottom:4px;
	width:60px;
	height:10px;
	opacity:0.6;
}

/*  ------ WRITE COMMENT -----   */
#comments_wrapper {
	margin-bottom:18px;
}

#write_comment {
	margin:15px 0  0;
}

#write_comment .button_container {
	margin:0 0 8px 60px;
}

#write_comment .button_container input {
	float:none;
	margin:-2px 0 0 0;
}

#write_comment {
	color: #545454;
	font-weight: bold;
	font-size: 13px;
}

#write_comment textarea, #write_comment_big textarea {
	overflow: auto;
	display: block;
	width:580px;
	height:44px;
	font-size:12px;
}

#write_comment input {
	margin-bottom: 10px;
}

#write_comment .text_container {
	float:left;
	padding-left:10px;
}

#write_comment .avatar_container {
	float:left;
	width:50px;
	height:48px;
}

#write_comment .comment {
	text-align:right;
}

#write_comment_big {
	width:536px;
	overflow:hidden;
}

#write_comment_big h1 {
	border:none;
	font-size:16px;
	width:332px;
	float:left;
}

#write_comment_big #logo {
	width:202px;
	float:left;
	text-align:right;
}

#write_comment_big small {
	font-size:11px;
}

#write_comment_big textarea {
	width:532px;
	height:170px;
	margin:8px 0;
}

#write_comment_big input {
	font-size:14px;
}

/*  ------ related urls -----   */
ul.related_urls {
	margin: 10px 0 10px 0px;
	padding: 0;
	list-style: none;
}
ul.related_urls li {
	line-height: 18px;
	padding:3px 0 6px;
}
ul.related_urls li a {
	font-weight: normal;
	font-size:12px;
}


/*  ------ blue buttons -----   */
.button_blue {
	background: url('../img/button_blau_left.png') no-repeat top left #FFF !important;
	display: block;
	float: left;
	padding: 0 0 0 4px;
	margin:0 10px 0 0;
	width: 130px;
	text-align: center;
	line-height: 16px;
}

.button_blue span {
	background: url('../img/button_blau_right.png') no-repeat top right #ffffff;
	display: block;
	padding: 5px 7px 8px 4px;
	margin-right: 2px;
	color: #4C4C4C;
	font-weight:bold;
}

.button_blue span a {
	color:#ffffff;
	text-decoration:none;
}

.button_blue span a:hover {
	text-decoration:underline !important;
}


/*  -----------------------------   */
/*  Bookmarks ADD, EDIT, DELETE     */
/*  -----------------------------   */
ul.bookmarks, ul.urls, ol.bookmarks, ol.urls {
	margin:6px 0 0;
	padding:0;
}

ul.bookmarks li, ul.urls li {
	display: block;
	list-style: none;
}

ol.urls li {
	clear:both;
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	/*list-style-type:decimal;*/
}

ol.urls li .number {
	float:left;
	width:40px;
	font-size:22px;
	color:#666666;
}

.urls li ins {
	text-decoration:none;
	border-bottom:1px dotted #666666;
}

.bookmarks .form {
	width: 600px;
}


.bookmarks .input input, .bookmarks .input textarea, .urls .input input, .urls .input textarea {
	width: 320px;
	margin-left: 180px;
	margin-top: 3px;
	display: block;
}

/* mit margin kann man alle anderen elemente rechts ausrichten*/
.bookmarks .margin,
.bookmarks .submit input {
	margin-left: 180px;
}
.bookmarks .margin {
	width: 400px;
}

.bookmarks .input label,
.bookmarks .list label,
.urls .input label {
	clear: left;
	float: left;
	width: 180px;
	border: 0;
	font-weight: bold;
}

.bookmarks .radio label,
.urls .radio label {
	float: left;
	width: 180px;
	font-weight: bold;
}
.bookmarks .radio fieldset,
.urls .radio fieldset {
	margin-left: 180px;
	border: 0;
	width:300px;
}
.bookmarks .radio .input input,
.urls .radio .input input {
	width: 20px;
}
.bookmarks .radio fieldset label,
.urls .radio fieldset label,
.bookmarks .margin label {
	float: none;
	width: auto;
	font-weight: normal;
}
.bookmarks .list ul {
	list-style: none;
	padding: 0;
}
.bookmarks .list ul li {
	margin: 0;
	padding: 0;
	display: block;
	width: 150px;
	float: left;
}

.bookmarks .input .comment, #write_comment .comment {
	font-size: 10px;
	color: #CCC;
	font-weight: normal;
	display: block;
}



.bookmark_screenshot {
	float:left;
	margin:0 10px 10px 0;
	width:92px;
}

.bookmark_screenshot img {
	width: 90px;
	height: 70px;
	border: 1px solid #CCC;
}

.bookmark_screenshot.medium img {
	width: px;
	height: 70px;
	border: 1px solid #CCC;
}


/* bm function buttons */
a.btn_function{
	background: url('../img/btn_bm_function_lft.gif') no-repeat top left #FFF !important;
	display: block;
	float: left;
	font: bold 10px verdana;
	line-height: 12px;
	height: 16px;
	padding: 0 !important;
	padding-left: 4px !important;
	text-decoration: none;
}

a.btn_function span{
	background: url('../img/btn_bm_function_rgt.gif') no-repeat top right #FFF;
	display: block;
	padding: 2px 7px 2px 4px;
	margin-right: 2px;
	color: #4C4C4C;
}

a.btn_function:hover span{
	color: #4C4C4C;
}

ul.navigation_helper {
	margin:0;
	padding:0;
}

ul.navigation_helper li {
	list-style-type:none;
	display:inline;
}

.bookmarks .twitter .input,
.bookmarks .twitter .radio {
	border:0px;
	padding:2px 4px;
}

.bookmarks .twitter .input label,
.bookmarks .twitter .radio label,
.bookmarks .twitter .list label {
	width:100px;
}

.bookmarks .twitter .margin,
.bookmarks .twitter .input input,
.bookmarks .twitter .input textarea,
.bookmarks .twitter .submit input {
	margin-top:0px;
	margin-left: 100px;
}

.bookmarks .twitter .input input,
.bookmarks .twitter .input textarea {
	width:220px;
}

.bookmarks .twitter .radio input {
	width:14px;
	display:inline;
}

.bookmarks .twitter .radio label.radio {
	font-weight:normal;
	font-size:10px;
	margin:0px;
	width:auto;
	display:inline;
}

.topic_right {
	font-size:12px;
	font-weight:normal;
	color:#555;
	float:right;
	width:200px;
	text-align:right;
	text-decoration:underline;
}
.topic_right a{
	color:#555;
}

.sidebar_twitter {
	width:220px;
	float:right;
}

#sidebar.sidebar_twitter .grey h3 {
	font-size:16px;
	padding:6px 0px 20px 60px;
}

/* --------- search -------- */



/* --------- pager -------- */
.pager, .pager_active {
	float:left;
	width:400px;
	line-height:26px;
}
.pager a, .pager span, .pager_active {
	border: 1px solid #CCC;
	padding: 3px 6px;
	font-size: 10px;
}
.pager span, .pager_active {
	background-color: transparent;
	border: 0;
}
.pager a:hover, .pager_active a:hover {
	background-color: #FFF;
	text-decoration: none;
}
.pager .mark, .pager_active {
	font-weight: bold;
	color: #990000;
	border: 2px solid #990000;
	background-color: #FFF;
}


/* ------- order by navi ------ */
.order_by {
	float: right;
	font-size: 10px;
	margin-right:10px;
}
.order_by span {
	color:#205e95;
	background-color: #FFF;
	border: 1px solid #666;
	padding: 3px 6px;
	font-weight: bold;
	line-height:24px;
}
.order_by a {
	color:#205e95;
	text-decoration:none;
	background-color: #EEE;
	border: 1px solid #999;
	padding: 3px 6px;
}
.order_by a:hover {
	background-color: #FFF;
	text-decoration:none;
}


/* ------- add_url login ------ */
.add_url_login .teaser {
	margin-bottom: 10px;
}
.add_url_login .websnapr {
	border: 1px solid rgb(204, 204, 204);
	float: left;
	margin-right: 10px;
}
.add_url_login .welcome {
	line-height: 26px;
	padding: 10px 20px 20px;
}
.add_url_login .welcome {
	color: #333;
}
.add_url_login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* ------ messages ------ */
.message, .message_grey {
	padding:10px;
	background-color:#EEFFEE;
	border:1px solid #009900;
	line-height: 16px;
	color:#006600;
	margin:10px 0px;
	width:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.message_grey {
	margin:20px 0px;
	border-color:#666666;
	background-color:#EEEEEE;
	color:#666666;
}
.message_grey a {
	border-bottom:1px dotted #eeeeee;
	color:#666666;
	font-weight:bold;
}
.message a {
	color:inherit;
	text-decoration:underline;
}
.message h3, .message_grey h3 {
	font-size:14px;
}
.message h3 {
	color:#006600;
}
.message.blue {
	color:#114675;
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.message.blue a {
	color:inherit;
	text-decoration:underline;
}

.message.red {
	color:#b20c0c;
	border: solid 1px #b20c0c;
	background-color:#FFE8E8;
}


.notification {
	padding:10px 10px 12px 10px;
	background-color:#e9f9c5;
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	line-height: 16px;
	color:#555;
	margin:0 10px 2px 0;
	width:auto;
	position:relative;
}

.notification.green_1 {
	background-color:#E9F0BE;
	border-color:#595833;
}
.notification.green_2 {
	background-color:#EEF7C9;
	border-color:#595833;
}
.notification.green_3 {
	background-color:#F7FFE1;
	border-color:#595833;
}
.notification.green_4 {
	background-color:#FEFFE8;
	border-color:#595833;
}

.notification a {
	color:#555;
	text-decoration:underline;
}

.notification .close{
	position:absolute;
	right:-8px;
	top:-8px;
	display:block;
	height:16px;
	width:16px;
}

.notification .number {
	font-size:18px;
	width:26px;
	float:left;
	font-weight:bold;
}

.notification .info {
	width:600px;
	margin-top:2px;
	float:left;
}


.status_error {
	background-color: #FFEEEE;
	border: 1px solid #990000;
	color: #990000;
	padding: 10px;
	margin-bottom: 10px;
}
.status_error h3 {
	font-size:14px;
	padding:0px;
	margin:3px 0px;
}
.status_error ul {
	margin:3px 0px;
}
.status_success {
	background-color: #EEFFEE;
	color: #006600;
	border: 1px solid #009900;
	padding: 10px !important;
	margin-bottom: 10px;
}
.status_error a, .status_success a {
	text-decoration: underline;
}
.status_error a:hover, .status_success a:hover {
	text-decoration: none;
}

.header_info {
	background-color: #FFF9D7;
	color: #333;
	padding: 10px;
	border-bottom: 1px solid #E2C822;
}
.teaser {
	background-color:#eee;
	border:1px solid #999;
	color: #666;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:10px;
	text-align:left;
}
.teaser a {
	border-bottom:1px dotted #666;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}


small.grey{
	color:#999999;
}


#tagnavi li {
	float:left;
}
#tagnavi {
	float:right;
	position:relative;
	font-size: 0.8em;
	padding:5px 0 5px 0; /* IE Hack */
	margin-top:-32px;
}


.option.yes {
	color:#006600;
}

.option.no {
	color:#990000;
}

.clear {
	clear: both;
}

.clear2 {
	overflow:hidden;
	clear:both;
	line-height:none;
	height:0 !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
}

.clear:after, .clearfix:after, .clear2:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clear { height:1%; }
.clear { display:block; }
/* End hide from IE-mac */


/* ------- PMs ------ */
.pms .grey {
	color:#666666;
	padding:0px 0px 10px 0px;
}

div#settingsmenu {
	padding:10px 0px 20px 0px;
}

div#settingsmenu a {
	font-weight:normal;
	text-decoration:underline;
}

.pms .input label {
	width:120px;
}

.pms input.checkbox {
	padding:0px 0px 0px 120px;
}

.pms .button {
	background-color:#DDDDDD;
	border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:4px;
	margin-right:5px;
	text-decoration:none;
}

.pms form {
	display:inline;
}

.pm-head {
	background:#eeeeee none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	border-bottom:0;
	padding:5px;
	margin:10px 0px 0px 0px;
	font-weight:bold;
}

.pm-head small {
	 font-weight: normal;
	 font-size: 9px;
	 color: #999999;
	 white-space: nowrap;
}

.pm-display {
	border:1px solid #CCCCCC;
	padding:5px;
	margin:0px 0px 30px 0px;
}

#faqs {
	width:650px;
	float:left;
}

#faqs h2 {
	font-size:14px;
	color:#900;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:1px solid #900;
}

#faqs h3 {
	text-decoration:none;
	font-size:12px;
	margin:0 0 4px;
	padding:0px;
	color:#900;
	cursor:pointer;
	margin-left:15px;
	font-weight:bold;
}

#faqs .faqtext h3 {
	margin:20px 0 5px;
}

#faqs ul li {
	margin-left:10px;
}

#faqs ul li {
	list-style:outside;
}

#faqs .faqtext {
	margin-top:10px;
	margin-left:40px;
	margin-bottom:30px;
}

#faqs .group {
	font-weight:bold;
	color:#333;
	margin:20px 0 10px 10px;
	display:block;
}

#faqs .washelpfull {
	margin-left:30px;
}

#faqs ol li {
	list-style:decimal;
}

#faqs .faqtext br {
	display:block;
	margin-top:10px;
}

th {
	text-align:left;
}


/* ------- ADS ------ */
.ad_header {
	display: block;
	color: #565656;
	font-size: 11px;
}
.ad_line1 {
	font-weight: bold;
	text-decoration: underline;
}
.ad_line2 {
	font-weight: bold;
	text-decoration: underline;
}
.ad_text {
	color: #000000;
}
.ad_url {
	color: #666666;
}


/* ------- Tools ------ */
.tools h5 {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}
.tools ul {
	padding: 0;
}
.tools ul li {
	list-style: none;
	margin:0;
	padding: 2px 0;
}
.tools ul li a {
	color: #000000;
}
#invitaton_status li {
	list-style:none;
	margin-bottom:10px;
}

/*  ------ recommend -----   */
.recommend {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#FFFFFF;
	clear:left;
	display:block;
	margin-top:10px;
	padding:10px;
}
.recommend h3 {
	font-size: 14px;
	color: #848484;
	font-weight: bold;
}
.bookmarks .recommend .input label {
	width:220px;
	color: #848484;
}
.bookmarks .recommend .input input, .bookmarks .recommend .submit input {
	margin:0;
	display:inline;
}
.recommend .input, .recommend .submit {
	border:0;
}
.recommend .submit {
	margin-left:220px;
}
.recommend div {
	clear: both;
	padding: 5px 0;
}


/* ------- Invite -------- */
.contacts_navi, .contacts_login {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f3f3f3;
	padding:10px;
}

.contacts_login {
	margin:20px 0 0;
}

.action_buttons a {
	color:#555555;
	text-decoration:underline;
}

#contacts_login_container label, #form_invite label {
	width:150px;
}

#contact_buttons, #form_invite .submit, #buddy_invite_adressbook .loading {
	margin-left:150px;
}

#contact_list {
	border:1px solid #ccc; -moz-border-radius:5px;padding:10px;height:320px;overflow:scroll;overflow-x: hidden; width:608px;
}

#contact_list table{
	margin:20px 0px;
	border:1px solid #bbbbbb;
}
#contact_list table td, #contact_list table th{
	padding:4px 6px;
}
#contact_list table td {
	border-top:1px solid #bbbbbb;
}

#form_invite .submit input {
	margin:0;
}

#contact_advice_container {
	margin:10px 0 0;
}

#contacts_login_container .input {
	border:0;
}

#contact_table, #buddy_invite_adressbook .meldung {
	margin:0 0 25px 150px;
}

#buddy_status_options {
	margin:0;
	padding:15px 0 0;
}

#buddy_search td {
	padding:2px 2px 0px 5px;
}

#buddy_search td input {
	width:100px;
}

#buddy_search .left {
	width:56px;
	float:left;
}

#buddy_search .right {
	width:auto;
	float:left;
}

#buddy_status_options li {
	list-style:none;
	padding:10px 0;
	margin:0;
}

#spotlight_users_fav .fu_text {
	padding:6px;
	width:238px;
}


#tag_suggestions {
	margin-top: 5px;
}

#tag_suggestions a {
	color: #AC96A5;
	text-decoration: underline;
}

#login {
	width:600px;
}

.avatar_list {
	width:400px;
	float:left;
	margin:0 10px 0 0;
}

.avatar_list ul.menu li {
	float:left;
	padding:15px 0 0 0;
	text-align:center;
}

.avatar_list ul.menu li img {
	border:1px solid #CCCCCC;
}
.avatar_list ul.menu li img {
	border:1px solid #CCCCCC;
	display:block;
	margin:0 auto;
}
.avatar_list ul.menu li, .avatar_list ul.menu li a {
	width:80px;
	overflow:hidden;
}

.avatar_list ul.menu li a {
	display:block;
	font-size:10px;
}

.c_urls .avatar_list {
	width:auto;
	float:none;
}

.c_urls .avatar_list .menu {
	display:table;
}

.c_urls .avatar_list li {
	width:76px;
	height:62px;
	overflow:hidden;
	padding:4px 0 0 4px;
	margin-bottom:6px;
}

.c_urls .avatar_list .last {
	width:80px;
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
}

.c_urls .avatar_list .last a {
	display:block;
	width:auto;
	position:absolute;
	bottom:0px;
	right:0px;
}

.notice_grey {
	padding:10px 0;
	color:#666666;
}

#bulk_bm_actions .submit {
	border:0;
	margin:10px 0;
	padding:0;
	clear:none;
	float:left;
}

#bulk_bm_actions .submit input {
	margin:0;
	float:left;
}

/* ------- activities sidebar  -------- */
.ac_sidebar {
	margin-top: 20px;
	clear: both;
	width: 183px;
}
#sidebar .ac_sidebar h3 {
	color: #333;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	font-family: "lucida grande", tahoma, verdana;
	font-size: 11px;
}
.ac_sidebar ul {
	margin: 0;
	padding: 0;
}
.ac_sidebar li {
	clear: both;
	padding-bottom: 2px;
}

.ac_sidebar .width-48 {
	margin-right: 5px;
}
.ac_sidebar a {
	/*color: #205E95 !important;*/
}
.ac_sidebar .text {
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
}
#follow_suggestions .avatar {
	float: left;
}
#follow_suggestions  li {
	list-style: none;
}
.ac_sidebar .next-suggestion {
	float: right;
	font-weight: normal;
	color: #999 !important;
}

/* ------- Twitter -------- */
.twitter_charsleft {
	position: absolute;
	left: -185px;
	width: 140px;
}
.twitter_preview {
	color: #333 !important;
	font-family: 'Lucida Grande', sans-serif;
	padding: 5px;
	border: 2px solid #9AE4E8;
	margin-bottom: 4px;
}
.twitter_privacy {
	padding-top: 3px;
}
.twitter_privacy a {
	color: #999 !important;
}
.twitter_username {
	color: #0084B4 !important;
	text-decoration: none !important;
	font-weight: bold;
}
.twitter_username:hover {
	text-decoration: underline;
}
.twitter_data {
	padding-left: 4px;
	padding-top: 10px;
	width: 320px;
}
.twitter_data span {
	font-size: 10px;
}
.twitter_data textarea {
	width: 320px;
}
.twitter_hint {
	background-color: #EEFFEE;
	color: #006600;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.twitter_hint h3 {
	font-weight: bold !important;
	color: #006600 !important;
	font-size: 12px !important;
	margin:0;
}
.twitter_hide_users {
	overflow:scroll;
	height:320px;
	width:400px;
	font-size:14px;
}
.twitter_hide_users div {
	padding:3px 2px;
}
input.big {
	font-size:14px;
	padding:2px 6px;
}

.cbig p, .cbig p a {
	font-size:14px;
	line-height:20px;
}

.landing_teaser_box {
	width:600px;
	float:left;
	padding:4px 20px 4px 20px;
	line-height:18px;
	font-size:13px;
	color:#333;
	margin:0px 0px 10px 10px;
	background-image:url('../img/twitter/hib.gif');
	background-repeat:no-repeat;
}

.landing_teaser_box p{
	padding:0px 0px 0px 30px;
}

.teaserlink {
	font-size:14px;
	text-decoration:underline;
	background-color:#ffc;
}



/* ------- Chars left -------- */
.bookmarks .nocharsleft {
	color:#CC0000 !important;
}

.nocharsleft_id {
	background-color:#FFEEEE !important;
}

.bookmarks .warnchars {
	color:#FF9900 !important;
}

#addurl_private_to_group_warning {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	margin-top: 4px;
	padding: 4px;
	width: 340px;
}

#addurl_private_to_group_warning.hidden {
	display:none;
}


/* ------- URLs -------- */
.statistics_urlinfo {
	margin:10px 0px;
	color: #5E5E5E;
	width:265px;
	float:right;
}

.statistics_urlinfo h4 {
	color: #666;
	font-weight:bold;
	display: block;
	font-size: 12px;
	line-height:13px;
	border:0;
	margin:8px 0 0;
	padding:0;
}

.statistics_urlinfo p {
	margin:0 0 10px;
}

.url_preview {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:299px;
}

#url_comment_notice {
	background-color:#e3eaf8;
	padding:6px 15px;
	font-weight:normal;
	width:620px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#url_comment_notice ul {
	list-style-type:square;
	padding:0 10px;
	margin:0 10px;
	line-height:20px;
}


/* -------- Bundles -------- */
#tag-container {
	border: 1px solid #B7B7B7;
	padding: 0 0.5em;
	line-height: 2em;
}

#tag-container a {
	text-decoration: none;
	padding: 2px;
	border: 1px solid #FFF;
}
#tag-container a.o {
	border: 1px solid #F99;
}
#tag-container a.m {
	border: 1px solid #FFF;
	background: #FCC;
}
.bundler h4 {
	cursor: pointer;
	margin: 0 0 0 12px;
	font-size: 0.8em;
	padding-left: 15px;
	background-position: 1px 4px;
	background-repeat: no-repeat;
	color: white;
}

.folded-out {
	background-image: url(../img/folded_out.gif);
}

.folded-in {
	background-image: url(../img/folded_in.gif);
}

.folded-out-dark {
	cursor:pointer;
	background: transparent url(../img/folded_out_dark.gif) no-repeat;
	background-position:0 3px;
	padding:0 0 0 12px;
}

.folded-in-dark {
	cursor:pointer;
	background: transparent url(../img/folded_in_dark.gif) no-repeat;
	background-position:0 3px;
	padding:0 0 0 12px;
}

ul.bundle li {
	padding: 0px 0px 0px 15px;
	line-height:16px !important;
}
.lg{
	background-color:#FFFF88 !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	display:inline !important;
}

.imprint a {
	text-decoration: underline;
}
.imprint a:hover {
	text-decoration: none;
}

.inline_edit_input {
	background-color:#FFFF88;
	padding:1px 3px;
	height:15px !important;
	width:370px;
}

.sort span {
	font-size:10px;
	background-color:#eee;
	padding:1px;
}

.sort img {
	vertical-align:middle;
}

.sort .left {
	float:left;
	width:420px;
	overflow:hidden;
	height:18px;
}

.sort .right {
	float:left;
	width:140px;
	overflow:hidden;
}

#experts .buddylist .avatar {
	width:16px;
	height:16px;
}

#experts.vertical ul li {
    width: 226px;
    overflow: hidden;
    float: left;
    padding: 5px;
    margin-right: 8px;
    clear: none;
    -moz-border-radius: 2px;
	-webkit-border-radius:2px;
}
#experts.vertical ul li .avatar {
    float: left;
    margin-right: 5px;
    border: 1px solid #CCC;
}

#experts.vertical ul li small {
    font-size: 12px;
    color: #999;
}

.delicious_sync_form {
	width: 300px;
	float: left;
	margin-left: 15px;
}
.delicious_sync_form .input label {
	width: 100px;
}
.delicious_sync_form .input input {
	width: 100px;
}
.delicious_sync_form .submit input {
	margin-left: 0;
}

.special_teaser {
	font-size: 12px;
	padding: 8px 8px 14px 8px;
	margin: 2px 0 15px 0;
	line-height:17px;
	background-color:#f3f3f3;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
}
.special_teaser h1 {
	font-size:22px;
	font-weight:normal;
	letter-spacing:-0.03em;
}
.special_teaser h2 {
	font-size: 12px;
	margin: 0px;
}
.special_teaser ul li {
	list-style-image:url(../img/tick.png);
	padding-bottom: 5px;
	line-height:16px;
}

#TwitterPreviewBtn {
	font-size:11px;
	float:right;
	margin-top:2px;
}

#bookmark_tools h5 {
	font-size:12px;
	font-weight:bold;
	margin:6px 0 2px 0;
	color:#666;
}

#bookmark_tools ul li{
	display:list-item !important;
	margin-left:14px;
	list-style-type:square !important;
	font-size:12px;
}

.otherprofile_delete {
	margin-left:10px;
}

#url_prefix {
	color:#999;
	margin:5px 0 0 200px;
}

.filter_btn {
    font-size: 11px;
    font-weight: bold;
    padding: 0px 6px;
    line-height:24px;
    margin-right: 6px;
    border: 1px solid #bbbbbb;
    font-family: Verdana;
    background-color: #dddddd;
    vertical-align: middle;
    color: #333;
    display: block;
    float: right;
    width:auto;
}

#followlink {
    padding-left: 25px;
    color: #333;
    display: block;
    font-family: Verdana;
}

.tip {
	background-color:#ffc;
	border:2px solid #ccc;
	width:300px;
	padding:6px 10px;
	line-height:140%;
	letter-spacing:120%;
}

.tip-text {
	display:none;
}

.rounded-box { 
	width:auto;
}

#avatar-parent {
	position: relative; 
	margin:0px auto;
}

.corner { 
	position: absolute; 
	width: 10px; 
	height: 10px; 
	background: url('../img/roundedcorners-10.png') no-repeat;
}

.TL { 
	top: 0; 
	left: 0; 
	background-position: 0 0;
}

.TR { 
	top: 0; 
	right: 0; 
	background-position: 100% 0;
}

.BL { 
	bottom: 0; 
	left: 0; 
	background-position: 0 100%;
}

.BR { 
	bottom: 0; 
	right: 0; 
	background-position: 100% 100%;
}

#profile_header .avatar {width:48px; height:48px; -moz-border-radius:2px; -webkit-border-radius:2px; border:1px solid #FFFFFF;}
#profile_header { margin:10px 0 0; padding:10px; background-color:transparent;-moz-border-radius:5px; }
#profile_header h1 { font-size:24px; letter-spacing:-0.01em; line-height:20px; margin:5px 0 0; float:left;}
#profile_header .avatar_portrait { float:left;height:auto;margin:0;margin-right:10px;width:48px; }
#profile_info {	margin:30px 0 0; height:85px;}
.profile_header_left { width:326px; overflow:hidden; float:left; }
.profile_header_middle { width: 275px; float:left; padding-right:20px; font-size:11px;color:#555;padding-top:6px; }
.profile_header_right { width: 265px; float:left; padding:0 0 0 16px; font-size:11px;color:#555; }
.profile_header_right .grey_button_small {margin-top:16px;}

.tag_definition {
	border:6px solid #F8F8B8;
	padding:10px 10px;
	margin:10px 0;
	color:#333; 
	line-height:20px;
}

.tag_definition_logo {
	float:left; 
	padding:0 5px 5px 0;
}

.site_sprite img {
	background: url(../img/site_sprites.gif) no-repeat top left;
}
.site_sprite .construktiv {
	background-position: 0 0; width: 96px; height: 20px;
}
.site_sprite .trafficmaxx {
	background-position: 0 -21px; width: 97px; height: 20px;
}
.site_sprite .websnapr {
	background-position: 0 -42px; width: 71px; height: 20px;
}
.site_sprite .feed {
	background-position: 0 -63px; width: 16px; height: 16px;
}
.site_sprite .dw {
	background-position: 0 -81px; width: 80px; height: 15px;
}


/* ------- Rating -------- */
.rating {
	width:144px;
	height:22px;
	overflow:hidden;
	position:absolute;
	right:4px;
	top:0px;
	z-index:1001;
}

.rating .grey_button_small {
	margin-top:0;
}

.c_urls .rating {
	width:152px;
}

.rating_result {
	font-size:14px;
	font-weight:bold;
	color:#555;
	width:44px;
	height:22px;
	padding:2px 2px;
	text-align:right;
	margin-right:4px;
	float:left;
}


.rating_topic {
	display:none;
	font-size:10px;
	color:#666;
	margin:0 0 3px 0;
}

.rating .rating_up,
.rating .rating_down {
	display:block;
	float:right;
	color:#777;
	background-color:#f6f6f6;
	padding:1px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px; 
	-khtml-border-radius:2px;
}

.rating .rating_up .icon,
.rating .rating_down .icon{
	display:block;
	float:left;
	width:16px;
	height:16px;
	background-position:0px -16px;
	background-image:url(../img/thumbs.gif);
}
.rating .rating_up:hover .icon, .rating .rating_up.active .icon {
	background-position:0px 0px;
}
.rating .rating_down .icon {
	background-position:-16px -16px;
}
.rating .rating_down:hover .icon, .rating .rating_down.active .icon {
	background-position:-16px 0px;
}
.rating .rating_result .p {
	color:#9fc873;
}
.rating .rating_result .n {
	color:#f46042;
}

.rating .rating_up {
	width:auto;
	margin-right:4px;
}

.rating .rating_up .icon {
	margin-right:3px;
}

.ratings_summary {
	width:auto;
	border:1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:10px;
	color:#555;
	margin:10px 0;
}

.ratings_summary .pro, .ratings_summary .contra {
	padding:10px 0 0;
	overflow:hidden;
	line-height:0;
	background-color:#a5d900;
	float:left;
	margin:2px 12px 0 0;
}

.ratings_summary .contra {
	background-color:#b53200;
}

.ratings_summary .pro_container .icon, .ratings_summary .contra_container .icon {
	background-image:url(../img/thumbs.gif);
	background-position:0px 0px;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	float:left;
	margin-right:8px;
}

.ratings_summary .pro_container, .ratings_summary .contra_container {
	clear:both;
	padding:10px;
}

.ratings_summary .contra_container .icon {
	background-position:-16px 0px;
}

.bookmark .comment {width:482px;}
.bookmark .rating { position:absolute; right:4px; top:22px; }
.bookmark .rating .rating_down { display:none;font-size:11px; }
.bookmark .rating .rating_up { margin:0;font-size:11px;}
.bookmark .rating .rating_buttons a {float:right;}

#domain_review {
	line-height:140%;
	font-size:14px;
	width:780px;
}



#button_report { float:right; width:70px; text-align:right; margin-right:5px; color:#444; }
#bottom_bar { z-index:20000; border:0; margin:0; padding:2px 0 0 0; width:100%; height:31px; background:transparent url(../img/bottom_bar_bg.png) repeat-x; position:fixed; bottom:0px; left:0px; overflow:hidden; }
#bottom_bar_toggle { background:transparent url(../img/bottom_bar_up.png) no-repeat 5px; }
#bottom_bar .bottom_bar_menu {display:table; width:100%; }
#bottom_bar .bottom_bar_left { display:table-cell; width:60px; background:transparent url(../img/bottom_bar_bg_light.png) repeat-x 0px 2px; overflow:hidden; }
#bottom_bar .bottom_bar_middle { cursor:pointer; vertical-align:middle; display:table-cell; border:1px solid #8a8a8a; background:transparent; border-width:0 1px; overflow:hidden; font-weight:normal; color:#f8f8f8; }
#bottom_bar .bottom_bar_middle span { padding:0 0 0 10px;}
#bottom_bar .bottom_bar_right { display:table-cell; width:35px; background:transparent url(../img/bottom_bar_bg_light.png) repeat-x 0px 2px; overflow:hidden; }
#bottom_bar .bottom_bar_right a { float:left; height:31px; width:35px; overflow:hidden; display:block; }
#bottom_bar .bottom_bar_content { overflow:hidden; border-top:1px solid #8a8a8a; width:100%; height:160px; background-color:#323232; }
#bottom_bar .bottom_bar_content a { width:150px; height:130px; display:block; float:left; margin:10px 10px 4px 10px; }
#bottom_bar .bottom_bar_content a .image { width:150px; height:100px; border:1px solid #f8f8f8; display:block; margin:0 0 4px 0; -moz-border-radius:3px; -webkit-border-radius:3px; background-repeat:no-repeat; background-position:center center; }
#bottom_bar .bottom_bar_content a .title { font-size:11px; width:150px; height:28px; overflow:hidden;  display:block; color:#fff; }

.c_urls .left { float:left; width:620px; min-height:10px; }
.c_urls .right { float:right; width:335px; }
.c_urls #sub_header .right { float:right; width:300px; }
.c_urls h1 a { letter-spacing:-0.02em; }
.c_urls h1 { margin-top:0; line-height:26px; }
.c_urls table td { vertical-align:top; }
.c_urls table .l { font-weight:bold;letter-spacing:-0.01em; width:110px; }

.share { line-height:12px; border: 1px #CCCCCC dotted; border-width:0 0 1px; padding:0px 2px 10px 0;margin-bottom:10px; position:relative; }
.share .img { font-family: arial,helvetica,sans-serif; height:16px; display:block; width:auto; padding-left:20px; background:url(../img/share_buttons.png) no-repeat scroll right top transparent; font-size:11px; float:left; margin-right:10px; }
.share .share_button { display:block; float:left; margin:2px 4px 0 0; height:16px; width:16px; background:url(../img/share_buttons.png) no-repeat scroll right top transparent; }
.share .wong { background-position:0 -0px; }
.share .twitter { background-position:0 -32px; }
.share .c_flattr { margin-bottom:6px; }
.share .c_twitter { padding:3px 5px;width:64px; height:12px; margin-right:10px; float:left; background-color:#d1f4f5;border:1px solid #ccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.share .c_facebook { float:left;width:87px; }
.share .c_wong { padding:3px 5px;width:64px; height:12px; margin-right:10px; float:left; background-color:#feeae8; border:1px solid #ccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }

.c_urls .share_left {width:102px;float:left;}
.c_urls .share_right {width:212px;float:left;padding-left:7px;border:1px dotted #CCCCCC;border-width:0 0 0 1px;margin-left:5px;}
.c_urls #comments_container{border-top: none;}
.c_urls #url_actions {margin:0 0 10px 0;padding:10px 0; border-color:#CCCCCC; border-style:dotted; border-width:1px 0;}
.c_urls #url_actions .grey_button_small {float:left}
.c_urls #url_comment_notice { width:300px; }
.file_details_stat, #stat_data_canvas { margin-bottom:10px; float:left; border:1px solid #e7e9f9; height:42px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-color:#ffffeb;}
.file_details_stat { padding:4px 0 0;height:38px; width:74px; font-size:24px;text-align:center; margin:0 10px 10px 2px; color:#555555; line-height:22px; }
.file_details_stat small { font-size:11px; font-family:arial; line-height:10px;display:block; }
.file_details_stat span { display:block; }

/* Info Bubble */
.bubble {
	width:420px;
	position:absolute;
	z-index:65000;
}

.bubble .msg {
	font-size:13px;
	background-color:#ffc;
	padding:2px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #999;
	-moz-box-shadow: 0px 0px 6px #888;
	-webkit-box-shadow: 0px 0px 6px #888;
}

.bubble img {
	position:absolute;
	height:14px;
	width:18px;
	line-height:14px;
}


#sub_header {
	-moz-border-radius:5px;
	padding:10px;
}

.c_tags #sub_header {
	background-color:#f3f3f3;
}

#sub_header h1 {
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	margin:1px 0;
	padding:0;
}
#sub_header h1 a {
	letter-spacing:-0.03em;
}
#sub_header h2 {
	margin:0 !important;
	padding:0 !important;
	font-weight:normal !important;
	color:#888 !important;
	border: 0 !important;
	font-size:14px !important;
}
#sub_header h2 a {
	color:inherit !important;
	font-weight:normal !important;
	font-size:14px !important;
}
#sub_header .left {
	float:left;
}
#sub_header .right {
	float:right;
}
.c_tags #sub_header .right {
	margin-top: 12px;
}

#sub_header .right img {
	width:inherit;
}

#sub_header .right .screeny {
	display:block;
	overflow:hidden;
	border:1px solid #cccccc;
	height:160px;
}


.file_info {
	font-size:14px;
	margin:2px 0 0 !important;
	padding-top:0 !important;
	font-weight:normal !important;
	color:#666;
	border: 0;
	padding-bottom:10px;
}
.file_info a {
	color:#666;
}

.file_info .topics a {
	background-color:#F3F3F3;
	border-color:#EEEEEE;
	margin:0 2px;
	color:#5689B0;
}

.url_info_l {
	font-size:12px;
	color:#888;
	width:240px;
	float:left;
	height:14px;
	overflow:hidden;
	margin:20px 0;
}
.url_info_r {
	font-size:12px;
	color:#888;
	width:400px;
	float:right;
	height:16px;
	overflow:hidden;
	text-align:right;
	line-height:16px;
	margin:20px 0;
}
.url_info_r a {
	color:#e55;
	padding:1px;
	background-color:#f3f3f3;
}

.grey_button_small, .c_urls .rating .rating_up, .c_urls .rating .rating_down {
	font-size:12px;
	font-weight:normal;
	padding:4px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #aaa;
	margin-right:8px;
	background:#ffc url('../img/call-button.gif') repeat-x right top;
	color:#555 !important;
	text-align:center;
	line-height:16px;
}
.c_urls .rating .rating_up, .c_urls .rating .rating_down {
	float:left;
}


.grey_button_small a {
	color:#666666 !important;
}

.grey_button_small.grey { background-image:url(/img/call-button-grey.gif); background-color:#dedede; }

#url_actions {
	margin:0;
	padding:0;
}
.c_urls .rating {
	position:relative;
	float:left;
	/*width:auto;*/
	top:0;left:0;
	height:auto;
}
.c_urls .rating_result {
	display:none;
}
.c_urls .rating .rating_up, .c_urls .rating .rating_down {
	float:right;
	height:auto;
}
.c_urls .bookmarks {
	float:left;
}
.c_urls #tagcloud {
	width:265px;
}
.c_urls #tagcloud h3 {
	color:#fff;
	border:0;
	margin:2px 0 14px 0;
}


.channel_overview ul li { display:block; float:left; height:20px; margin:10px; padding:5px; font-size:18px; }
.channel_tagcloud ul li { display:block; float:left; height:20px; margin:5px; padding:2px; }

.toolbar_info {
	font-size:14px;
	line-height:140%;
}

._home #content {
	padding-left:20px;
}
._home .has_sidebar {
	width:710px;
}
._home h1 {
	font-size:28px;font-weight:normal;letter-spacing:-0.03em;margin:14px 0 0;padding:0 0 10px 0;
}

#featured {
	height:266px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 28px;
}

#featured_container {
	padding:10px 0px 5px 0px;
	width: 730px;
	overflow: hidden;
	height: 276px;
	margin-bottom:15px;
	position: relative;
	background:#fff url(../img/docs/regal.png) no-repeat 0px 203px;
}

.featured_sub {
	padding:0 0 5px 38px;
	background:#fff url(../img/docs/regal.png) no-repeat 0 120px;
}

.featured_sub .doc_small {
	height:205px;
}

.featured_sub .doc_small .description{
	margin:30px 0 0;
}

#scroll_right, #scroll_left {
	height:150px;
	overflow:hidden;
	width: 20px;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 50;
	padding: 24px 5px 0 0;
	background-color:white;
}

#scroll_left {
	left:0;
	padding: 24px 0 0 8px;
}

#featured_container .doc .description {
	margin:25px 0 0;
}

#featured_container .doc {
	height:270px;
	width:166px;
	margin-right:4px;
}

#featured_container .doc .preview {
	border:0;
	background: transparent url(../img/docs/shadow_big.png);
	padding:8px;
	height:198px;
}

#featured_container .preview a {
	display:block;
	height:200px;
	overflow:hidden;
	background-color:#fff;
}

.c_docs h1 {
	font-weight:normal;
	font-size:18px;
	padding:10px 0 2px 0;
	margin:0 0 10px 0;
	border:1px dotted #ccc;
	border-width:0 0 1px 0;
}

.c_docs h1.main {
	border:0;
	font-size:22px;
}

.c_docs h2 {
	color:#900;
	padding:3px 2px;
	margin:0;
	/*height:18px;*/
	font-size:12px;
	font-weight:normal;
	letter-spacing:-.02em;
	border:0;
	/*width:300px;*/
}

.doc_small .description, .doc .description, .doc_big .description {
	font-size:11px;
	width:148px;
	margin:0;
	padding:0;
	border:0;
	text-align: center;
	overflow: hidden;
	font-weight:normal;
	height:26px;
}

.doc_small .description {
	width:92px;
}

.doc_big .description {
	width:202px;
}

.doc_desc {
	float: left;
	width: 170px;
	margin-left: 10px;
}

.c_docs h3 {
	color:#333;
	font-size:12px;
	padding:3px 0px;
	margin:0;
}

.doc {
	width:150px;
	height:232px;
	overflow:hidden;
	float:left;
	margin:0 20px 10px 0;
}

.doc_small {
	width:92px;
	height:172px;
	overflow:hidden;
	float:left;
	position:relative;
}

.doc_big {
	width:202px;
	height:172px;
	overflow:hidden;
	float:left;
	position:relative;
}


.doc .preview_container {
	position: relative;
}

.doc_small .actions {
	position:absolute;
	top:95px;
	left:1px;
	width:96px;
	height:32px;
	padding:2px 2px;
	background-color:#f9f9f9;
	border-top:1px solid #ccc;
}

.doc_small .actions a {
	margin:0 3px 0 0;
	color:#5689B0;
	font-size:10px;
	display:block;
	float:left;
}

.doc .info {
	border:1px solid #ccc;
	width:136px;
	height:188px;
	vertical-align:middle;
	text-align:left;
	background-color:#fff;
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute;
	padding: 5px;
	margin:8px;
}

.doc .info:hover {
	text-decoration: none;
}

.doc .comment {
	font-size: 11px;
}

.doc .preview {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	height:198px;
	overflow:hidden;
	position:relative;
	text-align:center;
	overflow: hidden;
	width:148px;
	z-index:10;
}

.doc_small .preview, .doc_big .preview {
	border:1px solid #ccc;
	vertical-align:middle;
	text-align:center;
	background-color:#fff;
	overflow: hidden;
	/*display:table-cell;*/
	display:block;
}

.doc_small .preview {
	width:90px;
	height:126px;
}

.doc_big .preview {
	width:200px;
	height:126px;
}

.doc .preview a {
	display:table-cell;
	width:148px;
	height:198px;
}

.doc .preview img {
	text-align:center;
	width: 148px;
	vertical-align:middle;
}

.doc_small .preview img {
	vertical-align:middle;
	width:90px;
}

#user_right .doc_small {
	height:172px;
	margin-right:10px;
	width:85px;
}

#user_right .doc_small .preview {
	width:83px;
	height:126px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC; 
	display:block;
}

#user_right .doc_small .preview img {
	width:85px;
}

#user_right .doc_small h2 {
	width:85px;
}

.doc_big .preview img {
	vertical-align:middle;
	width:200px;
}

.doc p {
	color:#666;
	margin:2px 0;
}

.c_docs .left {
	width:200px;
	float:left;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #eee;
	overflow:hidden;
}
.c_docs .left .menu h2, .c_docs .left .menu h3 {
	font-size:14px;
	color:#333;
	border:0;

}
.c_docs .left .menu h2 {
	border-bottom:1px solid #ccc;
}
.c_docs .left .menu h3 {
	font-weight:normal;
}
.c_docs .left .menu li ul {
	margin:0 0 14px 14px;
	padding:0;
}
.c_docs .right {
	width:730px;
	float:left;
}
.c_docs .subheader {
	margin-bottom:10px;
}
.c_docs .subheader .left {
	border:0;
	width:600px;
}

.c_docs .subheader .right {
	width:300px;
	float:right;
	padding:10px 10px 0 0;
}

.c_docs .subheader .grey_button_small {
	float:right;
}


.show_more {
	position: relative;
	min-height: 12px;
}

.show_more a {
	font-size: 12px;
	display:block;
	font-weight:bold;
}

.show_more .next {
	position: absolute;
	right: 10px;
}

.show_more .prev {
	position: absolute;
	left: 0;
}

.followed .show_more, .following .show_more {
	padding:5px 5px 10px 0;
}

.followed .show_more a, .following .show_more a {
	float:right;
	font-size:11px;
	font-weight:normal;
}

.spacer_p {
	margin:15px 0 10px 0;
	padding:10px 0 0 0;
	border-top:1px dotted #888;
}

.bookmarks_dialog .urls_inactive .bookmark {
	padding:5px;
	color:#aaa !important;
	background-color:#f3f3f3 !important;
	border:1px solid #aaa !important;
}

.bookmarks_dialog .urls_inactive .bookmark a {
	color:#5689B0 !important;
}

.bookmarks_dialog ._r_inactive {
	padding:5px;
	color:#aaa !important;
	background-color:#f3f3f3 !important;
	border:1px solid #aaa !important;
}

.bookmarks_dialog #content.has_sidebar {
    width: 740px;
}

.bookmarks_dialog #tagcloud .related_topic {
	margin-top:0;
	padding-top:10px;
}

.bookmarks_dialog #tagcloud,
.bookmarks_dialog #sidebar.sidebar {
    width: 250px;
}

.bookmarks_dialog #tagcloud h3,
.bookmarks_dialog #tagcloud ul li a {
    color: #777;
    font-weight: normal;
}
.bookmarks_dialog #tagcloud, #crosslinked.crosslinked h4 {
    font-weight: bold;
}

.bookmarks_dialog  #tagcloud, .c_tags #sidebar #crosslinked {
    background: #FFF;
    color: #777;
}

.bookmarks_dialog  #tagcloud h3 {
    font-family: arial, georgia;
    text-shadow: 0 1px 1px rgba(65, 65, 65, 0.25);
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0 6px;
    margin: 10px 0 0 3px;
}

.bookmarks_dialog #tagcloud .pad {
    padding: 0;
}

.bookmarks_dialog #crosslinked {
    margin-left: 10px;
}

.bookmarks_dialog #crosslinked.crosslinked h4 {
    text-shadow: none;
    font-family: verdana;
    color: #777;
    margin: 0;
    padding: 0;
}

.bookmarks_dialog ul.tags_popular_topics li,
.bookmarks_dialog .crosslinked .buddylist li {
    padding-left: 13px;
    line-height: 16px !important;
}

.bookmarks_dialog .tags_stats {
    color: #777;
    float: left;
    padding-top: 19px;
    padding-left: 7px;
}

.bookmarks_dialog #popular_combinations {
	padding:0;
	font-size:18px;
	width:728px;
}
.bookmarks_dialog #popular_combinations .elm {
	display:block;
	float:left;
	padding-right:25px;
	overflow:hidden;
}
.bookmarks_dialog #popular_combinations .elm small {
	color:#999;
}
.bookmarks_dialog #popular_combinations .elm form {
	display:inline;
	padding:0;
	margin:0;
	line-height:0px;
}
.bookmarks_dialog #popular_combinations input.submit {
	border:0;
	background-color:#ddd;
	height:20px;
	width:80px;
	padding:1px;
	font-size:16px;
	margin:0;
	line-height:10px;
	vertical-align:middle;
}
.bookmarks_dialog #popular_combinations input.enter {
	border:0;
	color:#888;
	border-bottom:1px solid #999;
	font-size:18px;
	width:135px;
	display:inline;
	margin:0;
}


.bookmarks_dialog .bookmarks {
	width:100%;
}

.bookmarks_dialog .bookmark {
	position:relative;
}

.bookmarks_dialog .bookmark, .url, .tweet {
	clear:both;
	padding:12px 0 12px;
	width:auto;
}

.bookmarks_dialog .bookmark .topic {
	border:0;
}

.bookmarks_dialog .bookmark .topic a {
	font-size:14px;
	font-weight:bold;
	margin:0 0;
}

.bookmarks_dialog .bookmark .withsnap {
	/*width:580px;*/
}

.bookmarks_dialog .bookmark .tags {
	margin: 4px 0 2px;
}

.bookmarks_dialog .bookmark .comments {
	margin-top:8px;
	color:#444;
}

.bookmarks_dialog .bookmark .comments .avatar {
	margin: 4px 6px 0 0;
	float:left;
	vertical-align:bottom;
}

.bookmarks_dialog .bookmark .comments_avatar {
	position:relative;
}

.bookmarks_dialog .bookmark .comments_delete {
	position:absolute;
	bottom:-5px;
	right:5px;
	font-size:10px;
}

.bookmarks_dialog .comments_avatar {
	border-top:1px dotted #ccc;
	padding: 2px 0 5px;
	clear:both;
	width:450px;
}

.bookmarks_dialog .bookmark .info {
	line-height:125%;
}
.bookmarks_dialog .bookmark .info strong a,
.bookmarks_dialog .bookmark .info .comment {
	font-size:11px;
}


.bookmarks_dialog .bookmark .comments textarea {
	height:14px;
	min-height:14px;
	width:410px;
	margin:3px 0;
	color:#777777;
	border:1px solid #f5cfcf;
	font-size:11px;
	padding:4px 3px;
}

.bookmarks_dialog .comment a {
	color:#595959;
}

.bookmarks_dialog .bookmark .write_comment .avatar {
	margin:3px 6px 3px 0;
}

.bookmarks_dialog .bookmark .comments textarea:hover {
	border:1px solid #5689B0;
	color:#333;
}

.bookmarks_dialog .bookmark .comments input {
	float:right;
	width:80px;
}

.bookmarks_dialog .bookmark .comments .comment_chars {
	display:block;
	padding:0 0 0 30px;
	float:left;
	width:200px;
}

.bookmarks_dialog .bookmark .comments strong .username {
	color:#6a6a6a;
	font-weight:bold;
}

.bookmarks_dialog #wongsl_modules {
	height:150px;
}

.bookmarks_dialog .bookmark .topic a.url_info {
	vertical-align:middle;
}
.bookmarks_dialog .rating {
	top:18px;
	right:2px;
}
.bookmarks_dialog .rating_down {
	display:none;
}
.bookmarks_dialog .rating_up {
	margin:0;
}
.bookmarks_dialog .bookmark .tools {
	top:40px;
}

.followed a.user, .following a.user {
	float: left;
	margin-bottom: 2px;
	display:block;
	width:auto;
	height:auto;

}
.followed .more, .following .more {
	text-align: right;
	margin: 0;
}

.dialog { height:0; left:0; overflow:visible; position:fixed; top:0; width:100%; z-index:30001; }
.dialog .dialog_popup { height:0; overflow:visible; position:relative; }
.dialog p { margin:3px 0; line-height:1.4em; }
.dialog h2 { margin:15px 0 0 0; }
.dialog input { padding:2px 4px; -moz-border-radius:3px; border:1px solid #BBBBBB; font-size:14px;margin:0; width:238px; }
.dialog .dialog_table { border-collapse:collapse; direction:ltr; margin:auto; table-layout:fixed; width:465px; }
.dialog .side { background:transparent url(../img/modal-sprite.png) repeat-y scroll -10px 0; }
.dialog .content { direction:ltr; padding:12px; background-color:rgba(0,0,0,0.55); -moz-border-radius:3px; }
.dialog .content h2 span { display:block; padding:4px 10px 5px; }
.dialog .dialog_content { background:#ffffff; border:1px solid #999999;  -moz-border-radius:3px 3px 0 0; }
.dialog .dialog_buttons { background:#f3f3f3; border:1px solid #999999; border-width:0 1px 1px; -moz-border-radius:0 0 3px 3px; padding:8px 15px; text-align:right; }
.dialog .dialog_buttons input { font-size:11px;width:auto; }
.dialog .dialog_body { padding:10px; }

.popup_info {
	opacity:0;
	z-index:10009;
	visibility:hidden;
	height:218px;
	width:195px;
	position:absolute;
	left:-150px;
	top:-150px;
	overflow:hidden;
	background:transparent url('../img/doc_info_left.png') no-repeat 0 10px;
}
.popup_info .container {
	padding:10px;
	margin-left:10px;
	width:153px;
	height:186px;
	border:3px solid #aaa;
	background-color:#fff;
	overflow:hidden;
	-moz-border-radius:3px;
	-moz-box-shadow:2px 2px 5px #999;
	-webkit-border-radius:3px;
	-webkit-box-shadow:2px 2px 5px #999;
}
.popup_info h3 {
	font-size:12px;
	padding:0;
	margin:0;
}
.popup_info .description {
	font-size:11px;
	color:#555;
}

.popup_info .info {
	font-size:11px;
	padding:0;
	margin:0 0 8px 0;
}

.popup_info .info ._numbers {
	color:#111;
	line-height:22px;
}

.popup_info .info ._interests {
	display:block;
	height:28px;
	overflow:hidden;
}

.popup_info.user_info {
	width:420px;
}

.popup_info.user_info .image {
	width:102px;
	margin-right:10px;
	float:left;
	height:102px;
	overflow:hidden;
}

.popup_info.user_info .info_container {
	float:left;
	width:268px;
	height:102px;
	overflow:hidden;
}

.popup_info.user_info .additional {
	clear:both;
	padding:8px 0 0;
	margin:12px 0 0;
	border-top:1px dotted #999;
	color:#555;
	font-size:11px;
}

.popup_info.user_info .additional .comment {
	color:#555;
	height:14px;
	font-size:11px;
	overflow:hidden;
	display:block;
}

.popup_info.user_info .image img {
	width:100px;
	border:1px solid #ccc;
}

.popup_info.user_info .container {
	width:380px;
}

.popup_info.feed_info {
	width:420px;
}

.popup_info.feed_info .image {
	width:102px;
	margin-right:10px;
	float:left;
	height:102px;
	overflow:hidden;
}

.popup_info.feed_info .info_container {
	float:left;
	width:268px;
	height:102px;
	overflow:hidden;
}

.popup_info.feed_info .additional {
	clear:both;
	padding:8px 0 0;
	margin:12px 0 0;
	border-top:1px dotted #999;
	color:#555;
	font-size:11px;
}

.popup_info.feed_info .additional .comment {
	color:#555;
	height:14px;
	font-size:11px;
	overflow:hidden;
	display:block;
}

.popup_info.feed_info .image img {
	width:100px;
	border:1px solid #ccc;
}

.popup_info.feed_info .container {
	width:380px;
}

#user_left {
	width:680px;
	float:left;
}

#user_right {
	/*width:290px;*/
	float:right;
	border-left:5px solid transparent;
}

#user_right .user_box_container {
	width:265px;
}
#user_right .user_box_container {
	width:295px;
}
#user_right .grey_button_small {
	width:200px;
	padding:4px 0;
}
#user_right .grey_button_small a { 
	color:#444 !important;
}

#user_top .user_box_container {
	width:980px;
}

.user_box_container .input label {
	width:182px;
}

.user_box_container .input label small {
	font-family:arial;
}

.user_box_container .submit input {
	margin-left:180px;
}
.user_box_container .input .radio {
	border: 0;
}

.user_box_container .options {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #EEEEEE;
	padding: 5px;
	z-index:100;
}

.user_box_container .user_dropdown_sort_by {
	float:none;
	position:absolute;
	right:15px;
	top:10px;
	width:200px;
}

.user_modules_add ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.user_modules_add li {
	margin-bottom: 4px;
}


#user_right .submit input {
	margin: 0;
}

#user_right .user_box_container .input input {
	width:260px;
}

.bookmarks_compact, .bookmarks_compact_2 {
	list-style-type:none;
	padding:0;
	margin:0;
}
.bookmarks_compact li, .bookmarks_compact_2 li { 
	display:block;
	float:left;
	height:117px;
	margin:0 20px 10px 0;
	padding:0;
	width:92px;
	overflow:hidden;
}
#user_right .bookmarks_compact li, #user_right .bookmarks_compact_2 li {
	margin-right:10px;
	width:85px;
}

#user_right .bookmarks_compact .title, #user_right .bookmarks_compact .users {
	width:85px;
}

.bookmarks_compact img, .bookmarks_compact_2 img {
	background-color:#FFFFFF;
	display:block;
	width:90px;
	margin:0 0 0 -3px;
}
.bookmarks_compact .title, .bookmarks_compact_2 .title {
	border:0 none;
	display:block;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	margin:0;
	overflow:hidden;
	text-align:center;
	width:92px;
	height:26px;
	letter-spacing:-0.008em;
}
.bookmarks_compact .users, .bookmarks_compact_2 .users, .doc .users {
	font-family:arial;
	margin:3px 0 0;
	display:block;
	text-align:center;
	width:92px;
	letter-spacing:-0.01em;
	font-size:10px;
	color:#666 !important;
}

.bookmarks_compact_2 .users {
	width:200px;
}
.doc_big .users {
	width:200px;
}


.bookmarks_compact .image, .bookmarks_compact_2 .image {
	border:1px solid #CCCCCC;
	overflow:hidden;
	height:70px;
	display:block;
}
.bookmarks_compact_2 li {
	width:204px;
	height:172px;
}
.bookmarks_compact_2 .image {
	height:126px;
}
.bookmarks_compact_2 .title {
	letter-spacing:0;
	width:200px;
}
.bookmarks_compact_2 .users {
	width:200px;
	letter-spacing:0;
}
.bookmarks_compact_2 img { 
	width:202px;
	margin:0 0 0 0px;
}

.user_box { 
	padding:10px 0 10px 10px;
	background-color:transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-height: 236px;
}
.user_box_container {
	width:680px;
	overflow:hidden;
	position:relative;
}
.user_box_container.h-double {
	/*height:494px;*/
}
.user_box_container.h-auto {
	height:auto;
}
.user_box p {
	line-height:130%;
	color:#333;
}
.user_separator { 
	height:5px;
	background-color:transparent;
	width:680px;
}

.user_box .user_box_bookmark_highlight_image {
	float:left;
	margin:0 15px 0px 0;
	-moz-border-radius:5px;
	border:1px solid #CCCCCC;
	background-position:center top;
	width:320px;
	height:220px;
	overflow:hidden;
}

.user_box .user_box_doc_highlight_image {
	float:left;
	margin:0 15px 0 -5px;
	width:320px;
	overflow:hidden;
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.user_box_doc_highlight_image_container {
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	margin:0px 0 0 16px;
	width:300px;
	overflow:hidden;
}

.user_box .user_box_doc_highlight_image img {
	width:300px;
}
.user_box .user_box_doc_highlight_clip {
	width:32px;
	height:170px;
	left:0;
	top:110px;
	position:absolute;
	background:transparent url(/img/docs/clip.gif) no-repeat 0 0;
}

.user_box .user_box_bookmark_highlight_info {
	float:left;
	width:322px;
}

.user_box_container .input .radio {
	padding: 0;
	margin-left: 183px;
}

.highlight_bookmark {
	margin:0 !important;
	padding:0;
	line-height:16px;
}

.highlight_bookmark li span {
	display:block;
	width:420px;
	height:20px;
	float:left;
	overflow:hidden;
	font-size:11px;
}

.highlight_bookmark li a {
	display:block;
	width:70px;
	height:20px;
	float:right;
}

.users_design_colorbox {
	float:left;
	margin:0 20px 20px 0;
	width:146px;
	height:92px;
	color:#999;
	font-size:11px;
	font-family:arial,verdana;
	text-align:center;
}

.users_design_colorbox div {
	width:144px;
	padding:40px 0 0;
	color:#000;
	height:50px;
	border:1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.user_box_user_info_left {
	float:left;
	margin-right:10px;
}

.user_box_user_info_right {
	float:left;
	color:#555;
	font-size:14px;
	width:170px;
	overflow:hidden;
}

.user_box_user_info_bottom {
	margin:10px 10px 0 0;
	color:#555;
	font-size:11px;
}

.user_box_user_info_right p {
	margin:0 0 2px 0;
}

.user_box_user_info_right .user_name {
	font-weight:bold;
}

.user_box_user_info_left .avatar {
	width:90px;
	border:1px solid #999;
}

.user_box_user_info_right p.user_social {
	margin-top:6px;
}


#spotlight_users .fu_image {
	width:92px;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0;
}

#spotlight_users .fu_more {
	clear:both;
	padding-top:5px;
	height:28px;
}

#spotlight_users p,
#spotlight_users a,
#spotlight_users_fav p,
#spotlight_users_fav a {
	font-size:12px;
	color:#5F5F5F;
	text-decoration:none;
	margin:0;
	padding:0 0 5px 0;
}

#spotlight_users p,
#spotlight_users_fav p {
	font-size:10px;
	padding:0 0 5px 0;
}

#spotlight_users a.bmlink:hover {
	text-decoration:none!important;
}

#spotlight_users.tags {
	background-color:#B3C9EF;
	color:#666;
}

#spotlight_users h2 {
	border:0;
	margin:0;
	padding:0;
}

#spotlight_users h5 {
	font-weight:700;
	color:#5F5F5F;
	font-size:12px;
	margin:6px 0 0;
}

#fu_full_name {
	font-size:11px;
	font-weight:700;
	clear:both;
	height:17px;
}

#spotlight_users h4 {
	color:#5F5F5F;
	font-weight:700;
	font-size:15px;
	margin:0 0 4px;
	padding:0 0 4px 10px;
}

#spotlight_users .fu_more img {
	padding-right:5px;
}

#spotlight_users_fav .fu_image {
	padding-top:27px;
	width:150px;
	height:30px;
	float:left;
}

#spotlight_users .fu_text.landscape {
	width:110px;
}

#spotlight_users .fu_more a {
	display:inline;
}

#spotlight_home #spotlight_users.overview h4 {
	margin:0 0 4px;
	padding:10px;
}

#spotlight_users.tags h5,#spotlight_users.tags h4 {
	color:#5F5F5F;
}

#spotlight_users.overview {
	background-color:#FFF;
}

#spotlight_users.overview .bg_container {
	width:250px;
	background-color:#e7edf3;
	background-image:url(../img/spotlight/std/bg_frontpage_3.png);
	-moz-border-radius: 5px;
	padding:10px;
}

#spotlight_all {
	border:1px solid #FFF;
	position:relative;
	width:977px;
}

#main #sidebar .spotlight_youtube {
	margin-bottom:-2px;
}

.floating ul li {
	list-style:outside;
	margin:0 0 5px 30px;
}

.floating p,.floating ul,.floating table {
	margin-left:15px;
}

#spotlight_users_fav {
	margin-bottom:-6px;
}

.spotlight {
	float:left;
	margin:0 50px 30px 0;
	width:270px;
}

#spotlight_all h5 {
	clear:both;
	margin-bottom:3px;
	padding-top:10px;
}

.spotlight_single.left {
	margin-left:20px;
}

.spotlight_single.middle,.spotlight_single.right {
	margin-left:100px;
}

.spotlight_youtube {
	margin-bottom:-5px;
}

.spotlight_player {
	padding-top:0;
	padding-bottom:7px;
	background-color:#222;
}

#spotlight_users.overview .fu_image {
	height:119px;
}

#spotlight_users h4,#spotlight_users h5 {
	border-bottom:0;
	margin-top:0;
	padding:0;
}

#spotlight_users a.bmlink {
	text-decoration:underline!important;
}

.spotlight_info.action_buttons li {
	padding:1px 0 3px 16px;
}

#spotlight_users .fu_text {
	float:left;
	width:132px;
	padding-bottom:6px;
	margin:0 6px 0 10px;
}

#spotlight_users.overview #fu_image_container {
	float:left;
	bottom:0;
}

.spotlight_single {
	float:left;
	width:240px;
}

.spotlight_single #spotlight_users.overview {
	padding-bottom:0;
}

#spotlight_users {
	margin-bottom:0px;
}

.spotlight .spotlight_info,.spotlight_single .spotlight_info {
	color:#5F5F5F;
	width:230px;
	font-size:10px;
	padding:5px;
}

.more,#spotlight_all .more {
	clear:both;
	text-align:right;
	margin:-10px 40px 0 0;
}

.more a,#spotlight_all .more a {
	color:#5E5E5E;
}

.spotlight_dropdown .dropdown, .spotlight_dropdown .current {
	text-align:right;
}

#friends_container .avatar { float:left; }
#friends_container .friends_title {  }
#friends_container .friends_box { padding:10px;border:1px dotted #CCCCCC;border-width:1px 0;background:#F9F9F9;margin:5px 0 5px; }
#friends_container .friends_name { margin-left:58px;height:48px; }
#friends_container .friends_link {  }
#friends_container .friends_link strong { font-size:14px; }

.social {color:#333 !important;display:block;padding-left:20px;background:url(../img/share_buttons.png) no-repeat;line-height:12px;margin-bottom:4px;}
.social.last {margin-bottom:0;}
.user_box_user_info_right .social { font-size:11px; }
.user_box .meta { top: 72px; }
.social_button {float:left; width:12px; height:12px; background:url(../img/share_buttons.png) no-repeat; margin-right:3px; }
.social_button.twitter { background-position:0 -48px; }
.social_button.facebook { background-position:0 -72px; }
.user_box_user_info_right .social { font-size:11px; }

.save_dialog {
	width:297px;
	height:160px;
	background:transparent;
	position:absolute;
	overflow:hidden;
}

.save_dialog_top {
	width:297px;
	height:20px;
	background:transparent url(../img/cto-save-window-top.png) no-repeat;
	position:absolute;
	top:0;
}

.save_dialog_middle {
	width:297px;
	height:130px;
	background:transparent url(../img/cto-save-window-middle.png) repeat-y;
	position:absolute;
	top:20px;
}

.save_dialog_middle h1 {
	color:#fff;
	font-size:16px;
	margin:2px 0 10px 20px;
}

.save_dialog_bottom {
	width:297px;
	height:10px;
	background:transparent url(../img/cto-save-window-bottom.png) no-repeat;
	position:absolute;
	bottom:0px;
}

.save_dialog .save_dialog_select {
	width:auto;
}

.save_dialog .save_dialog_item {
	width:76px;
	height: 20px;
	margin:0 0 0 17px;
	text-align:center;
	padding:80px 0 0;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	cursor:pointer;
	background: transparent url(../img/cto-save-window-select.png) 0 0 no-repeat;
}

.save_dialog .save_dialog_item.document {
	background-position:-93px 0;
}

.save_dialog .save_dialog_item.status {
	background-position:-186px 0;
}
.inlineedit {
	-moz-box-shadow: 0 0 1em gold !important;
	-webkit-box-shadow: 0 0 1em gold;
	box-shadow: 0 0 1em gold;
	padding: 5px !important;
}
.ac_content .video {
	margin-right: 5px;
	margin-bottom: 5px;
}
.ac_content .remove {
	position: absolute;
	top: 0;
	right: 0;
}

.google_notice {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFFFCC;
}
.google_notice span {
	font-size: 9px;
}
.google_notice_layer {
	width: 600px;
	background: #FFF;
	position: absolute;
	z-index: 10000;
	padding: 10px;
	border: 5px solid #CCC;
	top: 30px;
	left: 50%;
	margin-left: -300px;
}
