/* New styles by C-RB.Ro */
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #342200;
	padding: 0;
	margin: 0;
}

input, select, textarea {
	font-family: 'Montserrat', sans-serif;
}
/* <--- Header ---> */
#menu-cont {
	background: #f5f4f2;
	padding-bottom: 40px;
}

#menu-cont navbar {
	background: #342200;
	display: block;
}

.rawNavbar {
	max-width: 1240px;
	margin: auto;
}

.rawNavbar #logo .logo {
	display: inline-block;
}

.adauga_anunt a {
	background: #fff;
	color:#342200;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.adauga_anunt a:hover {
	background: none;
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 5px #fff;
	-moz-box-shadow: inset 0 0 0 5px #fff;
	-ms-box-shadow: inset 0 0 0 5px #fff;
	-o-box-shadow: inset 0 0 0 5px #fff;
	box-shadow: inset 0 0 0 5px #fff;
}

.autentificare {
	margin-right: 20px;
}

.autentificare .userNavInfo {
	background: #fff;
	position: absolute;
	display: none;
	-webkit-box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	-moz-box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	-ms-box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	-o-box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 180px;
	z-index: 5;
}

.autentificare:hover .userNavInfo {
	display: block;
}

.autentificare .userNavInfo a { 
	width: 100%;
	color: #342200;
}

.autentificare .userNavInfo a:hover {
	color: #e68325;
}

.autentificare a {
	color: #fff;
}

.autentificare a img {
	float: left;
	width: 20px;
	margin-right: 16px;
}

navbar #login li a {
	font-weight: 800;
	line-height: 1.25;
	font-size: 14px;
	padding: 13px 22px;
	display: inline-block;
}

navbar #login ul {
	margin-top: 14px;
}

#logo img {
	display: block;
}

#menu_ {
	padding: 0 0 40px 0;
}

#menu_ .rawTextHeader {
	max-width: 1240px;
	margin: 0 auto;
}

#menu_ .rawTextHeader h1 {
	color: #e68325;
	font-size: 22px;
	text-align: center;
}

#menu_ .rawTextHeader span {
	color: #bf1e2e;
}

#menu_ .rawTextHeader span img {
	width: 26px;
	padding: 0 10px;
}

.rawMobilenNav {
	display: none;
	overflow: hidden;
}

.rawMobilenNav .rawContulMeu {
	overflow: hidden;
	cursor: pointer;
	float: right;
	padding: 15px;
	position: relative;
	z-index: 1001;
	margin-right: 70px;
}

.rawMobilenNav .rawContulMeu img {
	height: 30px;
}

.rawMobilenNav .logo img { 
	height: 60px;
}

.rawMobilenNav #logo {
	float: left;
}

#cauta_js {
	max-width: 1240px;
	margin: auto;
	background: #fff;
}

#cauta_js form {
	overflow: hidden;
}

#cauta_js .rawsearch {
	width: 70%;
	float: right;
}

#cauta_js select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(crbimg/arrow-ico.png);
	background-repeat: no-repeat;
	background-size: 16px;
}

#cauta_js select#judet_cautare {
	background-position: 146px;
	padding-right: 55px;
}

#cauta_js select#cat_cautare {
	background-position: 160px;
	padding-right: 0;
}

#cauta_js select:-ms-expand {
	display: none;
}

#cauta_js select:focus {
	outline: none;
}

#cauta_js select,
#button {
	float: right;
	height: 56px;
	font-family: 'Montserrat', sans-serif;
	color: #342200;
	font-weight: 600;
	border-left: 1px solid #f5f4f2;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding: 0 25px;
	cursor: pointer;
}

#cauta_js #button {
	background: none;
	background-image: url(crbimg/paw-ico.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 133px;
	text-align: left;
	padding-right: 70px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#cauta_js #button:hover {
	background-image: url(crbimg/paw-ico-white.png);
	color: white;
	background-color: #342200;
}

#cauta_js select option {
	background: #ccc;
	padding: 3px 2px;
	font-weight: bold;
}

#cauta_js select option.sub {
	background: white;
	font-weight: normal;
}

#cauta_js select.judete option {
	background: #fff!important;
}

#cauta_js input[type='text'] {
	padding-left: 70px;
	background-color: #fff;
	border: none;
	height: 56px;
	background-image: url(crbimg/search-ico.png);
	background-repeat: no-repeat;
	background-position: 25px 17px;
	background-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #342200;
	font-weight: 600;
	width: 30%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.banner_top {
	position: relative;
	max-width: 1240px;
	overflow: hidden;
	margin: auto;
	background: white;
}

.banner_top a img {
	float: right;
}
/* <--- Header ---> */
/* <--- Afisare anunturi VIP ---> */
.rawpromovip {
	background: #f5f4f2;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 40px;
}

.rawpromovip .rawanunturipromo {
	max-width: 1240px;
	margin: auto;
	--auto-grid-min-size: 16rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
	grid-gap: 1rem;
}

.rawanunturipromo .rawanuntvip {
	padding: 15px 15px 0 15px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	text-align: left;
}

.rawanuntvip .rawcardimg {
	background: #342200;
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: block;
	position: relative;
}

.rawanuntvip .rawcardimg img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.rawanuntvip .rawcarddescription {
	font-size: 12px;
	font-weight: 300;
}

.rawanuntvip .rawcardprice {
	font-weight: 900;
}

.rawanuntvip .rawcardtitle {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-decoration: none;
	color: #342200;
	margin-top: 14px;
}

.rawanuntvip .rawcardtitle:hover {
	color: #e68325;
}

.rawanuntvip .rawcarddescription {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}






/* <--- Afisare VIP ---> */
/* <--- Reclama Anunturi VIP ---> */
.rawanunturivip {
	background: #e68325;
}

.rawavip {
	margin: auto;
	max-width: 1000px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.rawavip p {
	float: left;
}

.rawavip a {
	float: left;
}

.rawavip p {
    font-size: 20px;
    font-weight: 800;
    color: white;
	padding: 0 40px;
}

.rawavip p span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #342200;
	padding-top: 15px;
}

.rawavip .rawbtn {
	font-size: 14px;
	font-weight: 800;
	padding: 13px 22px;
	text-decoration: none;
	background: #fff;
	color: #342200;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rawavip .rawbtn:hover {
    background: none;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    -moz-box-shadow: inset 0 0 0 5px #fff;
    -ms-box-shadow: inset 0 0 0 5px #fff;
    -o-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
}
/* <--- Reclama Anunturi VIP ---> */

/* <--- Footer ---> */
#footer_nou {
	background: #f5f4f2;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 14px;
}

#footer_nou .footer {
	max-width: 1240px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 100px;
	display: inline-block;
}

#footer_nou .footer .logo img {
	width: 100%;
}

#footer_nou .footer .logo, .descr, .descr_a, .media_a, .pub_a {
	width: 20%;
	float: left;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

#footer_nou .footer h4 {
	border-bottom: 1px solid #e68325;
	line-height: 40px;
	margin: 0;
	margin-bottom: 10px;
	margin-top: -10px;
}

#footer_nou .footer .descr p {
	font-weight: 300;
	margin: 0;
	margin-bottom: 20px;
}

#footer_nou .footer .descr .social-ico {
	width: 25%;
	float: left;
}

#footer_nou .footer .descr .social-ico img {
	width: 40px;
}

#footer_nou .footer .c {
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #0000001c;
	line-height: 50px;
}

#footer_nou .footer .c a {
	display: inline;
	color: #b5202e;
}

#footer_nou .footer a {
	text-decoration: none;
	display: block;
	line-height: 2;
	color: #342200;
}

#footer_nou .footer a:hover {
	text-decoration: underline;
}

#footer_nou .footer .pub_a img {
	width: 100%;
	padding: 10px 0;
}

/* <--- Footer ---> */

/* <--- Main container ---> */
/* <--- Left ---> */
#page {
	padding: 20px 0;
	max-width: 1240px;
	margin: auto;
	overflow: hidden;
	font-size: 14px;
	height: auto !important;
}

#left h2 {
	padding: 17px 0 17px 25px;
	display: block;
	color: #fff;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	background: #342200;
	font-size: 12px;
	margin: 0;
}

.rawCardInfo h2 {
	padding: 17px 0 17px 25px;
	display: block;
	color: #fff;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	background: #342200;
	font-size: 12px;
	margin: 0;
}

#left .box {
	background: url(images/box_bg.png);
	padding: 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#left .text1 {
	margin: 0 0 10px 0;
	width: 132px;
	border: 1px solid #a5a5a5;
	padding: 3px;
}

#left .text {
	margin: 0 0 10px 0;
	width: 140px;
	border: 1px solid #a5a5a5;
	padding: 3px;
}

#left .leftad {
	background: #cdcdcd url(images/h2_left.png) top left no-repeat;
	padding: 8px 0 10px 35px;
	margin: 0 0 20px 0;
}

#left ul a {
	color: #342200;
	text-decoration: none;
	cursor: pointer;
	padding: 15px 0 15px 25px;
	display: block;
	border-bottom: 1px solid #e68325;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#left ul a:hover {
	color: #fff;
	background: #e68325;
}

#left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

#left ul li ul {
	display: none;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

#left ul li.active ul {
	display: block;
}

#left ul li.active a {
	color: #ffffff;
	font-weight: bold;
	background: #e68325;
}

#left ul li ul li {
	margin: 0 0 1px 0;
	background: #f5f4f2!important;
	padding: 15px 0 15px 10px !important;
}

#left ul li ul li a {
	color: #e68325 !important;
	font-weight: normal !important;
	display: inline !important;
	background: none !important;
	border: none;
}

#left ul li ul li:hover,
#left ul li ul li:focus {
	background-image: none!important;
	background: #fff!important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
/* <--- Left ---> */
/* <--- Middle ---> */
#center {
	float: left;
	width: 60%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

#center #promovate p { 
	margin: 20px 0 10px 0;
}

#center #promovate .rawcategorii {
	overflow: hidden;
}

#center #promovate .rawAnunturiCuBanner {
	margin-top: 25px;
}

#center #promovate .rawAnunturiCuBanner img {
	width: 100%;
}

#center #promovate .rawcategorii a {
	float: left;
	width: 20%;
	padding: 20px 15px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

#center #promovate .rawcategorii a:hover {
	filter: invert(58%) sepia(84%) saturate(1396%) hue-rotate(345deg) brightness(95%) contrast(90%);
}

#center #promovate .rawcategorii a p {
	text-align: center;
	color: #342200;
	font-weight: 800;
}

#promovate {
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#promovate h2 {
	text-align: center;
	display: block;
	margin: 0;
	color: #342200;
	display: block;
	font-size: 26px;
	font-weight: 600;
}

#promovate h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#promovate h3 a {
	color: #e68325;
	text-decoration: none;
}

#promovate h3 a:hover {
	color: #e68325;
	text-decoration: underline;
}

#promovate h4 {
	padding: 0 0 10px 25px;
	font-size: 19px;
	background: url(images/h2_categorii.png) no-repeat;
}

#promovate .stire {
	padding: 5px;
	overflow: hidden;
	border: 1px solid #fff6ed;
	width: 188px;
	margin: 0 10px 0 0;
	float: left;
}

#promovate .stire:hover {
	background: #fff6ed;
}

#promovate .stire p {
	padding: 0 50px 0 0;
	margin: 0 0 0 64px;
	font-size: 12px;
}

#promovate .stire img {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #fff;
}

#promovate .first {
	background: #eee;
}

#promovate .stire1 {
	background: #eee;
	margin: 0 15px 10px 0;
}

#promovate .stire1 {
	margin: 0 15px 10px 0;
}

#promovate .stire3 {
	background: #eee;
	margin: 0 0 10px 0;
}

/* <--- Middle ---> */
/* <--- Right ---> */

.meniu_rase .rawHideRight {
	color: #fff;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	background: #342200;
	font-size: 12px;
	height: 50px;
}

.meniu_rase .rawHideRight span {
	float: left;
	margin: 17px 25px;
}

.rawHamburg {
	cursor: pointer;
	background-color: #e68325;
	float: right;
	margin: 10px;
	display: none;
}

.bar1, .bar2, .bar3 {
	width: 25px;
	height: 4px;
	background-color: #fff;
	margin: 5px;
	transition: 0.4s;
}

.rawchange .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	transform: rotate(-45deg) translate(-6px, 6px);
}

.rawchange .bar2 {opacity: 0;}

.rawchange .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -8px);
	transform: rotate(45deg) translate(-6px, -8px);
}

.meniu_rase ul li a {
	color: #342200;
	text-decoration: none;
	cursor: pointer;
	padding: 15px 0 15px 25px;
	display: block;
	border-bottom: 1px solid #e68325;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.meniu_rase ul li a:hover {
	color: #fff;
	background: #e68325;
}

.meniu_rase ul {
	display: block;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	color: #e68325;
}

.meniu_rase ul li a {
	text-decoration: none;
	cursor: pointer;
}

#right, #left {
	width: 20%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

#right .box {
	background: url(images/box_bg.png);
	padding: 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#right .text1 {
	margin: 0 0 10px 0;
	width: 132px;
	border: 1px solid #a5a5a5;
	padding: 3px;
}

#right .text {
	margin: 0 0 10px 0;
	width: 140px;
	border: 1px solid #a5a5a5;
	padding: 3px;
}

.rawimgright {
	width: 100%;
	margin-top: 27px;
}

.rawimgright a {
	width: 50%;
	float: left;
	padding: 2px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.rawimgright a img {
	width: 100%;
}
/* <--- Right ---> */
/* <--- Contact Page ---> */

.rawContactPage {
	margin-bottom: 40px;
}

.rawContactPage .rawLeftContact {
	float: left;
	width: 50%;
	padding: 20px 40px 20px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.rawContactPage .rawCenterContact {
	clear: both;
}

.rawContactPage .rawCenterContact #checkbox {
	margin: auto;
	display: block;
	margin-bottom: 20px;
}

.rawContactPage .rawRightContact {
	float: right;
	width: 50%;
	padding: 20px 0 20px 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.rawContactPage .input {
	width: 100%;
}


.rawContactPage input[type="submit"] {
	background: #342200;
    background-size: auto;
	background-size: 100% 100%;
	padding: 13px 0;
	border: none;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	width: 40%;
	margin: auto;
	font-size: 14px;
	font-weight: 800;
	display: block;
	margin-bottom: 20px;
}

.rawContactPage input[type="submit"]:hover {
	color: #342200;
	background: none;
	-webkit-box-shadow: inset 0 0 0 5px #342200;
	-moz-box-shadow: inset 0 0 0 5px #342200;
	-ms-box-shadow: inset 0 0 0 5px #342200;
	-o-box-shadow: inset 0 0 0 5px #342200;
	box-shadow: inset 0 0 0 5px #342200;
}

/* <--- Contact Page ---> */


.cta {
	background-color: white;
	border: 1px solid lightgrey;
	border-radius: 6px;
	color: #e68325;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 1em;
	padding: 12px;
	text-decoration: none;
}
.cta:hover {
	background-color: lightgrey;
	color: slategrey;
	text-decoration: none;
}


/* <--- Main container ---> */




/* New styles by C-RB.Ro */












#raw6, #raw8, #raw10, #raw11 {
	display: none;
}


#rawDetSeller {
	width: 70px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

.rawDetSeller p:first-child {
	margin: 10px;
	font-weight: 900;
	font-size: 16px;
}

.rawDetSeller p:last-child {
	margin: 10px;
	color: #e68325;
}


#center .anunt {
	margin-bottom: 20px;
}

img {
	border: none;
}

.data_anunt {
	float: left;
}

.titlu_anunt {
	font-size: 150%;
	border-bottom: 1px solid #e68325;
	line-height: 50px;
	margin-top: 10px;
}

.anunt_text {
	margin-bottom: 20px;
}

.anunt_contact ul {
	list-style: none;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-o-padding-start: 0;
	-ms-padding-start: 0;
	margin-left: 10px;
}

.anunt_contact ul li {
	padding: 10px;
}

.anunt_contact {
	font-size: 140%;
}

.anunt_contact span {
	color: #444;
}

.anunt_contact .judet_anunt {
	color: #ff7f00;
}

.anunt_contact .nume_anunt {
	color: #ff7f00;
}

.anunt_contact .telefon_anunt {
	padding-left: 30px;
	font-weight: bold;
	color: #000;
}

.anunt_contact .email_anunt .buton {
	/*background: url(images/trimite_mesaj.png)!important;
	width: 158px!important;
	height: 40px!important;*/
}

.banner_patrat {
	height: 250px;
	width: 300px;
	background: #000;
}

.anunt .send_mail {
	text-align: center;
	margin: 30px 0;
}

.rawCardInfo .email_anunt button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.rawCardInfo .telefon_anunt, .rawCardInfo .email_anunt button {
	border: 2px solid #342200;
	border-radius: 4px;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	padding: 15px 20px;
	text-align: center;
	margin-top: 20px;
}

.rawCardInfo .email_anunt a {
	text-decoration: none;
}

.rawCardInfo .email_anunt button {
	background: #342200;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rawCardInfo .email_anunt button:hover {
	background: none;
	color: #342200;
}

#gallery {
	position: relative;
}

#gallery .rawSmallGallery {
	background: #342200;
	overflow: hidden;
	padding: 0 0 5px 0;
}

#gallery .small {
	position: relative;
	float: left;
	width: 20%;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
	height: 90px;
}

#gallery .small img {
	width: 100%;
	cursor: pointer;
}

#gallery .big {
	text-align: center;
	border: 1px solid #342200
}

#gallery .big img {
	max-width: 100%;
	max-height: 400px;
	min-height: 400px;
	cursor: pointer;
	margin: 5px 0;
}

#logo_inregistrare {
	text-align: center;
}

#logo_inregistrare img {
	width: 300px;
	height: 80px;
}

a {
	cursor: pointer;
}

#rase_js {
	height: 340px;
	position: absolute;
	top: 38px;
	background: #623500;
	display: inline-block;
	border-radius: 0 0 5px 5px;
	display: none;
	padding: 10px 0;
}

#rase_js ul {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-o-padding-start: 0;
	-ms-padding-start: 0;
}

#rase_js a {
	padding: 7px 20px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#rase_js a:hover {
	background: url('images/bg_menu_hover.png');
	background-size: 100% 100%;
	background-repeat: repeat-x;
	text-decoration: underline;
}

#rase {
	display: inline-block;
	line-height: 40px;
	text-decoration: none;
	padding: 0 20px;
	border-radius: 5px 0 0 5px;
	font-weight: bold;
	background: url('images/bg_menu_hover.png');
	background-size: 100% 100%;
	background-repeat: repeat-x;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
}

#rase:hover,
#rase:focus {
	text-decoration: underline;
}

.rawRaseContainer {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rawRaseContainer .rawRaseCards {
	float: left;
	width: 33.33%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rawRaseContainer .rawRaseCards a.rase_link {
	color: #e68325;
	text-decoration: none;
	display: block;
	margin: 10px 0;
}

.rawRaseContainer .rawRaseCards a img {
	width: 100%;
}

a.rase_link:hover {
	text-decoration: underline;
}


#header_top {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/header_top.png);
}

#header_top .continut {
	position: relative;
	margin: auto;
	width: 950px;
	line-height: 20px;
}

#header_top a {
	margin-right: 10px;
	text-decoration: none;
	-webkit-transition: color 0.3s;
}

#header_top a:hover,
#header_top a:focus {
	color: #744505;
	-webkit-transition: color 0.3s;
}

.anunt_vip {
	text-align: center;
	padding: 10px;
	margin-bottom: 50px;
	border: 1px solid #eee;
	width: 100%;
	line-height: 0;
	font-size: 18px;
	-webkit-box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	-moz-box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	-ms-box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	-o-box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	box-shadow: 0 0 4px 0 rgba(53, 22, 0, 0.15), 0 0 4px 0 rgba(53, 22, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.anunt_vip:hover {
	-webkit-transform: scale(1.03);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.rawCardVip {
	float: left;
	width: 33.33%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.anunt_vip .slide {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
}

.anunt_vip .slide img {
	position: absolute;
	left: 0;
	top: 0;
}

.anunt_vip .buton {
	line-height: 20px;
}

.slide a {
	-webkit-transition: all 0.3s;
}

.anunt_vip img {
	width: 100%;
	margin: 5px 0;
}

.anunt_vip h2 {
	color: #342200;
	font-size: 110%;
	line-height: 25px;
}

.anunt_vip ul {
	line-height: 25px;
	text-align: left;
}

.anunt_vip span {
	background: #da801f;
	padding: 20px;
	border-radius: 5px;
	font-size: 120%;
	color: #fff;
	margin: 10px 5px;
}

.anunt_vip ul {
	list-style: none;
	-webkit-padding-start: 0;
	padding: 0;
}

.anunt_vip li {
	background-image: url(images/success_vip.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
}

.anunt_vip td {
	text-align: right;
	padding: 10px;
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
}

.anunt_vip td:hover {
	background-color: #FFEFB2;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
}

.anunt_vip span {
	display: block;
}

.autentificare_ td:nth-child(2n+1) {
	padding-right: 0px!important;
}

.autentificare_ h1 {
	padding: 13px;
	font-size: 19px;
	background: #342200;
	margin: 0;
	color: #fff;
	text-align: center;
}

#footer_inregistrare {
	background-color: #ffce2b;
	background-size: 100% 100%;
	background-image: url("images/footer.png");
	height: 170px;
	width: 100%;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

#footer_inregistrare div {
	margin-top: 100px;
	width: 400px;
	position: relative;
	display: inline-block;
	margin-left: -50px;
}

.jos {
	position: fixed!important;
	bottom: 0!important;
}

#inregistrare_ {
	position: relative;
	margin: auto;
	font-weight: bold
}

#inregistrare_ table {
	margin: auto;
}

#inregistrare_ .msg_ {
	display: block;
	font-weight: normal;
	text-align: left;
}

#inregistrare_ table td:nth-child(2n+1) {
	text-align: right;
	width: 100px;
	padding-right: 30px;
}

#inregistrare_ table td {
	padding: 10px;
	vertical-align: top;
}

.input {
	background: #f5f4f2;
	border: none;
	border-bottom: 2px solid #342200;
	display: block;
	padding: 15px 20px;
	margin: 10px 0 20px;
	width: 320px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.input:focus {
	border-color: #e68325 !important;
	outline: 0;
}

#inregistrare_ table input {
	height: 25px;
	padding: 0px 10px;
	width: 200px;
	border: 1px solid #999;
	line-height: 25px;
}

#inregistrare_ table input:focus {
	border: 1px solid #e68325;
}

#inregistrare_ table #checkbox {
	width: auto;
	height: auto;
	border: none;
}

#inregistrare_ table select {
	width: 220px;
	padding: 7px;
	border: 1px solid #999;
}

#inregistrare_ table select:focus {
	border: 1px solid #e68325;
}

#inregistrare_ #submit {
	background: #342200;
	background-size: 100% 100%;
	padding: 13px 0;
	border: none;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	width: 320px;
	font-size: 14px;
	font-weight: 800;
	display: block;
	margin-bottom: 20px;
}

#inregistrare_ p {
	text-align: center;
}

#inregistrare_ form {
	margin: auto;
	width: 320px;
	margin-bottom: 40px;
}

#inregistrare_ .rawAiuitat {
	width: 320px;
}

#inregistrare_ .rawAiuitat p {
	float: left;
}

#inregistrare_ .rawAiuitat a {
	float: right;
}

#inregistrare_ #submit:hover {
	color: #342200;
	background: none;
	-webkit-box-shadow: inset 0 0 0 5px #342200;
	-moz-box-shadow: inset 0 0 0 5px #342200;
	-ms-box-shadow: inset 0 0 0 5px #342200;
	-o-box-shadow: inset 0 0 0 5px #342200;
	box-shadow: inset 0 0 0 5px #342200;
}

a {
	outline: none;
	color: #e68325;
}

.left {
	float: left;
}

.right {
	float: right;
}

#header {
	width: 970px;
	overflow: hidden;
	background: #fff6ed;
	margin: 10px 10px 15px 10px;
	height: 100px;
	vertical-align: bottom;
	display: inline;
}

#header .banner {
	width: 728px;
	height: 90px;
	float: right;
	margin: 0 0 0 0;
}

#menu {
	background: url("images/menu_bg.png") repeat-x scroll center top transparent;
	margin: 0 auto;
	overflow: hidden;
	width: 970px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	display: inline;
	margin: 0;
}

#menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	/*padding: 12px 15px 6px 15px;*/
	padding: 12px 12px 6px 11px;
	height: 21px;
	border-right: 1px solid #797979;
}

#menu ul li a:hover {
	background: url(images/menu_bg.png) bottom repeat-x;
}

#menu ul li.menuad {
	padding: 13px 0 0 15px;
}

#menu input {
	padding: 4px;
	border: 1px solid #fff !important;
	float: left;
	margin: 0 5px 0 0;
}

#menu select {
	margin: 0 5px 0 0;
	padding: 4px!important;
	border: 0 none !important;
	float: left;
}

#menu .submit {
	float: left;
	margin: 0;
	padding: 0!important;
	border: 0 none!important;
	background: url(images/cauta.png) no-repeat;
	width: 83px;
	height: 26px;
	cursor: pointer;
	outline: none;
	text-indent: -9999px!important;
	display: block;
	font-size: 0;
	display: block;
	line-height: 0;
}

#login {
	float: right;
}

#login form {
	margin: 0 0 0 0;
	padding: 0;
}

#login ul {
	list-style-type: none;
	margin: 0;
}

#login ul li {
	float: left;
	display: inline;
}

#login a {
	text-decoration: none;
}

#contnou a {
	float: left;
	width: 111px;
	height: 24px;
	display: block;
	background: url(images/contnou.png) top no-repeat;
	text-indent: -9999px;
	margin: 1px 0 0 0;
}

#contnou a:hover {
	background: url(images/contnou.png) bottom no-repeat;
}

#submit a {
	float: left;
	width: 62px;
	height: 24px;
	display: block;
	background: url(images/login_btn.png) top no-repeat;
	text-indent: -9999px;
	margin: 1px 10px 0 0;
	cursor: pointer;
}

#submit a:hover {
	background: url(images/login_btn.png) bottom no-repeat;
}

#curs {
	background: #d8d8d8;
	overflow: hidden;
	padding: 10px;
	margin: 0 0 15px 0;
}

.user {
	float: left;
	width: 163px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 10px 0 0;
}

.password {
	float: left;
	width: 163px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 10px 0 0;
}

.forgot {
	float: left;
	margin: 1px 0 0 0;
}

#contulmeu {
	width: 173px;
	height: 84px;
	float: right;
}

#contulmeu ul {
	margin: 5px 0 0 25px;
	padding: 0;
}

#contulmeu ul li a {
	color: #323232;
	text-decoration: none;
}

#contulmeu ul li a:hover {
	color: #323232;
	text-decoration: underline;
}

.rawArtBlog {
	border: 1px solid #342200;
	padding: 20px;
    padding-top: 20px;
	padding-top: 0px;
	margin-bottom: 20px;
}

.rawArtBlog img {
	width: 100%;
	height: 100%;
}

#home a {
	width: 90px;
	height: 30px;
	background: url(images/menu_home.jpg) top no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

#home a:hover {
	background: url(images/menu_home.jpg) bottom no-repeat;
}

.rawAdaugaAnunt h1 {
	padding: 13px;
	font-size: 19px;
	background: #342200;
	margin: 0;
	color: #fff;
	text-align: center;
}

.rawAdaugaAnunt form {
	margin: auto;
	width: 320px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.rawAdaugaAnunt input[type=submit] {
	background: #342200;
	background-size: 100% 100%;
	padding: 13px 0;
	border: none;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	width: 320px;
	font-size: 14px;
	font-weight: 800;
	display: block;
	margin-bottom: 20px;
}

.rawAdaugaAnunt input[type=submit]:hover {
	color: #342200;
	background: none;
	-webkit-box-shadow: inset 0 0 0 5px #342200;
	-moz-box-shadow: inset 0 0 0 5px #342200;
	-ms-box-shadow: inset 0 0 0 5px #342200;
	-o-box-shadow: inset 0 0 0 5px #342200;
	box-shadow: inset 0 0 0 5px #342200;
}

.rawAdaugaAnunt .rawPretAndCoin {
	width: 320px;
}

.rawAdaugaAnunt .rawPretAndCoin input {
	width: 65%;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.rawAdaugaAnunt .rawPretAndCoin select {
	width: 30%;
	float: right;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	height: 48px;
}

.rawAdaugaAnunt textarea {
	font-size: 14px;
}

.rawVerificareBox {
	background: #e68325;
	margin: auto;
	border-radius: 4px;
	padding: 5px 0;
}

.rawVerificareBox img { 
	border-radius: 4px;
	display: block;
	margin: auto;
}

#adauga a {
	width: 150px;
	height: 30px;
	background: url(images/menu_adauga.jpg) top no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

#adauga a:hover {
	background: url(images/menu_adauga.jpg) bottom no-repeat;
}

#clock1 {
	width: 250px;
	float: left;
	padding: 7px 0 0 10px;
}

#cautare {
	height: 30px;
	width: 200px;
	float: right;
	background: url(images/cautare.jpg) top left no-repeat;
}

#cautare form {
	padding: 0;
	margin: 0;
}

.cautare {
	margin: 0;
	padding: 6px 15px 0 3px;
	float: left;
	width: 130px;
	background: transparent;
	border: 0 none;
}


.ad {
	padding: 0 0 5px 0;
	width: 200px;
}




#categorii {
	width: 630px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#categorii h2 {
	padding: 0 0 10px 25px;
	margin: 0;
	font-size: 19px;
	background: url(images/h2_categorii.png) no-repeat;
}

#categorii ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.number {
	font-size: 12px;
	font-weight: normal;
}

.subcats {
	color: #323232;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
	text-transform: none;
}

.subcats img {
	float: left;
	margin: 3px 10px 0 0;
}

.cats {}

.cats a {
	background: #ffffff url(images/cats.png) top left no-repeat;
	padding: 5px 5px 3px 38px;
	display: block;
	margin: 0 0 5px 0;
	color: #fff;
	display: block;
}

.cats a:hover {
	background: #ffffff url(images/cats.png) bottom left no-repeat;
}

.subcats a {
	color: #323232;
}

.subcats a:hover {
	color: #e68325;
}

#categorii ul li img {
	float: left;
	margin: 35px 10px 0 0;
}

#categorii ul li {
	font-size: 12px;
	color: #e68325;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

#categorii ul li.li1 {
	padding: 0;
	margin: 0 10px 10px 0;
	width: 150px;
	clear: both;
}

#categorii ul li.li2 {
	padding: 0;
	margin: 0 10px 10px 0;
	width: 150px;
}

#categorii ul li.li3 {
	padding: 0;
	margin: 0 10px 10px 0;
	width: 150px;
}

#categorii ul li.li4 {
	padding: 0;
	margin: 0 0 10px 0;
	width: 150px;
}

#categorii ul li a {
	text-decoration: none;
}

#categorii ul li ul {
	list-style-type: square;
}

#categorii ul li ul li {
	text-transform: none;
	font-size: 11px;
	float: none;
	height: auto;
	padding: 0 10px 0 0;
	color: #323232;
}

#cat {
	float: left;
}

#cat h4 {
	padding: 20px 25px;
	margin: 0;
	font-size: 19px;
}

#cat ul {
	margin: 0 0 0 10px;
	padding: 0;
	color: #e68325;
	list-style-type: none;
}

.number {
	font-size: 12px;
	font-weight: normal;
}

#cat ul li {
	font-size: 13px;
	color: #e68325;
	padding: 2px 10px 2px 10px;
	background: url(images/cat_li.png) left no-repeat;
	width: 180px;
	float: left;
}

#cat ul li a {
	color: #323232;
	text-decoration: none;
}

#cat ul li a:hover {
	color: #e68325;
	text-decoration: none;
}

#stiri {
	clear: both;
}

#stiri h2 {
	background: transparent url(images/h2_promovate.png) top left no-repeat;
	padding: 5px 5px 3px 38px!important;
	display: block;
	margin: 0;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
}

#anunturi #stiri h2 {
	color: #323232 !important;
}

#stiri h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#stiri h3 a {
	color: #e68325;
	text-decoration: none;
}

#stiri h3 a:hover {
	color: #e68325;
	text-decoration: underline;
}

#stiri h4 {
	padding: 15px 25px;
	margin: 0;
	font-size: 19px;
	font-size: 14px;
	background: #342200;
	color: white;
	margin-bottom: 20px;
}

.stire {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #fff6ed;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
}

.stire:hover {
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	background: #FFEFB2;
}

.stire p,
.stire_vip p {
	padding: 0 50px 0 0;
	margin: 0 0 0 64px;
	font-size: 12px;
	font-weight: 300;
}

.stire img,
.stire_vip img {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #fff;
}

.first {
	background: #f5f4f2;;
}

.stire_vip {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #FFEFB2;
	background: #fff6ed;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
}

.stire_vip:hover {
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	background: #FFEFB2;
}

.adAnunt {
	overflow: hidden;
}

.adAnuntLeft {
	float: left;
	margin: 0 30px 0 0;
}

.adAnuntRight {
	float: left;
}

.share {
	float: right;
	font-weight: 300;
	font-size: 12px;
}

.share a {
	color: #323232;
	text-decoration: none;
}

.share a:hover {
	color: #e68325;
}



#border {
	border-top: 2px solid #CCC;
	padding: 10px 0 0 0;
}

#latest {
	width: 320px;
	float: left;
}

#latest h2 {
	padding: 0 0 10px 25px;
	margin: 0;
	font-size: 19px;
	background: url(images/h2_categorii.jpg) no-repeat;
}

#latest h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}

#latest h3 a {
	color: #323232;
	text-decoration: none;
}

#latest h3 a:hover {
	color: #e68325;
	text-decoration: none;
}

#uanunturitop {
	width: 870px;
	height: 27px;
	background: url(images/anunturi_top.jpg) no-repeat;
	margin: 20px 0 0 0;
	padding: 7px 15px 0 15px;
	color: #ffffff;
	font-weight: bold;
}

#uanunturi {
	width: 870px;
	background: url(images/uanunturi.jpg) repeat-y;
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
}

#uanunturi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#uanunturi ul li {
	padding: 3px 0 3px 0;
	margin: 0;
	border-bottom: 1px dotted #999999;
}

#uanunturidown {
	width: 900px;
	height: 10px;
	background: url(images/uanunturi_down.jpg) no-repeat;
	margin: 0 0 20px 0;
}

#uanunturi a {
	color: #323232;
	text-decoration: none;
}

#uanunturi a:hover {
	color: #e68325;
}

.titlu {
	width: 400px;
	float: left;
	padding: 0 10px 0 0;
}

.categorie {
	width: 200px;
	float: left;
	padding: 0 10px 0 0;
}

.categorie a {
	color: #e68325;
	font-weight: bold;
}

.categorie a:hover {
	color: #323232;
}

.judet {
	width: 130px;
	float: left;
	padding: 0 10px 0 0;
}

.data {
	width: 80px;
	float: left;
	padding: 0 10px 0 0;
}

#anunturi {
	margin: 0 0 20px 0;
}

#anunturi h2 {
	padding: 0 0 10px 25px;
	margin: 0;
	font-size: 19px;
	background: url(images/h2_categorii.png) no-repeat;
}

#contact ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #999999;
}

#contact ul li {
	padding: 3px 0 3px 0;
	margin: 0;
	border-bottom: 1px dotted #999999;
}

#anunturi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#anunturi ul li a {
	color: #323232;
	text-decoration: none;
}

#contact a {
	color: #323232;
	text-decoration: none;
}

#contact a:hover {
	color: #e68325;
	text-decoration: none;
}


.pret {
	float: right;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.head {
	border-bottom: 1px solid #e68325;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-top: 20px;
}

.smalltitlu {
	width: 40%;
	float: left;
}

.smallcategorie {
	width: 20%;
	float: left;
}

.smalljudet {
	width: 15%;
	float: left;
}

.smalldata {
	width: 15%;
	float: left;
}

.smallpret {
	width: 70px;
	float: left;
	padding: 0;
}

.editbut {
	width: 10%;
	float: left;
}

.rawAnuntMele li {
	border-bottom: 1px solid #e68325;
	padding: 10px 0;
}

#footer {
	width: 970px;
	margin: 0 auto 20px auto;
	text-align: right;
	font-size: 11px;
	background: url(images/login_bg.png) repeat-x;
	overflow: hidden;
	padding: 6px 6px 7px 6px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	height: 26px;
	font-size: 11px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 5px 0 20px 0;
	width: 900px;
	text-align: center;
}

#footer a {
	color: #323232;
	text-decoration: none;
}

#footer a:hover {
	color: #ffe4c4;
	text-decoration: none;
}

#autentificare {
	width: 305px;
	float: left;
	margin: 0 20px 0 0;
}

#autentificare h2 {
	padding: 0 0 10px 25px;
	margin: 0;
	font-size: 19px;
	background: url(images/h2_categorii.png) no-repeat;
}

#autentificare p {
	text-align: justify;
	margin: 0;
	padding: 0 0 20px 0;
}

#inregistrare {
	width: 305px;
	float: left;
	margin: 0;
	padding: 0;
}

#inregistrare h2 {
	padding: 0 0 10px 25px;
	margin: 0;
	font-size: 19px;
	background: url(images/h2_stiri.jpg) no-repeat;
}

#inregistrare p {
	text-align: justify;
	margin: 0;
	padding: 0 0 20px 0;
}

.green {
	color: #009900;
}

.red {
	color: #ff1111;
}

.red2 {
	font-weight: bold;
	color: red;
}

#reclametop {
	width: 900px;
	height: 60px;
	margin: 20px auto 10px auto;
}

.banner {
	width: 468px;
	height: 60px;
	float: left;
}

.banner2 {
	width: 200px;
	height: 60px;
	float: left;
	margin: 0 16px 0 16px;
}

.banner3 {
	width: 200px;
	height: 60px;
	float: left;
}

#reclamedown {
	width: 900px;
	height: 60px;
	margin: 20px auto 10px auto;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
}

#pagination {
	padding: 15px 3px 3px 0;
	margin: 3px 3px 3px 0;
}

#pagination a {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #999999;
	text-decoration: none;
	/* no underline */
	color: #323232;
}

#pagination a:hover,
div.pagination a:active {
	border: 1px solid #e68325;
	font-weight: normal;
	color: #fff;
	background-color: #e68325;
}

#pagination span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #999999;
	font-weight: bold;
	background-color: #999999;
	color: #fff;
}

#pagination span.disabled {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

#navigare {
	padding: 13px 0 13px 15px;
	background: url(images/nav.png) repeat-x;
	overflow: hidden;
	background: #342200;
	margin-bottom: 10px;
}

#navigare a {
	text-decoration: none;
	color: #ffffff;
}

#navigare a:hover {
	text-decoration: none;
	color: #e68325;
}

.navli {
	float: left;
	padding: 2px 20px 0 10px;
	margin: 0 0 0 0;
	display: inline;
	height: 22px;
	background: url(images/navili.png) top right no-repeat;
}

.nav {
	float: left;
	padding: 2px 15px 0 10px;
	margin: 0 0 0 0;
	display: inline;
	height: 22px;
	color: #fff;
}

.edit {
	/*float: right;*/
	display: inline-block;
	height: 17px;
	padding: 2px 20px 0 25px;
	background: url(/images/report-edit-icon.png) top left no-repeat;
	margin: 5px 0 0 0;
}

.sterge {
	/*	float: right; */
	display: inline-block;
	height: 17px;
	padding: 2px 20px 0 25px;
	background: url(/images/stergeanunt.jpg) top left no-repeat;
	margin: 5px 0 0 0;
}

.abuz {
	float: right;
}

.anuntphoto {
	float: left;
	display: inline;
	margin: 15px 20px 10px 0;
}

#screenshot {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
}

#linkdown {
	width: 970px;
	margin: 10px auto 10px auto;
	padding: 15px 0 10px 0;
	border-top: 1px dotted #999999;
	font-size: 11px;
	text-align: center;
}

#linkdown a {
	color: #323232;
	text-decoration: none;
}

#linkdown a:hover {
	color: #e68325;
	text-decoration: none;
}

#linkdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#linkdown ul li {
	display: inline;
	padding: 0 3px 0 0;
}

#down {
	width: 970px;
	overflow: hidden;
	padding: 10px;
	background: #fff6ed;
	margin: 0 auto 0 auto;
}

li.contul_meu {
	background: url(images/contul-meu.png) no-repeat 0px 0px;
	width: 115px;
	height: 39px;
	display: block;
}

li.contul_meu a {
	display: block;
	width: 115px;
	height: 39px;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 15px;
}

li.contul_meu a:hover {
	background: url(images/contul-meu.png) no-repeat 0px -39px;
}

li.anunturile_mele {
	background: url(images/anunturile-mele.png) no-repeat 0px 0px;
	width: 145px;
	height: 39px;
	display: block;
}

li.anunturile_mele a {
	display: block;
	width: 145px;
	height: 39px;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 15px;
}

li.anunturile_mele a:hover {
	background: url(images/anunturile-mele.png) no-repeat 0px -39px;
}

li.adauga_anunt_promovat {
	background: url(images/adauga-anunt-promovat.png) no-repeat 0px 0px;
	width: 180px;
	height: 39px;
	display: block;
}

li.adauga_anunt_promovat a {
	display: block;
	width: 180px;
	height: 39px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
}

li.adauga_anunt_promovat a:hover {
	background: url(images/adauga-anunt-promovat.png) no-repeat 0px -38px;
}

li.datele_mele {
	background: url(images/datele-mele.png) no-repeat 0px 0px;
	width: 110px;
	height: 39px;
	display: block;
}

li.datele_mele a {
	display: block;
	width: 110px;
	height: 39px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
}

li.datele_mele a:hover {
	background: url(images/datele-mele.png) no-repeat 0px -38px;
}

li.iesire {
	background: url(images/iesire.png) no-repeat 0px 0px;
	width: 90px;
	height: 39px;
	display: block;
}

li.iesire a {
	display: block;
	width: 90px;
	height: 39px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
}

li.iesire a:hover {
	background: url(images/iesire.png) no-repeat 0px -39px;
}

li.logare {
	background: url(images/logare.png) no-repeat 0px 0px;
	width: 90px;
	height: 39px;
	display: block;
}

li.logare a {
	display: block;
	width: 90px;
	height: 39px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
}

li.logare a:hover {
	background: url(images/logare.png) no-repeat 0px -39px;
}

#loginButton {
	display: block;
	float: right;
	background: url(images/logare.png) no-repeat 0px 0px;
	width: 90px;
	height: 39px;
}


/* Login Button Text */

#loginButton span {
	padding: 10px 29px 0px 24px;
	display: block;
}

#loginButton:hover {
	background: url(images/logare.png) no-repeat 0px -39px;
}


/* Login Box */

#loginBox {
	position: absolute;
	top: 93px;
	display: none;
}


/* A Line added to overlap the border */

#loginButton.active em {
	height: 1px;
}


/* Login Form */

#loginForm {
	width: 213px;
	border: 1px solid #915F05;
	border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	background: #7D5204;
	padding: 6px;
}

#loginForm fieldset {
	margin: 0 0 12px 0;
	display: block;
	border: 0;
	padding: 0;
}

fieldset#body {
	background: #FFF4E9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 13px;
	margin: 0;
}

#loginForm #body fieldset label {
	display: block;
	float: none;
	margin: 0 0 0px 0;
}

.faq a {
	font-weight: 400;
}

/* Default Input */

#loginForm input {
	width: 160px;
	border: 1px solid #899caa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px 8px;
	box-shadow: inset 0px 1px 3px #bbb;
	-webkit-box-shadow: inset 0px 1px 3px #bbb;
	-moz-box-shadow: inset 0px 1px 3px #bbb;
	font-size: 12px;
}


/* Sign In Button */

#loginForm #login {
	width: 180px;
	height: 25px;
	float: left;
	background: url(images/loginbuttonbg-2.png) repeat-x;
	color: #fff;
	padding: 3px 5px 3px 5px;
	border: 1px solid #915F05;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	*padding: 3px 2px 3px 2px;
	/* IE7 Fix */
}

#loginForm #login:hover {
	width: 180px;
	height: 25px;
	float: left;
	background: url(images/loginbuttonbg-3.png) repeat-x;
	color: #fff;
	padding: 3px 5px 3px 5px;
	border: 1px solid #915F05;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	*padding: 3px 2px 3px 2px;
	/* IE7 Fix */
}


/* Forgot your password */

#loginForm span {
	text-align: center;
	display: block;
	padding: 7px 0 4px 0;
}

#loginForm span a {
	color: #fff;
	font-size: 12px;
}

input:focus {
	outline: none;
}

.small-rounded-corners {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

.read_more {
	display: inline;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #e68325;
	text-decoration: none;
}

.read_more:hover {
	text-decoration: underline;
}

div .vip {
	background: #dd4444;
}

#div:hover .vip {
	background: #ff1111;
}

div.stire h3 a,
div.stire_vip h3 a {
	font-weight: bold;
	font-size: 14px;
}

.cookieNoticeBar {
	width: 100%;
	height: 30px;
	background-color: #000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	opacity: .8;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 556;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding-top: 3px;
}

.cookieNoticeBar .button {
	float: none;
	display: inline-block;
	font-size: 12px;
}

button.sml,
.button.sml,
.secondary.sml,
.tertiary.sml {
	font-size: 1em;
	font-weight: 700;
	margin: 1px 10px 1px 1px;
}

.boxContent p {
	font-weight: 300;
}

.boxContent p a {
	text-decoration: none;
	font-weight: 400;
}

.boxContent .rawBoxTitle {
	font-weight: 400;
}