/**************************************************/
/*              INDEX - WHAT'S NEW                */
/**************************************************/
#left-news h2 {
	color: #000000;
	background: #d29c00;
	padding: 3px 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
}
	#left-news h2 a:link, #left-news h2 a:visited {
		color: #000000;
		display: block;
	}
	#left-news h2 a:hover {
		color: #443712;
	}

#left-news .separator {
	background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
	height: 1px;
	margin: 10px 0;
}




/************************************************/
/*              EVENTS - LISTING                */
/************************************************/
#left-events h2 {
	color: #9c9d9d;
	font-size: 1.1em;
}
	#left-events h2 a:link, #left-events h2 a:visited {
		color: #9c9d9d;
		display: block;
	}
	#left-events h2 a:hover {
		color: #d29c00;
		text-decoration: none;
	}

#left-events h3 {
	color: #9c9d9d;
	padding: 2px 0;
	background: url(../images/common/arrow-blue.gif) no-repeat 4px 6px;
}
	#left-events h3 a:link, #left-events h3 a:visited {
		color: #9c9d9d;
		display: block;
		font-weight: normal;
		text-indent: 13px;
	}
	#left-events h3 a:hover {
		color: #d29c00;
		text-decoration: none;
	}

#left-events .separator {
	background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
	height: 1px;
	margin: 7px 0;
}




/**********************************************/
/*              ACCOUNT - MENU                */
/**********************************************/

/* when more than one menu is needed ... */
.account-menu-left, .account-menu-left-last {
	list-style-type: none;
	margin: -10px 0 20px 0;
	padding: 0;
	position: relative;
}
/* ... the last doesn't need spacer */
.account-menu-left-last {
	margin: -10px 0 0px 0;
}
	.account-menu-left li, .account-menu-left-last li {
		background: url(../images/panels/panel-white-bg-h2.gif) repeat-x left bottom;
		padding: 6px 0;
	}
	.account-menu-left .last, .account-menu-left-last .last {
		background: none;
		padding: 6px 0 0 0;
	}
	
	/* LINKS */
	#account-menu-photos:link, #account-menu-photos:visited,
	#account-menu-videos:link, #account-menu-videos:visited, 
	#account-menu-blog:link, #account-menu-blog:visited, 
	#account-menu-events:link, #account-menu-events:visited {
		display: block;
		height: 33px;
		line-height: 33px;
		padding-left: 40px;
		font-weight: bold;
		color: #9c9d9d;
	}
	#account-menu-photos:hover,
	#account-menu-videos:hover,
	#account-menu-blog:hover,
	#account-menu-events:hover {
		color: #d29c00;
		text-decoration: none;
	}
	
	#account-menu-photos {
		background: url(../images/account/ico-user-photos.gif) no-repeat 0px top;
	}
	#account-menu-photos:hover {
		background: url(../images/account/ico-user-photos.gif) no-repeat 1px top;
	}
	
	#account-menu-videos {
		background: url(../images/account/ico-user-videos.gif) no-repeat 0px top;
	}
	#account-menu-videos:hover {
		background: url(../images/account/ico-user-videos.gif) no-repeat 1px top;
	}
	
	#account-menu-blog {
		background: url(../images/account/ico-user-blog.gif) no-repeat 0px top;
	}
	#account-menu-blog:hover {
		background: url(../images/account/ico-user-blog.gif) no-repeat 1px top;
	}
	
	#account-menu-events {
		background: url(../images/account/ico-user-events.gif) no-repeat 0px top;
	}
	#account-menu-events:hover {
		background: url(../images/account/ico-user-events.gif) no-repeat 1px top;
	}

