/**
 * Style sheet xBody-sidebar
 */
#container
{
	padding-bottom:20px;
	background-image:url("tl_files/layout/body_sidebar_botm.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#main
{
	width:580px;
	background-color:#e6e6e6;
	background-image:url("tl_files/layout/body_narrow_head.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

#main .inside
{
	padding-top:1px;
	padding-right:20px;
	padding-left:20px;
}

#right .inside
{
	margin-left:16px;
	padding-bottom:20px;
	background-color:#3F3F3F;
}

#right h3
{
	height:20px;
	margin:0px;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:16px;
	background-image:url("tl_files/layout/sb_headline.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	line-height:100%;
}

#right h3.sidebarTop
{
	height:20px;
	margin:0px;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:16px;
	background-image:url("tl_files/layout/sb_top_head.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	line-height:100%;
}

#right .ce_list li
{
	color:#cccccc;
}

/* Marginable items in the right sidebar */
#right .ce_hyperlink
{
	margin-right:10px;
	margin-left:10px;
}

#right .ce_hyperlink a.hyperlink_txt
{
	background-image:url("tl_files/icons/bullet_sidebar.gif");
	background-position:left center;
	background-repeat:no-repeat;
	color:#D4D4D4;
}

#right .ce_hyperlink a:hover
{
	text-decoration:none;
	color:#ffffff;
}

#main .ce_text, #main .ce_table
{
	width:540px;
	float:left;
}

h1
{
	padding-top:2px;
}
