@charset "utf-8";
/* CSS Document */
body
{
	background-color:#FFF;
	background-image:url(images/back-up.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: Calibri;
	font-size:14px;
}
#butonActiv
{
	background-image:url(images/buton%20activ.png);
	background-repeat:no-repeat;
	background-position:center;
	width:123px;
	height:26px;
	text-align:center;
	vertical-align:bottom;
	font-size:18px;
	font-weight:bold;
	color:#FFF;	
	float:left;
	margin-bottom:0;
	border-right:#000 solid 2px;
}
#butonInactiv
{
	background-image:url(images/buton%20inactiv.png);
	background-repeat:no-repeat;
	background-position:center;
	width:123px;
	height:26px;
	text-align:center;
	vertical-align:bottom;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	float:left;
	margin-bottom:0;
	border-right:#000 solid 1px;
}
#butonInactiv:hover
{
	background-image:url(images/buton%20activ.png);
	background-repeat:no-repeat;
	background-position:center;
	width:123px;
	height:26px;
	text-align:center;
	vertical-align:bottom;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	float:left;
	margin-bottom:0;
	border-right:#000 solid 1px;
}
#butonInactiv a
{
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}
#butonInactiv a:hover
{
	color:#d5d5d5;	
	text-decoration:none;	
}

#meniuSecundar
{
	color:white;
}
#meniuSecundar a
{
	color:#FFF;
	text-decoration:none;
}
#meniuSecundar a:hover
{
	color:#1c87c1;
	text-decoration:none;
}
#meniuSecundar a:link{}
#meniuSecundar a:visited{}
#meniuSecundar .sel
{
	color:#1c87c1;	
}

#containerMeniu
{
	width:192px;
	text-align:left;
	background-color:#d5d5d5;
	border:#0f4665 solid 1px;
}

#containerMeniu #titlu
{
	background-image:url(images/top%20meniu%20lateral.png);
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	height:38px;
}

#containerMeniu #titluSectiune
{
	color:#0f4665;
	font-size:15px;
	font-weight:bold;
}
#containerMeniu ul
{
margin-left: 0;
padding-left: 5px;
list-style: none;
}

#containerMeniu ul li
{
padding-left: 15px;
background-image:url(images/semn%20meniu.png);
background-repeat: no-repeat;
background-position:left;
}
#containerMeniu ul li a
{
	color:#000;
	text-decoration:none;
}
#containerMeniu ul li a:hover
{
	color:#1c87c1;
	text-decoration:none;
}
#containerMeniu ul li a:visited{}
#containerMeniu ul li a:link{}
#containerMeniu ul li .sel
{
	color:#1c87c1;	
}
#containerMeniu a
{
	color:#0f4665;
	text-decoration:none;
}
#containerMeniu a:hover
{
	color:#1c87c1;
	text-decoration:none;
}
#containerMeniu a:visited{}
#containerMeniu a:link{}

#containerMeniu #cos {}
#containerMeniu #cos #pret {color:#0f4665;}

/***home page **/
td.borderLeftRight
{
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
}
td.borderLeft
{
	border-left:#666 solid 1px;	
}
td.borderRight
{	
	border-right:#666 solid 1px;
}
#maiMult
{
	text-align:right;
}
#maiMult a
{
	color:#1c87c1;
	text-decoration:none;
}
#maiMult a:hover
{
	color:#0f4665;
	text-decoration:none;
}
#maiMult a:link{}
#maiMult a:visited{}

h1
{
	font-size:18px;
	font-weight:bold;
	color:#0f4665;
}
h2
{
	font-size:16px;
	font-weight:bold;
	color:#0f4665;
}
h3
{
	font-size:14px;
	font-weight:bold;
	color:#0f4665;
}

#footer
{
	background-image:url(images/back_footer.jpg);
	background-repeat:repeat-x;	
	height:50px;
	width:100%;
	color:#FFF;
	font-size:11px;
	text-align:center;
}

#content
{
	text-align:left;
	padding:5px;
	width:600px;
}
#content a
{
	color:#0f4665;
	text-decoration:none;
}
#content a:hover
{
	color:#1c87c1;
	text-decoration:none;
}
#content a:link{}
#content a:visited{}

legend
{
	background-color:#d5d5d5;
	border:#666 solid 1px;
	padding:3px;
	color:#0f4665;
}

.atentie
{
	color:#F00;
	font-size:12px;
}
#produse {}
#produse #tit
{
	background-color:#0f4665;
	color:#FFF;
	font-weight:bold;
}
#produse #t1
{
	background-color:#FFF;
	color:#000;
}
#produse #t1 .bd
{
	border-left:#0f4665 solid 1px;
	border-right:#0f4665 solid 1px;
}
#produse #t1 .bdLeft
{
	border-left:#0f4665 solid 1px;	
}
#produse #t1 .bdRight
{	
	border-right:#0f4665 solid 1px;
}
#produse #t2
{
	background-color:#d5d5d5;
	color:#000;
}
#produse #t2 .bd
{
	border-left:#0f4665 solid 1px;
	border-right:#0f4665 solid 1px;
}
#produse #t2 .bdLeft
{
	border-left:#0f4665 solid 1px;	
}
#produse #t2 .bdRight
{	
	border-right:#0f4665 solid 1px;
}
#produse .bdTop
{
	border-top:#0f4665 solid 1px;
}

a
{
	color:#0f4665;
	text-decoration:none;
}
a:hover
{
	color:#1c87c1;
	text-decoration:none;
}
a:visited{}
a:link{}


input
{
	border:#999 solid 1px;
}
input:hover
{
	border:#666 solid 1 px;
	background-color:#CCC;
}

.vis { visibility:visible }

/****slideshow***/
#slideshow {
    position:relative;
    height:125px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
} 
/****/
