@charset "UTF-8";
/* CSS Document */

/*acodiorn*/

.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: 535px;
}
.basic div {
	background-color: #efefef;
	padding:15px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color:#fff;
	background-color: #259ec9;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #259ec9;
	border-bottom-color: #116b90;
	background-image: url(../images/readmore.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.basic a:hover {
	background-color:  #116b90;
	
}
.basic a.selected {
	color:#fff;
	background-color: #116b90;
	font-size:15px;
	
}


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