


li { list-style-type: none; }
#list3{ width:340px; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }



#list3 { }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	padding: 5px;
}
#list3 div.title {
	padding: 10px;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #64838d;
	background: url(portfolio_images/images/portfoliotxt_bg2.jpg) no-repeat;
}
#list3 div.selected {
	border-bottom: none;
}



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