@font-face {
  font-family: AlbertusMedium;
  src: local("Albertus Medium"),
  local("AlbertusMedium"),
  url("/assets/fonts/albertus_medium_all.ttf");
}

/* GENERAL RULES */
*
{
	margin:0px;
	padding:0px;
}
body
{
	background:url(../images/body_bg.gif?2) #fffcde;
	font-family: Verdana, Arial, sans;
	font-size:13px;
}


h1,
.h1
{
	color:#a66719;
	font-size:20px;
	margin-bottom:5px;
	margin-top:5px;
	font-family: AlbertusMedium;
	font-weight: normal;
}
h2
{
	color: #6B8600;
	margin-top:5px;
	font-size:15px;
	font-family:"Trebuchet MS", Verdana, sans;
}
p
{
	text-align:justify;
	margin-bottom:5px;
}

a,
.link
{
	cursor:pointer;
	color:#6b8600;
	text-decoration:none;
}
a:hover,
.link:hover
{
	text-decoration:underline;
}
input[type=text],
input[type=password],
textarea,
select
{
	background-color: #fffded;
	border: 1px solid #f0e265;
	padding: 8px;
	box-sizing: border-box;
	font-size: 12px;
}
input[type=submit],
input[type=button],
button,
.link-button
{
	border: #f0e265 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height: 15px;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    color: #669545;
	background: #fffef5; /* Old browsers */
	background: -moz-linear-gradient(top, #fffef5 0%, #f8e75e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffef5), color-stop(100%,#f8e75e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fffef5 0%,#f8e75e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fffef5 0%,#f8e75e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fffef5 0%,#f8e75e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fffef5 0%,#f8e75e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffef5', endColorstr='#f8e75e',GradientType=0 ); /* IE6-9 */
}
input[type=submit].secondary,
input[type=button].secondary,
button.secondary
{
	border-color: #aaa;
    color: #333;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eee 0%,#ccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eee 0%,#ccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eee 0%,#ccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
}
.has-youtube-video
{
	position: relative;
	display: block;
}

.has-youtube-video:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(/assets/svg/player.svg);
	background-size: cover;
	background-position: center bottom;
}

.message_err
{
	display:block;
	color:#ffffff;
	background-color:#EE0000;
	border:#EE0000 1px solid;
	padding:8px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
}
.message_ok
{
	display:block;
	background-color:#0000cc;
	border:#0000cc 1px solid;
	color:#ffffff;
	padding:8px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
}

p.info
{
	font-size:11px;
	line-height:16px;
	text-align:justify;
	margin:4px 0px;
	padding:4px;
	border-left:#f0e265 1px solid;
	color:#333333;
	background:#fff9c2;
}

.important
{
	color: #ff0000;
}

.poza
{
	float:left;
	position:relative;
	border:#fff6a4 1px solid;
	margin:0px 4px 4px 0px;
	padding:1px;
	z-index: 1;
}
.poza img
{
	display:block;
	border:none;
}
.poza a:hover .zoom-in
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 37px;
	height: 40px;
	background: url(/images/zoom_in.png) no-repeat;
}
div.mark_new
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:59px;
	height:40px;
}
/* end bloc_ultimele_retete */

/* end diverse BLOCURI */

.reteta_item
{
	height:75px;
	width:273px;
	display: table;
	float:left;
	margin-bottom:5px;
}
.reteta_item .poza
{
	margin-bottom:0px;
}
.denumire_reteta
{
	display: table-cell;
	vertical-align: middle;
	width:165px;
}
.reteta_item h4
{
	font-size:12px;
}
.reteta_detaliata
{
}

.sectiune_reteta
{
	clear:both;
}
.sectiune_reteta h2,
.contest h2,
.section_title
{
	margin: 5px 0;
	border-bottom: 1px solid #f0e265;
}
.sectiune_reteta h2 span,
.contest h2 span,
.section_title span
{
	font-family: AlbertusMedium;
	display: inline-block;
	font-size:18px;
	font-weight:normal;
	text-transform:lowercase;
	color:#a66719;
	padding-right: 31px;
	height: 35px;
	background-repeat: no-repeat;
	background-image: url(/images/h2_bg.png);
	background-position: right 0px;
	position: relative;
	top: 1px;
	line-height: 36px;
}
.contest h2 span
{
	text-transform: none;
}
/* sometimes cufon add empty spans inside, so let's hide them */
.sectiune_reteta h2 span span,
.contest h2 span span,
.section_title span span
{
	display: none;
}
.clear
{
	clear:both;
	font-size:0px;
	height:0px;
}

.recipe-thumb
{
	float: left;
	padding: 0 9px 0 9px;
	margin-bottom: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.recipes-thumbs-container
{
	margin: 0 -9px; /* to compensate the padding of .recipe-thumb */
}
/* clearfix */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* end clearfix */
.recipe-thumb.first-in-row
{
	clear: left;
}
.bloc_content .recipe-thumb
{
	padding: 0 5px 5px 5px;
}

.bloc_content .recipes-thumbs-container
{
	margin: 0 -5px; /* to compensate the padding of .recipe-thumb */
}

.recipe-thumb:hover .poza
{
	border-color: #6B8600;
}
.recipe-thumb:hover a
{
	text-decoration: underline;
}

.recipe-thumb .poza
{
	margin: 0;
	float: none;
}
.recipe-thumb .poza img
{
	width: 100%;
	height: auto; /* to keep aspect ratio */
}

.recipe-thumb-metadata
{
	padding-left: 2px;
}
/* ellipsis http://codepen.io/romanrudenko/pen/ymHFh */
/*
.recipe-thumb-metadata h4
{
	overflow: hidden;
  	height: 24px;
}
.recipe-thumb-metadata h4:before {
	content:"";
	float: left;
	width: 5px; height: 24px;
}
.recipe-thumb-metadata h4 span {
	display: block;
}
.recipe-thumb-metadata h4 > *:first-child {
	display: block;
	float: right;
	width: 100%;
	margin-left: -5px;
}

.recipe-thumb-metadata h4:after {
	content: "\02026";

	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;

	float: right; position: relative;
	top: -12px; left: 100%;
	width: 15px; margin-left: -15px;
	padding-right: 5px;

	text-align: right;
	color: #6b8600;
	background-color: #fffcde;
}
*/
/* end ellipsis */
.recipe-thumb-metadata h4
{
	font-size:11px;
	font-weight: normal;
}
.recipe-thumb-author
{
	font-size:10px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recipe-thumb-author span
{
	font-weight: normal;
}

.recipe-thumb-big .recipe-thumb-description
{
	margin: 5px 0;
}
.recipe-thumb-big
{
	margin-bottom: 10px;
}

.h_sectiune
{
	color:#A66719;
	font-size:18px;
	background-color:#FFF9C2;
	padding:0px 5px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
	line-height: 42px;
}

#recipe-params,
.recipe-params
{
	padding:10px;
	background-color:#fff9c2;
	font-size:13px;
	clear: both;
}
.recipe-param
{
	margin-bottom: 5px;
}
.recipe-param-value
{
	font-weight:bold;
	color:#333333;
}
.recipe-param-name
{
	color: #a66719;
}
.recipe-param-quantity,
.recipe-param-difficulty,
.recipe-param-published-on
{
	float: left;
	clear: left;
	width: 50%;
}
.recipe-param-prep-time,
.recipe-param-ready-in,
.recipe-param-rating
{
	float: right;
	clear: right;
	width: 50%;
}
#pasi_reteta td
{
	vertical-align:top;
}
.pas_reteta_text
{
	text-align:justify;
}
.pas-reteta-poza
{
	float: right;
	margin: 0 0 5px 5px;
}
.pas-reteta-poza img {
	height: auto;
}
.pas-reteta
{
	clear: right;
	margin-bottom: 10px;
}
.numar_pas
{
	font-family: AlbertusMedium;
	display:block;
	float:left;
	background-color:#fff9c2;
	color:#a66719;
	padding:5px;
	margin:0px 6px 0px 0px;
	font-size:18px;
}

.table-row,
.table-alternate-row
{
	padding: 7px;
}
.table-alternate-row
{
	background-color:#fff9c2;
}
.ingredient-obs,
.instrument-obs,
.helper-recipe-obs
{
	float: left;
	font-size:11px;
	color:#666666;
	padding: 2px 0px 0 10px;
	width: 195px;
}
.instrument-obs
{
	clear: none;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	width: 290px;
}
.ingredient-quantity,
.helper-recipe-quantity
{
	float: left;
	text-align: right;
	width: 100px;
	color: #333333;
}
.ingredient-name,
.instrument-name,
.helper-recipe-name
{
	clear: left;
	float: left;
	width: 150px;
	font-weight: bold;
	color: #333333;
}
.instrument-name
{
	float: none;
	display: inline-block;
}

#ingrediente_reteta .publicitate
{
	float: right;
	width: 200px;
	min-height: 200px;
}
#ingrediente_reteta .tabel_ingrediente
{
	float: left;
}
.subtitlu
{
	color:#333333;
	font-weight:bold;
	font-size:13px;
}
.highlight > .comentariu-main
{
	background-color: rgba(107, 134, 0, 0.19);
	outline: 4px solid rgba(107, 134, 0, 0.19);
}

.comentarii .subtitlu
{
	margin-top:15px;
}
.comments-list
{
	margin: 10px 0px;
}
.comments-list.best-comments
{
	margin-bottom: -135px;
}
.comentarii .show-all-comments
{
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 100px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 12px;
	position: relative;
	z-index: 1;
	background: -webkit-linear-gradient(top, rgba(255,252,222,0) 0%,rgba(255,252,222,0.5) 23%,rgba(255,252,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,252,222,0) 0%,rgba(255,252,222,0.5) 23%,rgba(255,252,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.comment-field
{
	width: 100%;
	height: 130px;
	margin: 2px 0;
}
.text_comentariu iframe
{
	width: 100%;
}

.rating_comentariu .rating_label
{
	display: block;
	margin-bottom: 4px;
	color: #666666;
}
.username_comentariu
{
	font-weight:bold;
	color:#a66719;
}
.username_comentariu span
{
	color: #666666;
	font-weight: normal;
}

.data_comentariu
{
	color:#666666;
	white-space: nowrap;
}
.text_comentariu
{
	clear: left;
	margin: 7px 0 7px 0;
}
.comentariu
{
	clear:both;
	padding:8px 0px;
	display: -webkit-flex;
	display: flex;
}
.comentariu .comentariu-main
{
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.poze_label
{
	color: #666666;
}
.poze_comentariu
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -4px;
}
.comentariu .recipe-picture
{
	width: 50%;
	box-sizing: border-box;
	padding: 4px;
}

.comentariu .recipe-picture .poza
{
	float: none;
	margin-right: 0px;
	overflow: hidden;
}
.comentariu .recipe-picture img
{
    max-width: 100%;
    height: auto;
}
.comentariu .user-picture 
{
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.comentariu .user-picture img 
{
    display: block;
    border-radius: 3px;
    margin-right: 8px;
}
.comentariu .delimiter:after
{
	content: "•";
	color: #999999;
	margin: 0 4px;
}
.add-comment-panel .replied-to-delimiter
{
	display: none;
}
.comentariu .add-comment-panel .replied-to-delimiter
{
	display: inline;
}

.comentariu .replied-to-delimiter:after
{
	content: "➦";
	color: #999999;
}
.comentariu .username_replied
{
    color: #666666;
}

.comentariu_header
{
	margin-bottom: 4px;
}
.add-comment-panel .recipe-picture .poza img.fake
{
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.4;
}
.add-comment-panel .recipe-picture .preview
{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	transform-origin: top left;
	-webkit-transform-origin: top left;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.add-comment-panel .recipe-picture .poza .picture-input-wrap:before
{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 2px;
	bottom: 2px;
	background: url(/images/refresh.png) no-repeat center center rgba(0,0,0,0.5);
}

.add-comment-panel .recipe-picture .poza.placeholder .picture-input-wrap:before
{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: auto;
	height: auto;
	background: url(/images/upload.png) no-repeat center center rgba(0,0,0,0.5);
}
.add-comment-panel .recipe-picture .poza .picture-input-wrap input
{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.comentariu_footer
{
	display: flex;
	display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}
.add-comment-panel .comentariu_footer {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.comentariu_footer .wait-wrap
{
    width: 24px;
    margin-left: 8px;
}
.comentariu_footer a
{
	font-weight: bold;
}
.comentariu-notification input,
.comentariu-notification label
{
	vertical-align: middle;
	margin-right: 4px;
}
.comentariu_did_try
{
}
.comentariu_did_try_question
{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;	
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 4px 0;
}
.comentariu_did_try_question > label
{
	margin: 4px 8px 4px 0;
}
.comentariu_did_try_options
{
	margin: 4px 0;
}
.comentariu_did_try_options input
{
	vertical-align: middle;
}
.comentariu_did_try_options label
{
	vertical-align: top;
    margin-left: 4px;
    margin-right: 12px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #fffded;
	border: #f0e265 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	padding: 10px;
}
#tooltip div.body {
	background: url(/images/tooltip_corner.png) no-repeat center left;
	margin-left: -20px;
	padding-left: 20px;
}
.tooltip_baloon
{
	display:none;
	border:1px solid #111;
	padding:5px;
}
.instrument
{
	width:450px;
}
#poza_reteta .poza
{
	float:none;
}
#poza_reteta
{
	float:left;
	margin-bottom:10px;
	position: relative;
}

.titlu_reteta
{
	text-align:center;
	font-size:26px;
	font-family: AlbertusMedium;
	font-weight: normal;
	color:#6B8600;
	font-weight:normal;
}

.recipe_social_rating
{
	clear: both;
	min-height: 30px;
	max-height: 40px;
	position: relative;
}
.recipe_social_rating .qrating
{
	position: absolute;
	right: 0px;
	top: 3px;
}

#descriere_reteta
{
	font-size:13px;
	margin-bottom:15px;
	color:#333333;
}


td.item_label,
td.item
{
	padding:3px;
}
td.item
{
	vertical-align:top;
}
td.item_label
{
	width:200px;
	vertical-align:top;
	text-align:right;
}
.instructions
{
	font-size:11px;
	color:#666666;
}
.warning
{
	font-size:11px;
	color:#CC0000;
}

div#copyright
{
	clear:left;
	float:left;
	padding:8px;
	font-size:11px;
}
div#designed_by
{
	float:right;
	padding:8px;
	font-size:11px;
}
div#inscrieri
{
	clear:both;
	text-align:center;
	margin:0px auto;
	padding:8px;
}

.file_asset_dbox
{
	width:300px;
	height:110px;
	padding:20px;
	border:#7a9900 1px solid;
	background-color:#ffeaff;
}
.denumire_categorie
{
	font-family: AlbertusMedium;
	font-weight: normal;
	clear:left;
	font-size:18px;
	margin:10px 0px 5px 0px;
}
.categorie .show-more
{
	display: block;
	text-align: right;
	margin: 10px 0;
	font-size: 14px;
}

body.lang-ro div.mark_new
{
	background:url(../images/ro/new.png) no-repeat;
}

body.lang-ru div.mark_new
{
	background:url(../images/ru/new.png) no-repeat;
}

body.lang-en div.mark_new
{
	background:url(../images/en/new.png) no-repeat;
}

.show-more
{
	padding-right: 12px;
	background-image: url(/images/images_sprite.png);
	background-repeat: no-repeat;
	background-position: right -1005px;
}

.add-comment-panel .bloc_content
{
	margin: 10px 0;
}

.forgot-title
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.login_wrap
{
	display: flex;
	display: -webkit-flex;
    margin: 0 -24px -24px 0;
}

.submenu .login_wrap
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.login_with_social,
.login_with_credentials
{
	margin: 0 24px 24px 0;
}
.login_with_credentials
{
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.login_with_credentials input[type="text"],
.login_with_credentials input[type="password"]
{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
}
.login_social_btns
{
	display: flex;
	display: -webkit-flex;
	margin-right: -3px;
}
.login_social_btn
{
	margin-right: 3px;
	display: block;
	text-decoration: none;
	width: 34px;
	height: 34px;
	background-image: url(/images/social_login_sprite.png);
	background-repeat: no-repeat;
}
.login_social_btn[data-provider="Disqus"]
{
	width: 35px;
	background-position: 0px 0px;
}
.login_social_btn[data-provider="Facebook"]
{
	background-position: 0px -34px;
}
.login_social_btn[data-provider="Google"]
{
	background-position: 0px -68px;
}
.login_social_btn[data-provider="Instagram"]
{
	background-position: 0px -136px;
}
.login_social_btn[data-provider="Vkontakte"]
{
	background-position: 0px -170px;
}
.login_social_btn[data-provider="LinkedIn"]
{
	background-position: 0px -204px;
}
.login_social_btn[data-provider="Yahoo"]
{
	background-position: 0px -238px;
}
.login_social_btn[data-provider="Mailru"]
{
	background-position: 0px -272px;
}
.login_social_btn[data-provider="Yandex"]
{
	background-position: 0px -306px;
}
.login_social_btn[data-provider="Odnoklassniki"]
{
	background-position: 0px -340px;
}
.login_form_intro
{
	display: block;
	color: #333333;
    margin-bottom: 8px;
    font-weight: bold;
}

.qc-with-placeholder
{
	margin-bottom: 8px;
}
.qc-warning,
.qc-error,
.qc-instructions
{
	margin-top: 4px;
	font-size: 10px;
}
.qc-warning
{
	color: #ff0000;
}
.qc-with-warning input[type="text"],
.qc-with-warning input[type="password"]
{
	border-color: #ff0000;
}
.qc-instructions
{
	color: #999999;
}

.login_with_credentials > *,
.login_with_credentials .action-link,
.login_with_credentials input[type="button"]
{
	margin-bottom: 8px;
}
.login_with_credentials .action-link
{
	display: block;
}

#chkKeepLoggedIn_ctl
{
	font-size:14px;
}
.keep_logged_in label
{
	color: #333333;
	margin-left: 4px;
}
.keep_logged_in label,
.keep_logged_in input
{
	vertical-align: middle;
}

/* forms */

.form-control-w
{
	margin: 10px 0;
}
.form-control-w > label
{
	font-size: 14px;
	margin-bottom: 3px;
	display: block;
}
.form-control-w.required > label
{
	font-weight: bold;
}
.form-control-w.no-label > label
{
	display: none;
}
.form-control input[type="text"],
.form-control input[type="password"],
.form-control select
{
	width: 100%;
	max-width: 320px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-control input[type="checkbox"]
{
	margin-right: 3px;
}

.all-videos-link
{
	text-align: center;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
    font-family: Verdana,sans;
    color: #669545; 
}

.recipe_author_w
{
	display: -webkit-flex;
	display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.recipe_author
{
	text-align: center;
	margin-bottom: 5px;
	font-size: 20px;
	color: #a66719;
}
.recipe_author_picture
{
	text-align: center;
	margin-left: 10px;
}
.recipe_author_picture img
{
	border: 1px #FFFFFF solid;
	border-radius: 50%;
}
.recipe_author_picture .fake_img
{
	width: 48px;
	height: 48px;
	display: inline-block;
	border: 1px #FFFFFF solid;
	border-radius: 50%;
	background-color: #6B8600;
	color: white;
    font-size: 34px;
    line-height: 46px;
}

.recipe_author b span span
{
	font-weight: normal;
}

.width_100_percent {width: 100%;}
.width_50_percent {width: 50%;}
.width_33_percent {width: 33%;}
.width_25_percent {width: 25%;}
.width_20_percent {width: 20%;}

.recipe_social_rating .g-plusone-wrapper
{
	display: inline-block;
	height: 20px;
	margin-left: 10px;
    vertical-align: bottom;
}

.recipe_social_rating .fb-like {
	display: inline-block !important;
	width: auto !important;
}

.recipe_social_rating #vk_like {
	display: inline-block !important;
	vertical-align: top !important;
	width: 140px !important;
}

.recipe_social_rating .q-ytsubscribe-w 
{
	height: 20px;
	width: 85px;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	border: 0px solid transparent;
	border-radius: 2px;
	margin-right: 10px;
}

.recipe_social_rating .q-ytsubscribe-w > div 
{
	position: relative !important;
	top: -2px !important;
}
.q-next-text-box
{
	display: flex;
	display: -webkit-flex;
}

.q-next-text-box > span:first-child
{
	flex-grow: 1;
}
.q-next-text-box input:focus
{
	border-color: #6b8600;
	outline: none;
}
.q-next-text-box-btn
{
	text-decoration: none !important;
	color: #ffffff;
	background-color: #6b8600;
	font-size: 18px;
	padding: 0 8px;
	line-height: 34px !important;
	height: 34px;
    display: block;
}


body
{
	min-width: 986px; /* this is a minnimum width for layout to be shown OK */
}
td
{
	font-size:13px;
}
optgroup option
{
	padding-left: 10px;
}

.submenu .login-panel
{
	padding: 10px;
}

.newsletter-subscribe-panel
{
	padding: 5px;
}


.newsletter-subscribe-field
{
	margin-bottom: 10px;
}
.newsletter-subscribe-field input[type="text"]
{
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

/* end GENERAL RULES */

/* LOGO */
#header
{
	margin: 10px 0 10px 0;
	position: relative;
}
div#logo
{
	float:left;
	height:80px;
}
div#logo img
{
	border:none;
}
/* end LOGO */
#first_page_links
{
	position: absolute;
	left: 58px;
	top: 86px;
	text-transform: lowercase;
}
#ad_top
{
	float: left;
	margin-left: 23px;
	margin-bottom: 20px;
	position: relative;
	height: 90px;
}
/* MENU
*/
div#menu
{
	clear: left;
	height: 40px;
	background: url(/images/images_sprite.png) repeat-x 0 0;
	padding-left: 182px;
	position: relative;
	z-index: 200;
}
div#menu ul
{
	list-style:none;
}
div#menu li
{
	float:left;
}
div#menu li a.menu-item
{
	font-family: AlbertusMedium;
	display:block;
	height:40px;
	outline:none;
	padding-left: 31px;
	background-repeat: no-repeat;
	background-image: url(/images/images_sprite.png);
	background-position: 0 -200px;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	z-index: 10;
	color: #a66719;
}

div#menu li:hover a.menu-item,
div#menu li.hover a.menu-item
{
	background-position: 0 -50px !important;
	color: #649441;
}
div#menu li.selected a.menu-item
{
	background-position: 0 -350px;
}
div#menu li a.menu-item span
{
	display:block;
	float:left;
	height:40px;
	background-repeat: no-repeat;
	background-image: url(/images/images_sprite.png);
	background-position: right -300px;
	padding-right: 31px;
}
div#menu li:hover a.menu-item span,
div#menu li.hover a.menu-item span
{
	background-position: right -150px !important;
}
div#menu li.selected a.menu-item span
{
	background-position: right -450px;
}
div#menu li a.menu-item span span
{
	background-repeat: repeat-x;
	background-position: 0 -250px;
	padding-right: 0;
	line-height: 45px;
	text-transform: lowercase;
}
div#menu li:hover a.menu-item span span,
div#menu li.hover a.menu-item span span
{
	background-position: 0 -100px !important;
}
div#menu li.selected a.menu-item span span
{
	background-position:0 -400px;
}
div#menu a.rss-button
{
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	width: 30px;
	height: 30px;
	text-indent: -10000px;
	outline: none;
	background-repeat: no-repeat;
	background-image: url(/images/images_sprite.png);
	background-position: 0 -500px;
}
div#menu .g-plusone-wrapper
{
	position: absolute;
	top: 10px;
	left: 60px;
}

div#menu a.rss-button:hover
{
	background-position: 0 -540px;
}
div#menu li div.submenu
{
	display: none;
}
div#menu li
{
	position: relative;
}
div#menu li:hover a.menu-item,
div#menu li.hover a.menu-item
{
	position: relative;
	z-index: 30;
}
div#menu li:hover div.submenu,
div#menu li.hover div.submenu
{
	display: block;
	position: absolute;
	top: 39px;
	left: -10px;
	z-index: 20;
	background-color: #fffded;
	border: #f0e265 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    min-width: 100%;
    padding: 10px;
}
div#menu li:hover div.submenu.recipes-submenu,
div#menu li.hover div.submenu.recipes-submenu
{
	left: -10px;
}

div#menu div.submenu-column,
div#menu div.submenu-column-summary
{
	float: left;
	width: 127px;
	margin: 10px;
}
div#menu div.submenu-column
{
	margin-left: 0px;
	padding-left: 10px;
}
div#menu div.submenu-column a
{
	display: block;
}
div#menu div.submenu-column-summary .summary-title,
.logged-in .welcome-text
{
	margin: 5px 0 3px 0;
	font-weight: bold;
	color: #333333;
}
div#menu div.submenu-column-summary a.summary-link
{
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}
div#menu div.submenu-column a.submenu-link,
.logged-in .logged-in-link a,
.logged-in .logged-in-link span.link
{
	font-size: 12px;
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.logged-in .logged-in-link.logout
{
	margin-top: 20px;
}
div#menu div.submenu-column a.submenu-link-level-2
{
	font-size: 11px;
	display: block;
	padding-left: 10px;
	margin: 3px 0px;
}

/* end MENU */

/* CONTENT */
div#content
{
	padding-top: 10px;
}
div#under_menu
{
	margin-bottom: 10px;
}
/* end CONTENT */

/* COLUMNS */
div#left_col,
div#center_col,
div#right_col,
div#right_col_2
{
	float:left;
}
div#left_col,
div#right_col,
div#right_col_2
{
	width:300px;
	padding-left:10px;
	overflow-x:hidden;
	min-height: 10px;
}
div#right_col .bloc,
div#right_col_2 .bloc
{
	width:300px;
}
div#left_col
{
	width: 160px;
	padding-left: 0px;
	padding-right: 10px;
}
div#left_col .bloc
{
	width: 160px;
}

div#center_col
{
	width:470px;
	padding-bottom: 10px;
}
/* this will emulate like it is center column element */
#phorum_wrapper
{
	position: absolute;
	top: 160px;
	left: 160px;
	width: 730px;
	overflow-x: hidden;
	padding: 10px;
}
/* end COLUMNS */
/* BLOC */
div.bloc
{
	margin-bottom:10px;
}
div.bloc_header
{
	height: 27px;
	float: left;
	margin-left: 10px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-image: url(/images/images_sprite.png);
	background-position: 0 -580px;
	position: relative;
	top: 1px;
	z-index: 2;
}
div.bloc_header span
{
	display: block;
	height: 27px;
	padding-right: 26px;
	background-repeat: no-repeat;
	background-image: url(/images/images_sprite.png);
	background-position: right -654px;
}
div.bloc_header span span
{
	font-family: AlbertusMedium;
	background-repeat: repeat-x;
	background-position: 0 -617px;
	padding-right: 0;
	font-size: 14px;
	color: #a66719;
	line-height: 27px;
	text-transform: lowercase;
}
div.bloc_content
{
	clear:left;
	padding:10px;
	background-color: #fffded;
	border: #f0e265 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
div.bloc.no-border .bloc_content
{
	border: none;
	padding: 0px;
}

div.bloc a.bloc_footer
{
	display: block;
	clear: both;
	font-size: 11px;
	margin: 5px 0px;
	text-align: right;
}
div.block_end
{
	height:19px;
	font-family:"Trebuchet MS", Verdana, sans;
	background:url(../images/bloc_bottom.gif) no-repeat;
}
/* end BLOC */
/* FOOTER */
div#footer
{
	clear:both;
}
div#secondary_menu
{
	background:url(/images/images_sprite.png) repeat-x;
	height: 40px;
}
div#secondary_menu ul
{
	list-style:none;
	padding:8px;
}
div#secondary_menu li
{
	float:left;
	margin-right:10px;
}
div#secondary_menu li a
{
	font-size: 13px;
}
div#secondary_menu li a:hover
{
}
/* end FOOTER */

/* diverse BLOCURI */
/* bloc_ultimele_retete */

div#anunt
{
	clear:both;
	text-align:center;
	background-color:#6B8600;
	padding:3px;
	margin:0px 4px;
}
div#anunt a
{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

h1.page_stitle
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	overflow:hidden;
}

ul.simple
{
	list-style:none;
}
.checkbox
{
	vertical-align:middle;
}
.linkuri_retete
{
	padding: 3px;
	list-style:none;
}
.linkuri_retete li a
{
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana,sans;
	padding-left:30px;
	height:25px;
	line-height:25px;
	background-image: url(/images/images_sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -1028px;
	color:#669545;
}
.linkuri_retete li a:hover
{
}
a.link-retete-de-craciun
{
	background: url(../images/link-christmas-bells.gif) no-repeat left bottom !important;

}

.link_contest_monitor
{
	color:#ff0000;
}

.elegant_form fieldset
{
	padding:10px;
	margin-bottom:5px;
	border:1px #F0E265 solid;
}
.elegant_form legend
{
	font-weight:bold;
	padding: 0px 5px;
}
.referal_message
{
	font-family:Verdana, sans;
	font-size:11px;
}
.readonly
{
	background:#FFF9C2;
	border:1px #F0E265 solid;
}
#rss
{
	display:block;
	float:right;
	position:relative;
	top:27px;
	right:20px;
}
#rss img
{
	border:none;
}

.invited_name
{
	font-weight: bold;
}
.invited_email
{
	font-size: 11px;
	color: #999999;
}
.invited_status
{
	font-size: 11px;
	color: #666666;
}
.puncte-label
{
	font-size: 12px;
	color: #666666;
}
.puncte
{
	font-size: 16px;
	color: #6B8600;
	padding-left: 10px;
}
.puncte-total
{
	font-weight: bold;
}
.puncte-adauga
{
	padding-left: 10px;
	font-size: 10px;
}
.contest_action_link
{
	display:block;
	padding:10px;
	margin:10px 0px;
	font-size:18px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #6B006B;
	text-decoration:none;
	text-align:center;
}
.contest_action_link:hover
{
	text-decoration: underline;
}
.contest_action_link .click_here
{
	font-size:13px;
}
.contest h1
{
	font-size: 28px;
}
.contest h2
{
	text-transform:none !important;
}
.contest ul,
.contest ol
{
	padding-left:20px;
}
.open_inviter_credentials
{
	background-color:#FFFFFF;
	border: #C3D9FF 1px solid;
	margin:5px;
	padding: 10px;
}
.open_inviter_intro
{
	font-weight: bold;
	color: #3333FF;
}
.open_inviter_guarantee
{
	float:right;
	width:260px;
	font-size: 10px;
	color: #666666;
}
.oi_contacts_list
{
	display:block;
	max-height: 200px;
	overflow-y: auto
}
.contest-place
{
	font-weight: bold;
	color: #6B006B;
}
#sursa_reteta
{
	clear: both;
	margin: 10px 0px;
	color: #a66719;
}
#sursa_reteta a
{
	font-weight: bold;
}
.inherit_textbox
{
font-size: inherit; width: 100%; text-align: inherit; color: inherit; font-family: inherit;
padding: 0px !important;
}
.button_new,
.button_cancel,
.button_save,
.button_delete,
.button_edit
{
	font-size:10px;
	padding:2px 0px 2px 18px;
	background-repeat:no-repeat;
}
.button_new { background-image: url(/assets/images/add.gif); }
.button_cancel { background-image: url(/assets/images/cancel.gif); }
.button_save { 
	background-image: url(/assets/images/save.gif);
	background-color: #ffffff;
    border: 1px solid #CCCCCC;
    padding:5px 5px 5px 23px;
    background-position: 5px center !important;
}
.button_delete { background-image: url(/assets/images/delete.gif); }
.button_edit { background-image: url(/assets/images/application_form_edit.gif); }
.button_big
{
    background-color: #FFFFFF;
    background-position: 9px center;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 30px;
    display: inline-block;
}
.button_big:hover
{
	text-decoration:none;
}

.terror
{
	background-color: #FFAAAA !important;
	border-color: #FF0000;
}
.cname
{
	border-bottom: #999999 1px solid;
}
.cname_required
{
	font-weight: bold;
	text-transform: uppercase;
}
.twarning
{
	color: #FF0000;
}
.ttooltip
{
	background: url(/assets/images/information.gif) no-repeat center right;
	background-color: #ffffff;
}
.recipe_status
{
	padding:5px 0px 5px 18px;
	font-size:10px;
	background: url(/assets/images/information.gif) no-repeat center left;
}
.bloc_content.publicitate
{
	text-align:center;
}

#center_col .publicitate
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #F0E265;
	border-bottom: 1px solid #F0E265;
}
#center_col>.publicitate
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}


.recipe-thumbnail-title
{
	display: block;
	font-size: 11px;
	font-weight: normal;
	width: 100px;
	padding: 0px 2px;
}

/* START icomoon */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-b2sjtn2');
	src:url('fonts/icomoon.eot?#iefix-b2sjtn2') format('embedded-opentype'),
		url('fonts/icomoon.woff?-b2sjtn2') format('woff'),
		url('fonts/icomoon.ttf?-b2sjtn2') format('truetype'),
		url('fonts/icomoon.svg?-b2sjtn2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.simple-search .search_button,
.q-next-text-box-btn
 {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.simple-search .search_button:before {
	content: "\e603";
}
.q-next-text-box-btn:before {
    content: "\e900";
}

/* END icomoon */
.simple-search
{
	position: absolute;
	top: 7px;
	right: 0px;
}
.simple-search .search_textbox
{
	width: 264px;
	height: 32px;
	display: block;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	outline: none;
	line-height: 32px;
    font-size: 18px;
    border-color: #A66719;
}
.simple-search .search_button
{
	display: block;
    float: left;
    width: 36px;
    height: 32px;
    background: #A66719;
    color: white;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    border-radius: 0 3px 3px 0;
}
.simple-search .search-wait-icon {
    position: absolute;
    right: 40px;
    top: 5px;
}

/* Override to always show left/right arrows */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
}
#fancybox-title-inside
{
	font-family: Verdana, sans;
	color: #333333;
	font-size: 12px;
}

.my-recipe-bottom-buttons
{
	margin-top: 20px;
}
.edit-step-no
{
	text-align: left;
}

.parametru_reteta
{
	margin: 10px 0;
}
.parametri_reteta .parametru
{
	display: inline-block;
	width: 150px;
}
.parametru {
	font-weight: 600;
}
.parametri_reteta .info
{
	color: #999;
}
.poza_concurs .poza a
{
	display: block;
}
.poza_concurs .poza
{
	float: none;
}
.poza_concurs
{
	width: 50%;
	vertical-align: top;
	padding: 5px 20px 5px 0px;
}
.link_detalii_premiu
{
	line-height: 35px;
}

body.forum
{
	min-width: 1264px;
}
body.forum #center_col
{
	width: 730px;
}

.descriere-reteta-zilei
{
	margin: 10px 0;
}

#reteta_zilei .titlu_reteta
{
	margin-bottom: 5px;
}
.reteta_detaliata .addthis_toolbox a
{
	float: right !important;
	width: 32px;
}
.reteta_detaliata .addthis_toolbox
{
	width: 32px;
	float: right;
	margin-top: 2px;
}
#recipe_quick_links
{
	float: right;
	width: 30px;
}
#recipe_quick_links a
{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -100000px;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background-repeat: no-repeat;
	background-image: url(/images/images_sprite.png);
}
#recipe_quick_links a:last-child
{
	margin-bottom: 0;
}
#recipe_quick_links #print_wi_link
{
	background-position: 0 -755px;
}
#recipe_quick_links #print_wi_link:hover
{
	background-position: 0 -794px;
}
#recipe_quick_links #print_link
{
	background-position: 0 -833px;
}
#recipe_quick_links #print_link:hover
{
	background-position: 0 -872px;
}
#recipe_quick_links #comments_link
{
	background-position: 0 -691px;
}
#recipe_quick_links #comments_link:hover
{
	background-position: 0 -723px;
}

/* QRatingControl */
.qrating_on,
.qrating_off
{
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -1000px;
	background-repeat: no-repeat;
	background-image: url(/images/images_sprite.png);
}
.qrating_on
{
	background-position: 0 -959px;
}
.qrating_readonly .qrating_on
{
	background-position: 0 -983px;
}
.qrating_off
{
	background-position: 0 -911px;
}
.qrating_readonly .qrating_off
{
	background-position: 0 -935px;
}
/* end of QRatingControl */

/* Google Custom Search Engine */

.gsc-control-cse
{
	position: relative;
	top: -22px;
}
.search-loading
{
	font-size: 18px;
}
.back-to-mobile-link
{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
	padding: 8px 0;
	background-color: #1b7fcc;
	color: #ffffff;
	font-weight: bold;
    font-size: 4.5vw;
    padding: 3vw;
}
body.desktop-redirect
{
	padding-top: 30px;
}
body.desktop-redirect .back-to-mobile-link
{
	display: block;
}

.comentariu_did_try
{
	display: flex;
	display: -webkit-flex;
}
.comentariu.comentariu-reply 
{
	padding-left: 112px;
}
.comentariu-reply.level-1 { padding-left: 56px;}

.comentariu.comentariu-reply .add-comment-panel {
	margin-left: -56px;
}
.comentariu.comentariu-reply.level-1 .add-comment-panel {
	margin-left: 0px;
}

.poze_comentariu_wrap
{
	width: 50%;
}
.rating_comentariu
{
	width: 50%;
}
#reteta_video_player {
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 2px;
}

.file_asset {
	position: relative;
}

.file_asset_upload,
.file_asset_delete {
	display: block;
    position: absolute;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    white-space: nowrap;
}
.file_asset_delete {
    bottom: 0;
    left: 0;
}
.file_asset_upload {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.file_asset_upload img,
.file_asset_delete img{
	position: relative;
	top: 3px;
}

.editable-datagrid {
	width: 100%;
}

.editable-datagrid .edit-column {
	position: relative;
	padding: 0 !important;
}

.editable-datagrid .edit-column-inner {
	position: absolute;
	bottom: 10px;
	right: 10px;
	white-space: nowrap;
}

.editable-datagrid  .pas_reteta_text {
	padding-right: 10px;
	padding-left: 30px;
	position: relative;
}

.editable-datagrid  .poza {
	margin: 0;
}

.editable-datagrid  .numar_pas {
	position: absolute;
	left: 0;
	top: 10px;
}

.editable-datagrid .edit-column-inner a {
	margin-left: 20px;
	font-size: 13px;
	background-position: left center;
}
.editable-datagrid td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 35px;
}
#ingrediente_reteta .editable-datagrid td {
	padding-left: 5px;
	padding-right: 5px;
}

.new-ingredient-dialog {
	width: 350px;
	padding: 20px;
    border: #7a9900 1px solid;
    background-color: #fffcde;
}
.new-ingredient-dialog label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}
.new-ingredient-dialog .fields-row {
	display: flex;
	display: -webkit-flex;	
	margin: 0 -10px;
}
.new-ingredient-dialog .fields-row > div {
	margin: 0 10px;
}

.new-ingredient-dialog .buttons-row {
	display: flex;
	display: -webkit-flex;	
	justify-content: flex-end;
	align-items: center;
    margin-top: 15px;
}
.new-ingredient-dialog .buttons-row > * {
	margin-left: 10px;
}

.flex-grow {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.new-ingredient-dialog .suggestions {
	max-height: 345px;
	overflow-y: auto;
}
.new-ingredient-dialog .suggestions a {
	display: block;
	margin-bottom: 6px;
}
.agree-chk-w
{
	margin: 10px 0;
}
.agree-chk-w table
{
	border-spacing: 5px 0;
}
.agree-chk-w td
{
	vertical-align: top;
}
.agree-chk-w input
{
	vertical-align: middle;
}

.sp-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.5;
	z-index: 1000000;
}
.sp-popup-wrapper
{
	position: fixed;
	z-index: 1000001;
	left: 50%;
	top: 50%;
}
.sp-popup
{
	position: absolute;
	background: white;
	padding: 10px;
	border: 10px solid #A66719;
}
.sp-title
{
	font-size: 14px;
	color: #A66719;
	font-family: AlbertusMedium;
}

.sp-content
{
	margin: 10px -10px;
}

.sp-dontshow *
{
	vertical-align: bottom;
}
.sp-dontshow label
{
	margin-left: 5px;
}
.sp-dontshow,
.sp-buttons #sp-close
{
	opacity: 0.6;
}

.sp-dontshow:hover,
.sp-buttons #sp-close:hover
{
	opacity: 1;
}

.sp-buttons
{
	margin-top: 10px;
}

.sp-buttons #sp-already-did,
.sp-buttons #sp-later
{
	float: right;
	margin-left: 10px;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

