/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */
.sidebar .module ul{
	margin:0 0 1em;
	padding:0;
}
.sidebar .module li{
	display:block;
	list-style:none;
	margin:0;
	padding:2px 0 0;
}
.sidebar .module a:link, .sidebar .module a:visited{
	margin-top:1px;
	display:block;
	line-height:1.2; /* [sic] unitless multiplier. See ##5384661 line-height incorrectly inherited when defined in EM or %. */
}
* html .sidebar .module a:link, * html .sidebar .module a:visited{ /* ie6 */
	height:1em;
}
.grouphome .snippet{
	font-size:0.9em;
	display:block;
	padding-bottom:4px;
	padding-top:2px;
}
#content_extras_column{
	color:#666;
	background-color:#f9f9f9;
	border:solid 1px #b2b2b2;
	border-radius:6px;
	-o-border-radius:6px;
	-ie-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:0;
	padding:10px 20px;
}
.sidebar .module h3, .sidebar .module h2{
	position:relative;
	color:#666;
	border-bottom:solid 1px #bebebe;
	margin:0.5em 0 0.3em;
	padding:0 0 0.1em;
	font-size:1.3em;
	font-weight:bold;
}
.sidebar .module ul{
	margin:0.3em 0 1em;
	padding:0;
}
.sidebar .module li{
	display:block;
	list-style:none;
	margin:0 0 0.2em;
}
.sidebar h3 a:link, .sidebar h3 a:visited{
	color:#666;
	text-decoration:none;
	display:block;
}
* html .sidebar h3 a:link, * html .sidebar h3 a:visited{
	height:12px;
}
.sidebarHeaderFeed{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:12px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	background:transparent url(./img/rss.png) 0 0 no-repeat;
}
* html .sidebarHeaderFeed{
	right:20px;
}
