@CHARSET "ISO-8859-1";

/***** stilul pentru meniul de administrare a directorului **/
.produse_admin_menu
{
	font-family: Verdana;
	font-size: 11px;
}

.produse_admin_menu a
{
	font-family: Verdana;
	font-size: 12px;
}

/***** stilul pentru formulare ****/
.tabel_form
{

}

.tabel_form tr
{

}

.tabel_form strong
{
	font-family: Verdana;
	font-size: 10px;
}

.tabel_form input
{
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #C6E1FF;
	font-family: Verdana;
	font-size: 11px;
	width:320px;
}

.tabel_form file
{
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #C6E1FF;
	font-family: Verdana;
	font-size: 11px;
	width:320px;
}

.tabel_form select
{
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #C6E1FF;
	font-family: Verdana;
	font-size: 11px;
}

.tabel_form textarea
{
	padding: 2px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #C6E1FF;
	width:400px;	
	font-family: Verdana;
	font-size: 11px;
}


.tabel_form button
{
	font-size: 10px; 
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #aaaaaa; 
	color: #ffffff;
	background-color: #0066cc;
}


.form_title
{
	font-family: Verdana;
	font-size: 12px;
	color:#cc0000;	
}
/*********************
.path a
{
	font-family: Verdana;
	font-size: 11px;
}

.navigation a
{
	font-family: Verdana;
	font-size: 11px;
}

.navigation b
{
	font-family: Verdana;
	font-size: 12px;
}

.display_info
{
	font-family: Verdana;
	font-size: 10px;
}

.list_info
{
	font-family: Verdana;
	font-size: 10px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay {background-image:url(images/overlay.png);}

