/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Model Ship Builder
|	-------------------
|	©2009 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the Commercial License.
|
+---------------------------------------------------------------+
*/
#sideBar{
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	right:0px;
	background-image:url(../images/background.gif);
	background-position:top left;
	background-repeat:repeat-y;
	z-index: 10000;
	text-align: left;
	font-size: 1.2em;
}
#sideBarTab{
	float:left;
	height:137px;
	width:28px;
}
#sideBarTab img{
	border:none;
}
#sideBarContents{
	float:left;
	overflow:hidden !important;
	width:220px;
	height:auto;
}
#sideBarContentsInner{
	width:200px;
	padding:10px;
	color: #aaa;
}
#sideBar h3 {
	color: #fff;
}
#sideBarContentsInner .forumheader3, #page-down .forumheader3 {
	color: #444;
}