/*
	asta este pentru footer
*/
html, body, #contents {min-height: 100%;
	width: 100%;
	height: 100%;}  /* hack for IE5+/Win.*/

html>body, html>body #contents {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

body 
{
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#9FA1AB;
}

#main 
{
	margin-bottom: 160px;
	height: auto;
	padding: 0px;
}

#contents 
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	background-color: #000000;
	width: 100%;
	text-align: center;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:154px;	
}
/*
	end of footer
*/
div
{
	font-size:11px;
}	
table.content
{
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
}
a
{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
a.header
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
input.form
{
	border:1px #CCCCCC solid;
	font-size:11px;	
}
form
{
	margin:0px;
	padding:0px;
}
table.inner
{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
div.container-footer
{
	position:relative; 
	width:800px; 
	display:block; 
	margin-left:auto; 
	margin-right:auto; 
	color:#000000; 
	margin-top:5px;
	text-align:center;
}
table.afisare-produs
{
	width:572px; 
	background-image:url(images/bg-afisare.jpg); 
	background-repeat:repeat-y; 
	margin-left:auto; 
	margin-bottom:5px;
}
td.border-menu
{
	border-left:1px #ffffff solid; 
	border-right:1px #ffffff solid;
}
img
{
	border:none;
}
a.categorie
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
h1
{
	font-size:14px;
	color:#0D0EF9;
}


.online {
   width:179px;
   height:80px;
   cursor:pointer;
   background-image:url(images/online.jpg);
}

.offline {
   width:179px;
   height:80px;
   cursor:pointer;
   background-image:url(images/offline.jpg);
}

.text_status {
	color:#FFFFFF;
	float:right;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	height:40px;
	padding-top:6px;
	text-decoration:none;
	width:84px;
}
