#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 215px;
	font-family: verdana;
	border: 1px solid #ccc;
	 
}
.basic div {
 
}
.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #0b4b67;
	text-indent:17px;	
	border-bottom: 1px solid #fff;	
	background-image: url("../imgs/fnd_saiba.jpg");
	background-position:-4px;
}
.basic a:hover {
 
	background-image: url("../imgs/fnd_saiba_hover.jpg");
}
.basic a.selected {
	color: #9C0E00;
 
	background-image: url("../imgs/fnd_saiba_hover.jpg");
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}
 

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}