@charset "utf-8";
/* CSS Document */

/*-- General styles --*/
* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
.wrapper p { text-align: left; margin: 1em 0em; padding: 0em 1em; }
		
.wrapper p, ul { line-height: 1.6em } /*font-size: 13px;*/
		
.wrapper p a, li a { color: #cc141c; text-decoration: none;}
.wrapper p a:hover, li a:hover { color: #F00; text-decoration: none }
		
/* p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% } */
		
p#cross-links { text-align: right; }
		
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		/*
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		*/
p.info-panel, dl.info-panel, dl.info-panel dt, dl.info-panel dd {
width: 37em;
height: auto;
padding-left: 1.7em;
}

dl.info-panel dt {
width: 30.83em;
font-size: 1.2em;
color: #181f30;
font-style: normal;
font-weight: bold;
padding: 0.5em 0em;
margin: 0.1em 0em;
border-bottom: solid 1px #b7b9b9;
}
dl.info-panel dd {
font-style: normal;
font-weight: normal;
line-height: 2em;
padding: 0em;
margin: 0.1em 0em;
border: solid 1px #b7b9b9;
}
dl.info-panel dd span {
background: url(../images/arrow-back.gif) no-repeat -1em top transparent;
color: #cc141c;
width: 9em;
height: 2em;
line-height: 2em;
padding: 0em 1em;
margin: 0em 1em 0em 0em;
display: block;
float: left;
cursor: pointer;
}
dl.info-panel dd span:hover {
background: url(../images/arrow-back.gif) no-repeat scroll left -2em transparent;
color: #cc141c;
width: 9em;
height: 2em;
line-height: 2em;
padding: 0em 1em;
margin: 0em 1em 0em 0em;
display: block;
float: left;
cursor: pointer;
}
		
.wrapper a:focus { outline:none }
		
.wrapper img { border:none; }
		
.wrapper h3 {
color: #181f30;
font-size: 1.8em;
font-style: normal;
font-weight: normal;
margin-bottom: 0.5em;
padding: 0.5em 1em 0em 1em;
padding-bottom: 1em; 
text-align: left }

.wrapper.bg-img-sec-1 {
background: url(../images/icon-bg-img-user-data.jpg) no-repeat right 1em;
}
.wrapper.bg-img-sec-2 {
background: url(../images/icon-bg-img-anunt-1.jpg) no-repeat right 1em;
}
.wrapper.bg-img-sec-3 {
background: url(../images/icon-bg-img-editare.png) no-repeat right 1em;
}
.wrapper.bg-img-sec-4 {
background: url(../images/icon-bg-img-abonament.jpg) no-repeat right 1em;
}

		
/*-- Slider styles --*/

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0em 1em;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 2em 0em 0em 0em;
			position: relative;
			width: 100%;
		}
		
		.slider-wrap-2 { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			background: #CCC;
			margin: 0.8em 0em 0em 0em;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: auto; background: #fff; overflow: scroll}
		.csw .loading {margin: 10em 0em; text-align: center; color:#cc141c; font-style: normal; font-weight: bold;}
		.loading { background: none; /*url(../images/ajax-loader.gif) no-repeat center top transparent;*/ }

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #b7b9b9; /* this is the border. should have the same value for the links */
			border-top: 2px solid #d4d6d7;
			margin: auto;
			width: 57.4em; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: auto;
			clear: both;
			background: #fff;
			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 57.4em; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 1em 0.5em;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0em auto;

		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			margin-bottom: -0.2em;
			position: relative;
			z-index: 1000;
		}
		
		.stripNav a { /* The nav links */
			font-size: 1em;
			font-weight: bold;
			text-align: center;
			line-height: 3em;
			background: #d4d6d7;
			color: #cc141c;
			text-decoration: none;
			display: block;
			padding: 0.5em 1em;
			border-top: solid 2px #d4d6d7;
			border-right: solid 1px #b7b9b9;
			border-left: solid 1px #b7b9b9;
		}
		
		.stripNav li.tab1 a { background: url(../images/bg-img-anunt-headlines.gif) repeat-x left top #d4d6d7; }
		.stripNav li.tab2 a { background: url(../images/bg-img-anunt-headlines.gif) repeat-x left top #d4d6d7; }
		.stripNav li.tab3 a { background: url(../images/bg-img-anunt-headlines.gif) repeat-x left top #d4d6d7; }
		.stripNav li.tab4 a { background: url(../images/bg-img-anunt-headlines.gif) repeat-x left top #d4d6d7; }
		.stripNav li.tab5 a { background: url(../images/bg-img-anunt-headlines.gif) repeat-x left top #d4d6d7; }
		
		.stripNav li a:hover {
			color: #F00;
			background: url(../images/tab-ov-select.gif) repeat-x left top #15181f;
			border-top: solid 2px #333;
			border-right: solid 1px #333;
			border-left: solid 1px #333;
		}
		
		.stripNav li a.current {
			background: url(../images/lower-footer-bg-img.gif) repeat-x left top #FFF;
			color: #d71016;
			border-top: solid 2px #d4d6d7;
			border-right: solid 1px #b7b9b9;
			border-left: solid 1px #b7b9b9;
		}
		
		
		/*
		.stripNavL, .stripNavR { 
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
		}
		*/
		
		
		.stripNavL, .stripNavR { 
			position: absolute;
			top: 0em;
			text-indent: -9000em;
			z-index: 2000;
			display: none;
		}
		
		.stripNavL a, .stripNavR a {
			display: none;
			height: 3em;
			width: 4em;
		}
		
		.stripNavL {
			left: -0.2em;
			top: -1.2em;
		}
		
		.stripNavR {
			right: -0.3em;
			top: -1.2em;
		}
		
		.stripNavL {
			background: url(../images/bt-left-arrow.gif) no-repeat top;
		}
		
		.stripNavR {
			background: url(../images/btn-right-arrow.gif) no-repeat top;
		}
		
		.stripNavL a:hover {
			background: url(../images/bt-left-arrow.gif) no-repeat scroll left -3em;
		} 
		.stripNavR a:hover {
			background: url(../images/btn-right-arrow.gif) no-repeat scroll left -3em;
		}
		
		

/*-- Lista anunturi --*/


.lista-anunturi {
width: 56.2em;
height: auto;
padding: 0.1em 0em;
margin: 0em;
float: left;
clear: both;
}

.lista-row {
background: #FFF;
width: 56.2em;
height: 5.4em;
border: solid 1px #b7b9b9;
cursor: pointer;
overflow: hidden;
display: block;
}
.lista-row dt {
float: left;
}

.lista-row dt a {
color: #cc141c;
text-decoration: none;
}

.lista-row dt a:hover {
color: #F00;
text-decoration: none;
}

.row-anunturi {
background: url(../images/lower-footer-bg-img.gif) repeat-x left top #FFF;
width: 48.4em;
height: 5em;
padding: 0.2em 1em 0.2em 0.2em;
border-right: solid 1px #b7b9b9;
}
.row-anunturi-ov {
background: url(../images/lower-footer-bg-img.gif) repeat-x scroll left bottom #FFF;
width: 48.4em;
height: 5em;
padding: 0.2em 1em 0.2em 0.2em;
border-right: solid 1px #b7b9b9;
}

.lista-row dd {
width: 3em;
height: 5em;
float: right;
}
.lista-row dd a {
display: block;
margin: 1.25em 0em;
}

a.btn-edit {
background: url(../images/btn-edit.gif) no-repeat left top transparent;
width: 3em;
height: 2.5em;
}
a.btn-edit:hover {
background: url(../images/btn-edit.gif) no-repeat scroll left -2.5em transparent;
width: 3em;
height: 2.5em;
}
a.btn-delete {
background: url(../images/btn-delete.gif) no-repeat left top transparent;
width: 3em;
height: 2.5em;
}
a.btn-delete:hover {
background: url(../images/btn-delete.gif) no-repeat scroll left -2.5em transparent;
width: 3em;
height: 2.5em;
}

.thumb-lista {
background: #FFF;
width: 5em;
height: 5em;
display: block;
margin: 0em 1em 0em 0em;
float: left;
}
.thumb-lista img{
width: 4.4em;
height: 4.4em;
padding: 0.2em;
margin: 0em;
border: solid 1px #b7b9b9;
}

* html .meniu-numeric-cont {
display:inline; /* IE 6 fix */
}

.meniu-numeric-cont {
width: 56.2em;
height: 2.5em;
padding: 0.1em 0em;
margin: 1em 0em;
float: left;
clear: both;
overflow: hidden;
}
.meniu-numeric-cont ul {
width: 56.2em;
height: 2.5em;
float: left;
}
.meniu-numeric-cont ul li {
width: 2.5em;
height: 2.5em;
padding: 0em;
margin: 0em 0.1em;
list-style: none outside;
float: left;
}
.meniu-numeric-cont ul li a {
color: #cc141c;
background: url(../images/bg-img-anunt-headlines.gif) repeat-x left top transparent;
text-decoration: none;
font-style: normal;
font-weight: bold;
text-align: center;
line-height: 2.4em;
width: 2.4em;
height: 2.4em;
padding: 0em;
margin: 0em;
border: solid 1px #b7b9b9;
display: block;
}
.meniu-numeric-cont ul li a:hover, .meniu-numeric-cont ul li a.selected {
color: #FFF;
background: url(../images/rubrica-small-header.gif) repeat-x left top transparent;
text-decoration: none;
font-style: normal;
font-weight: bold;
text-align: center;
line-height: 2.4em;
width: 2.4em;
height: 2.4em;
padding: 0em;
margin: 0em;
border: solid 1px #cc141c;
display: block;
}

/*-- USER INFORMATION --*/

.user-information {
background: url(../images/icon-user-small.gif) no-repeat right top transparent;
font-size: 0.55em;
font-style: normal;
font-weight: bold;
line-height: 1.66em;
text-align: right;
width: 30em;
height: 1.66em;
padding-right: 2em;
margin: 1em 1em 0em 0em;
height: auto;
float: right;
overflow: hidden;
}
.user-nick {
height: 1em;
color: #cc141c;
font-size: 1.2em;
font-style: normal;
font-weight: bold;
}

/*-- SLIDE PANELS --*/

a:focus {
	outline: none;
}
#slide-panel, #slide-panel-2, #slide-panel-3, #slide-panel-4 {
	background: url(../images/lower-footer-bg-img.gif) repeat-x left top #FFF;
	width: auto;
	*width: 51.2em;
	height: auto;
	padding: 1em;
	margin: 0em 1.5em 0.5em 1.5em;
	border-left: solid 1px #b7b9b9;
	border-right: solid 1px #b7b9b9;
	border-bottom: solid 1px #b7b9b9;
	display: none;
	overflow: hidden;
}

#slide-panel-4{
	display:block;
}

.slide {
	color: #FFF;
	margin: 1em 1.5em 0em 1.5em;
	padding: 0;
	width: 53.2em;
	border-bottom: solid 1px #b7b9b9;
	background: url(../images/btn-slide-bg.gif) no-repeat left top;
}

.slide:hover {
	background-position: left -3em;
}

.slide2 {
	color: #FFF;
	margin: 1em 0.7em 0em 0.9em;
	padding: 0;
	border-bottom: solid 1px #b7b9b9;
	background: url(../images/btn-slide-bg-2.gif) no-repeat left top;
	*background: url(../images/btn-slide-bg-2b.gif) no-repeat left top;
}

.slide2:hover {
	background-position: left -3em;
}

#slide-panel-3 p {
	color:#000;
}

#slide-panel-3 p em {
	color: #cc141c;
}

#slide-panel, #slide-panel-2, #slide-panel-4 p strong {
	color: #cc141c;
}



a.btn-slide, a.btn-slide-2, a.btn-slide-3 {
	background: url(../images/white-arrow.gif) no-repeat right -2em;
	text-align: center;
	width: 15em;
	height: 2em;
	padding: 1em 1em 0em 0em;
	margin: 0em;
	display: block;
	font: bold 1em;
	color: #F00;
	text-decoration: none;
}

a.btn-slide-5 {
	background: url(../images/white-arrow.gif) no-repeat right -2em;
	text-align: center;
	height: 2em;
	padding: 1em 0em 0em 0em;
	margin: 0em;
	display: block;
	font: bold 1em;
	color: #F00;
	text-decoration: none;
}

a.active {
	background: url(../images/white-arrow.gif) no-repeat scroll right top;
}

.info-suplimentar-upload {
background: url(../images/icon-alert.gif) no-repeat right top transparent;
}
.info-suplimentar-upload p {
width: 25em;
}

/*-- Modificare date user formular --*/

.formular-container-2 {
width: 56.4em;
*width: 56.3em;
height: auto;
padding: 2em 0em 1em 0em;
*padding: 2em 0em 1em 0em;
_padding: 2em 0em 0em 0em;
margin: 0em;
overflow: hidden;
float: left;
}

.formular-container-2 form {
width: 56.4em;
*width: 56.3em;
padding: 0em;
margin: 0em;
}

.formular-container-2 ul {
width: 56.4em;
*width: 56.3em;
height: auto;
padding: 0em;
margin: 0em;
float: left;
}

.formular-container-4 form ul {
height: auto;
padding: 0em 3.5em;
margin: 0em;
float: left;
*float: none;
}

.formular-container-2 form ul li, .formular-container-3 form ul li, .formular-container-4 form ul li {
list-style: none outside;
float: left;
}

.formular-container-4 form ul li {
float: none;
*padding: 0em;
display: inline;
*display: inline-block;
}


li.icon-option-1a {
background: url(../images/icon-user-reg.gif) no-repeat 0.8em center transparent;
width: 21.5em;
padding-left: 3.45em;
}
li.icon-option-2a {
background: url(../images/icon-nick-reg.gif) no-repeat 0.8em center transparent;
width: 21.5em;
padding-left: 3.45em;
}
li.icon-option-3a {
background: url(../images/icon-adress-reg.gif) no-repeat 0.8em center transparent;
width: 21.5em;
padding-left: 3.45em;
}
li.icon-option-4a {
background: url(../images/icon-country-reg.gif) no-repeat 0.8em center transparent;
width: 21.5em;
padding-left: 3.45em;
}
li.icon-option-5a {
background: url(../images/icon-phone-reg.gif) no-repeat 0.8em center transparent;
width: 21.5em;
padding-left: 3.45em;
}
li.icon-option-5a2 {
background: url(../images/icon-phone-reg.gif) no-repeat 0.8em center transparent;
width: 34.55em;
padding-left: 3.45em;
}
li.icon-option-6a {
background: url(../images/icon-mail-reg.gif) no-repeat 0.8em center transparent;
width: 21.5em;
padding-left: 3.45em;
}
li.icon-option-7a {
background: url(../images/icon-pass-reg.gif) no-repeat 0.8em center transparent;
width: 21.5em;
padding-left: 3.45em;
}
li.option-code-a {
background: url(../images/icon-code-reg.gif) no-repeat 0.8em 0.75em transparent;
width: 21.5em;
padding-left: 3.45em;
padding-bottom: 1em;
}


li.icon-option-1b {
background: url(../images/icon-user-reg.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-2b {
background: url(../images/icon-nick-reg.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-3b {
background: url(../images/icon-adress-reg.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-4b {
background: url(../images/icon-country-reg.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-5b {
background: url(../images/icon-phone-reg.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-6b {
background: url(../images/icon-mail-reg.gif) no-repeat 0.8em center transparent;
width: 21.5em;
padding-left: 3.45em;
}
li.icon-option-7b {
background: url(../images/icon-pass-reg.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.option-code-b {
background: url(../images/icon-code-reg.gif) no-repeat 0.8em 0.75em transparent;
width: 24.55em;
padding-left: 3.45em;
padding-bottom: 2em;
}


li.icon-option-1c {
background: url(../images/icon-categorie-reg.gif) no-repeat 0.8em center transparent;
width: 34.55em;
padding-left: 3.45em;
}
li.icon-option-2c {
background: url(../images/icon-subcategorie-reg.gif) no-repeat 0.8em center transparent;
width: 34.55em;
padding-left: 3.45em;
}
li.icon-option-3c {
background: url(../images/icon-image-small.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-3c2 {
background: url(../images/icon-title-file.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-3c {
background: url(../images/icon-image-small.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-3c2 {
background: url(../images/icon-title-file.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}

/*-- Editare styles --*/
li.icon-option-3c3 {
background: url(../images/lower-footer-bg-img.gif) repeat-x left top #FFF;
width: 47em;
*width: 45.60em;
_width: 45em;
height: 5.4em;
padding: 0.8em;
border: solid 1px #ededed;
}

input.btn-delete {
background: url(../images/header-cat-1.gif) repeat-x left center #F00;
color: #FFF;
font-size: 1em;
font-weight: bold;
padding: 0.2em 2.3em;
border:outset 1px #F00;
cursor: pointer;
outline: none;
}
input.btn-delete-ov {
background: url(../images/footer-back-2.gif) repeat-x left center #F00;
color: #FFF;
font-size: 1em;
font-weight: bold;
padding: 0.2em 2.3em;
border:outset 1px #F00;
cursor: pointer;
outline: none;
}

span.thumb-user-post-img {
width: 5em;
height: 5em;
padding-right: 1em;
display: block;
float: left;
}
span.thumb-user-post-img img {
width: 4.6em;
height: 4.6em;
background: #FFF;
padding: 0.3em;
border: solid 1px #CCC;
}

a.top {
}
a.top:hover {
}
/*-- end of editare imagini styles --*/

li.icon-option-4c {
background: url(../images/icon-delete-small.gif) no-repeat right center transparent;
width: 16em;
padding-left: 1.45em;
line-height: 0em;
}

li.icon-option-4e {
background: url(../images/icon-country-reg.gif) no-repeat 0.8em center transparent;
width: 34.55em;
padding-left: 3.45em;
}

li.icon-option-4f {
background: url(../images/icon-info-small.gif) no-repeat 3.8em center transparent;
width: 40.55em;
padding-left: 6.45em;
}

li.icon-option-4g {
background: url(../images/icon-country-reg.gif) no-repeat 0.8em center transparent;
width: 34.55em;
padding-left: 3.45em;
}

li.icon-option-5c {
background: url(../images/icon-info-small.gif) no-repeat 0.8em center transparent;
width: 34.55em;
padding-left: 3.45em;
}
li.icon-option-6c {
background: url(../images/icon-mail-reg.gif) no-repeat 0.8em center transparent;
width: 24.55em;
padding-left: 3.45em;
}
li.icon-option-7c {
background: url(../images/icon-titlu-small.gif) no-repeat 0.8em center transparent;
width: 34.55em;
padding-left: 3.45em;
}
li.icon-option-8c {
background: url(../images/icon-descriere-small.gif) no-repeat 0.8em center transparent;
width: 34.55em;
padding-left: 3.45em;
}
li.option-code-c {
background: url(../images/icon-code-reg.gif) no-repeat 0.8em 0.75em transparent;
width: 24.55em;
padding-left: 3.45em;
padding-bottom: 2em;
}

li.tip-anunt {
width: 20em;
}

.formular-container-2 form ul li label, .formular-container-3 form ul li label, .formular-container-4 form ul li label {
font-family: "Tahoma", Arial, System;
color: #c40e1f;
padding: 0.4em 0em;
*padding: 0.35em 0em;
margin: 0em;
display: block;
}

li.options-submit-a {
width: 54.4em;
padding: 0em;
margin: 0em;
float: left;
clear: both;
} 

li.options-submit-b {
width: 56.4em;
padding: 0em;
margin: 0em;
float: left;
clear: both;
}

li.options-submit-c {
width: 56.4em;
padding: 0em;
margin: 0em;
float: left;
clear: both;
} 

label.termeni-container {
font-family: "Tahoma", Arial, System;
color: #c40e1f;
width: 40em;
padding: 0.8em 0em;
margin: 0em;
display: block;
}

.formular-container-2 form ul li label strong, .formular-container-3 form ul li label strong {
font-size: 1.2em;
font-weight: bold;
}
.formular-container-2 form ul li label input, .formular-container-3 form ul li label input, 
.formular-container-2 form ul li label select, .formular-container-3 form ul li label select {
color: #c40e1f;
font-family: "Verdana", Arial, Helvetica, sans-serif;
margin-right: 0.5em;
}
.formular-container-2 form ul li label select, .formular-container-3 form ul li label select {
margin-right: 0.5em;
}

.formular-container-2 form ul li label select {
*margin-top: 0.15em;
*margin-bottom: 0.15em;
}

.formular-container-2 form ul li label select option, .formular-container-3 form ul li label select option {
background: #FFF;
}

.formular-container-2 form ul li label textarea {
/*
color: #c40e1f;
font-family: "Verdana", Arial, Helvetica, sans-serif;
margin-right: 0.5em;
*/
display: none;
}

.formular-container-3 {
width: 56.4em;
height: auto;
padding: 2em 0em 1em 0em;
margin: 0em;
overflow: hidden;
float: left;
}

.formular-container-3 form {
width: 56.4em;
padding: 0em;
margin: 0em;
}

.formular-container-3 ul {
width: 50.2em;
height: auto;
padding: 0em;
margin: 0em;
float: left;
}


input.btn-update {
background: url(../images/btn-search.gif) no-repeat center top #CCC;
color: #FFF;
font-family: "Tahoma", Arial, System;
font-size: 1.1em;
font-style: normal;
font-weight: bold;
line-height: 1em;
width: 9.54em;
height: 2em;
margin: 1em 0em 1em 3.35em;
*margin: 1em 0em 0.5em 3.35em;
_margin: 1em 0em 0em 3.35em;
border: none;
cursor: pointer;
float: left;
}
input.btn-update-ov {
background: url(../images/btn-search.gif) no-repeat scroll center -2em; #CCC;
color: #FFF;
font-family: "Tahoma", Arial, System;
font-size: 1.1em;
font-style: normal;
font-weight: bold;
line-height: 1em;
width: 9.54em;
height: 2em;
margin: 1em 0em 1em 3.35em;
*margin: 1em 0em 0.5em 3.35em;
_margin: 1em 0em 0em 3.35em;
border: none;
cursor: pointer;
float: left;
}

input.check {
margin-left: 1.5em;
margin-right: 0.5em;
}

input.txtfields-2, select.txtfields-2 {
background: url(../images/bg-img-field-reg.gif) no-repeat left top transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 11em;
padding: 0.2em;
margin: 0em;
border: #a0a3a6 solid 1px;
}
input.txtfields-2-ov, select.txtfields-2-ov {
background: url(../images/bg-img-field-reg.gif) no-repeat scroll left -1.54em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 11em;
padding: 0.2em;
margin: 0em;
border: #F00 solid 1px;
}
input.txtfields-2:focus, input.txtfields-2:active,
select.txtfields-2:focus, select.txtfields-2:active {
background: url(../images/bg-img-field-reg.gif) no-repeat scroll left -1.53em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 11em;
padding: 0.2em;
margin: 0em;
border: #F00 solid 1px;
}
input.txtfields-2, select.txtfields-2, input.txtfields-2-ov, select.txtfields-2-ov, input.txtfields-2:focus, input.txtfields-2:active, select.txtfields-2:focus, select.txtfields-2:active {
margin-right: 0.5em;
}

input.txtfields-3, select.txtfields-3  {
background: url(../images/bg-img-field-3.gif) no-repeat left top transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
border: #a0a3a6 solid 1px;
}
input.txtfields-3-ov, select.txtfields-3-ov {
background: url(../images/bg-img-field-3.gif) no-repeat scroll left -1.54em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
border: #F00 solid 1px;
}
input.txtfields-3:focus, input.txtfields-3:active, select.txtfields-3:focus, select.txtfields-3:active {
background: url(../images/bg-img-field-3.gif) no-repeat scroll left -1.53em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
border: #F00 solid 1px;
}

input.txtfields-3, select.txtfields-3, input.txtfields-3-ov, select.txtfields-3-ov, input.txtfields-3:focus, input.txtfields-3:active, select.txtfields-3:focus, select.txtfields-3:active {
margin-right: 0.5em;
}

input.txtfields-4 {
background: url(../images/bg-img-field-reg.gif) no-repeat left top transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
border: #a0a3a6 solid 1px;
}
input.txtfields-4-ov {
background: url(../images/bg-img-field-reg.gif) no-repeat scroll left -1.54em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
border: #F00 solid 1px;
}
input.txtfields-4:focus, input.txtfields-4:active {
background: url(../images/bg-img-field-reg.gif) no-repeat scroll left -1.53em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
margin-right: 0.5em;
border: #F00 solid 1px;
}

input.txtfields-4, input.txtfields-4-ov, input.txtfields-4:focus, input.txtfields-4:active, input.txtfields-4:focus, input.txtfields-4:active {
margin-right: 0.5em;
}

input.check {
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 2em;
padding: 0em;
margin: 0em;
}

input.txtfields-5, select.txtfields-5  {
background: url(../images/bg-img-field-3.gif) no-repeat left top transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 11em;
padding: 0.2em;
margin: 0em;
border: #a0a3a6 solid 1px;
}
input.txtfields-5-ov, select.txtfields-5-ov {
background: url(../images/bg-img-field-3.gif) no-repeat scroll left -1.54em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 11em;
padding: 0.2em;
margin: 0em;
border: #F00 solid 1px;
}
input.txtfields-5:focus, input.txtfields-5:active, select.txtfields-5:focus, select.txtfields-5:active {
background: url(../images/bg-img-field-3.gif) no-repeat scroll left -1.53em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 11em;
padding: 0.2em;
margin: 0em;
margin-right: 0.5em;
border: #F00 solid 1px;
}

input.txtfields-5, select.txtfields-5, input.txtfields-5-ov, select.txtfields-5-ov, input.txtfields-5:focus, input.txtfields-5:active, select.txtfields-5:focus, select.txtfields-5:active {
margin-right: 0.5em;
}

input.txtfields-6, select.txtfields-6  {
background: url(../images/bg-img-field-3.gif) no-repeat left top transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
margin-right: 1em;
border: #a0a3a6 solid 1px;
}
input.txtfields-6-ov, select.txtfields-6-ov {
background: url(../images/bg-img-field-3.gif) no-repeat scroll left -1.54em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
margin-right: 1em;
border: #F00 solid 1px;
}
input.txtfields-6:focus, input.txtfields-6:active, select.txtfields-6:focus, select.txtfields-6:active {
background: url(../images/bg-img-field-3.gif) no-repeat scroll left -1.53em transparent;
color: #cc141c;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
width: 20em;
padding: 0.2em;
margin: 0em;
margin-right: 1em;
border: #F00 solid 1px;
}

textarea.txtarea-6 {
background: url(../images/lower-footer-bg-img.gif) repeat-x left top #FFF;
color: #cc141c;
font-size: 137%;
*font-size: 110%;
font-style: normal;
font-weight: normal;
width: 20em;
height: 7em;
padding: 0.2em;
margin: 0em;
margin-right: 1em;
border: #a0a3a6 solid 1px;
overflow: auto;
white-space: normal;
}

textarea.txtarea-6-ov, textarea.txtarea-6:focus, textarea.txtarea-6:active {
background: url(../images/lower-footer-bg-img.gif) repeat-x left top #FFF;
color: #cc141c;
font-size: 137%;
*font-size: 110%;
font-style: normal;
font-weight: normal;
width: 20em;
height: 7em;
padding: 0.2em;
margin: 0em;
margin-right: 1em;
border: #F00 solid 1px;
overflow: auto;
white-space: normal;
}


span.cod-2 {
width: 8em;
height: 3em;
vertical-align: middle;
margin-right: 1.2em;
overflow: hidden;
float: left;
}

/*

.separator-a {
background: #cc141c;
width: 49.5em;
height: 0.2em;
margin: 0em;
float: left;
clear: both;
display: block;
}

.separator-b {
background: #cc141c;
width: 49.5em;
height: 0.2em;
margin: 1em 0em;
float: left;
clear: both;
display: block;
}

.separator-c {
background: #cc141c;
width: 54.4em;
height: 0.2em;
margin: 1em 0em;
float: left;
clear: both;
display: block;
}

*/

.clear { clear: both; }



/*-- ANUNTURI STYLES --*/

.anunturi-container {
width: 59.4em;
height: auto;
padding: 0em;
margin: 0em;
float: left;
}

.anunturi-container h1 {
color: #000;
background: url(../images/bg-img-header-formulare.gif) repeat-x left bottom transparent;
font-size: 1.8em;
width: 32.25em;
height: 3.33em;
line-height: 3em;
padding: 0em 0em 0em 0.5em;
margin: 0em 0.11em;
display: block;
overflow: hidden;
}

.anunturi-container p {
font-size: 1.1em;
padding: 1em 3em 0em 4.5em;
line-height: 1.4em;
}
.anunturi-container p em {
color: #CC0000;
font-size: 1.2em;
font-style: normal;
font-weight: bold;
}
.anunturi-container p a {
color: #c40e1f;
font-weight: bold;
padding-bottom: 0.2em;
text-decoration: none;
}
.anunturi-container p a:hover {
color: #F00;
font-weight: bold;
padding-bottom: 0.2em;
text-decoration: underline;
}


/*Adauga ziar*/

#slide-panel-5 {
	background: url(../images/lower-footer-bg-img.gif) repeat-x left top #FFF;
	height: auto;
	padding: 1em 0em;
	margin: 0em 0.8em 0.5em 0.9em;
	border-left: solid 1px #b7b9b9;
	border-right: solid 1px #b7b9b9;
	border-bottom: solid 1px #b7b9b9;
	display: none;
	overflow: hidden;
}

input.btn-adauga-z {
background: url(../images/btn-search.gif) no-repeat center top transparent;
color: #FFF;
font-family: "Tahoma", Arial, System;
font-size: 1.1em;
font-style: normal;
font-weight: bold;
line-height: 1em;
width: 9.54em;
*width: 9.56em;
height: 2em;
margin: 1em 0em;
border: none;
cursor: pointer;
float: left;
*float: none;
*display: inline-block;
clear:both;
}
input.btn-adauga-z-ov {
background: url(../images/btn-search.gif) no-repeat scroll center -2em; transparent;
color: #FFF;
font-family: "Tahoma", Arial, System;
font-size: 1.1em;
font-style: normal;
font-weight: bold;
line-height: 1em;
width: 9.54em;
*width: 9.56em;
height: 2em;
margin: 1em 0em;
border: none;
cursor: pointer;
float: left;
*float: none;
*display: inline-block;
clear:both;
}

/* pagina utile styles*/

.text_articol_normal {
padding: 0em;
line-height: 1.6em;
text-align: left;
}

.text_articol_normal p {
padding: 0.5em 1em !important;
*padding: 0.5em 1em !important;
_padding: 0.5em !important;
margin: 0em;
}

/*End of pagina utile styles*/