\@CHARSET "ISO-8859-1";

/*Reset*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html, body
{
	background-color: #92DB49;
}

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: .5em;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	float: right;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}


/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

.closebutton {
    /* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='highslide/graphics/close.png', sizingMethod='scale');

	background: none;
	cursor: hand;
}

.breadcrumbs
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #92DB49;
	padding: 5px;
}
.breadcrumbs a,span
{
	padding-right: 5px;
}

html
{
	font-family: Arial;
	font-size: 12px;
}
#main-container
{
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#top-menu
{
	background-image: url('top-background.jpg');
	width: 1002px;
	height: 51px;
	background-color: #92DB49;
	background-repeat: no-repeat;
	margin-top: 3px;
}
#top-menu ul li
{
	float: left;
	margin: 20px;
	border-right: 1px solid white;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
}
#top-menu ul li a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#top-bar
{
	width: 1002px;
	height: 81px;
	background-color: #92DB49;
	margin-top: 3px;
	margin-bottom: 3px;
}
#top-bar a:hover
{
	color: white;
}
.cart
{
	background-image: url('cart.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 40px;
	padding-top: 13px;
	margin-left: 15px;
	height: 30px;
	display: block;
	color: white;
	text-decoration: none;
}

#logo
{
	/*background-image: url('logo.jpg');
	background-repeat: no-repeat;*/
	background-position: top center;
	width: 500px;
	height: 200px;
	background-color: #ffffff;
	  margin-left: auto ;
  margin-right: auto ;
  	float:inherit;

}
#spatiuverde
{
	/*background-image: url('logo.jpg');
	background-repeat: no-repeat;*/
	height: 3px;
	background-color: #92DB49;
}
.menu_header
{
	background-image: url('title_pimp.gif');
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	font-size: 14px;
	color: #92DB49;
	padding-left: 15px;
	margin: 10px;
}
.cautare
{   
    background-repeat: no-repeat;
    background-position: center left;
	font-weight: bold;
	font-size: 14px;
	color: #92DB49;
	padding-left: 15px;
	margin: 10px;
}
p.four
{
border-style:solid;
border-color:#92DB49;
}
#apDiv1 {
      position:relative;
      width:0px;
      height:0px;
      right: 0px;
      top: 0px;
}

#left-menu
{
	border-top: 3px solid #f3f3f3;
	float: left;
	width: 200px;
}
#left-menu ul
{
	margin-left: 15px;
}

#left-menu ul li
{
	/*background-image: url('pimp1.gif');*/
	background-repeat: no-repeat;
	/*background-position: center left;*/
	background-position:left 8px;
	padding: 3px;
	padding-left: 10px;
	
}

#left-menu ul li a
{
	color: #4c4241;
	text-decoration: none;
}
#left-menu ul li a:hover
{
	color: black;
}
html
{
	color: #000000;
}
a
{
	color: #4c4241;
}
a:hover
{
	color: black;
}

#content
{
	float: left;
	width: 590px;
	padding: 5px;
}
.info
{
	border: 1px solid #cccccc;
	padding: 5px;
}
.product
{
	width: 100%;
	margin-bottom: 10px;
}
.product .title
{
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background-color: #92DB49;
	background-image: url('pimp3.jpg');
	background-repeat: no-repeat;
	background-position:10px 13px;
	padding-left: 25px;
	 
}
.product .title a
{
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.product_description, .product_actions
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.product_actions
{
	background-color: #92DB49;

	
}	
.price
{
	font-size: 15px;
	font-weight: bold;
	color: black;
	padding: 15px;
	padding-right: 25px;
	background-color: #92DB49;
	background-repeat: no-repeat;
	background-position:10px 13px;
}
.pager
{
	margin-bottom: 20px;
}
.pager .expl
{
	float: left;
	margin-right: 20px;
}
.page .pages
{
	float: left;
}
.page .pages span,strong,a
{	
	margin-right: 5px;
}

.error, .success
{
	
	margin: 10px 0px;
	
	background-repeat: no-repeat;
	background-position: 10px center;
}
.success {
	color: #4F8A10;
	
}
.error 
{
	color: #f78d1d;
	
}

#footer
{
	background-image: url('bottom-background.jpg');
	width: 1002px;
	height: 148px; 
	background-color: #92DB49;
	background-repeat: no-repeat;
}
#footer ul 
{
	text-align: center;
	padding-top: 1px;
}
#footer ul li
{
	color: white;
	font-size: 10px;
	
	
}
#copyright
{
	clear: both;
	color: #dedede;
	font-size: 10px;
}
#footer ul li a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.clear
{
	clear: both;
}
.content-top
{
	
	margin-top: 3px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
h1
{
	display: block;
	color: black; 
	font: 12px/100% sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;
}

.box
{
	border: 1px solid #92DB49;
}
.box th
{
	background-color: #92DB49;
	background-image: url(title_pimp.gif);
	background-repeat: no-repeat;
	background-position:10px 13px;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
}
.box td
{
font-size:12px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box1
{
	border: 1px solid #92DB49;
}
.box1 th
{
	background-color: #92DB49;
	background-image: url(open.gif);
	background-repeat: no-repeat;
	background-position:10px 13px;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.box1 td
{
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url('pimp1.gif') no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#header
{
	background-color: #92DB49;
}

#marqueecontainer
{
	position: relative;
	width: 170px; /*marquee width */
	height: 185px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}
.wt{
color:#fff;
font-weight:900
}
.mtable{
border:1 solid silver;
background-color:#dbdbdb
padding: 5px;
}

.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

#htmltagcloud{

/******************************************
 * Customizare
 */
	font-size: 50%;
	width: 168px;		/* auto sau fixed width, e.g. 500px   */
	font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif;
	background-color:#fff;
	margin:0.2em 0.2em 0 0.2em;
	border:2px dotted #ddd;
	padding:0.5em;
/******************************************
 * Sfarsit customizare
 */

}#htmltagcloud{line-height:2.4em;word-spacing:normal;letter-spacing:normal;text-transform:none;text-align:justify;text-indent:0}#htmltagcloud a:link{text-decoration:none}#htmltagcloud a:visited{text-decoration:none}#htmltagcloud a:hover{color:white;font-size:1.1em;background-color:#faa51a}#htmltagcloud a:active{color:white;background-color:#03d}.wrd{padding:0;position:relative}.wrd a{text-decoration:none}.tagcloud0{font-size:1.0em;color:#424242;z-index:10}.tagcloud0 a{color:#424242}.tagcloud1{font-size:1.4em;color:#424242;z-index:9}.tagcloud1 a{color:#424242}.tagcloud2{font-size:1.8em;color:#04B404;z-index:8}.tagcloud2 a{color:#04B404}.tagcloud3{font-size:2.2em;color:#04B404;z-index:7}.tagcloud3 a{color:#04B404}.tagcloud4{font-size:2.6em;color:#01DF01;z-index:6}.tagcloud4 a{color:#01DF01}.tagcloud5{font-size:3.0em;color:#01DF01;z-index:5}.tagcloud5 a{color:#01DF01}.tagcloud6{font-size:3.3em;color:#DF7401;z-index:4}.tagcloud6 a{color:#DF7401}.tagcloud7{font-size:3.6em;color:#FF8000;z-index:3}.tagcloud7 a{color:#FF8000}.tagcloud8{font-size:3.9em;color:#FE9A2E;z-index:2}.tagcloud8 a{color:#FE9A2E}.tagcloud9{font-size:3.2em;color:#F7BE81;z-index:1}.tagcloud9 a{color:#F7BE81}.tagcloud10{font-size:3.5em;color:#002A8B;z-index:0}.tagcloud10 a{color:#002A8B}.freq{font-size:10pt !important;color:#bbb}#credit{text-align:center;color:#333;margin-bottom:1.6em;font:1.7em 'lucida grande',trebuchet,'trebuchet ms',verdana,arial,helvetica,sans-serif}#credit a:link{color:#777;text-decoration:none}#credit a:visited{color:#777;text-decoration:none}#credit a:hover{color:white;font-weight: bold;background-color:#7BCF29}#credit a:active{text-decoration:underline}// -->
#htmltagcloud1{

/******************************************
 * Customizare
 */
	font-size: 50%;
	width: auto;		/* auto sau fixed width, e.g. 500px   */
	font-family:'lucida grande','trebuchet ms',arial,helvetica,sans-serif;
	background-color:#fff;
	margin:0.2em 0.2em 0 0.2em;
	border:2px dotted #ddd;
	padding:0.5em;
/******************************************
 * Sfarsit customizare
 */

}#htmltagcloud1{line-height:2.4em;word-spacing:normal;letter-spacing:normal;text-transform:none;text-align:justify;text-indent:0}#htmltagcloud a:link{text-decoration:none}#htmltagcloud a:visited{text-decoration:none}#htmltagcloud a:hover{color:white;font-size:1.1em;background-color:#faa51a}#htmltagcloud a:active{color:white;background-color:#03d}.wrd{padding:0;position:relative}.wrd a{text-decoration:none}.tagcloud0{font-size:1.0em;color:#424242;z-index:10}.tagcloud0 a{color:#424242}.tagcloud1{font-size:1.4em;color:#424242;z-index:9}.tagcloud1 a{color:#424242}.tagcloud2{font-size:1.8em;color:#04B404;z-index:8}.tagcloud2 a{color:#04B404}.tagcloud3{font-size:2.2em;color:#04B404;z-index:7}.tagcloud3 a{color:#04B404}.tagcloud4{font-size:2.6em;color:#01DF01;z-index:6}.tagcloud4 a{color:#01DF01}.tagcloud5{font-size:3.0em;color:#01DF01;z-index:5}.tagcloud5 a{color:#01DF01}.tagcloud6{font-size:3.3em;color:#DF7401;z-index:4}.tagcloud6 a{color:#DF7401}.tagcloud7{font-size:3.6em;color:#FF8000;z-index:3}.tagcloud7 a{color:#FF8000}.tagcloud8{font-size:3.9em;color:#FE9A2E;z-index:2}.tagcloud8 a{color:#FE9A2E}.tagcloud9{font-size:3.2em;color:#F7BE81;z-index:1}.tagcloud9 a{color:#F7BE81}.tagcloud10{font-size:3.5em;color:#002A8B;z-index:0}.tagcloud10 a{color:#002A8B}.freq{font-size:10pt !important;color:#bbb}#credit{text-align:center;color:#333;margin-bottom:1.6em;font:1.7em 'lucida grande',trebuchet,'trebuchet ms',verdana,arial,helvetica,sans-serif}#credit a:link{color:#777;text-decoration:none}#credit a:visited{color:#777;text-decoration:none}#credit a:hover{color:white;font-weight: bold;background-color:#7BCF29}#credit a:active{text-decoration:underline}// -->
#author, #email, #url {
			background: none repeat scroll 0 0 #F4F4F4 !important;
			border: 1px solid #DDDDDD;
			color: #006699;
			font-family: Arial,Tahoma,Verdana;
			font-size: 12px;
			margin: 5px 5px 0 0;
			padding: 3px 0 3px 3px;
			width: 250px;
		}
		.agriz_gb {
			color: #666666;
			font-family: Verdana,Arial,Tahoma;
			font-size: 12px;
			line-height: 20px;
			width: 585px;
			word-wrap: break-word;
			
		}
		#comment {
			background: none repeat scroll 0 0 #F4F4F4 !important;
			border: 1px solid #DDDDDD;
			color: #006699;
			font-family: Arial,Tahoma,Verdana;
			font-size: 12px;
			height: 150px;
			margin: 5px 0;
			padding: 3px 0 3px 3px;
			width: 98%;
		}
		#submit {
			background: none repeat scroll 0 0 #2C343F;
			border: 1px solid #2C343F;
			color: #FFFFFF;
			font-size: 11px;
			margin: 0;
			padding: 2px 5px;
			text-decoration: none;
			text-transform: uppercase;
		}
		.comment{
			background: none repeat scroll 0 0 #F4F4F4;
			border: 1px solid #DDDDDD;
			padding: 10px 5px 10px 10px;
			margin: 15px 0 5px;
			width: 98%;
		}
.comment1,
#addCommentContainer{
	
	/* Syling the comments and the comment form container */
	
	padding:6px;
	width:168px;
	position:relative;
	background-color:#fcfcfc;
	border:1px solid white;
	color:#888;
	margin-bottom:5px;
	font: .10em verdana, arial, helvetica, sans-serif;
	word-wrap: break-word;
}

.comment1 .name{
	font-size:10px;
	padding-bottom:1px;
	color:#92DB49;
	font-weight:bold;
}

.comment1 .date{
	color:#A6A3A3;
font-size:9px;
}
.comment1 .continut{
	color:#666464;
	font-size:11px;
}
#tab_ul {
	padding:0px;
	margin: 0px;
	display:block;
	position:fixed;
	z-index:1000001;
	top:25%;
	right:-40px;
	list-style: none;
	list-style-type: none;
}
	
#tab_ul li {
	margin-right: 15px;
	width: 81px;
	height: 136px;
	position: relative;
	float: right;
}
	
#tab_ul a, #tab_ul a:visited, #tab_ul a, #tab_ul a:hover {
	width: 56px;
	height: 130px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1000002;
}
	
#tab_ul li.tab a {
	background-position: -1px -1px;
}
	
#tab_ul li img.shadow {
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	border: 0;
	left: 0;
	z-index: 1000001;
}
#fancybox-loading {
	position: fixed;
	top: 30%;
	left: 30%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1001104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('feedback/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1001100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1001101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('feedback/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1001103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1001102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('feedback/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('feedback/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('feedback/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('feedback/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('feedback/blank.gif');
	z-index: 1001102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1001102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('feedback/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('feedback/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('feedback/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('feedback/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('feedback/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('feedback/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('feedback/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('feedback/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('feedback/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('feedback/fancybox.png');
	background-position: -40px -122px;
}
h2.subtitle {
	margin-top: 0px;
	margin-bottom: 10px;
}

#containercount1 {
	margin: auto;
	width: 180px;
	color: #555;
}

#countdown_dashboard {
	height: 40px;
}

.dash {
	width: 40px;
	height: 35px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 5px;
	position: relative;
}

.dash .digit {
	font-size: 20pt;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	font-family: Times;
	color: orange;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: -3px;
	font-size: 5pt;
	font-family: Terminal;
	color: green;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#92DB49;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #7BCF29; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:450px;
	color: #555;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: #F4F4F4 no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: #F4F4F4 repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: #F4F4F4 no-repeat bottom; 
}
.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 130px; /* default width for menu */
}
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #7BCF29;
color: white;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #086306;
}
.meniucont a:hover{ /*hover background color*/
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
	background: #92DB49;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #92DB49 url(search_bg.png) no-repeat left top;
	margin-right: 5px;
}
.search input.box:focus {
	background: #92DB49 url(search_bg.png) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #92DB49 url(search_bg.png) no-repeat top right;	
}
.search button.btn:hover {
	background: #92DB49 url(search_bg.png) no-repeat bottom right;	
}
.pretvechi {
	background-color: #ffffff;
	color : #086306;
	border: #086306 solid 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-collapse: collapse;
	background-image: url(tableheaderverde.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	}
	.pretnou {
	background-color: #ffffff;
	color : #bf6628;
	border: #faa51a solid 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-collapse: collapse;
	background-image: url(orangebtnover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	.floatleft {float:left;}
.floatright {float:right;}
.hidetext {text-indent: -9999px;}
.pasiPrincipal{padding-left:0px; padding-top:0px; margin-bottom:2px;}
.pasiInceput{width:589px;}
.pasiContinutn {border-left:solid 1px #dde0c4; border-right:solid 1px #dde0c4; width:567px; position:relative; z-index:1; margin-top:-4px;}
.pasi{width:589px; height:30px; overflow:hidden; position:relative; z-index:0;}
.pasiInceputstanga{background:url(pasiInceputstanga.gif) no-repeat left top; height:30px; line-height:30px; width:6px; overflow:hidden;}
.pasiInceputfundal{background:url(pasiInceputfundal.gif) repeat-x left top; height:30px; line-height:30px; width:547px; overflow:hidden; padding:0px 15px;}
.pasiInceputdreapta{background:url(pasiInceputdreapta.gif) no-repeat left top; height:30px; line-height:30px; width:6px; overflow:hidden;}
.pasiContinut{border-left:solid 1px #dde0c4; border-right:solid 1px #dde0c4; width:587px; position:relative; z-index:0;}
.pasidejos{height:6px; line-height:6px; width:589px; overflow:hidden;}
.pasidejos .pasidejosstanga{width:6px; line-height:6px; height:6px; background:url(pasidejosstanga.gif) no-repeat;}
.pasidejos .pasidejosfundal{width:577px; line-height:5px; height:5px; border-bottom:solid 1px #dbe0c6; }
.pasidejos .pasidejosdreapta{width:6px; line-height:6px; height:6px; background:url(pasidejosdreapta.gif) no-repeat;}
.pasitext{width:420px;}
.pasitexta{width:210px;color:#da7c0c;font-size:14px; text-align:left;font-weight:bold;overflow:hidden;}
.pasitextin{color:#7BCF29;font-size:14px;font-weight:bold;}
.pasiverde{width:249px; height:11px; line-height:11px; background-color:#086306; overflow:hidden; position:relative; z-index:1; margin-left:-2px; margin-top:4px;}
.pasiportocaliu{width:249px; height:11px; line-height:11px; background-color:#ffb100;overflow:hidden; margin-top:4px; position:relative; z-index:1; margin-left:-2px;}
.pasipasin{width:19px;height:19px;background:url(pasipasin.gif) no-repeat left top; margin-left:-2px;}
.pasipasia{width:19px;height:19px;background:url(pasipasia.gif) no-repeat left top;}
.pasisageata{width:45px;height:11px; line-height:11px; overflow:hidden; background:url(pasisageata.gif) no-repeat right top;background-color:#ffb100;}
.pasiPrim{width:589px; padding:4px 0px 4px 0px; color:#747474; margin:0 auto; text-align:center;}
.pasiPrim .top{width:589px; height:4px; line-height:4px; overflow:hidden;}
.pasiPrim .top .left{height:4px; line-height:4px; width:4px; overflow:hidden; background:url(pasiColturi.gif) no-repeat 0px 0px;}
.pasiPrim .top .center{height:3px; line-height:3px; width:580px; overflow:hidden; border-top:solid 1px #dde1c6;}
.pasiPrim .top .right{height:4px; line-height:4px; width:4px; overflow:hidden; background:url(pasiColturi.gif) no-repeat -10px 0px;}

.pasiPrim .content{width:567px; height:20px; line-height:20px; padding:0px 10px; overflow:hidden; border-left:solid 1px #dde1c6; border-right:solid 1px #dde1c6; text-align:left;}

.pasiPrim .bottom{width:589px; height:4px; line-height:4px; overflow:hidden;}
.pasiPrim .bottom .left{height:4px; line-height:4px; width:4px; overflow:hidden; background:url(pasiColturi.gif) no-repeat 0px -10px;}
.pasiPrim .bottom .center{height:3px; line-height:3px; width:580px; overflow:hidden; border-bottom:solid 1px #dde1c6;}
.pasiPrim .bottom .right{height:4px; line-height:4px; width:4px; overflow:hidden; background:url(pasiColturi.gif) no-repeat -10px -10px;}
.pasitextaSf{color:#da7c0c;font-size:14px;font-weight:bold;}

.fancy-button-reset-base-class,.fancy-button-base,a.big,button{font-family:"Lucida Grande",Lucida,Arial,sans-serif;margin:0;width:auto;overflow:visible;display:inline-block;cursor:pointer;text-decoration:none;border-style:solid;font-weight:bold}
.fancy-button-base,a.big,button{-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;font-size:18px;line-height:1.2em;padding:0.3em 1em;border-width:1px;background-color:#444;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #989898), color-stop(10%, #6a6a6a), color-stop(50%, #3c3c3c), color-stop(50%, #353535), color-stop(100%, #4e4e4e));background-image:-moz-linear-gradient(top, #989898 0%, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e 100%);background-image:linear-gradient(top, #989898 0%, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e 100%);border-color:#1e1e1e;text-shadow:#040404 0px 1px 1px;-moz-box-shadow:rgba(255,255,255,0.267) 0 0 0.1em 1px inset;-webkit-box-shadow:rgba(255,255,255,0.267) 0 0 0.1em 1px inset;-o-box-shadow:rgba(255,255,255,0.267) 0 0 0.1em 1px inset;box-shadow:rgba(255,255,255,0.267) 0 0 0.1em 1px inset;-moz-background-clip:padding;-webkit-background-clip:padding;-o-background-clip:padding-box;-ms-background-clip:padding-box;-khtml-background-clip:padding-box;background-clip:padding-box;margin:0 2px;vertical-align:middle}
.fancy-button-base,a.big,button,.fancy-button-base:visited,a.big:visited,button:visited{color:#fff}
.fancy-button-base:hover,a.big:hover,button:hover,.fancy-button-base:focus,a.big:focus,button:focus{background-color:#3c3c3c;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #919191), color-stop(10%, #636363), color-stop(50%, #353535), color-stop(50%, #2d2d2d), color-stop(100%, #474747));background-image:-moz-linear-gradient(top, #919191 0%, #636363 10%, #353535 50%, #2d2d2d 50%, #474747 100%);background-image:linear-gradient(top, #919191 0%, #636363 10%, #353535 50%, #2d2d2d 50%, #474747 100%);border-color:#161616;text-shadow:#000 0px 1px 1px}
.fancy-button-base:hover,a.big:hover,button:hover,.fancy-button-base:hover:visited,a.big:hover:visited,button:hover:visited,.fancy-button-base:focus,a.big:focus,button:focus,.fancy-button-base:focus:visited,a.big:focus:visited,button:focus:visited{color:#fff}
.fancy-button-base:active,a.big:active,button:active{background-color:#353535;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #353535), color-stop(30%, #3a3a3a), color-stop(50%, #303030), color-stop(50%, #282828), color-stop(100%, #494949));background-image:-moz-linear-gradient(top, #353535 0%, #3a3a3a 30%, #303030 50%, #282828 50%, #494949 100%);background-image:linear-gradient(top, #353535 0%, #3a3a3a 30%, #303030 50%, #282828 50%, #494949 100%);border-color:#0e0e0e;text-shadow:#000 0px -1px -1px;-moz-box-shadow:#1e1e1e 0 0.08em 0.1em 1px inset;-webkit-box-shadow:#1e1e1e 0 0.08em 0.1em 1px inset;-o-box-shadow:#1e1e1e 0 0.08em 0.1em 1px inset;box-shadow:#1e1e1e 0 0.08em 0.1em 1px inset}
.fancy-button-base:active,a.big:active,button:active,.fancy-button-base:active:visited,a.big:active:visited,button:active:visited{color:#fff}

.verde{background-color:#3ab700;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #9ee080), color-stop(10%, #66ce36), color-stop(50%, #418721), color-stop(50%, #3b7b1e), color-stop(100%, #4fa428));background-image:-moz-linear-gradient(top, #9ee080 0%, #66ce36 10%, #418721 50%, #3b7b1e 50%, #4fa428 100%);background-image:linear-gradient(top, #9ee080 0%, #66ce36 10%, #418721 50%, #3b7b1e 50%, #4fa428 100%);border-color:#295615;text-shadow:#123800 0px 1px 1px;-moz-box-shadow:rgba(255,255,255,0.359) 0 0 0.1em 1px inset;-webkit-box-shadow:rgba(255,255,255,0.359) 0 0 0.1em 1px inset;-o-box-shadow:rgba(255,255,255,0.359) 0 0 0.1em 1px inset;box-shadow:rgba(255,255,255,0.359) 0 0 0.1em 1px inset;-moz-background-clip:padding;-webkit-background-clip:padding;-o-background-clip:padding-box;-ms-background-clip:padding-box;-khtml-background-clip:padding-box;background-clip:padding-box}
.verde,.verde:visited{color:#fff}
.verde:hover,.verde:focus{background-color:#35a800;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #95dd73), color-stop(10%, #5fc430), color-stop(50%, #3b7b1e), color-stop(50%, #356e1b), color-stop(100%, #499725));background-image:-moz-linear-gradient(top, #95dd73 0%, #5fc430 10%, #3b7b1e 50%, #356e1b 50%, #499725 100%);background-image:linear-gradient(top, #95dd73 0%, #5fc430 10%, #3b7b1e 50%, #356e1b 50%, #499725 100%);border-color:#234912;text-shadow:#0d2800 0px 1px 1px}
.verde:hover,.verde:hover:visited,.verde:focus,.verde:focus:visited{color:#fff}
.verde:active{background-color:#309900;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3b7b1e), color-stop(30%, #3f8320), color-stop(50%, #37721c), color-stop(50%, #316619), color-stop(100%, #4b9b26));background-image:-moz-linear-gradient(top, #3b7b1e 0%, #3f8320 30%, #37721c 50%, #316619 50%, #4b9b26 100%);background-image:linear-gradient(top, #3b7b1e 0%, #3f8320 30%, #37721c 50%, #316619 50%, #4b9b26 100%);border-color:#1e3d0f;text-shadow:#081900 0px -1px -1px;-moz-box-shadow:#295615 0 0.08em 0.1em 1px inset;-webkit-box-shadow:#295615 0 0.08em 0.1em 1px inset;-o-box-shadow:#295615 0 0.08em 0.1em 1px inset;box-shadow:#295615 0 0.08em 0.1em 1px inset}
.verde:active,.verde:active:visited{color:#fff}

.light{background-color:#fff;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #cecece));background-image:-moz-linear-gradient(top, #ffffff 0%, #cecece 100%);background-image:linear-gradient(top, #ffffff 0%, #cecece 100%);border-color:#b7b7b7;text-shadow:#fff 0px 1px 1px;-moz-box-shadow:rgba(255,255,255,0.867) 0 0 0.1em 1px inset;-webkit-box-shadow:rgba(255,255,255,0.867) 0 0 0.1em 1px inset;-o-box-shadow:rgba(255,255,255,0.867) 0 0 0.1em 1px inset;box-shadow:rgba(255,255,255,0.867) 0 0 0.1em 1px inset;-moz-background-clip:padding;-webkit-background-clip:padding;-o-background-clip:padding-box;-ms-background-clip:padding-box;-khtml-background-clip:padding-box;background-clip:padding-box}
.light,.light:visited{color:#222}.light:hover,.light:focus{background-color:#fff;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #c6c6c6));background-image:-moz-linear-gradient(top, #fcfcfc 0%, #c6c6c6 100%);background-image:linear-gradient(top, #fcfcfc 0%, #c6c6c6 100%);border-color:#afafaf;text-shadow:#fff 0px 1px 1px}
.light:hover,.light:hover:visited,.light:focus,.light:focus:visited{color:#222}
.light:active{background-color:#fff;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #cbcbcb), color-stop(40%, #d3d3d3), color-stop(85%, #d3d3d3), color-stop(100%, #e5e5e5));background-image:-moz-linear-gradient(top, #cbcbcb 0%, #d3d3d3 40%, #d3d3d3 85%, #e5e5e5 100%);background-image:linear-gradient(top, #cbcbcb 0%, #d3d3d3 40%, #d3d3d3 85%, #e5e5e5 100%);border-color:#a7a7a7;text-shadow:#fff 0px -1px -1px;-moz-box-shadow:#b7b7b7 0 0.08em 0.1em 1px inset;-webkit-box-shadow:#b7b7b7 0 0.08em 0.1em 1px inset;-o-box-shadow:#b7b7b7 0 0.08em 0.1em 1px inset;box-shadow:#b7b7b7 0 0.08em 0.1em 1px inset}
.light:active,.light:active:visited{color:#222}

.portocaliu{background-color:#FF9018;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #F1C392), color-stop(10%, #FF9A2C), color-stop(50%, #F7962E), color-stop(50%, #FB8F1B), color-stop(100%, #FF8400));background-image:-moz-linear-gradient(top, #F1C392 0%, #FF9A2C 10%, #F7962E 50%, #FB8F1B 50%, #FF8400 100%);background-image:linear-gradient(top, #F1C392 0%, #FF9A2C 10%, #F7962E 50%, #FB8F1B 50%, #FF8400 100%);border-color:#B7660F;text-shadow:#660 0px 1px 1px;-moz-box-shadow:rgba(255,255,255,0.45) 0 0 0.1em 1px inset;-webkit-box-shadow:rgba(255,255,255,0.45) 0 0 0.1em 1px inset;-o-box-shadow:rgba(255,255,255,0.45) 0 0 0.1em 1px inset;box-shadow:rgba(255,255,255,0.45) 0 0 0.1em 1px inset;-moz-background-clip:padding;-webkit-background-clip:padding;-o-background-clip:padding-box;-ms-background-clip:padding-box;-khtml-background-clip:padding-box;background-clip:padding-box}
.portocaliu,.portocaliu:visited{color:#fff}
.portocaliu:hover,.portocaliu:focus{background-color:#F5840C;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #EDB476), color-stop(10%, #F78810), color-stop(50%, #FB8F1B), color-stop(50%, #F88811), color-stop(100%, #F78913));background-image:-moz-linear-gradient(top, #EDB476 0%, #F78810 10%, #FB8F1B 50%, #F88811 50%, #F78913 100%);background-image:linear-gradient(top, #EDB476 0%, #F78810 10%, #FB8F1B 50%, #F88811 50%, #F78913 100%);border-color:#D07B21;text-shadow:#575700 0px 1px 1px}
.portocaliu:hover,.portocaliu:hover:visited,.portocaliu:focus,.portocaliu:focus:visited{color:#fff}
.portocaliu:active{background-color:#EF8C22;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FB8F1B), color-stop(30%, #EE8B21), color-stop(50%, #EF8413), color-stop(50%, #F58C1C), color-stop(100%, #F28714));background-image:-moz-linear-gradient(top, #FB8F1B 0%, #EE8B21 30%, #EF8413 50%, #F58C1C 50%, #F28714 100%);background-image:linear-gradient(top, #FB8F1B 0%, #EE8B21 30%, #EF8413 50%, #F58C1C 50%, #F28714 100%);border-color:#DA750A;text-shadow:#474700 0px -1px -1px;-moz-box-shadow:#B7660F 0 0.08em 0.1em 1px inset;-webkit-box-shadow:#B7660F 0 0.08em 0.1em 1px inset;-o-box-shadow:#B7660F 0 0.08em 0.1em 1px inset;box-shadow:#B7660F 0 0.08em 0.1em 1px inset}
.portocaliu:active,.portocaliu:active:visited{color:#fff}

.box2
{
	border: 1px solid #92DB49;
}
.box2 th
{
	background-color: #92DB49;
	background-image: url(title_pimp.gif);
	background-repeat: no-repeat;
	background-position:10px 13px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
	font-weight: bold;
}
.box2 td
{
font-size:12px;
	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.titluri
{
	background-image: url('title_pimp.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}
.titluriinvers
{
	background-image: url('invers_pimp.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
.menu_header1
{
	background-image: url('invers_pimp.gif');
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: bold;
	font-size: 14px;
	color: #92DB49;
	padding-right: 15px;
	margin: 10px;
}
