#side {
	width: 160px;
	float:right;
}

#sidetop {
	background : url(../images/pst.gif) no-repeat top left;
	width:160px;
	height:10px;
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
}

#sidebottom {
	background: url(../images/psb.gif) no-repeat top right;
	width:160px;
	height:10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar {
	width: 140px;
	background: #F2F2F2 url(../images/pfds.gif) repeat-x left top;
	/*border-bottom: 1px solid #aaaaaa;*/
	border-top: 1px solid #eeeeee;	
	padding: 8px 10px 0px 10px;
	text-align: center;
}

#sidebar h2 {
	/*font-size: 10pt;Kissling*/
	font-size: 9pt;
	/*color: #A7A7A7;*/
	color: #000000;
	font-weight : bold;
	/*margin-top : 2pt; Kissling*/
	padding : 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#sidebar p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#sidebar ul {
	/* border:1px solid #0000ff; */
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align: left;
}
* html #sidebar ul {margin:0 0 0 0px;}
*+ html #sidebar ul {margin:0 0 0 0px;}

#sidebar li {
	padding: 2px 0px 2px 15px; /*(Kissling)*/
	background-image: url(../images/pbul.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebar a {
	font-weight: normal; 	/*font-weight: bold; Kissling*/
	color: #000000; /*(Kissling)*/
	text-decoration: none;
}

div.lineshortsb {
	padding: 0px 0px 0px 0px;
	margin: 10px 35px 15px 35px;
	width: 70px;
	height: 1px;
	border-bottom: 1px solid #aaaaaa;
}