@charset "utf-8";

.relative {
	position:relative;
}

.recipe-title {
	color:#374700;
	background-color:#f9ffe6;
	background-image:none;
}

#left-big-box .notepad .component-body .margin-2em {
	margin-top:3em;
}

.recipe-print-btn {
	display:block;
	position:absolute;
	right:-19px !important;
	right:0px;
	top:-30px;
	width:86px;
	height:53px;
}

#left-big-box .notepad .component-body a.recipe-list-item {
	background-image:url(../images/przepisy__list_arrow_light.png);
	background-position:0px 3px;
	background-attachment:scroll; 
	background-repeat:no-repeat; 
	padding-left:10px;
}

#left-big-box .notepad .component-body a.recipe-list-item:hover {
	background-image:url(../images/przepisy__list_arrow.png);
	text-decoration:none;
	padding-left:13px;
}
