


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

.basic  {
	width: 210px;/* 139 */
}


.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
/*.basic a span {
	display: none;
}*/
.basic a.accord {
	cursor:pointer;
	display:block;
	text-decoration: none;
	font-style: italic;
	color: #666;
	text-transform: lowercase;
	padding: 2px 0 2px 37px;
	background: url(/images/icons/pink-arrow.gif) no-repeat 26px 6px;
}
.basic a.accord:hover {
	text-decoration: underline;
}
.basic ul {
	padding: 5px 0 5px 40px;
}
.basic ul a {
	color: #666;
	font-style: italic;
	background: url(/images/icons/pink-arrow.gif) no-repeat 0 6px;
	text-transform: lowercase;
	padding: 2px 0 2px 10px;
	display: block;
	text-decoration: none;
}
.basic ul a:hover {
	text-decoration: underline;
}





@media print {
	.basic div {
		display: block!important;
		height: auto!important
	}
}