/* GENERAL RULES */
*
{
	margin:0px;
	padding:0px;
}

body
{
	background:url(../images/body_bg.gif) #ffeaff repeat-x;
	font-family: Verdana, Arial, sans;
	font-size:13px;
}
td
{
	font-size:13px;
}

h1,
.h1
{
	color:#6b006b;
	font-size:20px;
	margin-bottom:5px;
	margin-top:5px;
	font-family:"Trebuchet MS", Verdana, sans;
}

p
{
	text-align:justify;
	margin-bottom:5px;
	text-indent:10px;
}

.login_form_field
{
	height:18px;
	position:relative;
	margin-bottom:4px;
}
.login_form_field input
{
	position:absolute;
	left:50px;
	
	width:130px;
}
#chkKeepLoggedIn_ctl
{
	font-size:14px;
}
.keep_logged_id
{
	height:16px;
	line-height:14px;
}
.keep_logged_id input
{
	vertical-align:bottom;
}

a,
.link
{
	cursor:pointer;
	color:#6b8600;
	text-decoration:none;
}
a:hover,
.link:hover
{
	text-decoration:underline;
}
.message_err
{
	display:block;
	color:#ffffff;
	background-color:#EE0000;
	padding:2px 5px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
}
.message_ok
{
	display:block;
	background-color:#0000cc;
	color:#ffffff;
	padding:2px 5px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
}

p.info
{
	font-size:11px;
	line-height:16px;
	text-align:justify;
	margin:4px 0px;
	padding-left:4px;
	border-left:#7a9900 1px solid;
	color:#663333;
	text-indent:20px;
	background:url(../images/icons/info.gif) no-repeat 4px 0px;
}

/* end GENERAL RULES */

div#page
{
width:990px;
margin:0px auto;
}

/* LOGO */
div#logo
{
	float:left;
	height:80px;
}
div#logo img
{
	border:none;
}
/* end LOGO */
/* MENU 
se foloseste o lista neordonata cu link-uri in interior, fiecare link avand o clasa numita 
dupa numele meniului. Lista, itemii si link-urile se vor floata stanga pentru a crea un meniu 
orizontal. Textul va fi inlocuit de imagini de fundal pe link-uri. Toate in afara de primul
meniu au bg pus cu un offset de -1 pentru scoate primul pixed din tab.
*/
div#menu
{
	float:left;
}
div#menu ul
{
	list-style:none;
	margin-top:25px;
}
div#menu li
{
	float:left;
}
div#menu a
{
	display:block;
	float:left;
	height:56px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	background-position:0px -61px;
	outline:none;
}
div#menu a:hover
{
	background-position:0px 0px !important;
}
/* each menu has a bg image */
div#menu a.retete
{
	width:164px;
	background-image:url(../images/menu/retete.gif);
}
div#menu a.sfaturi_culinare
{
	width:294px;
	background-image:url(../images/menu/sfaturi_culinare.gif);
}
div#menu a.forum
{
	width:157px;
	background-image:url(../images/menu/forum.gif);
}
div#menu li.selected a
{
	background-position:0px 0px !important;
}
/* end MENU */
/* SUBMENU */
div#submenu
{
	clear:left;
	float:left;
	background:url(../images/menu/submenu_bg.gif) repeat-x;
	width:100%;
}
div#submenu ul
{
	padding:0px;
	float:left;
}
div#submenu ul li
{
	float:left;
	list-style:none;
}
div#submenu ul li a
{
	float:left;
	display:block;
	color:#6b006b;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	height:48px;
	line-height:48px;
	font-family:"Trebuchet MS", Verdana, sans;
	font-size:18px;
	padding-left:12px;
	padding-right:16px;
	background:url(../images/menu/delimiter.gif) no-repeat right top;
}
div#submenu ul li a:hover
{
	color:#7a9900;
}
/* end SUBMENU */
/* CONTENT */
div#content
{
	clear:left;
	float:left;
	width:990px;
}
div#content_inner
{
	float:left;
}
/* end CONTENT */

/* COLUMNS */
div#left_col,
div#center_col
{
	float:left;
}
div#right_col
{
	float:left;
}
div#left_col,
div#right_col
{
	width:206px;
	padding:4px;
	overflow-x:hidden;
}
div#center_col
{
	width:546px;
	overflow-x:hidden;
	padding:8px; /* Dublu fata de cel din coloanele dreapta si stanga pt ca acolo sunt si blocurile care au padding*/
}
/* end COLUMNS */
/* BLOC */
div.bloc
{
	clear:left;
	float:left;
	width:206px;
	margin-bottom:4px;
}
div.bloc_header
{
	text-indent:-10000px;
	height:42px;
}
.intra_in_cont
{
	background:url(../images/intra_in_cont.gif) no-repeat;
}
.ai_uitat_parola
{
	background:url(../images/ai_uitat_parola.gif) no-repeat;
}
.parteneri
{
	background:url(../images/parteneri.gif) no-repeat;
}
.ultimele_retete
{
	background:url(../images/ultimele_retete.gif) no-repeat;
}
.top_retete
{
	background:url(../images/top_retete.gif) no-repeat;
}
.retete_cautate
{
	background:url(../images/retete_cautate.gif) no-repeat;
}
.selectii_utile
{
	background:url(../images/selectii_utile.gif) no-repeat;
}
div.bloc_content
{
	background:url(../images/bloc_middle.gif) repeat-y;
	padding:4px;
}
div.bloc a.bloc_footer
{
	display:block;
	clear:both;
	height:16px;
	line-height:16px;
	color:#990099;
	text-decoration:none;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	padding-right:20px;
	background:url(../images/sageata_bloc_footer.gif) no-repeat right 5px;
}
div.bloc a.bloc_footer:hover
{
	background-position:right -9px;
	color:#7a9900;
}
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/menu/secondary_menu_bg.gif) repeat-x;
	width:100%;
	float:left;
}
div#secondary_menu ul
{
	float:left;
	list-style:none;
	padding:8px;
}
div#secondary_menu li
{
	float:left;
	margin-right:10px;
}
div#secondary_menu li a
{
	color:#6b006b;
	text-decoration:none;
}
div#secondary_menu li a:hover
{
	color:#7a9900;
}
div#copyright
{
	clear:left;
	float:left;
	padding:8px;
	width:200px;
	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;
}
/* end FOOTER */

/* diverse BLOCURI */
/* bloc_ultimele_retete */
.poza
{
	float:left;
	position:relative;
	border:#edb9ea 1px solid;
	margin:0px 4px 4px 0px;
	padding:1px;
	background-color:#FFFFFF;
}
.poza img
{
	display:block;
	border:none;
}
div.mark_new
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:59px;
	height:40px;
	background:url(../images/icons/new.png) no-repeat;
}
/* 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
{
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	text-transform:lowercase;
	color:#6b006b;
	padding:4px;	
	background:url(../images/bg_head_block.gif) no-repeat left bottom;
}


.clear
{
	clear:both;
	font-size:0px;
	height:0px;
}

.reteta_item_bloc
{
	clear:both;
}
.h_sectiune
{
	color:#6b006b;
	font-size:18px;
	background-color:#fdcff5;
	border-bottom:#edb9ea 1px solid;
	border-right:#edb9ea 1px solid;
	padding:0px 5px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
}
.reteta_zilei
{
	background:url(../images/reteta_zilei.gif) #fdcff5 no-repeat center center;
	text-indent:-10000px;
	height:42px;
}

.rating_in_titlu
{
	display:block;
	float:right;
}

#parametri_reteta
{
	padding:5px;
	background-color:#fdcff5;
	border-bottom:#edb9ea 1px solid;
	border-right:#edb9ea 1px solid;
	font-size:13px;
}
.parametru_reteta .valoare
{
	font-weight:bold;
	color:#6b006b;
}
.parametru_reteta .parametru
{
}
#pasi_reteta td
{
	vertical-align:top;
}

.numar_pas
{
	display:block;
	float:left;
	background-color:#fdcff5;
	border-bottom:#edb9ea 1px solid;
	border-right:#edb9ea 1px solid;
	color:#6b006b;
	padding:5px;
	margin:0px 6px 0px 0px;
	font-weight:bold;
	font-size:18px;
}
.sectiune_reteta table
{
	width:100%;
}
.reteta_alternate_row td,
.reteta_row td	
{
	padding:1px 2px;
	border-bottom:#ffd2f7 1px solid;
}
.reteta_alternate_row td
{
	/* background-color:#ffd2f7; */
}

.reteta_alternate_row .observatii,
.reteta_row .observatii
{
	font-size:11px;
	color:#666666;
}	
.reteta_alternate_row .cantitate,
.reteta_row .cantitate
{
	color:#6B006B;
}	
.reteta_alternate_row .denumire,
.reteta_row .denumire
{
	font-weight:bold;
	color:#333333;
}
.pas_reteta_text
{
	padding-right:5px;
	text-align:justify;
}
.subtitlu
{
	color:#6B006B;
	font-weight:bold;
	font-size:14px;
}
.rating_comentariu
{
	float:right;
}
.username_comentariu
{
	font-weight:bold;
	color:#6B006B;
}
.data_comentariu
{
	font-size:11px;
	color:#666666;
}

.comentariu
{
	clear:both;
	padding:5px;
}
.comentariu_impar
{
	background-color:#FFD2F7;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
.tooltip_baloon
{
	display:none;
	border:1px solid #111;
	padding:5px;
}
.instrument
{
	width:450px;
}
#poza_reteta .poza
{
	float:none;
	width:400px;
	margin:0px auto;
	margin-bottom:10px;
}
#poza_reteta
{
	float:none;
	width:100%;
}

.titlu_reteta
{
	text-align:center;
	font-size:30px;
	font-family:"Comic Sans MS",Verdana,Arial,Helvetica,sans-serif;
	color:#6B8600;
	font-weight:normal;
}

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

.reteta_item_bloc h4
{
	font-size:12px;
}

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;
}
.file_asset_dbox
{
	width:300px;
	height:110px;
	padding:20px;
	border:#7a9900 1px solid;
	background-color:#ffeaff;
}
.denumire_categorie
{
	clear:left;
	font-size:18px;
	margin:10px 0px 5px 0px;
}

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;
}
.highlight
{
	border:#CC0000 1px solid;
	background-color:#FFCCCC;
}
.linkuri_retete
{
	padding: 3px;
	list-style:none;
}
.linkuri_retete li a
{
	display:block;
	font-size:14px;
	_font-style:italic;
	font-weight:bold;
	font-family: Verdana,sans;
	font-family: "Trebuchet MS",sans-serif;
	padding-left:30px;
	height:25px;
	line-height:25px;
	background: url(../images/link_bg.gif) no-repeat left bottom;
	color:#6B006B;
}
.linkuri_retete li a:hover
{
	color:#6B8600;
	text-decoration:none;
	background: url(../images/link_bg_over.gif) no-repeat left bottom;
}
a.link-retete-de-craciun
{
	background: url(../images/link-christmas-bells.gif) no-repeat left bottom !important;
	
}
a.link-retete-de-craciun:hover
{
	background: url(../images/link-christmas-bells-over.gif) no-repeat left bottom !important;
	
}

.link_contest_monitor
{
	display:block;
	padding:5px;
	background-color: #6B006B;
	color:#ffffff;
	font-weight:bold;
	margin: 10px 5px 5px 5px;
}

.elegant_form fieldset
{
	padding:10px;
	margin-bottom:5px;
	border:1px #EDB9EA solid;
}
.elegant_form legend
{
	font-weight:bold;
	padding: 0px 5px;
}
.referal_message
{
	font-family:Verdana, sans;
	font-size:11px;
}
.readonly
{
	background:#FDCFF5;
	border:1px #EDB9EA solid;
}
#rss
{
	display:block;
	float:right;
	position:relative;
	top:27px;
	right:40px;
}
#rss img
{
	border:none;
}