.sidebar,
.sidebar-wide {	
	clear: right;
	float:right;
	margin:0 0 20px 20px;
	color:#3E5A9F;
	font-size: .9em;
}
.sidebar {	
	width:200px;
	background: #CFEBFB url(../images/rhn_bg.gif) repeat-y;
}
.sidebar-wide {	
	width:300px;
	background: #CFEBFB url(../images/rhn_bg.wide.gif) repeat-y;
}

#content .sidebar h2,
#content .sidebar-wide h2,
#content .sidebar-head {
	margin: 0 0 3px 0;
	padding: 0 10px 10px 10px;
	color: #fff;
	font-weight: bold;
}
#content .sidebar h2,
#content .sidebar .sidebar-head {
	background: #75C5F4 url(../images/rhn_bottom_special.gif) no-repeat bottom left;
}
#content .sidebar-wide h2,
#content .sidebar-wide .sidebar-head {
	background: #75C5F4 url(../images/rhn_bottom_special.wide.gif) no-repeat bottom left;
}

.sidebar .top,
.sidebar-wide .top {
	display: block;
	height:6px;
	font-size: 1px;
}
.sidebar .top {
	background: url(../images/rhn_top.gif) no-repeat;
}
.sidebar-wide .top {
	background: url(../images/rhn_top.wide.gif) no-repeat;
}

.sidebar .bottom,
.sidebar-wide .bottom {
	display: block;
	height:8px;
}
.sidebar .bottom{
	background: url(../images/rhn_bottom.gif) no-repeat;
}
.sidebar-wide .bottom{
	background: url(../images/rhn_bottom.wide.gif) no-repeat;
}

.sidebar h3,
.sidebar h4,
.sidebar-wide h3,
.sidebar-wide h4 {
	margin: 5px 10px 0 18px;
	padding: 0;
}

.sidebar ul,
.sidebar ol,
.sidebar-wide ul,
.sidebar-wide ol {
	margin: 0;
	padding: 5px 5px 5px 20px;
	list-style: none;
}

.sidebar li,
.sidebar-wide li {
	margin: 0 0 3px 0;
	padding: 0 0 0 15px;
	list-style: none;
	background:url(../images/subsection_li.gif) no-repeat 0em 0.5em;
	line-height: 1.1;
}
.sidebar ol li,
.sidebar-wide ol li {
	background: none;
}

.sidebar dl,
.sidebar-wide dl {
	margin: 0;
	padding: 5px 5px 5px 20px;
	line-height: 1.1;
	}
.sidebar dl * {
	margin-left: 0;
	}

#content .sidebar p,
#content .sidebar-wide p {
	margin: .8em 5px .8em 20px;
	padding: 0 5px 0 0;
	line-height: 1.2;
	}

.sidebar .sub-bottom,
.sidebar-wide .sub-bottom {
	display: block;
	height:6px;
	font-size: 1px; /* for IE */
}
.sidebar .sub-bottom {
	background:url(../images/rhn_sub_bottom.gif) no-repeat bottom left;
}
.sidebar-wide .sub-bottom {
	background:url(../images/rhn_sub_bottom.wide.gif) no-repeat bottom left;
}
