/* Fonts */

@font-face {
    font-family: 'MuseoSlab500';
    src: url('museo_slab_500-webfont.eot');
    src: url('museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_slab_500-webfont.woff') format('woff'),
         url('museo_slab_500-webfont.ttf') format('truetype'),
         url('museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500Italic';
    src: url('museo_slab_500italic-webfont.eot');
    src: url('museo_slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_slab_500italic-webfont.woff') format('woff'),
         url('museo_slab_500italic-webfont.ttf') format('truetype'),
         url('museo_slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Resets */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #e10602; text-decoration: none;}
a:hover { color: #770200; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
input:active, input:focus, div:active, div:focus { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, ul, ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset, p, h1, h2, h3, h4, h5, h6, img, input { border: 0; margin: 0; padding: 0; font-weight: normal;}

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* Styles */
body {
	background: #edcc9f url('/img/bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
header {
	height: 129px;
	background: transparent url(/img/header.png) repeat-x;
}
#header-inside {
	width: 960px;
	margin: 0 auto;
	height: 129px;
	position: relative;
}
#logo {
	width: 190px;
	height: 101px;
	padding-top: 13px;
}
#logo a img {
	width: 190px;
	height: 101px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
#logo a img:hover {
	-webkit-transform: rotate(-3deg) scale(0.9);
	-moz-transform: rotate(-3deg) scale(0.9);
	-o-transform: rotate(-3deg) scale(0.9);
	cursor: pointer !important;
}

.banner-top {
	display: block;
	width: 728px;
	height: 90px;
	position: absolute;
	top: 19px;
	right: 0;
	-moz-box-shadow: 0 1px 3px rgba(105,26,12,.46);
	-webkit-box-shadow: 0 1px 3px rgba(105,26,12,.46);
	box-shadow: 0 1px 3px rgba(105,26,12,.46);
}
.lt-ie9 .banner-top {
	top: 7px;
}
.banner-right {
	margin-bottom: 10px;
}
.banner-right a {
	display: block;
}
.top-bar {
	height: 59px;
	background: transparent url('/img/top-bar.png') repeat-x;
	z-index: 700;
	position: relative;
	width: 100%;
	box-shadow: 0 -1px 3px rgba(0,0,0,.15);
}
.top-inside {
	width: 960px;
	height: 59px;
	margin: 0 auto;
	background: transparent url(/img/top-inside.png) no-repeat top center;
	position: relative;
}
.top-inside nav, .top-inside nav > ul, .top-inside nav > ul > li {
	height: 59px;
	display: block;
	float: left;
	line-height: 59px;
	position: relative;
}
.fixed .top-inside nav {
	padding-left: 40px;
	background: transparent url(/img/r-small.png) no-repeat 0 7px;
}
.top-inside nav > ul > li > a {
	height: 59px;
	display: block;
	color: #ffd177;
	font-size: 15px;
	position: relative;
}
.top-inside nav > ul > li {
	background: transparent url(/img/top-sep.png) no-repeat top left;
	padding: 0 15px;
}
.top-inside nav > ul > li:first-child {
	background-image: none;
}
.top-inside nav > ul > li > a:hover {
	background-position: 0 -59px;
}
.top-inside nav > ul > li > a > span {
	display: block;
	height: 59px;
}
.top-inside nav > ul > li.nav-selected > a > span {
	background: transparent url(/img/selected.png) no-repeat bottom center;
}
.nav-home {
	width: 18px;
	background-image: url(/img/nav-home.png);
}
.nav-kuvar {
	width: 47px;
	background-image: url(/img/nav-kuvar.png);
}
.nav-ishrana {
	width: 60px;
	background-image: url(/img/nav-ishrana.png);
}
.nav-saveti {
	width: 48px;
	background-image: url(/img/nav-saveti.png);
}
.nav-zdravlje {
	width: 63px;
	background-image: url(/img/nav-zdravlje.png);
}
.nav-magazin {
	width: 67px;
	background-image: url(/img/nav-magazin.png);
}
.nav-blog {
	width: 36px;
	background-image: url(/img/nav-blog.png);
}
.nav-blog {
	width: 36px;
	background-image: url(/img/nav-blog.png);
}
.nav-nagrade {
	width: 66px;
	background-image: url(/img/nav-nagrade.png);
}
.submenu {
	width: 215px;
	position: absolute;
	top: 48px;
	left: 9px;
	z-index: 800;
	background: transparent url(/img/submenu.png);
	display: block;
	display: none;
	padding: 6px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
}
.submenu b {
	display: block;
	width: 11px;
	height: 6px;
	position: absolute;
	top: -5px;
	left: 25px;
	background: transparent url(/img/b.png);
}
.submenu ul {
	background-color: #f5f1e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
}
.submenu ul li {
	display: block;
	height: 32px;
	line-height: 33px;
	padding: 0 6px 0 6px;
	background: transparent url(/img/submenu-sep.png) repeat-x top left;
}
.submenu ul li:first-child {
	background: none;
}
.submenu ul li a {
	display: block;
	color: #611609;
	font-size: 14px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.submenu ul li a:hover {
	color: #e10602;
}
li.has-sub:hover .submenu {
	display: block;
}
.top-inside nav ul li.has-sub:hover > a {
	background-position: 0 -59px;
}





#login-reg {
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 55px;
}
#login-reg li {
	display: inline;
	padding-left: 15px;
}
#login-reg li:first-child {
	padding-left: 0;
}
#login-reg li a {
	color: #ffd177;
	font-size: 14px;
}
#login-reg li a:hover {
	color: #ff7308;
}

#logged-in {
	height: 55px;
	position: absolute;
	left: 710px;
	top: 10px;
	color: #fff;
	text-transform: uppercase;
}
#logged-in a {
	color: #fff;
	opacity: 1;
}
#logged-in a:hover {
	opacity: 1;
}
.logged-name {
	display: block;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
}
.logged-links {
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
}
#logged-in .logged-name a:hover {
	color: #ffd177;
}
#logged-in .logged-links a {
	color: #ffd177;
}
#logged-in .logged-links a:hover {
	color: #fff;
}
.fb-login {
	width: 38px;
	height: 38px;
	position: absolute;
	bottom: 12px;
	right: 150px;
	background: transparent url(/img/fb-login.png) no-repeat 0 0;
}
.fb-login:hover {
	background-position: 0 -38px;
}


#new-num {
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 20px;
	right: 0;
}
#new-num a {
	float: left;
	height: 15px;
	line-height: 15px;
	color: #fff;
	margin-left: 15px;
	padding-left: 20px;
	text-shadow: 0 1px 0 rgba(0,0,0,.8);
}
#new-num a:hover {
	color: #ffd177;
}
#new-num a.num-friend {
	background: transparent url(/img/num-friend.png) no-repeat center left;
}
#new-num a.num-comment {
	background: transparent url(/img/num-comment.png) no-repeat center left;
	padding-left: 22px;
}
#main {
	width: 960px;
	margin: 0 auto;
	min-height: 200px;
	background-color: #f5f1e2;
	margin-top: 0;
	position: relative;
	margin-top: -3px;
	-moz-box-shadow: 0 1px 5px rgba(105,26,12,.46);
	-webkit-box-shadow: 0 1px 5px rgba(105,26,12,.46);
	box-shadow: 0 1px 5px rgba(105,26,12,.46);
	margin-bottom: 100px;

}
#search-bar {
	background: transparent url(/img/search-bar.png) repeat-x bottom left;
	height: 78px;
	width: 960px;
	z-index: 600;
}
#search-bar form fieldset {
	width: 100%;
}
.drop-container {
	padding: 16px 0 0 12px;
	float: left;
}
.search-container {
	height: 34px;
	background: transparent url(/img/search-bg.png) repeat-y top right;
	padding-right: 14px;
}
.drop-container .search-inside {
	width: 318px;
	position: relative;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	text-align: left;
	color: #776e54;
	outline: none;
	vertical-align: middle;
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, .12), inset 0 -2px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}
.drop-container .search-container input#search {
	height: 32px;
	padding-top: 2px;
	display: block;
	width: 273px;
	padding-left: 12px;
	background-color: transparent;
	color: #000;
}
.lt-ie9 .drop-container .search-container input#search {
	background-color: #EEDCA9;
	width: 263px;
	height: 26px;
	padding-top: 8px;
}
.search-container:hover .search-inside {
	color: #000;
	background-color: #f9eed2;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), inset 0 -2px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(255, 255, 255, .5);
}
.imgsubmit {
	position: absolute;
	top: 4px;
	right: 10px;
}
.add-recipe {
	width: 146px;
	height: 37px;
	background: transparent url(/img/add-recipe.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	right: -6px;
}
.add-recipe:hover {
	background-position: 0 -37px;
}
#slider-container {
	width: 934px;
	height: 294px;
	background: transparent url(/img/submenu.png);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
	padding: 6px 0 0 6px;
	margin: 0 0 0 10px;
	position: relative;
}
#slider {
	background-color: #000;
	width: 928px;
	height: 288px;
}
a.slide {
	display: block;
	width: 928px;
	height: 288px;
	position: relative;
	overflow: hidden;
	cursor: pointer !important;
}
a.slide img {
	height: 294px;
    left: -10px;
    position: relative;
    top: -3px;
    width: 948px;
}
b.dark {
	display: block;
	display: none;
    height: 100%;
    position: absolute;
    width: 100%;
	z-index: 400;
	top: 0;
	left: 0;
	background-color: transparent;
/*	background-color: rgba(15, 15, 15, 0.22); */
}
span.small-title {
	height: 30px;
	background-color: rgba(0,0,0,.9);
	font-size: 16px;
	line-height: 30px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 8px;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 500;	
}
.lt-ie9 span.small-title {
	color: #000;
	background-color: #fff;
}
span.big-title {
	height: 58px;
	background-color: rgba(255,255,255,.8);
	font-size: 36px;
	line-height: 58px;
	font-family: "MuseoSlab500Italic", Arial, Helvetica, sans-serif;
	color: #e10602;
	padding: 0 10px;
	position: absolute;
	top: 70px;
	left: 40px;
	z-index: 500;
}
.lt-ie9 span.big-title {
	background-color: #fff;
}
a.slide span.big-title:hover {
	background-color: rgba(255,255,255,1);
}
#pager {
	width: 100px;
	height: 33px;
	display: block;
	background: transparent url(/img/pager.png) repeat-x;
	position: absolute;
	left: 414px;
	bottom: 5px;
	z-index: 500;
	padding-left: 9px;
}
#pager li {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 9px 0;
}
#pager li a {
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(/img/slide.png) no-repeat;
}
#pager li.activeSlide a {
	background: transparent url(/img/activeslide.png) no-repeat;
}
.home-content {
	width: 770px;
	margin: 10px 0 0 10px;
	float: left;
}
.home-content.fullwidth {
        width: 940px;
}
.home-sidebar {
	width: 160px;
	margin: 14px 0 0 10px;
	float: left;
}
h1.title-main, h3.title-main {
	background: transparent url(/img/title-main.png) repeat-x center left;
	font-size: 16px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #7a7871;
	font-weight: normal;
	padding-left: 30px;
}
h1.title-main span, h3.title-main span {
	background-color: #f5f1e2;
	padding: 0 7px;
}
h3.title-main em {
	font-style: normal;
	color: #e10602;
}
h1.title-big, h3.title-big {
	margin: 0 10px 10px 10px;
}
/* PREPORUCENI PREP BADGE */
.recipes-prep-container {
  padding-left: 172px;
  position: relative;
}
.recipes-prep-container .jspHorizontalBar {
  background-image: url("/img/hor-bar-short.png");
}
.prep-badge {
  width: 165px;
  height: 170px;
/*   background: red; */
  position: absolute;
  top: 0;
  left: 0;
  line-height: 170px;
}
.prep-badge a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.prep-badge em {
  width: 1px;
  height: 170px;
  display: inline-block;
  vertical-align: middle;
}
.prep-badge img {
  display: inline-block;
  width: 164px;
  vertical-align: middle;
}
.prep-badge span {
  display: block;
  width: 165px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/badges/badgemask.png") no-repeat;
  background-size: 165px 170px;
}
/* PREPORUCENI PREP BADGE end */
.recipes-hor {
	width: 100%;
	height: 170px;
	overflow: auto;
	height: auto;
	max-height: 170px;
}
.recipes-hor-inside {
	width: 1925px;
	height: 170px;
}
.recipe-l-item {
	width: 385px;
	height: 139px;
	float: left;
	margin-top: 9px;
}
.recipe-l-item:hover .recipe-l-desc a {
	color: #a30704;
}
.recipe-l-item .recipe-l-desc a:hover {
	color: #e10602;
}
.recipe-l-item:hover .recipe-l-img {
	background-color: #7b2a1e;
}
.recipe-l-item:hover .recipe-l-img span.img-title {
	display: block;
}
.recipe-l-img:hover span.img-title {
	background-color: #000;
}
.recipe-l-item a.recipe-l-img {
	width: 158px;
	height: 139px;
	display: block;
	background-color: #fff;
	position: relative;
	float: left;
}
.recipe-l-item a.recipe-l-img img {
	display: block;
	width: 152px;
	height: 133px;
	padding: 3px 0 0 3px;
}
.recipe-l-item a.recipe-l-img b {
	display: block;
	width: 152px;
	height: 133px;
	background: transparent url(/img/shadow-l.png) no-repeat;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 501;
}
.recipe-l-item .recipe-l-desc {
	width: 190px;
	float: left;
	margin-left: 10px;
	position: relative;
	height: 139px;
}
.recipe-l-desc span {
	text-transform: uppercase;
	color: #7a7871;
	display: block;
	font-size: 10px;
	margin-bottom: 2px;
}
.recipe-l-desc h4 {
	font-size: 14px;
	color: #e10602;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.recipe-l-desc h4 a {
	color: #e10602;
}
.recipe-l-desc p {
	color: #31302d;
	font-size: 12px;
	line-height: 18px;
	margin-top: 2px;
}
.recipe-l-desc .star-rating, .product-l-desc .star-rating {
	position: absolute;
	bottom: 3px;
	left: 0;
}
span.star-rating, span.star-rating span {
    display: block;
    background: url(/img/star-rating.png) 0 -11px repeat-x;
    width: 70px;
    height: 11px;
}
span.star-rating span {
    background-position: 0 0;
}
span.img-title {
	width: 98px;
	height: 26px;
	display: block;
	z-index: 501;
	line-height: 26px;
	position: absolute;
	top: 56px;
	left: 30px;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	color: #fff;
	font-weight: bold;
	display: none;
}
h3.title-latest {
	margin-top: 10px;
}
h3.title-video {
	margin-top: 7px;
}
.v-recipes-list {
	float: left;
	width: 374px;
	margin-top: 4px;
	height: 178px;
	overflow: auto;
}
.v-recipes-inside {
	width: 347px;
}
.v-recipe-item h4 {
	font-size: 14px;
	color: #e10602;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.v-recipe-item h4 a {
	color: #e10602;
}
.v-recipe-item h4 a:hover {
	color: #a30704;
}
.v-recipe-item p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 3px;
	border-bottom: 1px solid #d7d4c7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.v-recipe-item h4 a.v-recipe-selected:after {
   content: ' \2192';
}
.v-recipes-link {
	margin: 4px 0 0 10px;
	width: 385px;
	height: 178px;
	float: left;
}
.v-recipes-link a {
	position: relative;
	width: 385px;
	height: 178px;
	text-align: center;
	display: block;
	overflow: hidden;
}
.v-recipes-link a img {
	opacity: .34;
	margin-top: -50px;
}
.v-recipes-link a:hover img {
	opacity: 1;
}
.v-recipes-link a span {
	display: block;
	background: transparent url(/img/play.png) no-repeat top left;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 172px;
	margin-top: -19px;
}
.vl-link {
	padding-left: 5px;
}
.article-brief {
	width: 465px;
	height: 130px;
	margin: 10px 0 0 10px;
	float: left;
}
.article-brief h4 {
	font-size: 15px;
	color: #e10602;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.article-brief h4 a {
	color: #e10602;
}
.article-brief h4 a:hover {
	color: #770200;
}
.article-brief h4 {
	margin-top: 4px;
}
.article-brief img {
	margin: 5px 12px 0 0;
	float: left;
}
.article-brief p {
	font-size: 12px;
	line-height: 18px;
}
.ab-author {
	display: block;
	font-size: 10px;
	color: #848484;
	margin-bottom: 3px;
}
.ab-author em {
	color: #000;
	font-style: normal;
}
footer {
	background: #eddfb9 url(/img/footer.png) repeat-x top left;
	min-height: 98px;
	margin-top: 5px;
	padding-top: 17px;
}
#home-footer {
	height: 360px;
}
#hf-award {
	float: left;
	width: 290px;
	margin-left: 10px;
}
#award-short {
	width: 289px;
	height: 119px;
	background: transparent url(/img/award-short.png) no-repeat top left;
	position: relative;
}
#award-short p {
	width: 140px;
	position: absolute;
	top: 30px;
	left: 100px;
	font-size: 12px;
	line-height: 18px;
}
#award-short a {
	font-size: 15px;
	color: #e10602;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 15px;
	right: 45px;
}
#award-short a:hover {
	color: #770200;
}
#hf-social {
	float: left;
	width: 303px;
	margin: 0 0 0 17px;
}
#hfs-control {
	height: 36px;
	width: 322px;
	position: relative;
}
#hfs-control ul li {
	float: left;
	display: block;
	margin-right: 1px;
}
#hfs-control ul li a {
	float: left;
	display: block;
	width: 100px;
	height: 36px;
	line-height: 34px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #3d3c39;
	font-size: 11px;
	background-color: #ccc;
	text-align: center;
	background: transparent url(/img/hfs-control.png) no-repeat 0 -36px;
}
#hfs-control ul li a.hfs-selected {
	background: transparent url(/img/hfs-control.png) no-repeat 0 0;
	color: #e10602;
}
#hfs-control ul li a:hover {
	color: #e10602;
}
#hfs-outer {
	width: 300px;
	min-height: 282px;
	background-color: #fbf9f1;
	border: 1px solid #d4d1ca;    
    box-shadow: inset 0 0 0 4px #f4f1ea;
    -webkit-box-shadow: inset 0 0 0 4px #f4f1ea;
	margin-top: -5px;
}
#hfs-inner {
	padding: 10px;
	position: relative;
}
#hfs-inner > div {
	position: absolute;
	top: 0;
	left: 0;
}
#hfs-inner #tab1 {
	padding: 10px 0 0 10px;
}
#hfs-inner #tab2 {
	padding: 7px 0 0 10px;
}
#hfs-inner #tab3 {
	padding: 75px 0 0 15px;
}







#hf-banner {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}
.awarded {
	margin: 7px 0 13px 0;
}
.awarded-img {
	width: 95px;
	height: 92px;
	background-color: #f3d667;
	position: relative;
	display: block;
	float: left;
}
.awarded:hover .awarded-img {
	background-color: #84392b;
}
.awarded-img span {
	display: block;
	width: 89px;
	height: 86px;
	margin: 3px 0 0 3px;
	overflow: hidden;
}
.awarded-img img {
	display: block;
	width: 89px;
	height: auto;
}
.awarded-img img.horizontal-img {
	display: block;
	height: 86px;
	width: auto;
}
/*.awarded-img b {
	display: block;
	width: 89px;
	height: 86px;
	background: transparent url(/img/a-b.png) no-repeat top left;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 501;
}*/
.awarded-desc {
	width: 170px;
	float: left;
	margin-left: 17px;
	font-size: 14px;
	color: #474237;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	padding-top: 25px;
}
#footer-inside {
	height: 98px;
	position: relative;
}
#subnav {
	width: 982px;
	height: 30px;
	background: transparent url(/img/footer-subnav.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: -11px;
	z-index: 501;
	text-align: center;
	color: #ffd177;
	padding-top: 25px;
}
#subnav ul li {
	display: inline;
	color: #ffd177;
	margin-left: 48px;
}
#subnav ul li:first-child {
	margin-left: 0;
}
#subnav ul li a {
	color: #ffd177;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
}
#subnav ul li a:hover {
	color: #fff;
}
#friends {
	height: 43px;
	line-height: 43px;
	padding-left: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
}
#terms {
	height: 43px;
	line-height: 43px;
	padding-right: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	color: #7f7f7f;
}

#friends a, #terms a {
	color: #913821;
	margin-left: 14px;
}
#friends a:hover, #terms a:hover {
	color: #bd2222;
}

p.copyright {
	position: absolute;
	bottom: -35px;
	text-transform: uppercase;
	color: #b31b28;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
}

.back-top-container {
	text-align: center;
	width: 960px;
	height: 52px;
	position: absolute;
	bottom: -37px;
	left: 0;
}

.back-top-container a {
	display: block;
	width: 42px;
	height: 52px;
	background: transparent url(/img/back-top.png) no-repeat top left;
	margin: 0 auto;
}
.back-top-container a:hover {
	opacity: .9;
}
.made-by {
	background: transparent url(/img/made-by.png) no-repeat 0 0;
	width: 201px;
	height: 23px;
	display: block;
	position: absolute;
	right: 0;
	bottom: -35px;
}
.made-by:hover {
	background-position: 0 -23px;
}
p.developed {
	width: 250px;
	position: absolute;
	bottom: -2px;
	right: 0;
	font-size: 11px;
}
p.developed span {
	position: absolute;
	right: 0;
	top: 10px;
}
a.halo_logo {
	position: relative;
	right: 0;
	bottom: 10px;
	width: 183px;
	border: none !important;
}
a.halo_logo span {
	position: absolute;
	right: 0;
	text-indent: -9999em;
	border-bottom: none!important;
	background: url(/img/halo-logo.png) no-repeat 0 0;
	width: 25px;
	height: 26px;
}
a.halo_logo:hover span {
	background:url(/img/halo-logo.png) no-repeat 0 -26px!important;
	border-bottom:none;
}
a.halo_logo strong {
	display:none;
	color:#000!important;
	position:absolute;
	top:10px;
	text-align:right;
	right:20px;
	width:196px;
	background:url(/img/bg-halo.png) no-repeat 0 0;
	height: 30px;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
}

a.halo_logo:hover strong {
	display:block;
	color:red;
}
.ajax-fc-container {
	float: left;
}
.section-content {
	width: 630px;
	float: left;
	margin-left: 10px;
}
aside.section-sidebar {
	width: 300px;
	float: left;
	margin-left: 10px;
	padding-bottom: 20px;
}
.products-listed {
	background: transparent url(/img/border-bottom.png);
	margin-bottom: 5px;
}
.product-l-item {
	width: 300px;
	margin-right: 10px;
	height: 97px;
	float: left;
	margin-top: 9px;
	margin-bottom: 11px;
}
.product-l-item:nth-child(odd) {
	margin-right: 20px;
}
.product-l-item:hover .product-l-desc a {
	color: #a30704;
}
.product-l-item .product-l-desc a:hover {
	color: #e10602;
}
.product-l-item:hover .product-l-img {
	background-color: #7b2a1e;
}
.product-l-item:hover .product-l-img span.img-title {
	display: block;
}
.product-l-img:hover span.img-title {
	background-color: #000;
}
.product-l-item a.product-l-img {
	width: 110px;
	height: 97px;
	display: block;
	background-color: #fff;
	position: relative;
	float: left;
}
.product-l-item a.product-l-img img {
	display: block;
}
.product-l-item a.product-l-img span {
	width: 104px;
    height: 91px;
    display: block;
    overflow: hidden;
    margin: 3px 0 0 3px;
}
.product-l-item a.product-l-img b {
	display: block;
	width: 104px;
	height: 91px;
	background: transparent url(/img/shadow-l.png) no-repeat;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 501;
}
.product-l-item .product-l-desc {
	width: 180px;
	float: left;
	margin-left: 10px;
	position: relative;
	height: 97px;
}
.product-l-desc span {
	text-transform: uppercase;
	color: #7a7871;
	display: block;
	font-size: 10px;
	margin-bottom: 2px;
}
.product-l-desc h4 {
	font-size: 14px;
	color: #e10602;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.product-l-desc h4 a {
	color: #e10602;
}
.product-l-desc p {
	color: #31302d;
	font-size: 12px;
	line-height: 18px;
	margin-top: 2px;
}
span.product-views, span.product-comments {
	display: block;
	height: 11px;
	font-size: 11px;
	color: #ac6a08;
	background: transparent url(/img/product-views.png) no-repeat 0 0;
	position: absolute;
	bottom: 3px;
	right: 50px;
	padding-left: 15px;
	line-height: 11px;
}
span.product-comments {
	right: 0;
	background: transparent url(/img/product-comments.png) no-repeat 0 0;
	padding-left: 18px;
}
h4.rez {
	font-size: 14px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #1f1e1c;
	padding: 7px 0 5px 0;
	font-weight: normal;
}
p.no-rez {
	margin-bottom: 10px;
}
.popnew {
	min-height: 360px;
	background-color: #d5d1c5;
	margin-bottom: 10px;
	padding: 4px;
}
.popnew-inside {
	width: 290px;
	border: 1px solid #c5c1b5;
	background-color: #efece5;
	min-height: 360px;
}
ul.popnew-controls {
	width: 290px;
}
ul.popnew-controls li {
	display: block;
	height: 28px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	width: 145px;
	text-align: center;
	line-height: 28px;
	background-color: #dcd7c8;
}
ul.popnew-controls li a {
	color: #aea796;
	text-shadow: 0 1px 0 #fff;
	display: block;
}
ul.popnew-controls li a:hover {
	color: #797979;
}
ul.popnew-controls li.pop-ctrl {
	width: 144px;
	border-right: 1px solid #f5f1e2;
}
ul.popnew-controls li.pn-active {
	background-color: #efece5;
	background-image: linear-gradient(bottom, rgb(239,236,229) 0%, rgb(253,253,251) 100%);
	background-image: -o-linear-gradient(bottom, rgb(239,236,229) 0%, rgb(253,253,251) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(239,236,229) 0%, rgb(253,253,251) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,236,229) 0%, rgb(253,253,251) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(239,236,229) 0%, rgb(253,253,251) 100%);
}
ul.popnew-controls li.pn-active a {
	color: #797979;
}
.popnew-items li {
	display: block;
	height: 60px;
	position: relative;
	padding: 13px 0 0 0;
	background: transparent url(/img/sep.png) repeat-x top left;
	margin-bottom: 11px;
	width: 272px;
	margin-left: 10px;
}
.popnew-items li:first-child {
	background-image: none;
	padding: 10px 0 0 0;
}
a.popnew-img {
	display: block;
	width: 66px;
	height: 58px;
	border: 1px solid #fff;
	float: left;
	overflow: hidden;
}
a.popnew-img:hover {
	border: 1px solid #7b2a1e;
}
a.popnew-img img {
	display: block;
	width: 90px;
}
.popnew-desc {
	width: 190px;
	margin-left: 10px;
	height: 58px;
	float: left;
	position: relative;
}
.popnew-desc a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
span.popnew-desc span.star-rating {
	position: absolute;
	bottom: 10px;
	left: 0;
}
.pagination {
	height: 40px;
}
.pagination ul {
	margin-left: 10px;
}
.pagination ul li {
	display: block;
	float: left;
	width: 28px;
	height: 27px;
	margin-right: 4px;
	background: transparent url(/img/pagin.png) no-repeat 0 0;
	text-align: center;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
}
.pagination ul li a {
	display: block;
	width: 28px;
	height: 27px;
	color: #717171;
	text-shadow: 0 1px 0 #fff;
}
.pagination ul li a:hover {
	color: #e10602;
}
.pagination ul li.pagin-selected {
	background: transparent url(/img/pagin-selected.png) no-repeat 0 0;
	color: #fff;
}
.pagination ul li.pagin-next, .pagination ul li.pagin-next a {
	display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent;
	background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0;
}
.pagination ul li.pagin-next {
	width: 39px;
	height: 38px;
	background: none;
}
.pagination ul li.pagin-next a {
	width: 39px;
	height: 38px;
	background: transparent url(/img/pagin-next.png) no-repeat 0 0;
}
.pagination ul li.pagin-next a:hover {
	background-position: 0 -38px;
}
.pagination ul li.pagin-prev, .pagination ul li.pagin-prev a {
	display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent;
	background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0;
}
.pagination ul li.pagin-prev {
	background: none;
}
.pagination ul li.pagin-prev a {
	background: transparent url(/img/pagin-prev.png) no-repeat 0 0;
}
.pagination ul li.pagin-prev a:hover {
	background-position: 0 -27px;
}
.pagination ul li.pagin-lastpage {
	margin-left: 20px;
}
.image-big {
	background: transparent url(/img/submenu.png);
	width: 630px;
	height: 300px;
	padding-top: 6px;
	margin-bottom: 10px;
}
.image-big-inside {
	width: 618px;
	height: 282px;
	padding: 6px 0 6px 6px;
	overflow: hidden;
	position: relative;
}
.image-big-inside img {
	width: 618px;
	display: block;
	position: relative;
	top: -40%;
}

.image-big-inside img.horizontal {
	top: -10px;
}


.image-title {
	display: block;
	position: absolute;
	left: 6px;
	bottom: 0;
	width: 618px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,.45);
	z-index: 501;
	color: #fff;
	color: #fff;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-left: 15px;
}
.image-title a {
	color: #fff;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-left: 0;
}
.image-title a:hover {
	color: #ffbcc4;
}
.image-zoom {
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 502;
	right: 6px;
	bottom: 8px;
	background: transparent url(/img/image-zoom.png) no-repeat 0 0;
}
.image-zoom:hover {
	opacity: 0.7;
}
.site-meta {
	height: 35px;
	position: relative;
	margin-bottom: 10px;
}
#breadcrumbs, #breadcrumbs li {
	list-style: none; list-style-image: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs {
	height: 30px;
	margin: 0 0 0 10px;
}
#breadcrumbs li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 12px;
	background: transparent url('/img/bread.png') no-repeat top right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ed7d54;
	text-shadow: 0 1px 0 #fff8e7;
	text-transform: uppercase;
}
#breadcrumbs li a {
	text-decoration: none;
	color: #ed7d54;
}
#breadcrumbs li a:hover {
	color: #691b0c;
}
#breadcrumbs li.firstbc, #breadcrumbs li.firstbc a {
	display: block;
	width: 44px;
	height: 30px;
	padding: 0;
}
#breadcrumbs li.firstbc a {
	background: transparent url('/img/bread-home.png') no-repeat;
}
#breadcrumbs li.lastbc {
	background: transparent url('/img/bread-last.png') no-repeat top right;
	padding: 0 18px 0 15px;
	color: #691b0c;
}
.addsocial {
	position: absolute;
	top: 8px;
	right: 0px;
}
.addsocial-recipe {
	position: absolute;
	top: 8px;
	right: 125px;
}
#social-links {
	position: absolute;
	top: 0;
	right: 10px;
	height: 35px;
}
#social-links li {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 20px;
}
#social-links li a {
	display: block;
	height: 35px;
	padding-left: 27px;
}
#social-links li.like a {
	color: #728cb4;
	background: transparent url(/img/like.png) no-repeat center left;
}
#social-links li.tweet a {
	color: #259cd8;
	background: transparent url(/img/tweet.png) no-repeat center left;
}
#social-links li.plus1 a {
	color: #f37059;
	background: transparent url(/img/plus1.png) no-repeat center left;
}
#social-links li.mail a {
	padding-left: 32px;
	color: #8a8b8c;
	background: transparent url(/img/mail.png) no-repeat center left;
}
#social-links li.pdf a {
	color: #c93211;
	padding-left: 30px;
	background: transparent url(/img/pdf.png) no-repeat center left;
}
#social-links li a:hover {
	opacity: 0.7;
}
.user-meta {
	height: 37px;
	margin-bottom: 18px;
}
.user-meta img {
	border: 1px solid #fff;
	display: block;
	max-height: 35px;
	max-width: 50px;
	float: left;
}
.u-author {
	height: 35px;
	float: left;
	margin-left: 10px;
}
.u-author span {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: #828078;
	margin-top: 4px;
}
.u-author a {
	display: block;
}
.u-tag {
	display: block;
	background-color: #85240f;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 22px;
	font-size: 12px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 22px;
	float: left;
	padding: 0 5px;
	margin-top: 7px;
	margin-left: 15px;
}
.portions {
	display: block;
	float: left;
	height: 17px;
	font-size: 12px;
	color: #862411;
	line-height: 17px;
	background: transparent url(/img/portions.png) no-repeat 0 0;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 9px;
}
.time {
	display: block;
	float: left;
	height: 17px;
	font-size: 12px;
	color: #862411;
	line-height: 17px;
	background: transparent url(/img/time.png) no-repeat 0 0;
	padding-left: 22px;
	margin-left: 15px;
	margin-top: 9px;
}
.recipe-meta {
	height: 35px;
	margin-bottom: 19px;
	position: relative;
}
.recipe-rate {
	height: 10px;
	margin-top: 7px;
	display: block;
	float: left;
}

.recipe-rate #star {
	width: 80px !important;
}

.recipe-views {
	height: 15px;
	padding-left: 20px;
	display: block;
	float: left;
	background: transparent url(/img/recipe-views.png) no-repeat 0 0;
	font-size: 12px;
	line-height: 15px;
	color: #862411;
	margin-left: 10px;
	margin-top: 9px;
}
.recipe-heart {
	height: 15px;
	padding-left: 24px;
	display: block;
	float: left;
	background: transparent url(/img/recipe-heart.png) no-repeat 0 0;
	font-size: 12px;
	line-height: 15px;
	color: #862411;
	margin-left: 10px;
	margin-top: 9px;
}
a.button {
	background: #fdc957;
	background-image: linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	height: 30px;
	display: block;
	line-height: 30px;
	font-size: 10px;
	color: #862411;
	text-shadow: 0 1px 0 #fff498;
	padding: 0px 7px;
	border: 1px solid #c27e1c;
	font-weight: bold;
	box-shadow: inset 0 1px 0 #fdeeb7, 0 1px 2px #d6d4cb;
}
.lt-ie9 a.button {
	background-color: #FDC957;
}
a.button:hover {
	color: #e21510;
}
.recipe-meta a.button {
	float: right;
	margin-left: 18px;
}
.recipe-meta a.button span {
	height: 30px;
	background: transparent url(/img/check.png) no-repeat center left;
	padding-left: 19px;
}
.recipe-meta a.button:hover {
	color: #e21510;
}
.infobox {
	background: transparent url(/img/info.png) no-repeat 0 0;
	width: 14px;
	height: 15px;
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}
.ing-list {
	width: 640px;
	margin-bottom: 15px;
}
.ing-item {
	width: 300px;
	margin-top: 12px;
	margin-right: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,.35);
	float: left;
}
.ing-item h4 {
	height: 44px;
	background: transparent url(/img/ing-title.png) repeat-x 0 0;
	line-height: 44px;
	font-size: 15px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 14px;
	text-shadow: 0 1px 0 #742419;
}
.ing-item .ing-content { 
	background: transparent url(/img/ing.png) repeat-y 0 0;
}
.ing-content ul li {
	min-height: 23px;
	line-height: 23px;
	margin-bottom: 1px;
	color: #33322d;
	font-size: 12px;
}
.ing-content ul li .promo {
    font-weight: bold;
}
.ing-content ul li strong {
	color: #a54e49;
	margin: 0 5px 0 20px;
	font-weight: normal;
}
.prep-list {
	margin-bottom: 14px;
}
.prep-list .prep-item:first-child {
	margin-top: 10px;
}
.prep-list .prep-item:last-child .prep-desc {
	background-image: none;
}
.prep-item {
	height: 60px;
	margin-top: 0;
}
.prep-step {
	width: 32px;
	height: 32px;
	background: #fdc957;
	background-image: linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #862411;
	text-shadow: 0 1px 0 #fff498;
	border: 1px solid #c27e1c;
	box-shadow: inset 0 1px 0 #fdeeb7, 0 1px 2px #d6d4cb;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.prep-desc {
	width: 555px;
	float: left;
	margin-left: 10px;
	padding-bottom: 15px;
	background: transparent url(/img/sep.png) repeat-x bottom left;
	margin-bottom: 15px;
	min-height: 35px;
}
.prep-desc a {
	width: 66px;
	height: 58px;
	border: 1px solid #fff;
	float: left;
	margin-right: 15px;
}
.prep-desc a img {
	display: block;
}
.prep-desc a:hover {
	border: 1px solid #7b2a1e;
}
.prep-desc p {
	font-size: 12px;
	line-height: 18px;
	color: #525252;
}
.tip-item {
	margin-top: 10px;
}
.tip-step {
	width: 31px;
	height: 37px;
	background: transparent url(/img/tip.png) no-repeat 0 0;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.tip-item .prep-desc {
	width: 550px;
	background: none;
	margin-bottom: 0;
	padding-bottom: 12px;
}
.tag-cloud {
	width: 470px;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
}
.tag-cloud h3 {
	margin-right: 10px;
}
.tag-banner {
	width: 468px;
	float: left;
	margin-bottom: 5px;
}
a.tag {
	height: 25px;
	color: #996633;
	text-shadow: 0 1px 0 #fff;
	display: block;
	margin: 10px 8px 0px 0;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url('/img/tag-right.png') no-repeat top right; 
	padding-right: 10px; 
	font-weight: bold;
}
a.tag:hover {
	text-shadow: none;
}
a.tag span {
	background: transparent url('/img/tag-left.png') no-repeat 0 0;
	display: block; 
	line-height: 25px;
	padding: 0 0 0 15px;
}
a.tag:hover {
	color: #981f12;
}
.comment-outer {
	width: 960px;
	height: 37px;
	position: relative;
	margin-bottom: 15px;
}
a.comment-inner {
	display: block;
	width: 310px;
	height: 24px;
	background: transparent url(/img/comment-inner.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: -6px;
	padding-top: 13px;
	color: #fff;
	padding-left: 50px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
}
a.comment-inner em {
	font-style: normal;
	margin-left: 18px;
}
a.comment-inner:hover {
	color: #fdc04e;
}
.subsection {
	background: #fcf5d8 url(/img/subsection.png) repeat-x top left;
	min-height: 98px;
	margin-top: 5px;
	padding-top: 17px;
}
.dblfooter footer {
	background-image: url(/img/dblfooter.png);
	margin-top: 0;
}

.comments-container {
	width: 770px;
	margin-left: 10px;
	float: left;
	background: transparent url(/img/comments-bg.png) no-repeat 0 20px;
	min-height: 420px;
	position: relative;
}
.subsection-banner {
	width: 160px;
	margin-left: 10px;
	float: left;
	padding-bottom: 20px;
}
.subsection h3.title-main span {
	background-color: #fcf5d8;
}
.comment-item {
	padding-left: 200px;
	width: 570px;
}
.comment-item-meta {
	height: 37px;
	position: relative;
	margin-top: 10px;
}
.user-small-ci {
	float: left;
	display: block;
	max-width: 50px;
	max-height: 35px;
	border: 1px solid #fff;
}
.ci-author {
	float: left;
	margin-left: 10px;
	display: block;
	height: 37px;
}
.ci-author a {
	display: block;
	font-size: 15px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.ci-author span {
	display: block;
	color: #a9a491;
	font-size: 10px;
}
.ci-author small {
	font-size: 10px;
	text-transform: uppercase;
	color: #676767;
}
.likes-container, .dislikes-container {
	height: 37px;
	line-height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	color: #e10602;
	display: none;
}
.likes-container {
	right: 43px;
	color: #2e7508;
}
.likes-container button, .dislikes-container button {
	background: #fdc957;
	background-image: linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	height: 19px;
	width: 19px;
	display: inline-block;
	margin-left: 5px;
	line-height: 12px;
	text-shadow: 0 1px 0 #fff498;
	border: 1px solid #c27e1c;
	box-shadow: inset 0 1px 0 #fdeeb7, 0 1px 2px #d6d4cb;
	padding: 0;
	margin: 0;
	color: #e10602;
}
.likes-container button {
	color: #2e7508;
}
.likes-container button[disabled="disabled"], .dislikes-container button[disabled="disabled"] {
	opacity: .4;
}
.comment-content {
	margin-top: 10px;
	padding-bottom: 15px;
	background: transparent url(/img/sep.png) repeat-x bottom left;
}
.inside-page {
	padding: 0 15px;
}
.inside-page h2 {
	font-size: 18px;
	color: #464646;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.inside-page {
	font-size: 14px;
	line-height: 20px;
	color: #626058;
	min-height: 300px;
}
.inside-page p {
	padding: 10px 0;
}
.inside-page h3 {
	color: #e10602;
	font-size: 15px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	padding-top: 8px;
}
.inside-page ul li {
	display: block;
	margin-bottom: 10px;
	background: transparent url(/img/bullet.png) no-repeat center left;
	padding-left: 15px;
}
.inside-page blockquote {
	background: #fdfbe9;
	width: 504px;
	margin: 35px 0 4px 20px;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	padding: 15px;
	border: 1px solid #e2d9bb;
	box-shadow: 0 3px 5px 1px rgba(0,0,0,.07);
	position: relative;
}
.inside-page blockquote:after {
	content: url(/img/tape.png);
	position: absolute;
	top: -25px;
	left: -25px;
}
.inside-page blockquote:before {
	content: url(/img/tape.png);
	position: absolute;
	bottom: -25px;
	right: -25px;
}
.inside-page {
	padding-bottom: 15px;
}

.add-page {
	min-height: 1010px;
	background: transparent url(/img/dodaj-bg.jpg) no-repeat top right;
	padding-top: 20px;
}
.add-container {
	background-image: linear-gradient(bottom, rgb(236,233,225) 0%, rgb(250,247,239) 21%);
	background-image: -o-linear-gradient(bottom, rgb(236,233,225) 0%, rgb(250,247,239) 21%);
	background-image: -moz-linear-gradient(bottom, rgb(236,233,225) 0%, rgb(250,247,239) 21%);
	background-image: -webkit-linear-gradient(bottom, rgb(236,233,225) 0%, rgb(250,247,239) 21%);
	background-image: -ms-linear-gradient(bottom, rgb(236,233,225) 0%, rgb(250,247,239) 21%);
	width: 555px;
	margin-left: 46px;
	min-height: 200px;
	border: 1px solid #dcd9d1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.inputs-container {
	padding-top: 10px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.inputs-container label {
	display: block;
	text-transform: uppercase;
	color: #aaaaaa;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0;
}
.inputs-container select {
	display: block;
	
}
.old-recipe {
	width: 100%;
	margin-top: 12px;
	line-height: 20px;
}
.old-recipe h5 {
	height: 44px;
	background: transparent url(/img/ing-title.png) repeat-x 0 0;
	line-height: 44px;
	font-size: 15px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 14px;
	text-shadow: 0 1px 0 #742419;
	margin-top: 10px;
	margin-bottom: 8px;
}

.old-recipe p {
	font-size: 12px;
	color: #525252;
	padding: 3px 15px 3px 15px;
}
.page-header {
	height: 40px;
	line-height: 40px;
	border-bottom: 3px solid #e4e0d2;
	margin: 0 10px 15px 10px;
}
.page-header h5 {
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e10602;
	float: left;
}
.page-header .button {
	float: right;
}
a.tagline-button, a.friend-button, a.unfriend-button {
	padding: 0 14px;
}
a.pending-button {
	opacity: 0.6;
}
.tagline-button span {
	display: block;
	padding-left: 28px;
	background: transparent url(/img/tagline.png) no-repeat center left;
}
.friend-button span {
	display: block;
	padding-left: 28px;
	background: transparent url(/img/friend.png) no-repeat center left;
}
.unfriend-button span {
	display: block;
	padding-left: 28px;
	background: transparent url(/img/friend.png) no-repeat center left;
}
.user-section {
	min-height: 260px;
}
.user-photo {
	float: left;
	width: 360px;
	height: 265px;
	background: transparent url(/img/submenu.png);
	margin-bottom: 10px;
	margin-left: 10px;
}
.user-photo-inside {
	width: 348px;
	height: 250px;
	padding: 6px 0 6px 6px;
	overflow: hidden;
	position: relative;
}
.user-photo-inside img {
	width: 348px;
	display: block;
}
.user-desc {
	width: 566px;
	float: left;
	margin-left: 14px;
}
.tag-title {
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
	text-shadow: 0 1px 0 #fff;
	display: block;
	margin-bottom: 1px;
}
.tagline {
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #606060;
}
.user-info {
	width: 256px;
	float: left;
	line-height: 24px;
	color: #62605a;
}
.user-info p {
	margin-top: 10px;
}
.user-info strong {
	color: #000;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.short-bio {
	line-height: 18px;
}
.user-published {
	width: 245px;
	float: left;
	margin-left: 22px;
	margin-top: 10px;
}
.user-published strong {
	color: #000;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	display: block;
}
.user-published ul {
	margin-top: 7px;
}
.user-published li {
	height: 25px;
	display: block;
	margin-bottom: 9px;
	color: #862411;
	line-height: 25px;
	padding-left: 33px;
	font-size: 14px;
}
.user-published li a {
	height: 25px;
	color: #862411;
}
li.p-recipe {
	background: transparent url(/img/p-recipe.png) no-repeat center left;
}
li.p-comment {
	background: transparent url(/img/p-comment.png) no-repeat center left;
}
li.p-photo {
	background: transparent url(/img/p-photo.png) no-repeat center left;
}
li.p-listed {
	background: transparent url(/img/p-listed.png) no-repeat center left;
}
li.p-friend {
	background: transparent url(/img/p-friend.png) no-repeat center left;
}
.my-fav {
	width: 765px;
	float: left;
	margin: 0 0 10px 10px;
}
.up-banner {
	width: 160px;
	float: left;
	margin: 0 0 10px 15px;
}
.my-recipes {
	width: 360px;
	float: left;
}
.my-favs {
	width: 360px;
	margin-left: 10px;
	float: left;
}
.my-favs-public .profile-products-container {
	margin-top: 10px;
}
.my-friends {
	margin-top: 15px;
}
.my-recipes .button {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 12px;
}
.my-recipes .title-main {
	margin-bottom: 10px;
}
.p-disable, .p-remove {
	display: block;
	background: transparent url(/img/p-disable.png) no-repeat 0 0;
	width: 19px;
	height: 19px;
	position: absolute;
	bottom: 0;
	right: 70px;
	cursor: pointer;
}
.p-remove {
	background: transparent url(/img/p-remove.png) no-repeat 0 0;
}
.profile-products div.product-l-item {
	margin-bottom: 7px;
}
.profile-products .product-l-item .p-disable, .profile-products .product-l-item .p-remove {
	display: none;
}
.profile-products .product-l-item:hover .p-disable, .profile-products .product-l-item:hover .p-remove {
	display: block;
}
.profile-products-container {
	height: 450px;
	overflow: auto;
}

#fav-div .product-l-item .p-remove {
	display: block;
	bottom: 5px;
	right: 20px;
}


.profile-products {
	display: block;
	width: 360px;
}
.my-favs .drop {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my-friends {
	width: 730px;
}
.my-friends ul {
	margin-top: 10px;
}
.my-friends ul li {
	display: block;
	float: left;
	margin-bottom: 25px;
	width: 145px;
	height: 50px;
}
.my-friends ul li .userpic-container {
	float: left;
	display: block;
	margin-right: 8px;
	width: 50px;
	height: 50px;
}
.my-friends ul li .userpic-container img {
	max-width: 50px;
	max-height: 50px;
}
.my-friends ul li a {
	padding-top: 2px;
	display: block;
	float: left;
	font-size: 11px;
	white-space: nowrap;
	word-wrap: break-word;
}
ul.abeceda {
	margin-bottom: 10px;
	margin-left: 14px;
	margin-top: 15px;
	height: 40px;
	border-bottom: 1px solid #e4e0d2;
	width: 935px;
	text-align: center;
}
ul.abeceda li {
	display: inline-block;
	width: 23px;
	height: 24px;
	margin: 0 2px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #7a7871;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
ul.abeceda li.letter-selected {
	background: transparent url(/img/letter-selected.png) no-repeat 0 0;
}
ul.abeceda li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	color: #7a7871;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
}
ul.abeceda li a:hover {
	color: #e10602;
}
.saveti-top {
	height: 32px;
	position: relative;
	margin-bottom: 12px;
}
.saveti-top h2 {
	float: left;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #7a7871;
}
.saveti-top a.button {
	float: right;
	padding: 0 12px;
}
.saveti-top a.button span {
	display: block;
	height: 30px;
	background: transparent url(/img/question.png) no-repeat center left;
	padding-left: 25px;
}
.saveti-list {
	margin-bottom: 30px;
}
.savet-item h4 {
	font-weight: normal;
	font-size: 15px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.savet-item a {
	color: #e10602;
}
.savet-item a:hover {
	color: #770200;
}
.savet-item {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #d6d3c7;
}
.saveti-list .savet-item:first-child {
	border-top: 0;
	margin-top: 0;
}
.savet-item p {
	font-size: 12px;
	line-height: 18px;
}
.savet-item-meta .product-views, .savet-item-meta .product-comments {
	bottom: 14px;
}
.savet-item-meta {
	height: 25px;
	position: relative;
}
.more-container {
	margin-top: 10px;
	height: 32px;
}
.more-container a.button {
	float: right;
}
.more-container a.button span {
	display: block;
	height: 30px;
	background: transparent url(/img/more.png) no-repeat center right;
	padding-right: 15px;
}
.savet-content {
	font-size: 12px;
	line-height: 20px;
	color: #62605a;
}
.savet-content h3 {
	font-size: 18px;
	color: #000;
	margin: 10px 0 7px 0;
}
.comment-content a.fancybox {
	width: 66px;
	height: 58px;
	border: 1px solid #fff;
	float: left;
	margin-right: 15px;
}
.comment-content a.fancybox:hover {
	border: 1px solid #7b2a1e;
}
.comment-content a.fancybox img {
	display: block;
}
.reply-container {
	margin-top: 10px;
	height: 32px;
}
.reply-container a.button {
	float: right;
}
.reply-container a.button span {
	display: block;
	height: 30px;
	background: transparent url(/img/question.png) no-repeat center left;
	padding-left: 25px;
}
.small-comments {
	width: 640px;
	margin-left: 10px;
	float: left;
	background: none;
	min-height: 100px;
	margin-top: 20px;
}
.small-comments .comment-item {
	padding-left: 40px;
	width: 570px;
}
.savet-photo {
	float: left;
	width: 200px;
	height: 137px;
	background: transparent url(/img/submenu.png);
	margin-bottom: 10px;
	margin-right: 10px;
}
.savet-photo-inside {
	width: 188px;
	height: 120px;
	padding: 6px 0 6px 6px;
	overflow: hidden;
	position: relative;
}
.savet-photo-inside img {
	width: 188px;
	display: block;
}
.article-list {
}
.article-item {
	height: 193px;
	background: transparent url(/img/sep.png) repeat-x bottom left;
	margin-bottom: 18px;
}
.article-photo {
	float: left;
	margin-right: 14px;
	width: 170px;
	height: 172px;
	background: #fff;
	overflow: hidden;
}
.article-photo img {
	width: 163px;
	display: block;
	padding: 3px 0 0 3px;
}
.article-item h3 {
	font-size: 15px;
	color: #e10602;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
.article-item p {
	font-size: 12px;
	line-height: 20px;
	color: #31302d;
}
.article-desc a.button {
	margin-top: 10px;
	float: left;
}
.article-item a.article-photo:hover {
	background-color: #e10602;
}

.dropara {
	min-width: 260px;
	padding: 0 10px;
	position: relative;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	text-align: left;
	color: #776e54;
	outline: none;
	vertical-align: middle;
	background: #eedca9;
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, .12), inset 0 -2px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	cursor: default;
}
input.dropara-mini {
	min-width: 20px;
	width: 20px;
	text-align: center;
}
input.dropara-medi {
	min-width: 109px;
	width: 109px;
}
.dropara:hover, .dropara:focus {
	color: #000;
	background-color: #f9eed2;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), inset 0 -2px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(255, 255, 255, .5);
}
.inputs-container textarea {
	width: 200px;
	padding: 15px;
	position: relative;
	height: 100px;
	text-decoration: none;
	text-align: left;
	color: #776e54;
	outline: none;
	vertical-align: middle;
	background: #eedca9;
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, .12), inset 0 -2px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0;
	display: inline-block;
	cursor: default;
}
button.button {
	background: #fdc957;
	background-image: linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	height: 30px;
	display: block;
	line-height: 30px;
	font-size: 10px;
	color: #862411;
	text-shadow: 0 1px 0 #fff498;
	padding: 0px 7px;
	border: 1px solid #c27e1c;
	font-weight: bold;
	box-shadow: inset 0 1px 0 #fdeeb7, 0 1px 2px #d6d4cb;
	text-transform: uppercase;
}
button.button:hover {
	color: #e21510;
}
#step-btn, button.remove-el-btn, button.remove-step-btn, .el-btn, .remove-group-btn {
	background: #fdc957;
	background-image: linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -o-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(253,188,76) 0%, rgb(253,214,97) 100%);
	height: 19px;
	width: 19px;
	display: inline-block;
	margin-left: 5px;
	line-height: 12px;
	text-shadow: 0 1px 0 #fff498;
	border: 1px solid #c27e1c;
	box-shadow: inset 0 1px 0 #fdeeb7, 0 1px 2px #d6d4cb;
	padding: 0;
	margin: 0;
	color: #e10602;
}
.remove-group-btn {
	margin-top: 17px;
}
#step-btn, .el-btn {
	color: #2e7508;
}
.sendbtn-container {
	text-align: center;
}
input.sendbtn {
	border: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	background: transparent url(/img/sendbtn.png) repeat-x 0 0;
	color: #fff;
	font-size: 14px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	padding: 0 25px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 20px;
	font-weight: normal;
}
input.sendbtn:hover {
	color: #faebb2;
}
.input-item {
	display: block;
	margin-bottom: 2px;
}
.input-item label {
	width: 130px;
	float: left;
	height: 30px;
	display: block;
}
.input-item input, .input-item .input-drop {
	float: left;
	margin-top: 10px;
}
label.minutes {
	margin-left: 7px;
	float: left;
	width: 14px;
}
.multi-input .input-item {
	float: left;
	width: 220px;
}
.multi-input .input-portions {
	float: left;
	width: 120px;
}
.inputs-container .input-portions label {
	width: 70px;
}
.input-check {
	width: 65px;
	margin-left: 5px;
	float: left;
	padding-top: 17px;
}
.input-check input {
	display: inline;
}
.inputs-container .input-check label {
	display: inline;
}
.groups-container h2, .prepare-container h2 {
	font-size: 14px;
	color: #000;
}
.groups-container, .prepare-container {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #e0ded7;
	margin-right: 20px;
}
.prepare-container h2 {
	margin-bottom: 10px;
}
.gritem {
	display: block;
}
label.ging, label.gkol {
	display: inline !important;
}
#groups .dropara {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 10px;
}
#a1 {
	margin-top: 10px;
}
#new-group-btn {
	margin-top: 15px;
}
.el-btn {
	margin-top: -33px;
	margin-right: 17px;
	float: right;
}
.input-ng {
	margin-top: 12px !important;
}

#steps label {
	float: left;
	width: 130px;
}
#steps textarea {
	width: 282px;
	float: left;
	margin-top: 10px;
	margin-bottom: 12px;
}
input[name="img1"], input[name="img2"], input[name="img3"], input[name="img4"], input[name="img5"], input[name="img6"],
input[name="img7"], input[name="img8"], input[name="img9"], input[name="img10"], input[name="img11"], input[name="img12"] {
	margin-top: 8px;
}


#step-btn {
	float: right;
	margin-top: -120px;
	margin-right: 11px;
}

button.remove-step-btn {
	float: right;
	margin-top: -120px;
	margin-right: 42px;
}


.advice-container label {
	float: left;
	width: 130px;
}
.advice-container textarea {
	width: 282px;
	float: left;
	margin-top: 10px;
	margin-bottom: 12px;
}
.terms-container {
	margin-left: 130px;	
}
.terms-container input, .terms-container label {
	display: inline;
}
input#status_edit {
	width: 500px;
}
#login_container input[type=text], #login_container input[type=password],
#register_container input[type=text], #register_container input[type=password] {
	min-width: 260px;
	padding: 0 10px;
	position: relative;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	text-align: left;
	color: #776e54;
	outline: none;
	vertical-align: middle;
	background: #eedca9;
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, .12), inset 0 -2px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	cursor: default;
}
#login_container input[type=submit], #register_container input[type=submit] {
	border: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	background: transparent url(/img/sendbtn.png) repeat-x 0 0;
	color: #fff;
	font-size: 14px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	padding: 0 25px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 20px;
}
#login_container input[type=submit], #register_container input[type=submit] {
	color: #faebb2;
	margin: 10px 0 10px 20px;
}
a.halo_logo span, a.halo_logo strong, .image-title a, .popnew-items a, .prep-desc a, a.tag, a.comment-inner, .article-item a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.recipe-l-item a, .product-l-item a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.recipe-list-popup {
	display: block;
	display: none;
	width: 250px;
	height: 165px;
	background-color: #fdbc4c;
	border: 1px solid #d89532;
	position: absolute;
	z-index: 49;
	top: 31px;
	right: 0;
	box-shadow: inset 0 1px 0 #fdeeb7;
}
.recipe-meta .recipe-list-popup a.button {
	margin: 10px 10px 0 0;
}
.recipe-meta .recipe-list-popup a.button span {
	background-image: none;
	padding-left: 0;
}
.add-list {
	margin: 10px;
	width: auto;
	height: 40px;
}
.new-list {
	margin: 10px 0 10px 10px;
}
.new-list span {
	font-size: 10px;
	font-weight: bold;
	color: #4e4e4e;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
	opacity: .7;
}
.newlistadd {
	width: 210px;
	position: relative;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	text-align: left;
	color: #776E54;
	outline: none;
	vertical-align: middle;
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, .12), inset 0 -2px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	background-color: #dfb550;
	padding: 0 10px 0 10px;
}
.add-list p {
	padding-top: 10px;
}
.lightbox-box {
	width: 631px;
	min-height: 378px;
	background-color: #fff;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.4);
}
.lightbox-box h4 {
	height: 44px;
	background: transparent url(/img/ing-title.png) repeat-x 0 0;
	line-height: 44px;
	font-size: 15px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: white;
	padding-left: 14px;
	text-shadow: 0 1px 0 #742419;
}
.input-lb {
	margin-top: 40px;
}
.input-lb label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
	width: 124px;
	margin-left: 26px;
	float: left;
	display: block;
}
.input-lb textarea {
	width: 436px;
	padding: 10px;
	height: 173px;
	float: left;
	display: block;
}
.lb-ta {
	position: relative;
	text-decoration: none;
	text-align: left;
	color: #776E54;
	outline: none;
	vertical-align: middle;
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, .12), inset 0 -2px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	background-color: #eedca9;
	border: 1px solid #d0c195;
}

.lb-in {
	height: 32px;
	padding: 0 10px 0 10px;
	width: 435px;
	position: relative;
	text-decoration: none;
	text-align: left;
	color: #776E54;
	outline: none;
	vertical-align: middle;
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, .12), inset 0 -2px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	background-color: #eedca9;
	border: 1px solid #d0c195;
}
.lb-send {
	margin-right: 20px;
	margin-top: 12px;
	float: right;
	margin-bottom: 25px;
}
.lb-send #koment-send {
	margin-left: 20px;
}
.lightbox-box {
	display: none;
}

.main-photo {
	float: left;
	width: 360px;
	background: transparent url(/img/submenu.png);
	margin: 0 15px 5px 0;
}
.main-photo-inside {
	width: 348px;
	padding: 6px 0 6px 6px;
	overflow: hidden;
	position: relative;
}
.main-photo-inside a.image-zoom {
	bottom: 14px;
}
.main-photo-inside img {
	width: 348px;
	display: block;
}
.media-list {
	margin: 0 0 10px 35px;
}
.media-list li {
	display: block;
	float: left;
	width: 135px;
	height: 99px;
	background-color: #fff;
	margin: 0 15px 12px 0;
}
.media-list li a {
	display: block;
	width: 135px;
	height: 99px;
	background-color: #fff;
	position: relative;
}
.media-list li a:hover {
	background-color: #923c29;
}
.media-list li img {
	display: block;
	width: 129px;
	height: 93px;
	padding: 3px 0 0 3px;
}
.media-list li a b {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 30px;
	left: 50px;
	background: transparent url(/img/play-media.png) no-repeat 0 0;
}
.media-list li a.media-image b {
	display: none;
}
.lg-list {
	float: right;
	margin-right: 20px;
	width: 300px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #802f1a;
	text-shadow: 0 1px 0 #fff;
}
.lg-list a {
	display: block;
	margin-top: 20px;
}
a.fb-connect {
	width: 218px;
	height: 38px;
	background: transparent url(/img/fb-connect.png) no-repeat 0 0;
}
a.fb-connect:hover {
	background-position: 0 -38px;
}

#register_container .add-container, #login_container .add-container {
	float: left;
}
#tab-list {
	height: 26px;
	border-bottom: 1px solid #eac991;
	margin: 15px 0 20px 0;
	padding-left: 10px;
}
#tab-list li {
	background-color: #f9e1a1;
	float: left;
	display: block;
	padding: 0 10px 0 10px;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ED7D54;
	text-shadow: 0 1px 0 #FFF8E7;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #eac991;
}
#tab-list li:hover {
	color: #691B0C;
}
#tab-list li.tab-active {
	background-color: #f7f4e8;
	border-bottom: 1px solid #f7f4e8;
}
#tab-list li.tab-active:hover {
	color: #ED7D54;
}
.settings-profile {
	width: 150px;
}
.befirst {
	margin-left: 188px;
	width: 517px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-size: 30px;
	position: relative;
	padding: 65px 0 0 60px;
	color: #dbb693;
}
.befirst b {
	display: block;
	width: 97px;
	height: 140px;
	background: transparent url(/img/arrow-first.png) no-repeat 0 0;
	position: absolute;
	top: -50px;
	right: 0;
}
ul.edit-lists > li {
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #fbebc0;
	padding: 0 10px;
	margin-right: 20px;
	border-radius: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #691B0C;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	cursor: pointer;
	position: relative;
}
.remove-fav-cat {
		display: block;
		width: 19px;
		height: 19px;
		position: absolute;
		top: 5px;
		right: 5px;
		background: transparent url(/img/p-remove.png) no-repeat 0 0;
}
.fav-cat {
	display: block;
}
.fav-list li {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #f69369;
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
}
.fav-list .remove-fav {
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 5px;
	right: 180px;
	background: transparent url(/img/p-remove.png) no-repeat 0 0;
	cursor: pointer;
}

/* novo: */

.inside-page .main-photo-inside img {
	width: auto;
}

.inside-page .main-photo {
	float: left;
	width: auto;
	background: transparent url(/img/submenu.png);
	margin: 0 15px 5px 0;
	padding: 5px;
}

.inside-page .main-photo-inside {
	width: auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}


.inside-page .main-photo-inside img {
	width: auto
}

.inside-page .main-photo-inside a.image-zoom {
	bottom: 6px;
}

.kuvar-listed .product-l-item a.product-l-img img,
.search-listed .product-l-item a.product-l-img img,
.profile-products .product-l-item a.product-l-img img {
	margin: -18px 0 0 -18px;
}

.article-item a span {
	display: block;
	width: 162px;
	height: 164px;
	overflow: hidden;
	margin: 3px 0 0 3px;
}
.article-item a span img {
	width: auto;
}
span.video-hide {
	width: 618px;
	height: 294px;
	display: block;
	overflow: hidden;
}
span.video-hide img {
	margin-top: -90px;
}
span.video-play {
	display: block;
	background: transparent url(/img/play.png) no-repeat top left;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 290px;
	margin-top: -15px;
}
span.recipe-l-inside {
	display: block;
	width: 152px;
	height: 133px;
	overflow: hidden;
	padding: 3px 0 0 3px;
}
.recipe-l-item a.recipe-l-img span.recipe-l-inside img {
	width: auto;
	height: auto;
	padding: 0;
}
.brief-img {
	width: 138px;
	height: 92px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.brief-img img {
	float: left;
	display: block;
	width: 100%;
}
span.close {
	width: 36px;
	height: 35px;
	display: block;
	position: absolute;
	background: transparent url(/img/closebtn.png) no-repeat 0 0;
	top: -25px;
	right: -25px;
	cursor: pointer;
}
.level-1, .level-2, .level-3 {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-left: 34px;
	margin-left: 14px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d9870e;
}
.level-1 {
	background: transparent url(/img/level-1.png) no-repeat 0 0;
}
.level-2 {
	background: transparent url(/img/level-2.png) no-repeat 0 0;
}
.level-3 {
	background: transparent url(/img/level-3.png) no-repeat 0 0;
}
.markItUpHeader ul li {
	margin-bottom: 5px !important;
}
.add-container h1.title-main span, .add-container h3.title-main span {
	background-color: #FAF7F0;
}
div.contact-container {
}
div.contact-container input.dropara {
	width: 295px;
}
div.contact-container textarea.dropara {
	width: 285px;
	margin-top: 10px;
	padding-top: 5px;
	line-height: 20px;
}
ul.sidebar-info li:first-child {
	border-top: 0;
	margin-top: -10px;
}
ul.sidebar-info li {
	height: 38px;
	line-height: 38px;
	display: block;
	border-top: 1px solid #dcd8cb;
	font-size: 11px;
	color: #aaa;
	font-weight: bold;
}
ul.sidebar-info li span {
	display: block;
	height: 38px;
	width: 120px;
	float: left;
}
ul.sidebar-info li strong {
	display: block;
	height: 38px;
	width: 120px;
	float: left;
	color: #E10602;
}
.banner-right-article {
	float: right;
	margin: 10px 0 10px 10px;
}


/* branding test: */







































































/* Dropdown control */
.selectBox-dropdown {
	min-width: 220px;
	position: relative;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	text-align: left;
	color: #776e54;
	outline: none;
	vertical-align: middle;
	background: #eedca9;
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, .12), inset 0 -2px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(255, 255, 255, .5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	cursor: default;
}
.my-fav .selectBox-dropdown {
	min-width: 338px;
	text-transform: uppercase;
}
.inputs-container .selectBox-dropdown {
	min-width: 280px;
}
.selectBox-dropdown:hover {
	color: #000;
	background-color: #f9eed2;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), inset 0 -2px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(255, 255, 255, .5);
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	padding: 1px 8px 2px 13px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 100%;
	background: url('/img/drop.png') 50% center no-repeat;

}





/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}

.recipe-list-popup .selectBox-dropdown {
	min-width: 230px;
	background-color: #dfb550;
}




/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
	color: #000;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #ccc;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

.sideprep {
  padding: 0 0 40px;
  padding-top: 10px;
}
.sideprep .innerprep {
  border: 3px solid #832c21;
  position: relative;
  padding: 0 0 35px;
}
.sideprep h5 {
  position: relative;
  padding: 5px 20px 0;
  height: 29px;
  margin: -12px 20px 0;
}
.sideprep h5 em {
  display: block;
  height: 30px;
  background: #832c21;
  color: #eddebb;
  line-height: 29px;
  font-size: 12px;
  font-family: "MuseoSlab500", Arial, sans-serif;
  text-align: center;
  font-style: normal;
  position: relative;
}
.sideprep h5 span {
  background: url("/img/fold.png") no-repeat top right;
  background-size: 209px 35px;
  height: 35px;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.sideprep h5 span:first-child {
  right: auto;
  left: 0;
  background-position: top left;
}

.sideprep .brandlogo {
  overflow: hidden;
  background: white;
  border: 3px solid #832c21;
  width: 60px;
  height: 60px;
  border-radius: 34px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -32px;
}
.sideprep .brandlogo img {
  width: 110%;
  display: block;
  margin-left: -5%;
}

.promoad {
/*  background: white;
  height: 100px;
*/
}


@media only screen and (min-width: 35em) {
  

}

.fixed { position: fixed; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.dn { display: none; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 100%;
	background: transparent url(/img/ver-bar.png) no-repeat top left;
}
.profile-products-container .jspVerticalBar {
	background: transparent url(/img/ver-bar-big.png) no-repeat top left;
}
.jspVerticalBar .jspTrack {
	background-color: transparent;
}
.jspVerticalBar .jspDrag {
	background: transparent url(/img/ver-drag.png) no-repeat center left;
	margin-left: 2px;
	position: relative;
}
.jspVerticalBar .jspDrag .jspDragTop {
	background: transparent url(/img/jsp-top.png) no-repeat top left;
	width: 9px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;	
}
.jspVerticalBar .jspDrag .jspDragBottom {
	background: transparent url(/img/jsp-bottom.png) no-repeat top left;
	width: 9px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;	
}
.jspVerticalBar .jspCapTop {
	display: block;
	width: 9px;
	height: 2px;
}
.jspVerticalBar .jspCapBottom {
	display: block;
	width: 9px;
	height: 2px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: transparent url(/img/hor-bar.png) no-repeat top left;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
	width: 7px;
	display: block;
	height: 10px;
	background-color: transparent;
}

.jspHorizontalBar .jspCapLeft {
	width: 0px;
}


.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspVerticalBar .jspDrag {
	background-color: transparent;
}

.jspHorizontalBar .jspTrack
{
	float: left;
	background-color: transparent;
	width: 750px !important;
}

.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
	background-color: #bbb08b;
	height: 9px;
	margin-top: 2px;
	margin-left: 3px;
	background: transparent url(/img/hor-drag.png) no-repeat top center;
	position: relative;
}

.jspHorizontalBar .jspDragLeft {
	width: 4px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/img/jsp-left.png) no-repeat top center;
}

.jspHorizontalBar .jspDragRight {
	width: 4px;
	height: 9px;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(/img/jsp-right.png) no-repeat top center;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/* notify.css : */

.message
{
		-webkit-background-size: 40px 40px;
		-moz-background-size: 40px 40px;
		background-size: 40px 40px;			
		background-image: -webkit-gradient(linear, left top, right bottom,
								color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
								color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
								color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
								to(transparent));
		background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
								
		 -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);		
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: 100%;
		 border: 1px solid;
		 color: #fff;
		 padding: 15px;
		 position: fixed;
		 _position: absolute;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 -webkit-animation: animate-bg 5s linear infinite;
		 -moz-animation: animate-bg 5s linear infinite;
		  z-index: 5000;
}

.info
{
		 background-color: #4ea5cd;
		 border-color: #3b8eb5;
}

.error
{
		 background-color: #de4343;
		 border-color: #c43d3d;
}
		 
.warning
{
		 background-color: #eaaf51;
		 border-color: #d99a36;
}

.success
{
		 background-color: #61b832;
		 border-color: #55a12c;
}

.message h3
{
		 margin: 0 0 5px 0;													 
}

.message p
{
		 margin: 0;
		 width: 960px;
		 margin: 0 auto;
		 font-size: 20px;
}

.brand_left {
	height: 1500px;
	left: 50%;
	margin-left: -985px;
	position: fixed;
	text-align: right;
	top: 184px;
	width: 505px;
/*	background: transparent url(/img/branding-bg.png) repeat-x top right;
*/}

.brand_right {
	height: 1500px;
	right: 50%;
	margin-right: -985px;
	position: fixed;
	text-align: left;
	top: 184px;
	width: 506px;
/*	background: transparent url(/img/branding-bg.png) repeat-x top left;
*/}

.brand_inside {
}


.banner-new {
	margin-left: 10px;
	margin-bottom: 10px;
}

.recipe-matched {
	margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    border: 5px solid #E4E0D2;
}



@-webkit-keyframes animate-bg
{
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}


@-moz-keyframes animate-bg 
{
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}