/* Recommendation stylesheets (default) */

#recomm {
	left: -15px;
	position: relative;
	top: 5px;
}

*:first-child+html #recomm { top: 20px; }

#recomm li {
	background-color: lightgrey;
	float: left;
	height: 200px;
	list-style-type: none;
	margin: 5px;
	padding: 4px;
	width: 120px;
}

#referringArticles {
	left: -45px;
	position: relative;
	top: -5px;
}

#referringArticles li {
	background-color: #F3F7FB;
	border: 1px solid #959595;
	float: left;
	height: 145px;
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	width: 120px;
}

p.recommBoxHeaderText { font-weight: bold; }

/* Add styles to box edges defined in ambiente.css for default view */
div.recommBox.startpage div.recommBoxHeader p.recommBoxHeaderText {
	font-weight:bold;
}

div.recommBox.startpage div.recommBoxHeader {
	background-color: #FFFFFF;
	border-top: none;
	height: 0;
}

div.recommBox.startpage div.recommBoxHeader div.headerRechts {
	background-image: none;
	height: 0px;
	left: 0px;
	width: 0px;
}

div.recommBox.startpage div.recommBoxHeader div.headerLinks {
	background-image: none;
	height: 0px;
	width: 0px;
}


