/*CSS Document
-- General styles --*/
*
{
	margin: 0;
	padding: 0;
}
.continut-anunt B
{
	font-weight: normal;
}
/*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: 1px solid #B7B9B9;
}
DL.info-panel DD
{
	font-style: normal;
	font-weight: normal;
	line-height: 2em;
	padding: 0em;
	margin: 0.1em 0em;
	border: 1px solid #B7B9B9;
}
DL.info-panel DD SPAN
{
	background: transparent url(../images/arrow-back.gif) no-repeat -1em top;
	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: transparent url(../images/arrow-back.gif) no-repeat scroll left -2em;
	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;
	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;
	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;
	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: 2px solid #D4D6D7;
	border-right: 1px solid #B7B9B9;
	border-left: 1px solid #B7B9B9;
}
.stripNav LI.tab1 A
{
	background: #D4D6D7 url(../images/bg-img-anunt-headlines.gif) repeat-x left top;
}
.stripNav LI.tab2 A
{
	background: #D4D6D7 url(../images/bg-img-anunt-headlines.gif) repeat-x left top;
}
.stripNav LI.tab3 A
{
	background: #D4D6D7 url(../images/bg-img-anunt-headlines.gif) repeat-x left top;
}
.stripNav LI.tab4 A
{
	background: #D4D6D7 url(../images/bg-img-anunt-headlines.gif) repeat-x left top;
}
.stripNav LI.tab5 A
{
	background: #D4D6D7 url(../images/bg-img-anunt-headlines.gif) repeat-x left top;
}
.stripNav LI A:hover
{
	color: #F00;
	background: #15181F url(../images/tab-ov-select.gif) repeat-x left top;
	border-top: 2px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
.stripNav LI A.current
{
	background: #FFF url(../images/lower-footer-bg-img.gif) repeat-x left top;
	color: #D71016;
	border-top: 2px solid #D4D6D7;
	border-right: 1px solid #B7B9B9;
	border-left: 1px solid #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: 1px solid #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: #FFF url(../images/lower-footer-bg-img.gif) repeat-x left top;
	width: 48.4em;
	height: 5em;
	padding: 0.2em 1em 0.2em 0.2em;
	border-right: 1px solid #B7B9B9;
}
.row-anunturi-ov
{
	background: #FFF url(../images/lower-footer-bg-img.gif) repeat-x scroll left bottom;
	width: 48.4em;
	height: 5em;
	padding: 0.2em 1em 0.2em 0.2em;
	border-right: 1px solid #B7B9B9;
}
.lista-row DD
{
	width: 3em;
	height: 5em;
	float: right;
}
.lista-row DD A
{
	display: block;
	margin: 1.25em 0em;
}
A.btn-edit
{
	background: transparent url(../images/btn-edit.gif) no-repeat left top;
	width: 3em;
	height: 2.5em;
}
A.btn-edit:hover
{
	background: transparent url(../images/btn-edit.gif) no-repeat scroll left -2.5em;
	width: 3em;
	height: 2.5em;
}
A.btn-delete
{
	background: transparent url(../images/btn-delete.gif) no-repeat left top;
	width: 3em;
	height: 2.5em;
}
A.btn-delete:hover
{
	background: transparent url(../images/btn-delete.gif) no-repeat scroll left -2.5em;
	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: 1px solid #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: transparent url(../images/bg-img-anunt-headlines.gif) repeat-x left top;
	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: 1px solid #B7B9B9;
	display: block;
}
.meniu-numeric-cont UL LI A:hover, .meniu-numeric-cont UL LI A.selected
{
	color: #FFF;
	background: transparent url(../images/rubrica-small-header.gif) repeat-x left top;
	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: 1px solid #CC141C;
	display: block;
}
/*-- USER INFORMATION --*/
.user-information
{
	background: transparent url(../images/icon-user-small.gif) no-repeat right top;
	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: #FFF url(../images/lower-footer-bg-img.gif) repeat-x left top;
	width: auto;
	width: 51.2em;
	height: auto;
	padding: 1em;
	margin: 0em 1.5em 0.5em;
	border-left: 1px solid #B7B9B9;
	border-right: 1px solid #B7B9B9;
	border-bottom: 1px solid #B7B9B9;
	display: none;
	overflow: hidden;
}
#slide-panel-4
{
	display: block;
}
.slide
{
	color: #FFF;
	margin: 1em 1.5em 0em;
	padding: 0;
	width: 53.2em;
	border-bottom: 1px solid #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: 1px solid #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 sans-serif;
	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;
	margin: 0em;
	display: block;
	font: bold 1em sans-serif;
	color: #F00;
	text-decoration: none;
}
A.active
{
	background: url(../images/white-arrow.gif) no-repeat scroll right top;
}
.info-suplimentar-upload
{
	background: transparent url(../images/icon-alert.gif) no-repeat right top;
}
.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;
	padding: 2em 0em 1em;
	-padding: 2em 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: transparent url(../images/icon-user-reg.gif) no-repeat 0.8em center;
	width: 21.5em;
	padding-left: 3.45em;
}
LI.icon-option-2a
{
	background: transparent url(../images/icon-nick-reg.gif) no-repeat 0.8em center;
	width: 21.5em;
	padding-left: 3.45em;
}
LI.icon-option-3a
{
	background: transparent url(../images/icon-adress-reg.gif) no-repeat 0.8em center;
	width: 21.5em;
	padding-left: 3.45em;
}
LI.icon-option-4a
{
	background: transparent url(../images/icon-country-reg.gif) no-repeat 0.8em center;
	width: 21.5em;
	padding-left: 3.45em;
}
LI.icon-option-5a
{
	background: transparent url(../images/icon-phone-reg.gif) no-repeat 0.8em center;
	width: 21.5em;
	padding-left: 3.45em;
}
LI.icon-option-5a2
{
	background: transparent url(../images/icon-phone-reg.gif) no-repeat 0.8em center;
	width: 34.55em;
	padding-left: 3.45em;
}
LI.icon-option-6a
{
	background: transparent url(../images/icon-mail-reg.gif) no-repeat 0.8em center;
	width: 21.5em;
	padding-left: 3.45em;
}
LI.icon-option-7a
{
	background: transparent url(../images/icon-pass-reg.gif) no-repeat 0.8em center;
	width: 21.5em;
	padding-left: 3.45em;
}
LI.option-code-a
{
	background: transparent url(../images/icon-code-reg.gif) no-repeat 0.8em 0.75em;
	width: 21.5em;
	padding-left: 3.45em;
	padding-bottom: 1em;
}
LI.icon-option-1b
{
	background: transparent url(../images/icon-user-reg.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-2b
{
	background: transparent url(../images/icon-nick-reg.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-3b
{
	background: transparent url(../images/icon-adress-reg.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-4b
{
	background: transparent url(../images/icon-country-reg.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-5b
{
	background: transparent url(../images/icon-phone-reg.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-6b
{
	background: transparent url(../images/icon-mail-reg.gif) no-repeat 0.8em center;
	width: 21.5em;
	padding-left: 3.45em;
}
LI.icon-option-7b
{
	background: transparent url(../images/icon-pass-reg.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.option-code-b
{
	background: transparent url(../images/icon-code-reg.gif) no-repeat 0.8em 0.75em;
	width: 24.55em;
	padding-left: 3.45em;
	padding-bottom: 2em;
}
LI.icon-option-1c
{
	background: transparent url(../images/icon-categorie-reg.gif) no-repeat 0.8em center;
	width: 34.55em;
	padding-left: 3.45em;
}
LI.icon-option-2c
{
	background: transparent url(../images/icon-subcategorie-reg.gif) no-repeat 0.8em center;
	width: 34.55em;
	padding-left: 3.45em;
}
LI.icon-option-3c
{
	background: transparent url(../images/icon-image-small.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-3c2
{
	background: transparent url(../images/icon-title-file.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-3c
{
	background: transparent url(../images/icon-image-small.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-3c2
{
	background: transparent url(../images/icon-title-file.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
/*-- Editare styles --*/
LI.icon-option-3c3
{
	background: #FFF url(../images/lower-footer-bg-img.gif) repeat-x left top;
	width: 47em;
	width: 45.6em;
	-width: 45em;
	height: 5.4em;
	padding: 0.8em;
	border: 1px solid #EDEDED;
}
INPUT.btn-delete
{
	background: #F00 url(../images/header-cat-1.gif) repeat-x left center;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	padding: 0.2em 2.3em;
	border: 1px outset #F00;
	cursor: pointer;
	outline: none;
}
INPUT.btn-delete-ov
{
	background: #F00 url(../images/footer-back-2.gif) repeat-x left center;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	padding: 0.2em 2.3em;
	border: 1px outset #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: 1px solid #CCC;
}
A.top
{
}
A.top:hover
{
}
/*-- end of editare imagini styles --*/
LI.icon-option-4c
{
	background: transparent url(../images/icon-delete-small.gif) no-repeat right center;
	width: 16em;
	padding-left: 1.45em;
	line-height: 0em;
}
LI.icon-option-4e
{
	background: transparent url(../images/icon-country-reg.gif) no-repeat 0.8em center;
	width: 34.55em;
	padding-left: 3.45em;
}
LI.icon-option-4f
{
	background: transparent url(../images/icon-info-small.gif) no-repeat 3.8em center;
	width: 40.55em;
	padding-left: 6.45em;
}
LI.icon-option-4g
{
	background: transparent url(../images/icon-country-reg.gif) no-repeat 0.8em center;
	width: 34.55em;
	padding-left: 3.45em;
}
LI.icon-option-5c
{
	background: transparent url(../images/icon-info-small.gif) no-repeat 0.8em center;
	width: 34.55em;
	padding-left: 3.45em;
}
LI.icon-option-6c
{
	background: transparent url(../images/icon-mail-reg.gif) no-repeat 0.8em center;
	width: 24.55em;
	padding-left: 3.45em;
}
LI.icon-option-7c
{
	background: transparent url(../images/icon-titlu-small.gif) no-repeat 0.8em center;
	width: 34.55em;
	padding-left: 3.45em;
}
LI.icon-option-8c
{
	background: transparent url(../images/icon-descriere-small.gif) no-repeat 0.8em center;
	width: 34.55em;
	padding-left: 3.45em;
}
LI.option-code-c
{
	background: transparent url(../images/icon-code-reg.gif) no-repeat 0.8em 0.75em;
	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;
	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: #CCC url(../images/btn-search.gif) no-repeat center top;
	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: transparent url(../images/bg-img-field-reg.gif) no-repeat left top;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 11em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #A0A3A6;
}
INPUT.txtfields-2-ov, SELECT.txtfields-2-ov
{
	background: transparent url(../images/bg-img-field-reg.gif) no-repeat scroll left -1.54em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 11em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #F00;
}
INPUT.txtfields-2:focus, INPUT.txtfields-2:active, SELECT.txtfields-2:focus, SELECT.txtfields-2:active
{
	background: transparent url(../images/bg-img-field-reg.gif) no-repeat scroll left -1.53em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 11em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #F00;
}
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: transparent url(../images/bg-img-field-3.gif) no-repeat left top;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #A0A3A6;
}
INPUT.txtfields-3-ov, SELECT.txtfields-3-ov
{
	background: transparent url(../images/bg-img-field-3.gif) no-repeat scroll left -1.54em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #F00;
}
INPUT.txtfields-3:focus, INPUT.txtfields-3:active, SELECT.txtfields-3:focus, SELECT.txtfields-3:active
{
	background: transparent url(../images/bg-img-field-3.gif) no-repeat scroll left -1.53em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #F00;
}
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: transparent url(../images/bg-img-field-reg.gif) no-repeat left top;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #A0A3A6;
}
INPUT.txtfields-4-ov
{
	background: transparent url(../images/bg-img-field-reg.gif) no-repeat scroll left -1.54em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #F00;
}
INPUT.txtfields-4:focus, INPUT.txtfields-4:active
{
	background: transparent url(../images/bg-img-field-reg.gif) no-repeat scroll left -1.53em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	margin-right: 0.5em;
	border: 1px solid #F00;
}
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: transparent url(../images/bg-img-field-3.gif) no-repeat left top;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 11em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #A0A3A6;
}
INPUT.txtfields-5-ov, SELECT.txtfields-5-ov
{
	background: transparent url(../images/bg-img-field-3.gif) no-repeat scroll left -1.54em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 11em;
	padding: 0.2em;
	margin: 0em;
	border: 1px solid #F00;
}
INPUT.txtfields-5:focus, INPUT.txtfields-5:active, SELECT.txtfields-5:focus, SELECT.txtfields-5:active
{
	background: transparent url(../images/bg-img-field-3.gif) no-repeat scroll left -1.53em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 11em;
	padding: 0.2em;
	margin: 0em;
	margin-right: 0.5em;
	border: 1px solid #F00;
}
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: transparent url(../images/bg-img-field-3.gif) no-repeat left top;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	margin-right: 1em;
	border: 1px solid #A0A3A6;
}
INPUT.txtfields-6-ov, SELECT.txtfields-6-ov
{
	background: transparent url(../images/bg-img-field-3.gif) no-repeat scroll left -1.54em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	margin-right: 1em;
	border: 1px solid #F00;
}
INPUT.txtfields-6:focus, INPUT.txtfields-6:active, SELECT.txtfields-6:focus, SELECT.txtfields-6:active
{
	background: transparent url(../images/bg-img-field-3.gif) no-repeat scroll left -1.53em;
	color: #CC141C;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	width: 20em;
	padding: 0.2em;
	margin: 0em;
	margin-right: 1em;
	border: 1px solid #F00;
}
TEXTAREA.txtarea-6
{
	background: #FFF url(../images/lower-footer-bg-img.gif) repeat-x left top;
	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: 1px solid #A0A3A6;
	overflow: auto;
	white-space: normal;
}
TEXTAREA.txtarea-6-ov, TEXTAREA.txtarea-6:focus, TEXTAREA.txtarea-6:active
{
	background: #FFF url(../images/lower-footer-bg-img.gif) repeat-x left top;
	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: 1px solid #F00;
	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 .titlu-anunt:hover
{
	color: #6A0005;
}
.anunturi-container .titlu-anunt
{
	color: #CB1921;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}
.anunturi-container H1
{
	color: #000;
	background: transparent url(../images/bg-img-header-formulare.gif) repeat-x left bottom;
	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: #FFF url(../images/lower-footer-bg-img.gif) repeat-x left top;
	height: auto;
	padding: 1em 0em;
	margin: 0em 0.8em 0.5em 0.9em;
	border-left: 1px solid #B7B9B9;
	border-right: 1px solid #B7B9B9;
	border-bottom: 1px solid #B7B9B9;
	display: none;
	overflow: hidden;
}
INPUT.btn-adauga-z
{
	background: transparent url(../images/btn-search.gif) no-repeat center top;
	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*/

