div.collectionsidebar {
	background-color: #dfe6ed;
	margin: 0px;
	padding: 0px;
	width: 172px;
	text-align: left;}

#sidebar h3 {
	color: #336699;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.3em 4px;
}

#sidebar p {
	color: #80393b;
	font-size: 0.9em;
	margin: 0.3em 4px;
}

#sidebar p.date{
	text-align:right;
	font-size:0.9em;
	color:#336699;
}


/*leftblock*/
div.blocksidebar {
	background-color: #dfe6ed;
	border-top: 1px white solid;
	padding: 0px;
	width: 172px;}

/*readmore*/
#sidebar div.readmore{
	display:block;
	clear:both;
	height:9px;
	}
.en #sidebar div.readmore{
	background:transparent url("/sites/default/images/en_rm.gif") right no-repeat;cursor: pointer;
	}
.es #sidebar div.readmore{
	background:transparent url("/sites/default/images/es_rm.gif") right no-repeat;cursor: pointer;
	}
.de #sidebar div.readmore{
	background:transparent url("/sites/default/images/de_rm.gif") right no-repeat;cursor: pointer;
	}
.fr #sidebar div.readmore{
	background:transparent url("/sites/default/images/fr_rm.gif") right no-repeat;cursor: pointer;
	}
#sidebar div.readmore span{
	visibility:hidden;
	font-size:8px;
	line-height:8px;
	}

/*click more*/
#sidebar div.clickmore{
	display:block;
	/*height:9px;*/
	text-align:right;}	

#sidebar div.clickmore a{
	color:white;
	text-transform: uppercase;
	padding:0px 8px;
	background:#336699;
	font-size:8px;
	line-height:11px;
	}
	
#sidebar div.clickmore a:hover{
	color:white;
	text-transform: lowercase;
	padding:0px 8px;
	background:#D13E41;
	font-size:9px;
	line-height:11px;
	text-decoration:none;
	}

#sidebar .blocksidebar img{
	border:2px white solid;
	margin:4px;
}

#sidebar div.property h3{
	color:white;
	font-weight:bold;
	background:#D13E41;
	font-size: 1em;
	padding: 0.3em 4px;
	margin:0;
	border-bottom:2px white solid;
	}
#sidebar div.property{
	border-top:2px white solid;
	padding-bottom:10px;
	}
	
#sidebar div.property p{
	font-size:1em;
	color:black;
	}
	
#sidebar button{
	width:85%;
}

#sidebar ol{
	/*
	margin:0.5em 1em;
	padding:0.5em 1em;
	*/
	margin:0;
	padding:0;
}

#sidebar li{
	margin:0.5em 12px 0.5em 2.5em;
	padding:0;
}