* { 
	
	padding : 0; 
	margin : 0; 
	
} 

body { 
	
	font-family:"Lucida Grande",Verdana;  
    color:#333;  
    font-size:12px;
    background-color: #FFF;
    background-image: url('images/winter_path_1920x1200.jpg');
    background-repeat: no-repeat;
    background-attachment:fixed;

}

a:link {

	text-decoration: none;
	color: #E21F24;

}

a:visited {

	text-decoration: none;
	color: #E21F24;

}

a:hover {

	text-decoration: none;
	color: #277CBD;

}

a:active {

	text-decoration: none;
	color:  #277CBD;

}

img {
	
	border:0px;	
	
}

h1.blog {
    
    font-size:16px;
    font-weight:bold;
    
}

img.frame {
	
	vertical-align: middle;
	margin: 0 8px 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	background: #fff;
	border: solid 1px #d6d1c7;
	padding: 5px;
	margin-bottom: 15px;
	
}

p {
    
    padding-top : 7px;
    padding-bottom: 7px; 
	margin : 0;
    font-size:12px;
    
}


#header { 


	width : 970px;
	height: 105px; 
	padding : 0px 0px 10px 0px;	
	margin : 0 0 0 0;
    margin-right:auto;
	margin-left:auto;
    background-color:#FAFAFA; 
    z-index:10;
	
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);

	
}

#content { 
 	
	background-color:#FFFFFF;
	margin : 0 0 0 0;
    margin-right:auto;
	margin-left:auto;
	padding : 0px 0px 0px 0px;
    width : 970px;		
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    z-index:10;
 
	
} 

#content h1 { 
	
	font: 17px Arial, Helvetica, sans-serif;
	text-align:justify;
	font-weight:bold;
 
} 

#content h2 { 
	
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;

 
}

#content h3 { 
	
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
    display: inline;
 
}

#container_footer {
	
	width : 100%; 
	clear : both; 
	color : #333; 
	margin : 0 0 0 0; 
	padding : 0px;
    height:auto;
	text-align : left;
    font-size:11px;
    font-family:Arial;
    background: transparent url(images/blacktrans.png);
    background-repeat:repeat;


}

#footer {
	
	width : 950px; 
	clear : both; 
	color : #444444; 
	margin : 0 0 0 0;
    margin-right:auto;
	margin-left:auto;
	padding : 10px;
	text-align : left;
    font-size:11px;
    font-family:Arial;
   	 box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);



}

#footer a:link {
    
    color: #FFF;
    padding:4px 4px 4px 4px;

    
}

#footer a:visited {
    
    color: #FFF;
    padding:4px 4px 4px 4px;
    
}

#footer a:hover {

    color: #444444;
    padding:4px 4px 4px 4px;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    
}

#footer td.titlu {
    
    color: #FFF;
	font-size: 14px;
	text-align: left;
    font-weight:bold;
	text-transform: uppercase;
    
}

#footer_box {
    
    padding:12px;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D6D6D6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #EFEFEF ,  #D6D6D6); /* for firefox 3.6+ */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    
}

#footer_box a:link {
    
    color: #444444;
    
}

#footer_box a:visited {
    
    color: #444444;
    
}

#footer_box a:hover {

    color: #D20000;
   
}

input[type="text"].eroare {
	
	border: solid 1px #c24949;
	/*background: #ffbcbc;*/
    line-height:18px;
	
}

.eroare {
	
	border: solid 1px #c24949;
	/*background: #ffbcbc;*/
    line-height:18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	
}

select.eroare {
	
	border: solid 1px #c24949;
	/*background: #ffbcbc;*/
    line-height:18px;
	
}

textarea{
	
	width:320px;
	height:80px;
	float:left;
	border:1px #CCCCCC solid;
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
	font-family:"Lucida Grande",Verdana;  
    color:#333;  
    font-size:12px;
    padding:4px;

}

textarea.eroare{
	
	width:320px;
	height:80px;
	float:left;
	/*background: #ffbcbc;*/
	border: solid 1px #c24949;
	-moz-box-shadow: 0 1px 1px #ccc;
	-webkit-box-shadow: 0 1px 1px #ccc;
    font-family:"Lucida Grande",Verdana;  
    color:#333;  
    font-size:12px;
    padding:4px;
}


#comision_mib_mangalia {
	
	color: #4F8A10;
	background-color: #DFF2BF;

}

table.eroare {
	
	border: solid 1px #c24949;	
	
}

.pret {
	
    display: inline;
	color: #8B1F13;
    font-family: "Century Gothic", "Lucida Grande", Helvetica, Arial; 
	font-size: 25px;
    font-weight:bold;
	

}

b.titlu_tabel { 
	
	color : #53a5ce; 
	font-size: 10px;

}

#pas3 {
	
	display:inline;

}

#option {
	
	display:inline;

}

span.explicatie { 
	
	color : #000; 
	font-size: 11px;
    font-style: italic;

}

span.pret_redus { 
	
	color : #B12C1B; 
	font-size: 11px;
    font-weight:bold;

}

#box_date {
    
    border:solid 0.1px #FEE68C;
    color:#6D7D8C;
    width:90%;
    padding: 5px;
    
    background: #F6F4D0; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    
    -moz-border-radius: 7px;
    border-radius: 7px;        

    
}

.send a{
	
	width:62px;
	height:24px;
	display:block;
	background:url(images/read_more_bg_white.gif) no-repeat center;
	background-position:0px 0px;
	line-height:22px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding-left:40px;
	float:right;
	margin:11px;

}

#suport {
    
    position:absolute;
    display: none;
    top: 50%;
    left: 50%;
    width:600px;
    height: 520px;
    margin-left:-312px;
    margin-top:-284px;
    background-color: #DDDDDD;
    border:0.1em dotted #CCCCCC;
    
}

#atentie {
    

    background-color: #FEFCAF;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fefcaf),color-stop(1, #fffeda));
    background-image: -webkit-linear-gradient(top, #fefcaf, #fffeda);
    background-image: -moz-linear-gradient(top, #fefcaf, #fffeda);
    background-image: -ms-linear-gradient(top, #fefcaf, #fffeda);
    background-image: -o-linear-gradient(top, #fefcaf, #fffeda);
    padding: 15px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    text-align:left;
    color: #333;
    font-family: "Century Gothic", "Lucida Grande", Helvetica, Arial;
	font-size:12px;
	line-height:120%;

    
}

table.pl2 tr.atentie_3 {
	
    background-color:#FFBABA; 
	 
}

table.pl2 tr.atentie_10 {
	
    background-color:#FEE68C; 
	 
}

table.pl2 tr.atentie_20 {
	
    background-color:#DFF2BF; 
	 
}

table.pl2 tr.atentie_30 {
	
    background-color:#EDF3FA; 
	 
}

table.pagini {
	
	background: #FAFAFA;
	padding: 20px 20px 20px 20px;
	line-height:18px;
	font-family:"Lucida Grande",Verdana;  
    color:#333;  
    font-size:12px;
	
}

table.content {
	
	background: #FAFAFA;
	line-height:18px;
	font-family:"Lucida Grande",Verdana;  
    color:#333;  
    font-size:12px;
	
}

.spatiere {
    
    padding:5px 18px 5px 18px;
    
}

.modificare_calcul, .schimbare_tarif {
	
	background:url(images/sprite14.png) no-repeat; padding:7px 0 7px 32px; height:30px; line-height:30px; margin:0 0 0 10px
	
}

.modificare_calcul {

	background-position:-1166px -495px; padding:5px 0 5px 35px; margin:0; height:46px; line-height:46px;
	font-size: 12px;
	color:#000;
	font-weight: normal;

}

.schimbare_tarif {
	
	background-position:-1169px -295px; padding:5px 0 5px 35px; margin:0; height:46px; line-height:46px;
	font-size: 12px;
	color:#000;
	font-weight: normal;

}

.msg { padding: 9px 12px; margin: 7px 0; text-align: left; font-weight: bold; display: block; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 0 5px #aaa; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; }
.success { 
    
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
    
}

.error { 
    
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
    
}

.info { 
    
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff; 
    
}

.table_formular_comanda {
    
    width:100%;
    height:100%;
    padding:10px 0px 10px 15px;
    
}

.table {
    
    font-size:12px;
    
}

td.comanda {

	border-bottom:0.1em dotted #CCCCCC;
    background-color:#F7F7F7;
	
}

#rezultate {

	line-height:25px;
	border:dashed gray 1px;
	padding:6px 6px;
    background: #F6F4D0; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    position:relative;

}

#rezultate a:link {

	text-decoration: none;
	color: red;

}

#rezultate a:visited {

	text-decoration: none;
	color: red;

}

#rezultate a:hover {

	text-decoration: underline;
	color: red;

}

#rezultate td {

	border-bottom:dashed gray 0.1px;
    padding: 2px;
	
}

#toc{

  padding-bottom: 10px;
  width: 100%; 
  
  background: #FCFCFC;
  
}

#toc .innertoc{

  width: 95%;

  color: #444444;

  font-size: 12px;
  line-height: 140%;

  background: #F3FFD1;

  padding: 10px;
  padding-bottom: 10px;

  border: 1px solid #E4F8AB;
  -moz-border-radius: 5px;
  
}

#tabel_meniu a:link {
    
    color: #FFF;
    
}

#tabel_meniu a:visited {
    
    color: #FFF;
    
}

#tabel_meniu a:hover {
    
    color: #FFF;
    text-decoration:underline;
    
}

.triangle-right {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#fff;
	background:#075698; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#075698));
	background:-moz-linear-gradient(top, #2e88c4, #075698);
	background:-o-linear-gradient(top, #2e88c4, #075698);
	background:linear-gradient(top, #2e88c4, #075698);
}

/* creates triangle */
.triangle-right:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#075698 transparent transparent; 
}

.explicatie_tichet {

    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 0; 
    background-color: #FFF;
    border: solid 1px;
    
}

#butoane_calcul {
    
    position: fixed;
    width : 100%;
    height:70px;
    padding:5px;
    background-color: #FFFFFF;
    border-bottom:0.1em dotted #CCCCCC;
    left: 0px;
    bottom: 0px;
    vertical-align:middle;
    background: transparent url(images/blacktrans.png);
    background-repeat:repeat;
    
}

.meter-wrap{
    position: relative;
    
}

.meter-wrap, .meter-value, .meter-text {
    /* The width and height of your image */
    width: 155px; height: 30px;
}

.meter-wrap, .meter-value {
    background: #bdbdbd url(images/meter-outline.png) top left no-repeat;
}
            
.meter-text {
    position: absolute;
    top:0; left:0;

    padding-top: 5px;
                
    color: #fff;
    text-align: center;
    width: 100%;
}

#eroare_java {
    
    background-color: #FDF6F2;
    border: solid 1px #DF6032;
    padding: 10px 10px 10px 10px;
    width: 550px;
    
}

.button {
	display:block;
	width:150px;
	height:30px;
	text-indent:-9999px;
}

.button a {
	display:block;
	width:100%;
	height:100%;
	background:url(images/comanda.png) no-repeat top left;
	outline:none;
}

.button a:hover {
	background-position:0 -30px;
}

/* buttons */
/* red */
.button-red, .button-red .l, .button-red .r { height: 30px; display: inline-block; line-height: 30px; background: transparent url(images/button-red-bk.png) no-repeat 0 0; }
.button-red { font-weight: bold; background-repeat: repeat-x; cursor: pointer; }
.button-red:link, .button-red:visited { text-decoration: none; color: #fff; }
.button-red:hover, .button-red:active { text-decoration: none; color: #CCCCCC; }
.button-red .l { padding-left: 10px; background-position: 0 -30px; }
.button-red .r { padding-right: 10px; text-align: center; background-position: 100% -60px; }

/* grey */
.button-grey, .button-grey .l, .button-grey .r { height: 30px; display: inline-block; line-height: 30px; background: transparent url(images/button-grey-bk.png) no-repeat 0 0; }
.button-grey { background-repeat: repeat-x; cursor: pointer; }
.button-grey:link, .button-grey:visited { text-decoration: none; color: #000; }
.button-grey:hover, .button-grey:active { text-decoration: none; color: #b22c1b; }
.button-grey .l { padding-left: 10px; background-position: 0 -30px; }
.button-grey .r { padding-right: 10px; text-align: center; background-position: 100% -60px; }


#container_nav {
	
	width : 100%;
	padding : 0px 0px 0px 0px;	
	background: transparent url(images/blacktrans.png);
    background-repeat:repeat;
	text-align : left;
    z-index:40;

}

#nav {
	margin : 0 0 0 0;
    margin-right:auto;
	margin-left:auto;
	padding: 7px 6px 0;
	line-height: 100%;
    width: 958px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    z-index:40;

}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
    z-index:40;

}

/* main level link */
#nav a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding:  8px 17px;
	margin: 0;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
 
    
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);


}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;


}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);


}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
    -webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
    -webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

#meniu_dreapta {
	
	float:none;
	width:280px;
	margin-right:auto;
	margin-left:auto;
	padding:0 0 0 0;
	
}


ul.lista {
	
	padding:0 0 0px 0;
	margin:0 0 0 10px;
	text-align:left;

}

.lista li {
	
	margin:5px 0;
	list-style-type: none;
	
}

.lista li a {

	background: #f5f5f5;
	display:block;
	height:20px;
	width:240px;
	padding:10px 0 10px 40px;
	color: #006699;
	border:solid 1px #e0e0e0;


}

.lista li a:hover {

	font-weight:bold;
	background:url(../images/Edit2.gif) 1em .65em no-repeat #eee;


}

ul.lista2 {
                            	
    padding:0 0 0px 0;
   	margin:0 0 0 10px;
   	text-align:left;
                            
}
                            
.lista2 li {
                            	
    margin:5px 0;
    list-style-type: none;
                            	
}
                            
.lista2 li a {
                            
    display:block;
    height:20px;
    width:170px;
    padding:10px 0 10px 40px;
    color: #006699;

                            
                            
}
                            
.lista2 li a:hover {
                            
    font-weight:bold;
    background:url(http://www.rcaieftin.net/images/Edit2.gif) 1em .65em no-repeat #eee;
    
    background: #F6F4D0; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    border:solid 0.1px #FEE68C;
                            
                            
}

ul {
	
	padding:0 0 0px 0;
	margin:0 0 0 15px;
	text-align:left;

}

.ultimele_comenzi_off {
    
    opacity:.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    
}

.ultimele_comenzi_onn {
    
    opacity:1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    
}

#box_salvare {
    
    background: #F6F4D0; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    border:solid 0.1px #FEE68C;
    color:#6D7D8C;
    padding:8px;
    line-height:18px;
    
}

#alexa {
    
    display: none;
    
}

#div_cautare {
    
    background: #F6F4D0; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    border:solid 0.1px #FEE68C;
    color:#6D7D8C;
    padding:8px;
    display:none;
    
}

.observatii {
    display:none;
    position: fixed;
    right: 0px;
    top: 0px;  
    width:600px;
    height: 100%;
    
    background: #F6F4D0; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    border:solid 0.1px #FEE68C;
    color:#6D7D8C;
    padding:25px 25px 35px 25px;

}

#cautare_serie_sasiu {
    
    background: #4D5D6A;
    color:#FFFFFF;   
    z-index:20;
    
}

#erori {
    
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width:500px;
    height: auto;
    margin-left:-264px;
    margin-top:-170px;

    
    background: #FFE1D9; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE1D9', endColorstr='#FCA2A2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE1D9), to(#FCA2A2)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFE1D9 ,  #FCA2A2); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
    
    padding:8px 8px 15px 8px;

    color: #D64518;
    border:0.1em solid #FDC5C1;
    z-index: 55;

    
    
}

#salveaza_calculatie {
    
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width:426px;
    height: 282px;
    margin-left:-214px;
    margin-top:-170px;

    background-image:url('images/salveaza_calculatia.jpg');
    background-repeat:no-repeat;
    
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);

    color: #6D7D8C;
    z-index: 100;

    
    
}

#detalii_reduceri {
    
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width:453px;
    height: 444px;
    margin-left:-224px;
    margin-top:-260px;

    background-image:url('images/detalii_reduceri.jpg');
    background-repeat:no-repeat;
    
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);

    color: #6D7D8C;
    z-index: 100;

    
    
}

#continut_salveaza_calculatie {
    
    position:absolute;
    left: 73px;
    top:185px;
    
}

#request_yes {

    position: relative;
    width:602px;
    height: 297px;

    background-image:url('images/rqy.png');
    background-repeat:no-repeat;
    
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);

    color: #6D7D8C;
    z-index: 1;

    
    
}

#content_request_yes {
    
    position:absolute;
    left: 311px;
    top:240px;
    
}

#request_no {

    position: relative;
    width:602px;
    height: 264px;

    background-image:url('images/rqn.png');
    background-repeat:no-repeat;
    
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);

    color: #6D7D8C;
    z-index: 1;

    
    
}

#content_request_no {
    
    position:absolute;
    left: 280px;
    top:110px;
    
}

#request_no_b {

    position: relative;
    width:602px;
    height: 113px;

    background-image:url('images/rqnb.png');
    background-repeat:no-repeat;
    
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);

    color: #6D7D8C;
    z-index: 1;

    
    
}

.fereastra {
    
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width:500px;
    height: auto;
    margin-left:-264px;
    margin-top:-170px;

    
    background: #FFE1D9; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE1D9', endColorstr='#FCA2A2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE1D9), to(#FCA2A2)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFE1D9 ,  #FCA2A2); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
    
    padding:8px 8px 15px 8px;

    color: #D64518;
    border:0.1em solid #FDC5C1;
    z-index: 20;

    
    
}

#articole_populare {
    
    margin:0px auto;
    width: 280px;
    
}

#articole_populare ul {
    
    margin:0px;
    padding: 0; 
    
}

#articole_populare li {
    
    margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
    width: 280px;
    color: #8C8C8C;
    
}

#articole_populare a {
    
    background: #EFEFEF; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D6D6D6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #EFEFEF ,  #D6D6D6); /* for firefox 3.6+ */
            
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
    border:solid 0.1px #D6D6D6;
    
	font-weight: bold;
	color: #8C8C8C;
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 0;
    
}

#articole_populare a:hover {
    
	font-weight: bold;
	color: #6D7D8C;
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 0;
    
    background: #FFFFCE; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    
}

#articol {
       
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    
}

#umbra {
            
    border:solid 0.1px #D6D6D6;
    color:#8C8C8C;
    
}

#comentarii {
    
    background: #EFEFEF; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D6D6D6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #EFEFEF ,  #D6D6D6); /* for firefox 3.6+ */
            
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
    border:solid 0.1px #D6D6D6;
    color:#8C8C8C;
    padding: 8px;
    
}

#comentarii table {
    
    color: #8C8C8C;
    
}

#help {
    
    position:fixed;    
    right:20px;
    bottom:40px;
    padding: 10px;
    
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    border:solid 0.1px #FEE68C;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}

#help table {
    
    font-size: 12px;
    
}

#box2 {
    
    background: #EFEFEF; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D6D6D6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #EFEFEF ,  #D6D6D6); /* for firefox 3.6+ */
            
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
   	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
    border:solid 0.1px #D6D6D6;
    
}

#marci_masini {
    
    padding:12px;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D6D6D6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #EFEFEF ,  #D6D6D6); /* for firefox 3.6+ */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    
}

#marci_masini a:link {
    
    color: #444444;
    padding:6px;
    
}

#marci_masini a:visited {
    
    color: #444444;
    padding:6px;
    
}

#marci_masini a:hover {

    color: #D20000;
    padding:6px;
    
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   
}

ul.page-numbers {
    font-family: "Century Gothic", "Lucida Grande", Helvetica, Arial;
	margin: 10px 0 0 30px;
	overflow: hidden;
	list-style: none;
}
ul.page-numbers li {
	float: left;
	width: 28px;
	height: 28px;
	background: transparent url(images/body_con_pn.png) no-repeat -28px 0;
	margin: 0 4px 0 4px;
	text-align: center;
}
ul.page-numbers li:hover {
	background-position: -56px 0;
}
ul.page-numbers li a {
	width: 28px;
	height: 28px;
	padding: 7px 0 7px 0;
	color: #767676;
	display: block;
}
ul.page-numbers li a.current {
	padding: 7px 0 11px 0;
	color: #333;
	display: block;
	text-align: center;
	background: transparent url(images/body_con_pn.png) no-repeat 0 0;
	cursor: default;
}

#marci_masini a:visited {
    
    color:#8C8C8C;
    padding:3px;
    
}

#marci_masini a:active {
    
    color:#8C8C8C;
    padding:3px;
    
}

#numar_pagini a:hover {

    color: #D20000;
    padding:3px;
    
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCE', endColorstr='#FEE68C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCE), to(#FEE68C)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #FFFFCE ,  #FEE68C); /* for firefox 3.6+ */
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   
}

#numar_pagini .current {

    color:#8C8C8C;
    padding:3px;
    
    background: #EFEFEF; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D6D6D6'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #EFEFEF ,  #D6D6D6); /* for firefox 3.6+ */
    border:solid 0.1px #D6D6D6;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   
}

#pareri ul {
        list-style-type: none;
        width: 300px;
} 

#pareri li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#pareri li a { 
    
        border: 1px dotted #FCFCFC;
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #pareri li a {  /* make hover effect work in IE */
	width: 300px;
}

#pareri li a:hover {
        
        border: 1px solid #999;
        
}

#pareri a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#pareri a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

a.button_v2 {

    font-family: 'Yanone Kaffeesatz', arial, serif;
    font-size:13px;
    font-weight:bold;    
    color:#B12C1B;
    text-decoration:none;
    display:block;
    width:250px;
    padding:10px;
    border:1px solid #DDD;
    text-align:center;
    
    
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    
    
    background:#FFFFFF;

}

a.button_v2.current {

    color:#0053A4;  
    
}

a.button_v2:hover{

    color:#fff;
    border-color:#3278BE;
    
    
    background:#4195DD;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4195DD), to(#003C82));
    background:-moz-linear-gradient(0% 90% 90deg, #003C82, #4195DD);

}

a.button_v2:active {

    background:#4195DD;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
    background:-moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);

}



a.button_v2.notransitions {

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;

}

#info_rezultate {
    
    background-image: url('images/back_grad.gif');
    background-repeat: repeat-x;
    
}

/* Slider prima pagina */

.folio_block {
    
    z-index:1;
    padding:4px;
    height:319px;
    width: 600px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.1);

}


/*--Main Container--*/
.main_view {
    
    z-index:1;
	float: left;
	position: relative;

}
/*--Slider prima pagina--*/
.window {
    
    z-index:1;
	height:261px;	width: 600px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;

}
.image_reel {
    
    z-index:1;
	position: absolute;
	top: 0; left: 0;
    
}
.image_reel img {z-index:1;float: left;}

/*--Paging Styles--*/
.paging {
    
    z-index:1;
	position: absolute;
	bottom: 105px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
    
}

.paging a {
    
    z-index:1;
	padding: 5px;
	text-decoration: none;
	color: #fff;
    
}

.paging a.active {
    
    z-index:1;
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
    
}
.paging a:hover {z-index:1;font-weight: bold;}

/* Sfarsit slider prima pagina */

.avantaje,.avantaje p {
    
    font-size:11px;
    
}


.flash {

    display:none;
    font-size:10px;
    color:#666666;
    padding: 5px;

}

.like,.dislike {
    
    display: inline;
    font-size:11px;
    
}

#mesaj-cautare { 
    
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width:500px;
    height: auto;
    margin-left:-264px;
    margin-top:-170px;
    
    z-index:100;
    
}

.nota-asigurator {
    
    font-family: "Century Gothic", "Lucida Grande", Helvetica, Arial;
    
}

.nota-asigurator span {
    
    font-weight:bold;
    
}
