.clRecmnd {
	width: 350px;
	right: 0px;
	bottom: 0px;
	margin-right: -400px;
	border-top-color: #0099ff;
	border-top-width: 2px;
	border-top-style: solid;
	position: fixed;
	z-index: 1000;
	box-shadow: 0px 4px 10px #666;
	-moz-box-shadow: 0 4px 10px #666;
	-webkit-box-shadow: 0 4px 10px #666;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	background:#FFF;
}


.clRecmnd div.rubrika{
	font-size:11px;
	color:#999;
	margin-bottom:5px;
}

.clRecmnd div.title a{
	font-size:16px;
	color:#333;
	text-decoration:underline;
}
.clRecmnd div.title a:hover{
	color:#0099ff;
	text-decoration:none;
}

.clRecmnd div.info{
	font-size:11px;
	line-height:13px !important;
	color:#666;
	margin-top:7px;
}

.clRecmnd a.close {
	background: url("closeX.gif") no-repeat 0px 0px;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	float: right;
}
.clRecmnd a.close:hover {
	background-position: 0px -8px;
}

.clRecmnd a.logo {
	position:absolute;
	margin-top:-36px;
	right:20px;
}