/**-------------------------------------------
	tag cloud
*/
#tagswf {
	position:absolute;
	height: 1px;
	width: 1px;
	z-index: 1;
	float: left;
	left: 35px;
	top: 434px;
}

#tagarea {
	width: 100px;
	height: 5px;
	margin:0px;
	padding:0;
}

#tagarea h2,#tagswfarea h1,#tagswfarea div{
	display:inline;
	margin:0 auto;
	padding:0;
	border:none;
}
#tagarea img{
	border:none !important; margin:0px !important;
}

/*Opera—p*/
#taghtml {
	font-size:1em;
	line-height:145%;
	width:200px;
	margin:0px 0px 5px 5px;
}
#taghtml div.cloud{
	overflow:auto;
	height:150px;
	border:solid 1px #dddddd;
	border-top:dotted 2px #91BF13;
	padding: 8px;
}
#taghtml h1{
	display:block;
	background-image:url(tagtitle.gif);
	width:200px;
	height:33px;
	padding:0px;
	
	text-indent:-9999px;
	font-size:1em;
	font-weight:bold;
	color:#91BF13;
}
#taghtml div.item h2{
	font-size:1em;
	font-weight:normal;
	color:#661F07;
	margin:0 0 5px 0;
}
#taghtml ul{
	margin:0px 5px 15px 12px;
}
#taghtml ul li{
	list-style:none;
	list-style-image:url(addmenu_ico.gif);
	padding:0px;
	margin:2px 0 2px 0;
	line-height:145%;
}
#taghtml ul li span.page{
	display:block;
	margin: 0 0 3px 0;
	padding:0px;
}
#taghtml ul li span.page a{
	margin: 0px;
	padding:0px;
}
#taghtml ul li span.genre{
	display:block;
	font-size:0.85em;
	line-height:140%;
	color:#333333;
	margin:0 0 3px 0;
	width:99%;
}
#taghtml ul li span.genre:before{
	content:"[ ";
}
#taghtml ul li span.genre:after{
	content:" ]";
}
#taghtml ul li span.comment{
	display:block;
	font-size:0.85em;
	line-height:140%;
	color:#666666;
	margin:0 0 3px 0;
	width:99%;
}
#taghtml a:link{		color:#539B02;text-decoration:underline; }
#taghtml a:visited{	color:#539B02;text-decoration:underline; }
#taghtml a:active{	color:#0058B0;text-decoration:underline; }
#taghtml a:hover{	color:#0058B0;text-decoration:underline; }

