li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 325px;
	font-family: Tahoma;
	
	text-align:left;
}
.basic div {
	background-color: #eee;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.basic p {
	margin-bottom : 10px;
	
	border: none;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	height: 115px;
}

.basic img {
	margin-right: 6px;
	padding-left:0px;
	float:left;
}


.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #dbdcdc;
	
	border: 1px solid #999;

	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
	color:White;
}
.basic a.selected {
	color: white;
	background-color: #dbdcdc;
	background-image: url("AccordionTab2.gif");
}


@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}