p, font
{ font-family:		Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
td, th 
{ font-family:		Arial, Verdana, Tahoma, Helvetica, sans-serif;
 font-size: 75%;
}

h1
{ color:			black;
  font-size:		160%;
}
h2
{ color:			black;
  font-size:		150%;
}
h3
{ color:			black;
  font-size:		40%;
}
h5
{
  font-size:		115%;
}
.header
{ font-size:		125%;
  color:			black;
  font-weight:		bold;
  text-decoration:	none;
}
.no_underline
{ text-decoration:		none;
}
a:link
{font-weight:		bold;
 color:			black;
}
a:hover {
color : #FF3300;
text-decoration : none;
}
a:visited
{font-weight:		bold;
 color:	black;
}
.small
{ font-size:		80%;
}
.faq
{ font-size:		110%;
}
.price_brief
{ font-size:		120%;
}
.big
{ font-size:		130%;
  text-decoration:		none;
}
.cat
{ font-size:		120%;
}
.standard
{ font-weight:		normal;
}
.light
{ color:			black;
}
.white
{ color:			white;
}
.pink
{ color:			pink;
}
.menu
{ color:			black;
  text-decoration:	none;
  font-weight:		normal;
  font-size:		12px;
}
.footer
{
  font-size:		10px;
}
.lightsmall
{ color:			black;
  font-size:		80%;
}
.lightstandard
{ color:			black;
  font-weight:		normal;
}
.middle
{ color:			black;
}
.cart
{
  font-size:		11px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:		bold;
  color:			black;
  background-color:  transparent;
}
.totalPrice
{ font-size:	    	16px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		red;
  background-color:  transparent;
}

/*Menü*/
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
		font-size:12px;
		line-height:125%;
		border : 1px solid #DDD;
	}
	
	#nav li { /* all list items */
		position : relative;
		width : 11em;
		float : left;
		line-height : 1.25em;
		margin:0;
		padding:0;
		border:0;
	}
	
	#nav li ul { /* second-level lists */
		width : 11em;
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -25px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border:0;
		padding :3px;
		margin:0;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: -1px;
	}
	.hasChild{
		float:right;
	}
.promo{
	font-size:14px;
	background-color:orange;
	border-bottom:1px solid black !important;
	color:red !important;
}
.noutati{
	font-size:14px;
	border-bottom:1px solid black !important;
	color:green !important;
}	
