@charset "utf-8";
/* CSS Document */

div.eflexer{
	position:absolute;
	left:240px;
	top:25px;
	}
	div.eflexer a:hover{
		font-weight:normal;
	}
div#page div#left_column div.content_box.account p{
	color:#5d5d5d;
}

	div.content_list{
		width:213px;
		float:left;
		margin-right:8px;
		}
		div.content_list.xl{
			width:434px;
		}
		div.content_list div.content_list_header{
			height:25px;
			line-height:25px;
			background:url(/images/bg-node-header.gif) 0 0 repeat-x;
			}
			div.content_list div.content_list_header h4{
				color:#fff !important;
				line-height:25px;
				text-indent:8px;
				font-size:10pt;
			}
		div.content_list div.content_list_content{
			width:207px;
			padding:3px;
			}
			div.content_list.xl div.content_list_content{
				width:422px;
			}
			div.content_list div.content_list_content li{
				position:relative;
				padding:0 20px 2px 10px;
				background:url(/images/li.gif) 2px 8px no-repeat;
				}
				div.content_list div.content_list_content li a:hover{
					font-weight:normal;
				}
			div.content_list div.content_list_content a.remove{
				position:absolute;
				top:6px;
				right:2px;
				text-indent:-4000px;
				overflow:hidden;
				font-size:0;
				line-height:0;
				background:url(/images/btn-remove.gif) 0 0 no-repeat;
				width:9px;
				height:9px;
			}

div.saved_profiles{
	font-size:9pt;
	padding-top:5px;
	}
	div.saved_profiles select{
		width:210px;
		color:#7f7f7f;
		border:1px solid #7f7f7f;
		margin:5px 0 10px 0;
		}
		div.saved_profiles ul{
			margin:0;
			padding:0;
			}
			div.node div.node_content div.saved_profiles ul li{
				position:relative;
				background:none;
				margin:0 0 8px 0;
				padding:0;
				font-size:8pt;
				}
				div.node div.node_content div.saved_profiles ul li a{
					font-weight:bold;
					color:#000;
					text-decoration:none;
				}
				div.node div.node_content div.saved_profiles ul li span.age{
					font-weight:bold;
					color:#818181;
				}			
				div.node div.node_content div.saved_profiles ul li span.type{
					display:block;
					color:#e17c03;
				}			
				div.node div.node_content div.saved_profiles ul li a.remove{
					position:absolute;
					bottom:2px;
					right:2px;
					text-indent:-4000px;
					overflow:hidden;
					font-size:0;
					line-height:0;
					background:url(/images/btn-remove.gif) 0 0 no-repeat;
					width:9px;
					height:9px;
				}
			
			
