li { list-style-type: none; }


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

.basic  {
	width: 280px;
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'PTSansNarrowRegular', sans-serif;
	font-size:18px;
	margin: 13px 0 0 0;
}

.basic p {
	margin-bottom: 10px;
	border: none;
	margin: 0px;
	padding: 10px 25px 0px 25px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding: 5px 0 5px 25px;
	margin-top: 0;
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'PTSansRegular', sans-serif;
	font-size:20px;
	text-transform: uppercase;
}
.basic p a {
	cursor:pointer;
	padding: 0 25px 0 10px;
	margin-top: 0;
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'PTSansNarrowRegular', sans-serif;
	font-size:18px;
	text-transform: none;
}
.basic div span {
	display:block;
	cursor:pointer;
	padding: 0 10px 0 15px;
	margin-top: 0;
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'PTSansNarrowRegular', sans-serif;
	font-size:18px;
	text-transform: none;
	text-decoration: underline;
}
.basic a.selected {
	background-color: #c3d6e5;
	background-image: url("../images/prj-selected.gif");
}
.basic h3 {
	margin: 10px;
	padding-top: 10px;
}
