/* author: sentimo team | $Id$ */

/* ================== reset ================== */
html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, ins, del, q, cite,
code { border: 0px; margin: 0px;	padding: 0px; }
a, a:visited { text-decoration: none; }
a img { background-color:transparent !important; border:0px !important; text-decoration:none !important;}

.inline {
	display: inline;
}

.hidden {
	display: none;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

a 
{
    color:#C67834;
    font-weight:bold;
    border: 0;
}

a:hover 
{
    color:#C67834;
    text-decoration:underline;
    font-weight:bold;
}

a.icon:hover 
{
    text-decoration:none !important;
}

/* ================== global ================== */
body { 
    font-family: Tahoma, Helvetica, sans-serif; 
    font-size:.8em; 
    background-color:#F5F1E6;
    margin:0px; 
    padding:0px }
    
.u 
{
    text-decoration:underline;
}

label.form_error
{
    padding:5px;
    width:300px;
    background-color:#D51E11;
    color:#fff;
}

/* ================== top ================== */

#top_bg 
{ 
    background: url(../images/head.jpg) top center no-repeat; 
    height:210px;
    z-index:0;
    width:100%;
    background-color:#5F5E59;
}

#top_contener 
{
    margin:0px auto;
    width:995px;
}

#top_left 
{
    float:left;
    height:210px;
    width:635px;
}

#top_right
{
    float:right;
    height:210px;
    width:360px;
}

#butterfly
{
    position:relative;
    z-index:1;
}

#menu 
{
    margin-top:-36px;
    position:relative;
    z-index:2;
    width:100%;
}

#menu ul 
{
    height:100%;
    list-style:none;
}

#menu ul li 
{
    text-align:center;
    text-transform:uppercase;
    font-size:80%;
    font-weight:bold;
    margin:0px;
    float: left;
}

#menu ul li a
{
    background: url(../images/menu_btn_up.png) top left no-repeat;
    float:left;
    padding:13px 0px 5px;
    height:16px;
    width:103px;
    color:#000;
}

#menu ul li a:hover, #menu ul li a.current
{
    background: url(../images/menu_btn_down.png) top left no-repeat;
    color:#fff;
    text-decoration:none;
}

#top_search
{
    float:right;
    background: url(../images/top_search.png) top left no-repeat;
    height:50px;
    width:348px;
    z-index:1;
}

#top_search input
{
    background-color: #000;
    border:0px;
    color:#fff;
    font-size:85%;
    height:15px;
    margin:5px 0px 0px 19px;
    width:131px;
}

#top_search a#top_search_link
{
    position: relative;
    display:block;
    margin:-11px 5px 0px 182px;
    text-transform:uppercase;
    color:#fff;
    font-size:80%;
}

#top_links
{
    position: relative;
    font-size:80%;
    margin:-15px 0px 0px 243px;
}

#top_links a 
{
    text-transform:uppercase;
    color:#fff;
    margin-right:5px;
}

#top_account 
{
    margin:20px 0px 0px 80px;
    float:left;
    width:250px;
    font-weight:bold;
    font-size:95%;
    height:20px;
}

#top_account img
{
    display:block;
    float:left;
    margin-right:10px;
}

#top_account a
{
    color:#000;
    display:block;
    float:left;
    margin-top:20px;
    width:140px;
}

#user_logged
{
    float:right;
    margin:20px 0px 0px 0px;
    width:300px;
    font-size:85%;
    padding-bottom: 1px;
}

#user_logged a 
{
    display:block;
    font-size:130% !important;
}

#user_logged a.top_logged_user 
{
    color:#fff;
    float:left;
    margin:10px 10px 10px 0px;
    font-size:9px !important;
    display:block;
}

#avatar 
{
    float:left;
    margin-right:10px;
    border:1px solid #000;
    height: 50px;
}

#top_quick_login 
{
    margin:77px 0px 0px 20px;
    float:right;
    background: url(../images/top_quick_login.png) top left no-repeat;
    height:50px;
    width:336px;
}

#top_quick_login input
{
    border:0px;
    background-color:#656254;
    border:0px;
    color:#fff;
    font-size:85%;
    height:15px;
    margin:5px 0px 0px 15px;
    width:95px;
}

#top_quick_login input#password 
{
    margin:15px 0px 0px 8px;
}

#top_quick_login input#top_quick_login_sb
{
    background-color: transparent;
    color:#000;
    font-weight:bold;
    margin:-20px 0px 0px 5px;
}

#top_quick_login a 
{
    text-transform:uppercase;
    display:block;
    font-weight:bold;
    font-size:80%;
    margin:-18px 0px 0px 250px;
}

#top_quick 
{
    margin:44px 0px 0px 20px;
    float:right;
    background: url(../images/top_quick_logged.png) top left no-repeat;
    font-size:85%;
    padding:0px 0px 0px 5px;
    height:32px;
    width:331px;
}

#top_quick img
{
    float:left;
    vertical-align:middle;
}

#top_quick a
{
    margin:10px 0px 0px 10px;
    float:left;
}

#top_quick a#no_messages 
{
    color:#9E9E9E;
}

#top_quick a#logout
{
   float:right;
   margin-right:40px;
}

#search_contener
{
    position: relative;
    z-index:0;
}

#search 
{
    z-index:1;
    float:left;
    border:1px solid #DED9C6;
    margin:10px 0px;
    padding:10px;
    width:728px;
}

.search_header
{
    float:left;
    width:750px;
}

#search ul {
    z-index:1;
    list-style:none;
    margin-right:10px;
    width:230px;
    text-align:right;
    float:left;
}

#search ul.box 
{
    width:200px;
    margin-left:30px;
    text-align:left;
}

#search ul li.search
{
    color:#9E9E9E;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}

#search ul.box input {border:0px;}

#search input
{
    display:inline !important;
    vertical-align:middle;
    margin:5px;
}

#search label 
{
    color:#000;
    display:inline !important;
    margin:0px 5px 5px;
}

#search img#search_img 
{
    float:left;
    width:244px;
}

#tag300 {
    float:left;
    width:100%;
    margin-top:10px;
}

#page
{
    float:left;
    width:100%;
}

#page h2
{
    font-size:140%;
    margin:5px 0px 10px;
}

#page p 
{
    margin:5px 0px;
}

#registration_message
{
    width:600px;
    text-align:justify;
    line-height:20px;
    margin:10px auto;
}
/* ================== flash messages ================== */

#action_success
{
    background-color:#56BD11;
    color:#fff;
    text-align:center;
    padding:10px;
    margin:0 auto;
    width:975px;
}

#action_errors
{
    background-color:#D51E11;
    color:#fff;
    text-align:center;
    padding:10px;
    margin:0 auto;
    width:975px;
}

/* ================== login/sign forms ================== */

#sign 
{
    float:left;
    border:1px solid #DED9C6;
    padding:10px;
    padding-right: 5px;
    width:733px;
}

#sign2 
{
    float:left;
    padding:10px;
    padding-right: 5px;
    width:735px;
}

#sign #form
{
    float:left;
    width:400px;
    text-align:right;
}

#sign #form label
{
    margin-right:10px;
}

#sign #form label.form_error
{
    margin:5px 0px 10px 90px;
    text-align:center;
}

.sign_header
{
    margin:10px 0 10px 5px;
    float:left;
    width:745px;
}

#sign_image 
{
    float: right;
    font-weight:bold;
    margin-left:45px;
    width:280px;
}

#sign_image a#reg 
{
    font-size:11px;
    display:block;
    margin:10px 0px 0px 150px;
}

.form_center
{
    text-align:left;
    margin-left:150px;
}

.form_center a
{
    font-size:11px;
}

/* ================== frontpage ================== */
#fp_left
{
    float:left;
    margin-right:20px;
    padding:10px 10px 10px 0px;
    width:215px;
}

#fp_left h3
{
    background: url(../images/small_header_bg.png) no-repeat;
    padding:12px 10px 8px;
    height:20px;
    margin:0px 0px 5px;
    width:205px;
    font-size:12px;
}

#fp_left h3 img, .fp_column h3 img
{
    margin-top:-5px;
    vertical-align:top;
}

#fp_left .text, #fp_right .text 
{
    float:left;
    width:170px;
}

#fp_left .more2, #fp_right .more2
{
    float:left;
    font-size: 80%;
    text-transform:lowercase !important;
	font-weight: bold;
}

#fp_right .more2
{
    margin-left:10px;
}

#fp_right
{
    float:left;
    padding:10px 0px;
    width:750px;
}

#fp_left ul , #fp_right ul {list-style:none;}

#fp_tags
{
    border:1px solid #DED9C6;
    padding:10px;    
    margin:10px 0px;
    text-align:center;
    width:203px;
}

#fp_categories
{
    margin:10px 0px;
    width:220px;
}

#fp_categories ul li, #fp_top5 ul li, .fp_column ul li
{
    border:1px solid #DED9C6;
    text-align:right;
    font-size:11px;
    color:#9E9E9E;
    padding:5px;
    margin:2px 0px;
    width:213px;
}

#fp_categories strong, #fp_top5 strong, .fp_column strong
{
    color:#000;
}

#fp_categories ul li a, #fp_top5 ul li a, .fp_column ul li a
{
    font-size:12px;
    float:left;
}

#fp_stories, #fp_columns
{
    float:left;
    margin:0px;
    width:750px;
}

.orange 
{
    color:#EB7C12;
}

.lp 
{
    float:left;
    color:#000;
    margin-right:5px;
}

#top_story
{
    background: url(../images/top_story_bg.png) no-repeat;
    height:217px;
    float:left;
    width:415px;
    margin-right:12px;
    padding:10px;
    color:#fff;
    font-size:10px;
}

#top_story a 
{
    color:#F3CB07;
}

#top_story a:hover
{
    color:#F3CB07;
}

#top_story_more
{
    float:right;
    font-size:10px;
    padding:5px;
    text-align:right;
    margin-top:10px;
    width:40px;
}

#fp_stories h1
{
    background: url(../images/header_big.png) no-repeat;
    padding:10px;
    height:20px;
    margin:0px 0px 5px;
    width:730px;
    font-size:14px;
    vertical-align:top;
}

#fp_stories h1 img
{
    margin-top:-5px;
    vertical-align:top;
}

#top_story_img
{
    float:left;
    padding:5px;
    margin:0px 10px 10px 0px;
    background-color: #333333;
	position: relative;
}

#top_story_info
{
    font-size:9px;
    margin-bottom:5px;
}

#top_story h2 
{
    font-size:12px;
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #DED9C6;
}

.next_top_story
{
    background: url(../images/top_story_item_bg.png) no-repeat;
    height:41px;
    margin-bottom:5px;
    padding:10px 10px 5px;
    float:left;
    width:282px;
}

.next_top_story_avatar
{
    margin-right:5px;
    padding:5px;
    height:25px !important;
    float:left;
    width:25px;;
}

.next_top_story_avatar img 
{
    border:1px solid #DED9C6 !important;
}

.top_stories_info
{
    margin-top:5px;
    color:#88847D;
    font-size:9px;
}

.fp_column
{
    float:left;
    border:0px solid #DED9C6;
    margin:10px 0px;
    text-align:left;
    width:240px;
}

.fp_column_center
{
    margin:10px 5px 10px 15px;
}

.fp_column_right
{
    margin:10px 2px 10px 8px;
}

.fp_column ul 
{
    margin:0px;
    float:left;
}

.fp_column ul li
{
    border:1px solid #DED9C6;
    text-align:right;
    font-size:11px;
    color:#9E9E9E;
    padding:5px;
    margin:5px 0px;
    width:235px;
}

.fp_header 
{
    float:right;
    text-align:center;
    margin:0px 0px 5px 5px;
    width:235px;
}

.fp_column h3
{
    text-align:left;
    font-size:12px;
}

.fp_column h3 img
{
    margin-top:8px;
    vertical-align:bottom;
}
/* ================== content ================== */

#content_bg
{
    float:left;
    border-top:3px solid #999999;
    background:#F5F1E6 url(../images/under_head.jpg) center top no-repeat; 
    width:100%;
    z-index:2;
}

#content_contener 
{
    margin:0 auto;
    width:995px;
}

/* ================== categories ================== */

.hide 
{
    display:none;
}

.inline
{
    vertical-align:middle;
    display:inline !important;
}

#categories
{
    border:1px solid #DED9C6;
    margin:10px 0px;
    float:left;
    text-align:center;
    padding:10px 0px 10px 10px;
    width:738px;
}

p#suggest_category
{
    padding-right:10px;
    float:right;
    text-align:right;
    width:485px;
}

#categories ul 
{
    list-style:none;
    height:100%;
    float:left;
    text-align:left;
    margin-right:10px;
}

#categories ul li 
{
    margin-bottom:10px;
    color:#000;
    width:110px;
}

#categories ul li.children
{
    font-size:9px;
}

#categories ul li.children a
{
    color:#85858B;
}

#categories ul li ul 
{
    float:none;
    font-size:9px;
    font-weight:normal;
    overflow:hidden;
    float:left;
}

#categories ul li ul li 
{
    margin-left:10px;
    width:100px;
}

#tags, #static_blogs
{
    float:left;
    border:1px solid #DED9C6;
    padding:10px;
    width:205px;
}

#static_blogs
{
    float:left;
    margin:0px 0px 20px;
    border:1px solid #DED9C6;
    padding:10px;
    width:205px;
}

#add_object
{
    background:transparent url(../images/add_object_bg.png) top left no-repeat;
    padding-top:8px;
    height:24px;
    text-align:center;
    width:227px;
}

#add_object a 
{
    padding:0px 80px;
    text-transform:uppercase;
    color:#fff;
}

#static_blogs
{
    background-color:#fff;
}

#static_blogs ul
{
    list-style:none;
}

#static_blogs ul li
{
    font-size:11px;
    padding:5px 0px;
    border-bottom:1px solid #DED9C6;
}

#static_blogs h2
{
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:10px;
}

#category_info_box 
{
    float:left;
    padding:0px 10px 10px 0px;
    margin-right:3px;
    text-align:justify;
    font-size:10px;
    width:208px;
}

#category_info_box h3
{
    text-transform:uppercase;
    font-size:14px;
}

#categories_list
{
    float:left;
    width:494px;
    padding:0px 10px;
}

#category_info_box img
{
    margin-bottom:10px;
}

#categories h3, #tags h3
{
    font-size:11px;
    text-align:left;
    margin-bottom:10px;
}

#left_contener
{
    margin-right:13px;
    float:left;
    width:750px;
}

#right_contener
{
    float:left;
    margin-top:35px;
    width:225px;
}

#sort_results
{
    font-size:11px;
    float:left;
    text-align:right;
    width:750px;
    margin:5px 0px;
    padding:5px 0px 10px;
    border-bottom:1px solid #DED9C6;
}

#object_options
{
	float: left;
    text-align: right;
    font-size: 85%;
    width: 600px;
    height: 400px;
    margin-top: 5px;
    margin-right: 80px;
}

.header_object_options {
	margin-top: 10px;
	margin-left: 5px;
	width: 592px;
}

#object_options div.options_icons {
	width: 545px;
	height: 120px;
	border: 1px solid #DBCCA4;
	background-color: #FFF;
	text-align: left;
    margin-top: inherit;
    padding: 20px 30px 0px 25px;
}

#object_options div.options_icons li {
	float: left;
	width: 135px;
	height: 100px;
	list-style-type: none;
	text-align: center;
}

#object_options div.options_icons li img {
	margin-bottom: 10px;
}

#story_event 
{
    border:1px solid #DED9C6;
    float:left;
    padding:10px;
    margin:0px 0px 10px 4px;
    width:202px;
    font-size:11px;
}

#story_event p
{
    margin-top:10px;
    text-align:right;
}

#story_event h3 
{
    font-size:13px;
    width:100%;
    margin:10px 0px 5px;
    text-align:left;
}

.story_event
{   
    width:100%;
    float:left;
    margin:0px 0px 10px;
    padding-bottom:5px;
    border-bottom:1px solid #DED9C6;
}

#add 
{
    margin:10px 0px;
    padding:10px 0px 5px;
    width:748px;
    border-bottom:1px solid #DED9C6;
}

#assign
{
    border-top:1px solid #DED9C6;
    margin:10px 0px;
    float:left;
    padding:10px 0px 5px;
    width:750px;
}

#assign2
{
    border-bottom:1px solid #DED9C6;
    margin:10px 0px;
    padding:5px 0px 15px;
    width:100%;
}
/* ================== box with rounded corner ================== */

.roundbox {
	background-color: inherit;
	color: #000;
	width: 375px;
	float: left;
	margin: 5px 5px 5px 0;
}

#bottom_line {
	position: relative;
	top: 0;
	left: 4px;
	border-top: 1px solid #F1E2C1;
	display:block;
	margin: 0;
	padding: 0;
	margin-right: 8px;
	height: 0;
	line-height: 0;
}

.roundbox div.bh {
	border-left: 1px solid #F1E2C1;
	border-right: 1px solid #F1E2C1;
	position: relative;
	right: 0px;
	background-color: #FFF;
}

.roundbox div.title {
	font-size: 100%;
	color: #ED5E00;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0 15px 5px;
}

.roundbox div.content {
	margin: 0 3px -1px 3px;
	padding: 4px;
	position: relative; 
	top: -4px;
	background-color: #fff;
	border-top: 1px solid #F1E2C1;
}

.roundbox div.roundtop { 
	background: #FFF url(../images/tr.png) no-repeat top right; 
	width: 100%;
	height: 4px;
	margin: 0;
	padding: 0;
}

.roundbox div.roundbottom {
	background: #FFF url(../images/br.png) no-repeat top right;
	height: 4px;
	margin: 0;
	padding: 0;
}

.roundbox img.corner {
	width: 4px;
	height: 4px;
   	border: 0;
   	display: block !important;
   	background-color: transparent;
}

/* ================== header with rounded corners ================== */

.header_rounded {
	float: left;
	height: 38px;
	/*width: 100%;*/
	background: url(../images/header_bg.png) repeat-x;
}

.header_rounded h1 {
	font-size: 120%;
	color: #000;
	float: left;
}

.header_rounded div.left {
	float: left;
	background: url(../images/header_left.png) no-repeat;
	height: 38px;
	width: 10px;
	position: relative;
	left: -5px;
	
}

.header_rounded div.right {
	float: right;
	background: url(../images/header_right.png) no-repeat;
	height: 38px;
	width: 10px;
	position: relative;
	right: -5px;
}

.header_rounded div.content {
	float: left;
	height: 38px;
	line-height: 38px;
	font-weight:  bold;
	text-transform: uppercase;
	font-size: 85%;
	border: 0;
}

.header_rounded div.content img {
	vertical-align: middle;
	margin-right: 5px;
	float: left;
}

.header_rounded div.more a {
	line-height: 38px;
	float: right;
    margin-right:10px;
	font-size: 70%;
	font-weight: bold;
}

.header_rounded div.more {
	line-height: 38px;
	float: right;
	font-weight: bold;
	color: #555;
}
/* ================== groups ================== */
#members 
{
    float:left;
    width:750px;
}
.member_item
{
    float:left;
    padding:10px;
    width:80px;
    text-align:center;
    margin-right:10px;
    border:1px solid #DED9C6;
}

.member_avatar 
{
    height: 55px;
    width:50px;
    margin:5px auto;
}

.moderate 
{
    font-size:9px;
    color:#85858B;
}

/* ================== ads ================== */
#ad_750_90 
{
    margin:10px 0px;
    float:left;
    clear:both;
    background-color:transparent;
    height:100px;
    width:750px;
}

#ad_225_100
{
    float:left;
    background-color:transparent;
    height:100px;
    width:225px;
    margin:10px 0px;
}

#ad_225_200
{
    float: left;
    background-color:transparent;
    height:200px;
    margin:10px 0px;
    width:225px;
}

#side_ads 
{
    margin-left:10px;
    float:left;
    width:225px;
}

/* ================== content ================== */
#content
{
    margin:10px 0px;
    float:left;
    width:750px;
}

#content_main
{
    float:left;
    margin-right:10px;
    width:750px;
}

/* ================== footer ================== */
#bg_top_footer
{
    clear:both;
    background:#F5F1E6 url(../images/above_footer.jpg) left repeat-x; 
    height:51px;
    width:100%;
}

#bg_bottom_footer
{
    clear:both;
    background:#F5F1E6 url(../images/under_footer.jpg) left repeat-x; 
    height:72px;
    width:100%;
}

#bg_bottom_footer p#copyright 
{
    padding:10px 0px 0px;
    color:#95907A;
    font-size:9px;
    width:300px;
}

#bg_bottom_footer p#copyright img
{
    float:left;
    margin:-2px 10px 0px 0px;
}

#bg_bottom_footer p#bottom_links
{
    font-size:9px;
    margin:-15px 0px 0px 600px;
}

#bg_bottom_footer p#bottom_links a
{
    color:#95907A;
}

#top_page
{
    float:left;
    background: url(../images/top_page.jpg) top left no-repeat; 
    padding:40px 0px 0px 0px;
    height:36px;
    width:60px;
    text-align:center;
}

#top_page a 
{
    font-size:85%;
    color:#000;
}

#footer_bg
{
    background:url(../images/footer_bg.jpg) top center no-repeat;
    height:166px;
    border:2px;
    border-style:solid none;
    border-color:#999999;
    width:100%;
    background-color:#5F5E59;
}

#footer 
{
    margin:0 auto;
    width:995px;
    height:166px;
}

#footer_content
{
    float:left;
    margin-left:235px;
    width:700px;
}

#footer_content h4
{
    font-size:11px;
}

.footer_column 
{
    
    color:#fff;
    float:left;
    margin:15px 10px 0px 0px;
    width:165px;
}

.footer_column ul 
{
    list-style:none;
}

.footer_column li
{
    margin:5px 0px;
}

.footer_column li a
{
    font-size:10px;
}

#bottom_contener 
{
    margin:0 auto;
    width:995px;
}

/* ================== stories ================== */
#objects_list
{
    float:left;
    width:748px;
    margin-top: 10px;
}

.objects_list_header {
	width: 742px;
	margin-top: 10px;
	margin-left: 4px;
}

.sidebar_header
{
    width:215px;
    margin: 10px 0 10px 8px;
}

.sidebar_header img
{
    margin-top:10px;
}

#content_sidebar
{
    margin-left:10px;
    float:left;
    width:225px;
}

#content_sidebar ul 
{
    list-style:none;
    font-size:11px;
    font-weight:normal;
}

#content_sidebar ul li
{
    margin-bottom:5px;
}

#content_sidebar ul li.button
{
    width:170px;
    float:left;
    margin:5px 0px;
    padding:5px;
    border:1px solid #DED9C6;
}

#content_sidebar ul li.button img
{
    vertical-align:bottom;
    display:block;
    float:left;
    margin-right:5px;
}

#content_sidebar ul li.button a 
{
    display:block;
    margin:10px 0px 0px 10px;
}

#content_sidebar h4
{
    margin-bottom:10px;
}

#pagination
{
    float:left;
    width:100%;
}

#about_author
{
    border:1px solid #DED9C6;
    background-color: #E7E4DB;
    float:left;
    text-align:center;
    padding:10px;
    margin:0px 0px 10px 4px;
    width:200px;
}

#assign_event
{
    border:1px solid #DED9C6;
    background-color: #E7E4DB;
    float:left;
    text-align:center;
    padding:10px;
    margin:0px 0px 10px 4px;
    width:200px;
}

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

.small_font
{
    font-size:80%;
}

#author_stats
{
    clear:both;
    float:left;
    width: 200px;
    margin-left: 3px;
}

#author_stats ul 
{
    margin-top:10px;
    margin-left: 10px;
    list-style:none;
}

#author_stats ul li
{
    border:1px solid #DED9C6;
    background-color: #fff;
    margin-right:10px;
    padding:10px;
    float:left;
}

#author_stats p 
{
    float:left;
    width:100%;
    font-size:85%;
    margin-top:20px;
    text-align: left;
}

#author_stats p img
{
    vertical-align:middle;
    
}

#author_avatar
{
    width:100%;
    margin-bottom:5px;
    border:0px solid #DED9C6;
}

#group_avatar
{
    width:150px;
    margin:5px auto;
}

#author_info
{
    margin-top:10px;
    border:1px solid #000;
    padding:10px;
    float:left;
    width:205px;
}

#content_contener label
{
    font-size:80%;
    text-transform:uppercase;
    font-weight:bold;
    display:block;
    margin-bottom:10px;
} 

#content_contener input
{
    display:block;
    border:1px solid #DED9C6;
} 

#content_contener input[type="hidden"]
{
    border:0px;
}

#content_contener textarea
{
    display:block;
    border:1px solid #DED9C6;
    overflow:hidden;
} 

#content_contener select
{
    display:block;
    border:1px solid #DED9C6;
} 

#object_title 
{
    background:url(../images/header_big.png) no-repeat;
    font-size:12px;
    padding:8px 10px 12px;
    height:20px;
    width:730px;
    margin:10px 0px;
}

#object_title 
{
    background:url(../images/header_big.png) no-repeat;
    font-size:12px;
    padding:8px 10px 12px;
    height:20px;
    width:730px;
    margin:10px 0px;
}

.static_blog 
{
    background:url(../images/header_blog_static.png) no-repeat !important;
}

#object_type
{
    color:#9E9E9E;
    font-weight:normal;
    text-transform:uppercase;
}

#object_title h1
{
    font-size:140%;
    color:#000;
}

#object_rating
{
    float:right;
    margin-top:-18px;
    width:250px;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
}

#object_rating form
{
    display:block;
}

#object_rating_text
{
    display:block;
    float:left;
    margin:2px 0px 0px 5px;
}

#object_top_tab
{
    float:left;
    width:750px;
    margin-bottom:10px;
}

#object_pathway
{
    float:left;
    text-align: left;
    padding: 7px 0;
    font-size: 85%;
    width: 100%;
}

#object_pathway_left {
    margin-left:2px;
    float:left;
    color: #555;
    font-weight: normal;
}

#object_pathway a {
    color: #555;
    font-weight: normal;
}

a#object_action, a.object_action {
	float:right;
    margin-right:5px;
	font-weight: bold;
}

#object_content
{
    float:left;
    text-align:justify;
    padding:10px 5px;
    width:740px;
}

#object_description
{
    line-height:150%;
    text-align:justify;
    font-weight:bold;
    margin-bottom:10px;
    width:100%;
}

#object_description_long
{
    background-color:#fff;
    line-height:150%;
    float:left;
    border:1px solid #DED9C6;
    text-align:justify;
    font-weight:bold;
    padding:10px;
    margin-bottom:10px;
    width:728px;
}

#object_description_long #object_info_long
{
    font-weight:normal;
    padding:0px 0px 5px;
    margin-bottom:10px;
    border-bottom:1px dotted #DED9C6 !important;
    border:0px;
}

#object_featured_media
{
    float:right;
    margin:0px 0px 5px 10px;
}

#object_info
{
    border:1px solid #DED9C6;
    font-size:85%;
    float:right;
    margin:0px 0px 5px 10px;
    background-color:#fff;
    padding:10px;
    width:270px;
}

#object_info_long
{
    border:1px solid #DED9C6;
    font-size:85%;
    float:left;
    margin-bottom:5px;
    background-color:#fff;
    padding:10px;
    width:728px;
}

#object_info ul, #object_info_long ul
{
    list-style:none;
    overflow:hidden;
}

#object_info ul li
{
    padding:5px;
}

#object_info_long li
{
    float:left;
    width:auto;
    margin-left:-1px;
    padding-left:5px;
    margin-right:5px;
    border-left:1px solid #DED9C6;
}

#object_info_short
{
    border:1px solid #DED9C6;
    float:left;
    margin:0px 0px 5px 3px;
    background-color:#fff;
    padding:10px;
    width:202px;
}


#new_topic
{
    float:right;
    height: 38px;
    line-height: 38px;
}

#new_topic a {
	vertical-align: middle;
}

#added_stories h1
{
    float:left;
    background:url(../images/header_big.png) no-repeat;
    font-size:12px;
    padding:10px 10px 10px;
    height:18px;
    width:730px;
    margin:10px 0px;
}

#added_stories h1 img
{
    margin-top:-2px;
    vertical-align:top;
}

#new_topics
{
    float:left;
    margin:10px 20px 10px 0px;
    border:1px solid #DED9C6;
    padding:10px;
    width:328px;
}

#subgroups
{
    float:left;
    margin:10px 0px;
    border:1px solid #DED9C6;
    padding:10px;
    width:328px;
}

#new_topics_long
{
    float:left;
    margin:10px 0px;
    border:1px solid #DED9C6;
    padding:10px;
    width:728px;
}

#new_topics h2, #subgroups h2, #new_topics_long h2
{
    font-size:110%;
    border-bottom:1px solid #DED9C6;
    width:100%;
}

#new_topics ul, #subgroups ul, #new_topics_long ul
{
    list-style:none;
    margin-top:10px;
}

#new_topics ul li, #subgroups ul li, #new_topics_long ul li
{
    padding:5px;
    border-bottom:1px solid #DED9C6;
}

#new_topics ul li small, #subgroups ul li small, #new_topics_long ul li small
{
    text-align:right;
    padding:5px;
    display:block;
    border-bottom:0px solid #DED9C6;
}

#media 
{
    clear:both;
    width:750px;
}

#media img
{
    vertical-align:middle;
}

#media h3 
{
    font-size:12px !important;
}

#media h3 a img
{
    text-decoration:none !important;
}

#media p
{
    float:right;
    text-align:right;
    width:100%;
}

#photos_contener 
{
    float:left;
    margin-right:20px;
    width:500px;
    font-size:10px;
}

.photos_header
{
    width:100%;
    color:#000;
}

#photos 
{
    float:left;
    border:1px solid #DED9C6;
    padding:15px 10px 15px 15px;
    height:130px !important;
    margin:10px 0px;
    width:478px;
}

#videos_contener
{
    float:left;
    width:220px;
    font-size:10px;
}

.videos_header
{
    width:220px;
    color:#000;
}

#videos
{
    float:left;
    border:1px solid #DED9C6;
    padding:10px;
    margin:10px 0px;
    width:200px;
    text-align:center
}

#video .video_mini {
    margin:0 0px 5px 12px;
	position: relative;
	width: 130px;
	height: 130px;
	float: left;
}

#comments 
{
    float:left;
    margin:10px 0px;
    width:750px;
}

#comment_unlogged
{
    float:left;
    margin:5px 0px 0px;
    padding:10px 0px 5px;
    width:730px;
}

#comments p {
	float: left;
}

.comments_header {
	width: 740px;
	margin-left: 5px;
}

.comments_header .content img {
	margin: 5px 0 5px;
}

#comment_header 
{
    background:#fff;
    border:1px solid #DED9C6;
    padding:5px 10px;
    width:728px;
}
#comment_header img
{
    vertical-align:middle;
}

#comment_header a
{
    display:block;
    float:right;
    margin-top:-35px;
    color:#C67834;
}

#comment_header a img
{
    vertical-align:middle;
}

#comment_header h2 
{
    font-size:90%;
    color:#000;
}

#add_comment
{
    clear:both;
}

#add_comment h4
{
    margin:10px 0px;
    background-color: #E7E4DB;
    border:1px solid #DED9C6;
    padding:10px;
    width:728px;
}

#add_comment ul 
{
    list-style:none;
}

#add_comment ul li
{
    margin-bottom:10px;
}

.comment
{
    border:1px solid #DED9C6;
    float:left;
    padding:5px;
    margin:10px 0px;
    width:738px;
    background-color: #FFF;
}

.comment2
{
    background-color:#EDE6D3;
    border:1px solid #DED9C6;
    float:left;
    padding:5px;
    margin:10px 0px;
    width:738px;
}

.comment_avatar
{
    margin-right:10px;
    float:left;
    width:50px;
}

.comment_avatar a img
{
    border:1px solid #DED9C6 !important;
}

.comment_box
{
    float:left;
    width:658px;
}

.comment_info
{
    font-size:80%;
    color:#88847D;
    border-bottom:1px solid #DED9C6;
    padding:5px 5px 5px 0px;
    margin-bottom:10px;
    width:658px;
    float:left;
}

.comment_author
{
    float:left;
    width:400px;
}

.comment_options
{
	text-align:right;
    width:120px;
    float:right;
}

#rankings, #search_results
{
    margin-top:10px;
    float:left;
    width:750px;
}

#search_tip
{
   float:left;
   border:1px solid #DED9C6;
   width:728px;
   margin:10px 0px;
   padding:10px;
}

#search_tip img
{
    vertical-align:bottom;
}

#big_side_ad, #rank_ad
{
    margin:10px 0px 0px 10px;
    float:left;
    background-color:transparent;
    width:200px;
    height:750px;
}

.ranking_box
{
    float:left;
    margin:0px 5px 20px;
    width:365px
}

.ranking_box_big
{
    background-color: #fff;
    float:left;
    margin-bottom:20px;
    width:750px;
    border: 1px solid #ccc;
}

.ranking_big_header {
	width: 742px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.video_rank, .photo_rank
{
    color:#96938E;
    font-size:11px;
    width:160px;
    float:left;
    margin:10px;
    text-align:center;
}

.photo_rank {width:100px;}

#rankings h2
{
    background: url(../images/header_big.png) no-repeat;
    padding:10px;
    height:20px;
    margin:0px 0px 5px;
    width:730px;
    float:left;
    font-size:12px;
}

#rankings h2 img
{
    margin-top:-5px;
    vertical-align:top;
}

.ranking_header
{
    margin-bottom: 10px;
    margin-left: 5px;
    width: 355px;
}

.ranking_box_big p
{
    font-size:11px;
    background-color:#96938E;
    float:left;
    text-align:right;
    padding:5px;
    width:740px;
}

.ranking_box_big p a
{
    color:#fff;
}

.ranking_box_big p a:hover
{
    color:#fff;
}

.ranking_box h2 img, .ranking_box_big h2 img
{
    vertical-align:middle;
}

.ranking_header h1 img
{
    margin-top:8px;
    vertical-align:bottom;
}

#rankings table
{
    float:left;
    border:1px solid #DED9C6;
    border-collapse:collapse;
    width:100%;
    font-size:11px;
    text-align:justify;
}

#rankings th 
{
    padding:3px;
    color:#fff;
    background-color:#96938E;
}

#rankings th a
{
    color:#fff;
}

#rankings td
{
    background-color: #fff;
    padding:5px;
}

/* ================== forms ================== */
#form 
{
    float:left;
    width:100%;
}

#form textarea {
	overflow-y: auto;
}

#form ul 
{
    list-style:none;
}

#form ul li
{
    margin-bottom:10px;
}

#form ul li.tip 
{
    padding:5px;
    font-size:9px;
    border:1px solid #DED9C6;
    background-color:#D8D2BC;
}

#form label.form_error
{
    padding:5px;
    width:300px;
    background-color:#D51E11;
    color:#fff;
}

#categories_form li
{
    margin:0px !important;
}

#categories_form li input
{
    display:inline !important;
}

#form_left_pane
{
    border:1px solid #DED9C6;
    float:left;
    padding:10px;
    width:580px;
    margin:10px 35px 10px 0px;
}

.header_form_left_pane {
	width: 593px;
    margin: 10px 35px 0 5px;
}

#form_right_pane
{
    border:1px solid #DED9C6;
    float:left;
    margin:10px 0px;
    padding:10px;
    width:330px;
}

.header_form_right_pane {
	width: 343px;
	margin: 10px 0 0 8px;
}	

/* ----------------------- topic ---------------------------- */
#topic_header
{
    float:left;
    border:1px solid #DED9C6;
    background-color: #fff;
    padding:10px;
    width:728px;
}

.topics_header {
	width: 740px;
	margin: 10px 0 10px 5px;
}

#topic_header h1 
{
    float:left;
    font-size:24px;
}

#topic_author
{
    float:left;
    margin-right:20px;
    width:50px;
}

#topic_title 
{
    float:left;
    width:400px;
}

#topic_new_post
{
    margin-left:50px;
    float: right;
    width:90px;
}

#topic_info
{
    float:left;
    color:#9E9E9E;
    font-size:11px;
    margin-top:10px;
    width:500px;
}

#sticky_topics 
{
    width:730px;
    float:left;
    padding-bottom:10px;
    border-bottom:2px solid #DED9C6;
}

.forum_header {
	width: 720px;
	margin: 10px 0 10px 5px;
}

.forum_topic
{
    float:left;
    margin:5px 0px;
    background-color:#fff;
    border:1px solid #DED9C6;
    padding:10px;
    width:708px;
}

.forum_topic h1
{
    float:left;
    width:200px;
    font-size:100%;
}

.forum_topic h1 img
{
    vertical-align:bottom;
}

.forum_topic_info
{
    margin-top:3px;
    float:right;
    width:500px;
    text-align:right;
    font-size:11px;
}

.object_item
{
    float:left;
    background-color: #fff;
    border:1px solid #DED9C6;
    padding:5px;
    margin-bottom:5px;
    width:738px;
}

.object_item_avatar
{
    float:left;
    margin-top:5px;
    padding:5px;
    width:50px;
}

.object_item_title 
{
    font-size:11px;
    padding:8px 5px 3px;
    float:left;
    width:230px;
}

.object_item_title  h1
{
    font-size:140%;
    color:#000;
}

.object_item_desc
{
    float:left;
    font-size:11px;
    line-height:150%;
    padding:5px 10px 5px;
    width:400px;
}

.object_item_rating
{
    float:right;
    margin-top:-20px;
    width:200px;
}

.object_item_info
{
    margin-top:10px;
    font-size:11px;
    font-size:90%;
}

/* ================== galleries/images ================== */

#galleries
{
    margin:0;
    padding: 5px;
    float:left;
    width:738px;
    background-color: #FFF;
    border: 1px solid #DED9C6;
}

.header_galleries {
	width: 740px;
	margin: 10px 0 0 5px;
}

#media_all
{
    margin:10px 0 0 0;
    float:left;
    width:750px;
}

#media_all ul.list {
	list-style-type: none;
}

#media_all ul.list li {
	width: 120px;
	height: 150px;
	float: left;
	margin: 2px 4px 2px 0;
	text-align: center;
	padding: 0;
	font-size: 95%;
	font-weight: normal;
}

#media_all ul.list li a {
	font-weight: normal;
}

#media_all ul.list li ul {
	width: 120px;
	height: 150px;
	border: 1px solid #ddd;
	margin: 0;
	list-style-type: none;
}

#media_all ul.list li ul li {
	float: none;
	margin: 0;
	padding: 0;
	height: 18px;
	line-height: 18px;
	background-color: #F5F1E6;
}

#media_all ul.list li ul li.thumb {
	line-height: 113px;
	height: 113px;
	border-bottom: 1px solid #ddd;
	background-color: #FFF;
}

#media_all ul.list li ul li.options a {
	font-size: 90%;
	vertical-align: middle;
	color: #000;
}
	
#media_all ul.list li ul li.thumb:hover {
	background-color: #F5F5E6;
}
	
#media_all ul.list li ul li.thumb img {
	vertical-align: middle;
}


#photo {
    width:300px;
    margin:5px auto;
    text-align: center;
    width: 100%;
    clear: both;
}

#photo p {
	margin: 15px 0 15px 0;
}	

#photo p a {
	font-weight: normal;
}

#video
{
    width:425px;
    margin:5px auto;
    text-align: center;
    width: 100%;
    clear: both;
}

#video p {
	margin: 15px 0 15px 0;
}	

#video p a {
	font-weight: normal;
}


#photo_info
{
    text-align:left;
    font-size:11px;
    background-color: #fff;
    padding:10px;
    border:1px solid #DED9C6;
    width:728px;
    margin:10px 0px;
    float:left;
}

#photo_info .general {
	float: left;
}

#photo_info .options {
	float: right;
}

#photo_info .photo_desc
{
    text-align:left;
    font-size:12px;
    background-color: #fff;
    padding: 10px;
    padding:0px;
    width:708px;
    margin:10px 0px;
    float:left;
}

#options
{
    background-color: #fff;
    padding:10px;
    border:1px solid #DED9C6;
    margin:10px 0px;
    float:left;
    width:728px;
}

.gallery {
	margin: 5px;
	text-align: center;
	width: 175px;
	height: 170px;
	float: left;
}

.gallery ul {
	list-style-type: none;
}

.gallery li {
	float: none;
}

.gallery ul li.photo {
	width: 100%;
	height: 110px;
	line-height: 110px;
}

.gallery .gallery_name {
	font-weight: bold;
	font-size: 110%;
}

.gallery img {
	background: #fff;
	border: solid 1px #ccc !important;
	padding: 5px;
	vertical-align: middle;
}

.gallery a {
    font-size: 85%;
	font-weight: normal;
}

div.photo {
	margin: 10px 5px 10px 0;
	position: relative;
	width: 112px;
	height: 110px;
	float: left;
	text-align: center;
}

div.photo a img {
	background: #fff;
	border: solid 1px #ccc !important;
	padding: 4px;
}

div.photo a {
    font-size: 85%;
	font-weight: normal;
}

.video_views 
{
    float:left;
    width:100%;
    text-align:center;
}

.video_item
{
    float:left;
    width:170px;
    height: 130px;
    margin-right:10px;
}

.video_mini {
    margin:0 0px 5px;
	position: relative;
	width: 130px;
	height: 130px;
	float: left;
}

.video_clip span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(../images/digg-style.gif) no-repeat;
}

.photo a {
	text-decoration: none;
}

.image_clip span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: 10px;
	background: url(../images/paper-clip.png) no-repeat;
}

.pin span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(../images/pin.png) no-repeat;
}

/* ================== messages ================== */

#messages_list_container {
	width: 605px;
	margin-top: 10px;
	float: left;
}

.messages_list_header {
	width: 597px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#messages_list_options {
	border: 1px solid #E1CB8F;
	border-bottom: 0;
	float: left;
	text-align: left;
	width: 605px;
	background-color: #FFF;
	height: 50px;
}

#messages_list_options span.boxname {
	text-transform: uppercase;
	font-weight: bold;
	padding: 18px 0 0 20px;
	height: 30px;
	float: left;
	width: 90px;
	color: #555;
}

#messages_list_options ul {
	margin: 3px 0px 3px 0;
	list-style-type: none;
	float: left;
	height: 45px;
	width: 470px;
}

#messages_list_options li {
	float: right;
	height: 45px;
	width: 65px;
	font-size: 75%;
	text-align: center;
}

#messages_list_options li br {
	clear: both;
}

#messages_list_options li a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#messages_list_content {
	border: 1px solid #E1CB8F;
	width: 605px;
	float: left;
	color: #333;	
}

#messages_list_content {
	width: 605px;
}

#messages_list_content a {
	font-weight: normal;
	color: #333;
}

#messages_list_content ul.no_messages {
	height: 150px;
	line-height: 150px;
	border-bottom: 0;
}

#messages_list_content ul.no_messages li {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#messages_list_content ul {
	border-bottom: 1px solid #EFDFB3;
	clear: both;
	list-style-type: none;
	height: 18px;
}

#messages_list_content ul.none {
	border-bottom: 0;
}

#messages_list_content ul.unread {
	background-color: #FFF;
	color: #000;
}

#messages_list_content ul.unread a {
	color: inherit;
	font-weight: bold;
}

#messages_list_content ul.header, #messages_list_content ul.footer {
	background-color: #9D9A93;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #E1CB8F;
	height: 18px;
	float: left;
	list-style-type: none;
	width: 605px;
	color: #FFF;
}

#messages_list_content ul.footer li {
	width: 130px;
	float: right;
	margin-left: 0px;
	height: 18px;
}

#messages_list_content ul.footer li input {
	border: 0;
	background-color: #9D9A93;
	text-align: left;
	margin: 0;
	color: #FFF;
	width: 100%;
	height: 18px;
}

#messages_list_content ul.footer li input:hover {
	color: #333;
	left: 0;
	top: 0;
}

#messages_list_content ul.footer li.mark_read {
	float: left;
	width: 165px; 
}

#messages_list_content ul.footer li.mark_read input {
	width: 100%; 
}

#messages_list_content ul.footer li.delete {
	float: left;
	width: 90px; 
}

#messages_list_content ul.footer li.delete input {
	width: 100%; 
}

#messages_list_content ul.footer li.right {
	float: right;
}

#messages_list_content ul.header li {
	float: left;
	margin-left: 5px;
}

#messages_list_content li {
	float: left;
	width: 595px;
	margin-left: 5px;
}

#messages_list_content ul.header li.from {
	width: 100px;
}

#messages_list_content ul.header li.subject {
	width: 330px;
}

#messages_list_content ul.header li.date {
	width: 130px;
}

#messages_list_content li.from {
	width: 100px;
}

#messages_list_content li.subject {
	width: 330px;
}

#messages_list_content li.date {
	width: 130px;
}

#messages_list_content li.mark {
	width: 20px;
}

#messages_list_content li.mark input {
	border: 0;
}

#messages_list_content li.message_body {
	width: 100%;
	margin-bottom: 20px;
}

#messages_list_content li.message_body a {
	font-weight: bold;
	color: #C67834;
}

#messages_list_content label {
	margin: 5px 0 0 0;
	padding: 0;
}

#messages_list_content ul.form {
	width: 600px;
	height: 100px;
	border-bottom: 0;
}

#messages_list_content ul.form li.label {
	width: 595px;
}

#messages_list_content ul.form li.input {
	margin-top: 5px;
	width: 200px;
}

#messages_list_content ul.form li.input input, #messages_list_content ul.form li.subject input, #messages_list_content ul.form li.button input {
	margin: 0;
	width: 95%;
}

#messages_list_content ul.form li.subject {
	width: 595px;
	margin-bottom: 10px;
}

#messages_list_content ul.form li.textarea {
	width: 595px;
}

#messages_list_content ul.form li textarea {
	width: 95%;
	height: 300px;
}

#messages_list_content ul.form li.button {
	margin-top: 5px;
	width: 100px;
}

/* ================== dashboard ================== */

#dashboard_container {
	width: 605px;
	margin-top: 10px;
	float: left;
}

#dashboard_container ul.icons {
	float: left;
	list-style-type: none;
}

#dashboard_container ul.icons li {
	float: left;
	width: 100px;
	margin: 0 5px 10px 5px;
	text-align: center;
	color: #555;
	height: 120px;	
}

#dashboard_container ul.icons li a {
	color: #555;
	text-transform: uppercase;
	font-size: 80%;
	text-decoration: none;
}

/* ================== observer ================== */

#observer_container {
	float: right;
	width: 375px;
	margin-top: 10px;
}

#observer_container br {
	clear: both;
}

#observer_box {
	margin-bottom: 20px;
}

#observer_header {
	background: url(../images/common_header.png) no-repeat;
	width: 355px;
	height: 39px;
	line-height: 39px;
	padding: 0 15px 0 5px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}

#observer_header h1 {
	font-size: 100%;
	color: #000;
	float: left;
}

#observer_header span.objects_type {
	color: #555;
}

#observer_header img {
	float: left;
	position: relative;
	top: 7px;
	margin-right: 5px;
}

#observer_header a {
	color: #555;
}

#observer_header a.more {
	float: right;
	text-transform: none;
	font-size: 75%;
}

#observer_content {
	width: 370px;
	margin-top: 10px;
	border: 1px solid #E1CB8F;
	background-color: #FFF;
}

#observer_content ul {
	list-style-type: none;
	width: 365px;
	padding: 5px 0 5px 5px;
}

#observer_content ul li {
	width: 365px;
	height: 15px;
	
}

#observer_content ul.line {
	width: 365px;
	font-size: 85%;
	padding: 0;
}

#observer_content ul.line li {
	float: left;
	padding: 0;
}

#observer_content ul.line li.body {
	width: 190px;
}

#observer_content ul.line li.body a {
	color: #555;
}

#observer_content ul.line li.date {
	width: 95px;
	border: 0px solid #000;
}

#observer_content ul.line li.author {
	width: 60px;
}

#observer_content ul.friends_list {
	width: 365px;
	font-size: 85%;
	height: 75px;
	padding-top: 0px;
}

#observer_content ul.friends_list a {
	color: #555;
}

#observer_content ul.friends_list li {
	float: left;
	width: 70px;
	height: 70px;
}

#observer_content ul.friends_list li ul
{
	width: 100%;
	overflow: hidden;
}

#observer_content ul.friends_list li ul li {
	float: none;
	padding: 0;
	margin: 0;
}

#observer_content ul.friends_list li ul li.image {
	width: 70px;
	line-height: 50px;
	height: 55px;
	text-align: center;
}

#observer_content ul.friends_list li ul li.image img {
	vertical-align: middle;
	text-align: center;
}	

#observer_content ul.friends_list li ul li.username {
	width: 70px;
	height: 15px;
	text-align: center;
}

#observer_content ul.friends_list li ul li.none {
	width: 95%;
	line-height: 70px;
	height: 70px;
	text-align: center;
}

/* ================== profiles ================== */

#profiles_container {
    width: 100%;
    margin: 0;
	margin-top: 10px;
	float: left;
}

#about_container {
	width: 750px;
}

#about_container .title {
	margin-top: 0px;
	margin-bottom: 3px;
}

#about_container .content {
	padding-bottom: 0px;
}

#profiles_about {
	display: block;
	clear: both;
	font-size: 85%;
	margin-left: 5px;
	width: 150px;
}

#recent_container {
	width: 372px;
	margin-right: 5px;
}

#profiles_container div.recent_photos {
	float: left;
	width: 745px;
	margin-left: -5px;
}

#profiles_container div.recent_photos .header {
	width: 743px;
	margin-left: 10px;
}

#profiles_container div.recent_photos .empty {
	width: 99%;
}

#profiles_container div.recent_videos {
	float: left;
	width: 210px;
	margin-right: 0;
	margin-left: 15px;
}

#profiles_container div.recent_videos .header {
	width: 215px;
	margin-left: 10px;
}

#profiles_container div.recent_videos ul.content {
	float: left;
	border: 1px solid #F1E2C1;
	width: 215px;
	height: 150px;
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding-right: 8px;
}

#profiles_container div.recent_videos ul.content li {
	float: left;
	width: 100%;
	height: 140px;
	line-height: 140px;
	margin-top: 5px;
	padding: 0;
	text-align: center;
}

#profiles_container div.recent_videos ul.content li img {
	vertical-align: middle;
}

#profiles_container div.recent_box {
	height: 190px;
}

#profiles_container br {
	clear: both;
}

#profiles_user_data {
	float: left;
	width: 555px;
	border: 0;
	height: 200px;
	margin-top: 10px;
	margin-left: 5px;
}

#profiles_user_data div.user_groups, #profiles_user_data div.info {
	margin-top: 20px;
}

#profiles_user_data div.info br {
	clear: none;
}

#profiles_user_data div.avatar {
	float: left;
	margin: 10px 20px 20px 5px;
	width: 160px;
	height: 160px;
	text-align: center;
}

#profiles_user_data div.avatar img {
	border: 1px solid #000;
}

#profiles_user_data h1 {
	font-size: 150%;
	display: inline;
}

#profiles_user_data div.tiny {
	font-size: 75%;
	color: #555;
	margin: 5px 0 5px;
}

#profiles_user_data div.tiny a {
	font-weight: normal;
	text-decoration: none;
}

#profiles_user_data div.bigger {
	font-size: 100%;
	display: block;
	font-weight: bold;
}

#profiles_options {
	float: left;
	width: 180px;
	height: 80px;
	margin-top: 20px;
}

#profiles_options ul {
	float: left;
	height: 80px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#profiles_options ul li {
	float: left;
	height: 40px;
	line-height: 40px;
}

#profiles_options ul li img {
	float: left;
}

#profiles_options ul li a {
	float: left;
}

#profiles_options ul li span {
	float: left;
}

#profiles_content {
	float: left;
	width: 100%;
	margin: 4px 10px 5px 5px;
	padding-left: 5px;
	border: 0px solid #000;
}

#profiles_content .view {
	float: left; 
	width: 750px;
	margin-left: 0px !important; /* special for IE6 */
	margin-left: 2px;
	margin-right: 10px;
}

#profiles_summary {
	float: left;
	width: 720px;
	padding: 4px 10px 5px 20px;
	border-top: 1px solid #D1CDC2;
	border-bottom: 1px solid #D1CDC2;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 85%;
}

#profiles_summary ul {
	width: 100%;
	height: 100%;
}

#profiles_summary li {
	float: left;
	list-style-type: none;
	text-align: justify;
	width: 140px;
	text-align: center;
}

#profiles_summary li span.value {
	font-weight: bold;
}

#profiles_menu {
	float: right;
	width: 225px;
	height: 0;
}

#profiles_menu ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#profiles_menu li {
	width: 225px;
	line-height: 30px;
	vertical-align: middle;
	margin-top: 1px;
	background: url(../images/profile_menu_item.png) no-repeat left bottom;
	color: #FFF;
}

#profiles_menu li a {
	color: #FFF;
	padding-left: 15px;
	text-decoration: none;
	display: block;
}

#profiles_menu li.current {
	background: url(../images/profile_menu_item_active.png) no-repeat left bottom;
}

#profiles_recent {
	display: block;
	clear: both;
	height: 75px;
	font-size: 85%;
	margin-left: 5px;
}

#profiles_recent div.date {
	float: right;
	margin-right: 10px;
	color: #555;
	font-size: 85%;
}

#profiles_recent div.stats {
	float: left;
	width: 100%;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	margin: 5px 0 5px 0;
}

#profiles_recent div.stats span {
	float: left;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 85%;
	width: 49%;
	color: #555;
	padding: 0;
	margin: 0;
}

#profiles_recent div.stats span img {
	vertical-align: middle;
	margin: -2px 3px 0 5px;
}

#profiles_recent div.stats span.right {
	text-align: right;
}

#profiles_recent div.stats span.left {
	text-align: left;
}

#profiles_recent div.avatar {
	float: left;
	width: 80px;
	height: 52px;
	margin-top: 2px;
}

#profiles_recent div.avatar img {
	border: 1px solid #000 !important;
}

#profiles_recent div.username {
	display: inline;
	font-weight: bold;
	width: 150px;
}

#profiles_recent div.body {
	display: inline;
	width: 100%;
}

#profiles_recent div.line {
	width: 100%;
	border-top: 1px solid #D8D8D8;
	display: block;
	margin: 3px 0;
	height: 0;
	line-height: 0;
	position: relative;
	left: -1px;
	clear: both;
}

#profiles_recent div.title {
	width: 150px;
	margin: 0;
	color: #000;
	text-transform: none;
}

#recent_container div.more {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 110%;
	color: inherit;
}

#recent_container div.more a {
	float: right;
	font-size: 75%;
	font-weight: bold;
	color: #555;
}

/* ================== friends ================== */

#friends {
    float:left;
    padding: 0;
    width:750px;
	margin-right: 15px;
}

.friends_header {
	margin-top: 10px;
	width: 740px;
	margin-left: 5px;
	float: left;
}

#friends_container {
	margin-top: 10px;
	width: 737px;
	background-color: #FFF;
	float: left;
	padding: 5px;
	/*min-height: 260px;*/
	border: 1px solid #DED9C6;
}

#friends_container ul.list_item {
	list-style-type: none;
	float: left;
	text-align: center;
	margin: 0 15px 15px 0;
	width: 130px;
}

#friends_container ul.not_my_list {
	width: 80px;
	margin-bottom: 0px;
}

#friends_container ul.list_item li.avatar {
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}

#friends_container ul.list_item li.avatar img {
	background: #fff;
	border: solid 1px #D89662 !important;
	padding: 3px;
	vertical-align: middle;
}

#friends_container ul.list_item li.name {
	font-weight: bold;
}

#friends_container ul.list_item li.space {
	width: 120px;
	margin: 5px;
	border-top: 1px solid #ccc;
	text-align: center;
}

#friends_container ul.list_item li.space_invisible {
	width: 80px;
	height: 0;
	line-height: 0;
}

#friends_container ul.list_item li.options {
	margin-left: 5px;
}

#friends_container ul.list_item li.options a {
	font-size: 75%;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	float: left;
	margin-left: 5px;
}

#friends_container ul.list_item li.options a img {
	clear: both;
}


/* ================== tell friends ================== */

#tell_friend {
	width: 740px;
	float: left;
	margin: 0 15px 0 5px;
}

.tell_friend_header {
	width: 738px;
	margin: 10px 0 10px 10px;
	float: left;
}

#tell_friend ul.form {
	width: 735px;
	list-style-type: none;
	padding: 5px;
	border: 1px solid #ccc;
}

#tell_friend ul.form li {
	margin-bottom: 10px;
}

#tell_friend textarea {
	width: 99%;
	height: 150px;
}

/* ================== dashboard/multimedia ================== */

.media_container {
	height: 500px;
}

.media_header {
	width: 890px;
	margin: 10px 0 0 5px !important;
	margin-left: 3px;
}

#media_box {
	width: 900px;
}

.media_container .directories {
	width: 200px;
	float: left;
}

.media_container .directories div {
	width: 200px;
}

legend.media_title {
	font-weight: bold;
	text-transform: uppercase;
}
	
.media_container .files {
	width: 670px;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
}

.media_container ul {
	list-style-type: none;
	margin-top: 10px;
}

.media_container ul.directories_list, .media_container ul.files_list {
	height: 465px;
	overflow-y: auto;
	overflow-x: hidden;
}

.media_container .directories_list li {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	background: url(../images/icons/folder.png) no-repeat;
}

.media_container .directories_list li ul {
	margin-top: 0px;
}

.media_container .directories_list li ul li {
	padding-left: 36px;
	background: url(../images/icons/tree_node.png) no-repeat;
}

.media_container .directories_list li a {
	font-weight: normal;
}
	
.media_container .directories_list li ul li.last_node {
	background: url(../images/icons/tree_last_node.png) no-repeat;
}
	
.media_container .directories_list li a.active {
	font-weight: bold;
}
	
.media_container .files_list li {
	width: 125px;
	height: 150px;
	float: left;
	margin: 2px;
	text-align: center;
	padding: 0;
	font-size: 95%;
	font-weight: normal;
}

.media_container .files_list li a {
	font-weight: normal;
}

.media_container .files_list li ul {
	width: 125px;
	height: 150px;
	border: 1px solid #ddd;
	margin: 0;
}

.media_container .files_list li ul li {
	float: none;
	margin: 0;
	padding: 0;
	height: 18px;
	line-height: 18px;
	background-color: #F5F1E6;
}

.media_container .files_list li ul li.thumb {
	line-height: 113px;
	height: 113px;
	border-bottom: 1px solid #ddd;
	background-color: #FFF;
}

.media_container .files_list li ul li.options a {
	font-size: 90%;
	vertical-align: middle;
	color: #000;
}
	
.media_container .files_list li ul li.thumb:hover {
	background-color: #F5F5E6;
}
	
.media_container .files_list li ul li.thumb img {
	vertical-align: middle;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url(../images/delete.gif) no-repeat 0 -16px}
div.star,div.star a{background:url(../images/star.gif) no-repeat 0 0px}
div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px;}
div.star_on a{background-position:0 -16px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div.star{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
#object_rating input {display:inline;}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    float: left;
    margin: 5px 0 0 5px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
    height: 100px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
    background: transparent;
    border: 1px solid #F1E2C1;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 670px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  670px;
    height: 110px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100px;
    height: 110px;
    line-height: 100px;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-item img,
.jcarousel-skin-tango .jcarousel-item p {
	vertical-align: middle;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 13px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.treeview, .treeview ul { 
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}

.treeview ul {
	background-color:transparent;
	margin-top: 4px !important;
}

.treeview .hitarea {
	background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0 !important;
	padding: 3px 0pt 3px 16px !important;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../images/treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview/treeview-red.gif); } 

.treeview-black li { background-image: url(../images/treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/treeview/treeview-black.gif); }  

.treeview-gray li { background-image: url(../images/treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/treeview/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../images/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../images/treeview/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/treeview/file.gif) 0 0 no-repeat; }

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

a.dp-choose-date {
    display:none;
}

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}



/* Better Tooltip styles */
#BT_arrow_left{
	background-image: url(../images/tooltip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#BT_arrow_right{
	background-image: url(../images/tooltip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
	margin-left:0px;
	padding-left:0px;
}


#BT_arrow_title_left{
	background-image: url(../images/tooltip/arrow_title_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#BT_arrow_title_right{
	background-image: url(../images/tooltip/arrow_title_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
	margin-left:0px;
	padding-left:0px;
}

#BT_main {
	position: relative;
	z-index:101;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 87%;
}

#BT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.BT_loader{
	background-image: url(../images/tooltip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#BT_title{
	background-color: #CFBA81;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #FFF;
}

#BT_text p{
	margin: 3px 0;

}

#BT_text img{
	padding: 1px;
	border: 1px solid #CFBA81;
}

.betterTip{
	cursor:pointer;
	text-decoration:none;
	color: #000;
}

.betterTip img {
	vertical-align: middle;
}	

.BT_shadow0 {
	background:transparent url(../images/tooltip/corner_tr.png) no-repeat scroll right top;
	position:absolute;
}
.BT_shadow1 {
	background:transparent url(../images/tooltip/corner_bl.png) no-repeat scroll left bottom;
	display:block;
	padding-left:8px;
	padding-top:8px;
}

.BT_shadow2 {
	background:transparent url(../images/tooltip/shadow.png) no-repeat scroll right bottom;
	display:block;
}

#links {
    padding: 10px;
    font-size: 10px;
    text-align: right;
    color: #95907A;
}

#links  a {
    color: #95907A;
}
