* {
    margin:0px;
    padding:0px;
    font-family: "Lucida Grande",Arial,sans-serif;
}


/* top panel login */

.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {height: 1%;}
.clearfix {display: block;}

.tab {
    background: url(../images/vindema.png) repeat-x scroll left -1466px;
    height: 42px;
    position: relative;
    top: 0px;
    z-index: 999;
}

.tab ul.login {
    display: block;
    position: relative;
      float: right;
      clear: right;
      height: 42px;
    width: auto;
      font-weight: bold;
    line-height: 42px;
    margin: 0;
    right: 5px;
      color: white;
      font-size:0.8em;
    text-align: center;

}

.tab ul.login li.left {
      /*background: url(../images/tab_l.png) no-repeat left 0;*/
      background: url(../images/vindema.png) no-repeat scroll left -1516px;
      height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
      display: block;
    float: left;
}

.tab ul.login li.right {
      /*background: url(../images/tab_r.png) no-repeat left 0;*/
      background: url(../images/vindema.png) no-repeat scroll left -1566px;
      height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
      display: block;
    float: left;
}

.tab ul.login li {
     text-align: left;
      padding: 0 6px;
    display: block;
    float: left;
    height: 42px;
      /*background: url(../images/tab_m.png) repeat-x 0 0;*/
      background: url(../images/vindema.png) repeat-x scroll left -1616px;
}

.tab ul.login li a {
    color: #15ADFF;
}

.tab ul.login li a:hover {
    color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
    height: 20px;
    line-height: 20px !important;
    padding-left: 30px !important;
    cursor: pointer;
    display: block;
    width: 140px;
    position: relative;
    top: 11px;
}

.tab a.open {background: url(../images/vindema.png) no-repeat scroll left -1668px;}
.tab a.close {background: url(../images/vindema.png) no-repeat scroll left -1718px;}
.tab a:hover.open {background: url(../images/vindema.png) no-repeat scroll left -1687px;}
.tab a:hover.close {background: url(../images/vindema.png) no-repeat scroll left -1737px;}


#apanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
    width: 100%;
    height: 270px;
    color: #999999;
    background: #272727;
    overflow: hidden;
    position: relative;
    z-index: 3;
    /*display: none;*/
}

#panel h1 {
    font-size: 1.6em;
    padding: 5px 0 10px;
    margin: 0;
    color: #fff;
}

#panel h2{
    font-size: 1.2em;
    padding: 10px 0 5px;
    margin: 0;
    color: white;
}

#panel p {
    margin: 5px 0;
    padding: 0;
}

#panel a {
    text-decoration: none;
    color: #15ADFF;
}

#panel a:hover {
    color: white;
}

#panel a-lost-pwd {
    display: block;
    float: left;
}

#panel .content {
    width: 960px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: left;
    font-size: 0.85em;
}

#panel .content .left {
    width: 280px;
    float: left;
    padding: 0 15px;
    border-left: 1px solid #333;
}

#panel .content .right {
    border-right: 1px solid #333;
}

#panel .content form {
    margin: 0 0 10px 0;
}

#panel .content label {
    float: left;
    padding-top: 8px;
    clear: both;
    width: 280px;
    display: block;
}

#panel .content input.field {
    background:none;
    width:100%;
    height:20px;
    border:none;
    padding-top:2px;
}

#panel .content .slide_field {
    height:21px;
    display:block;
}

#panel .content .slide_field .slide_field_left {
    height:21px;
    width:7px;
    font-size:1px;
    line-height:1px;
    background: transparent url(../images/vindema.png) no-repeat scroll left -1837px;
    float:left;
}

#panel .content .slide_field .slide_field_right {
    height:21px;
    width:7px;
    font-size:1px;
    line-height:1px;
    background: transparent url(../images/vindema.png) no-repeat scroll -20px -1837px;
    float:left;
}

#panel .content .slide_field .slide_field_content {
    height:21px;
    width:187px;
    background: transparent url(../images/vindema.png) repeat-x scroll left -1787px;
    float:left;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
    display: block;
    float: left;
    clear: left;
    height: 26px;
    text-align: center;
    cursor: pointer;
    border: none;
    font-weight: bold;
    margin: 10px 0;
}

#panel .content input.bt_login {
    width: 74px;
    background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
    width: 94px;
    color: white;
    background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
    display: block;
    float:left;
    clear: right;
    padding: 15px 5px 0;
    font-size: 0.95em;
    text-decoration: underline;
}

/* end top panel login */





/* h-uri */
h1,h2,h3,h4{font-weight:normal;}

h1{
    color:white;
    font-family:Times New Roman;
    font-size:3.1em;
    line-height:31px;
}

h1 b{
    color:black;
}

h2 {
    font-size:1.3em;
    color:black;
    letter-spacing:2px;
    text-decoration: none;
    padding-left:10px;
}

h3{
    color: #DE3700;
    font-size:1.2em;
    margin-bottom:10px;
    margin-top:5px;
    text-decoration: none;
}

h4 {
    color: #DE3700;
    font-size:1.2em;
    text-decoration: none;
}

/* incepe header  */

.apg-head {
	width:100%;
	overflow:hidden;
}

.ahead-cont {background: transparent url(../images/vindema.png) repeat-x scroll left top;}

.aheader {
	width:960px;
	height:199px;
	margin:0px auto;
	position:relative;
	background: transparent url(../images/header_bg.png) no-repeat;
	z-index:1;
	text-align:left;
}

.aheader-title {
	display:inline-block;
    float:left;
    padding-left:60px;
    padding-top:70px;
    width:370px;
}

/* end header  */ 

.amenu-cont {
	width:100%;
	background:transparent url(../images/vindema.png) repeat-x scroll left -302px;
	height:36px;
}

.amenu {
	width:960px;
	margin:0px auto;
	color:white;
	text-align:left;
}

.amenu a{
    color:white;
}

.amenu-item-on * {
    display:block;
    float:left;
    height:36px;  
}

.amenu-item-on a {
    background: transparent url(../images/vindema.png) repeat-x scroll left -452px;
    font-family:Tahoma;
    font-size:1.2em;
    padding-left:10px;
    padding-right:10px;
    padding-top:6px;
    text-decoration:none;
}

.amenu-sp {
    display:inline-block;
    float:left;
    height:36px;
    width:2px;
    font-size:1px;
    background: transparent url(../images/vindema.png) no-repeat scroll left -502px;
}

.amenu-item * {
    display:inline-block;
    float:left;
    height:36px;
    font-size:1.1em;
    padding-left:10px;
    padding-right:10px;
    font-family:Tahoma;
    padding-top:6px;
    background: transparent;
    text-decoration:none;
}

.amenu-item a:hover {
    background: transparent url(../images/vindema.png) repeat-x scroll left -552px;     
}

/* end meniu  */ 

/* submeniu */

.asmenu-cont {
    width:100%;
    background:transparent url(../images/vindema.png) repeat-x scroll left -408px;
    height:31px;
}

.asmenu {
    width:960px;
    margin:0px auto;
    color:black;
    text-align:left;
}

.asmenu a {
    color:#000103;
    display:inline-block;
    font-family:Tahoma;
    font-size:0.9em;
    padding-left:5px;
    padding-top:7px;
    text-decoration:none;
}

.asmenu a:hover {
    text-decoration:underline;
}

/* end submeniu */


/* clears */
.clear {
	clear:both;
}

.clear2 {
    clear:both;
    display:block;
    visibility:hidden;
}

/* end clears */ 

/* ultimele anunturi*/
.alast-ads {
    display:inline-block;
    float:left;
}

.alast-ads-thumb {
    display:inline-block;
    float:left;
    padding: 5px;
}

.alast-ads-nfo {
    display:inline-block;
    float:left;
    padding-left:5px;
    padding-top:5px;
    color:#7E6868;
    width:140px;
}

/* end ultimele anunturi*/ 


/*latimi box*/

.content {
	margin:20px auto 0;
	width:960px;
	display:block;
	clear:both;
	text-align:left;
}

.pagecontent {
	float:left;
	width:615px;
	display:block;
}

.pagecontent_inregistrare {
	float:left;
	width:960px;
	display:block;
}

.pagecontent_anunt {
	float:left;
	width:810px;
	display:block;
    margin-top: 15px;
}

/* end latimi box*/

.leftcol {
	width: 320px;
	float:left;
	display:block;
}

.sellerinfo {
    margin-top:25px;
	display:block;
	float:left;
	width:400px;
}

/*pagina anunt*/

.anuntimagine_slideshow {
    float:left;
    display:block;
}

.anuntimagine_slideshow a {
    border: none;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}
.anuntimagine_slideshow a img {
    border:1px solid transparent;
    padding:3px;
}

.anuntimagine_slideshow a:hover img {
    border:1px solid #ccc;
    padding:3px;
}

.loading {
    background: url(../images/loading.gif) center no-repeat;
}

#thumbnails {
    
}

.outline {
    border:1px solid orange;
    position:absolute;
    z-index:0;
}

.anunt_imagine {
	display:block;
	width:406px;
	float:left;
	height:300px;
}

.anunt_imagine_mare {
	display:block;
	width:400px;
	min-height:305px;
	height:305px;
}

.anunt_imagine_thumb {
	display:block;
	width:100px;
	float:left;
	min-height:75px;
    padding-left:2px;
}

.anunt_imagine_thumb_selected {
	display:block;
	width:100px;
	float:left;
	min-height:75px;
        padding-left:2px;
}

.anunt_galerie {
	display:block;
	clear:both;
}

.anunt_galerie_thumbs {
	width:130px;
	display:block;
	float:left;
}

.anunt_galerie_thumb {
	float:left;
	display:block;
}

.anunt_galerie_imagine_mare {
	
}

.anunt_sumar {
	float:left;
	display:block;
    margin-left: 10px;
	
}

.row1 {
    background-color: #FAFAFA;
    line-height:25px;
}

.row2 {
    background-color: #F7F7F7;
    line-height:25px;
}                 

.anunt_observatii {
	width:400px;
	display:inline-block;
	margin-top:10px;
    color:#242424;
}

.anunt_optiuni_sep {
   display:inline-block; 
   float: left;
   padding-left:10px;
   padding-top:10px;
   width:190px; 
}

.anunt_taburi {
	display:block;
	float:left;
    font-size: 1em;
    color:#000;
}

.anunt_taburi a {
    color:#0071AB;
    text-decoration: none;
}

.anunt_tab a:hover {
    text-decoration: underline;
}

.anunt_tab_links {
	display:block;
	clear:both;
}

.anunt_tab_contents {
	clear:both;
	display:block;
}

.anunt_tab {
	display:block;
	float:left;
	padding-left:10px;
    padding-right:10px;
    
}

.anunt_tab_selected {
	background-color:#ECECEC;
	display:block;
	float:left;
	padding-left:10px;
    padding-right:10px;
}

/* end pagina anunt*/ 

.cars_by_make_item {
	display:inline-block;
	float:left;
	font-family:Tahoma;
	font-size:14px;
	padding-bottom:8px;
	padding-left:25px;
	width:170px;
}

.cars_by_make_item a {
	color:#B10000;
	text-decoration:none;
}

.cars_by_make_item a:hover {
	color:#b00404;
	text-decoration:underline;
}


/* form related stuff */

label {
    color: #3a3a3a;
}

label:hover {
    color: #77C7EF;
}
label, img {
    cursor:pointer;
}

/* end form related stuff */

.compact_input {
	display:inline-block;
	float:left;
	height:21px;
	/*background: transparent url(../images/compact_input_bg.gif) repeat-x;*/
	background: transparent url(../images/vindema.png) repeat-x scroll left -617px;
	vertical-align:middle;
}

.compact_input input {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	display:inline-block;
	float:left;
	margin:0;
	padding-top:2px;
	vertical-align:middle;
}

.compact_input .compact_input_left {
	display:inline-block;
	float:left;
	width:4px;
	height:21px;
	/*background: transparent url(../images/compact_input_left.gif) no-repeat;*/
	background: transparent url(../images/vindema.png) no-repeat scroll left -667px;
}

.compact_input .compact_input_right {
	display:inline-block;
	float:left;
	width:4px;
	height:21px;
	/*background: transparent url(../images/compact_input_right.gif) no-repeat;*/
	background: transparent url(../images/vindema.png) no-repeat scroll -20px -667px;
}

button {
	background:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	display:inline-block;
	float:left;
}

.box {
	
	display:inline-block;
	padding-bottom:10px;
	text-align:left;
	
}

.box_content_container {
	display:block;
	background-color:#FAFAFA;
	position:relative;
	float:left;
	clear:both;
}

.box_content {
	padding:10px;
	border:1px solid #BCBBBB;
	/*width:100%;
	height:100%;
	display:block;*/
}


.box_cornertopleft {
	width:10px;
	height:10px;
	position:absolute;
	font-size:1px;
	line-height:1px;
	/*background: transparent url(../images/boxcorner_topleft.gif) no-repeat;*/
	background: transparent url(../images/vindema.png) no-repeat scroll left -728px;
	top:0px;
	left:0px;
}

.box_cornertopright {
	width:10px;
	height:10px;
	position:absolute;
	font-size:1px;
	line-height:1px;
	/*background: transparent url(../images/boxcorner_topright.gif) no-repeat;*/
	background: transparent url(../images/vindema.png) no-repeat scroll -20px -728px;
	top:0px;
	right:0px;
}

.box_cornerbottomleft {
	width:10px;
	height:10px;
	position:absolute;
	font-size:1px;
	line-height:1px;
	/*background: transparent url(../images/boxcorner_bottomleft.gif) no-repeat;*/
	background: transparent url(../images/vindema.png) no-repeat scroll left -748px;
	bottom:0px;
	left:0px;
}

.box_cornerbottomright {
	width:10px;
	height:10px;
	position:absolute;
	font-size:1px;
	line-height:1px;
	/*background: transparent url(../images/boxcorner_bottomright.gif) no-repeat;*/
	background: transparent url(../images/vindema.png) no-repeat scroll -20px -748px;
	bottom:0px;
	right:0px;
}

.minisearch {
	width:290px;
}

.box_large {
	width:615px;
}

.box_inregistrare {
	width:800px;
}

.box_title {
	display:inline-block;
	float:left;
	font-family:Tahoma;
	font-size:21px;
	vertical-align:top;
	border-bottom:2px dashed #777777;
	/*color:#655B55;*/
}

.inregistrare_title {
	border-bottom:none;
}

.intro_text {
    padding:10px;
    color:#272626;
}

.minisearch_content {
	display:inline-block;
	padding-top:10px;
	width:100%;
	font-family:Tahoma;
	font-size:14px;
    font-size:0.9em;
}

.minisearch_content .row {
	display:inline-block;
	width:100%;
	height:25px;
}

.minisearch_content .row .minisearch-left {
	display:inline-block;
	float:left;
	padding-right:10px;
	text-align:right;
	width:63px;
}

.minisearch_content .row .minisearch-right {
	display:inline-block;
	float:left;
}






.login_content {
	display:block;
	margin:1px;
}

.login_left {
	display:block;
	float:left;
	width:49%;
}

.login_right {
	color:#333333;
	display:block;
	float:left;
	font-family:Tahoma;
	font-size:1em;
	width:45%;
}

.login_right b {
	font-size:17px;
}

.login_right a {
	color:#333333;
	text-decoration:none;
}

.login_right a:hover {
	text-decoration:underline;
}

.login_form {
	display:block;
	float:right;
	text-align:right;
	width:235px;
	padding-right:70px;
	padding-top:75px;
}

.login_form .input_label {
	display:block;
	float:left;
	font-family:Tahoma;
	font-size:15px;
	padding-right:5px;
	padding-top:2px;
	width:75px;
}

.login_form_lineheight {
	height:20px;
}


/* start regpage */
.inregistrare_content {
	display:block;
	padding-left:90px;
	padding-top:10px;
	margin:1px;
}

.inregistrare_col {
	width:225px;
	display:inline-block;
	float:left;
}

.inregistrare_step {
	color:#B10000;
	font-family:Tahoma;
	font-size:70px;
}

.inregistrare_subtitle {
	display:block;
	font-family:Tahoma;
	font-size:20px;
	height:80px;
}

.inregistrare_info {
	color:#303030;
	font-family:Tahoma;
	font-size:15px;
	width:185px;
	height:90px;
}

.inregistrare_info2 {
	color:#303030;
	display:block;
	float:left;
	font-family:Tahoma;
	font-size:12px;
	width:50%;
}

.inregistrare_rightcol {
	display:block;
	float:right;
	width:48%;
	color:#303030;
	font-family:Tahoma;
	font-size:12px;
	text-align:right;
}

.inregistrare_form {
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}

.inregistrare_form .input_label {
	display:block;
	padding-top:10px;
	padding-bottom:5px;
}
/* end regpage */ 


/* start listare */
.listare_anunt_container {
	display:inline-block;
	position:relative;
	width:618px;
	float:left;
	clear:both;
	margin-bottom:10px;
    background:#fdfdfd;
}

.listare_anunt {
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
    border-bottom:2px solid #DFDFDF;
    border-top:2px solid #EFEFEF; 
}





/* listare anunturi */



.list-ad-top {
    margin-bottom:10px;
    float:left;
    display:block;
    background: #eaeaea;
    color:#B10000;
    font-family:Tahoma;
    width:100%;
}

.list-ad-title {
    float:left;
    width:80%; 
}

.list-ad-title a {
    color:#B10000;
    font-size:1.1em;
    text-decoration: none;  
}

.list-ad-title a:hover {
    text-decoration: underline;
}

.list-ad-pret {
    display:block;
    float:left;
    text-align:right;
}

.list-ad-poza {
    display:inline-block;
    float:left;
    vertical-align:middle;
    text-align:center;
    width:100px;
}

.list-ad-content {
    display:inline-block;
    float:left;
    padding-left:20px;
    width:310px;
}

.list-ad-content * {
    display:inline-block;
}

.list-ad-info {
    display:block;
    font-family:Tahoma;
    font-size:15px;
}


.list-ad-do {
    display:inline-block;
    float:right;
    width:125px;
    text-align:right;
    font-family:Tahoma;
    font-size:15px;
    color:#BF1722;
}


/* end listare */ 


/* start selectu */
.rinput {
	display:inline-block;
	height:25px;
}

.rinput_left {
	display:inline-block;
	float:left;
	height:25px;
	font-size:1px;
	line-height:1px;
}

.rinput_right {
	display:inline-block;
	float:left;
	height:25px;
	font-size:1px;
	line-height:1px;
}

.rinput_content {
	display:inline-block;
	float:left;
	height:25px;
}

.rinput_content input {
	background:none;
	border:none;
	height:25px;
	width:140px;
	padding-top:3px;
}

.rinput_blue .rinput_left {
	width:5px;
	/*background: transparent url(../images/input_blue_left.gif) no-repeat;*/
	background: transparent url(../images/vindema.png) no-repeat scroll left -833px;
}

.rinput_blue .rinput_right {
	width:5px;
	/*background: transparent url(../images/input_blue_right.gif) no-repeat;*/
	background: transparent url(../images/vindema.png) no-repeat scroll -20px -833px;
}

.rinput_blue .rinput_content {
	/*background: transparent url(../images/input_blue_bg.gif) repeat-x;*/
	background: transparent url(../images/vindema.png) repeat-x scroll left -783px;
}

/* RSELECT */

.rselect {
    position:relative;
    z-index:1000;
}


.rselect_header {
    display:inline-block;
    height:21px;
    /*background:transparent url(../images/select_header_bg.gif) repeat-x;*/
    background:transparent url(../images/vindema.png) repeat-x scroll left -887px;
    cursor:pointer;
    cursor:hand;
    position:relative;
}

.rselect_header .rselect_header_left {
    width:3px;
    height:21px;
    display:inline-block;
    float:left;
    font-size:1px;
    line-height:1px;
    /*background: transparent url(../images/select_header_left.gif) no-repeat;*/
    background: transparent url(../images/vindema.png) no-repeat scroll left -937px;
}

.rselect_header .rselect_header_right {
    width:19px;
    height:21px;
    display:inline-block;
    float:right;
    font-size:1px;
    line-height:1px;
    /*background: transparent url(../images/select_header_right.gif) no-repeat;*/
    background: transparent url(../images/vindema.png) no-repeat scroll -20px -937px;
}

.rselect_header .rselect_header_text {
    display:inline-block;
    float:left;
    max-height:21px;
    overflow:hidden;
    padding-left:1px;
    padding-top:1px;
}


/* HOVER EFFECT */

.rselect_header_over {
    display:inline-block;
    height:21px;
    /*background:transparent url(../images/select_header_bg_over.gif) repeat-x;*/
    background:transparent url(../images/vindema.png) repeat-x scroll left -987px;
    cursor:pointer;
    cursor:hand;
    position:relative;
}

.rselect_header_over .rselect_header_left {
    width:3px;
    height:21px;
    display:inline-block;
    float:left;
    font-size:1px;
    line-height:1px;
    /*background: transparent url(../images/select_header_left_over.gif) no-repeat;*/
    background: transparent url(../images/vindema.png) no-repeat scroll left -1037px;
}

.rselect_header_over .rselect_header_right {
    width:19px;
    height:21px;
    display:inline-block;
    float:right;
    font-size:1px;
    line-height:1px;
    /*background: transparent url(../images/select_header_right_over.gif) no-repeat;*/
    background: transparent url(../images/vindema.png) no-repeat scroll -20px -1037px;
}

.rselect_header_over .rselect_header_text {
    display:inline-block;
    float:left;
    max-height:21px;
    overflow:hidden;
    padding-left:1px;
    padding-top:1px;
}


/* OPENED HEADER */

.rselect_header_opened {
    display:inline-block;
    height:21px;
    /*background:transparent url(../images/select_header_bg_opened.gif) repeat-x;*/
    background:transparent url(../images/vindema.png) repeat-x scroll left -1087px;
    cursor:pointer;
    cursor:hand;
}

.rselect_header_opened .rselect_header_left {
    width:3px;
    height:21px;
    display:inline-block;
    float:left;
    font-size:1px;
    line-height:1px;
    /*background: transparent url(../images/select_header_left_opened.gif) no-repeat;*/
    background: transparent url(../images/vindema.png) no-repeat scroll left -1137px;
}

.rselect_header_opened .rselect_header_right {
    width:19px;
    height:21px;
    display:inline-block;
    float:right;
    font-size:1px;
    line-height:1px;
    /*background: transparent url(../images/select_header_right_opened.gif) no-repeat;*/
    background: transparent url(../images/vindema.png) no-repeat scroll -20px -1137px;
}

.rselect_header_opened .rselect_header_text {
    display:inline-block;
    float:left;
    max-height:21px;
    overflow:hidden;
    padding-left:1px;
    padding-top:1px;
}


/* OPENED HOVER HEADER */

.rselect_header_opened_over {
    display:inline-block;
    height:21px;
    /*background:transparent url(../images/select_header_bg_over_opened.gif) repeat-x;*/
    background:transparent url(../images/vindema.png) repeat-x scroll left -1187px;
    cursor:pointer;
    cursor:hand;
}

.rselect_header_opened_over .rselect_header_left {
    width:3px;
    height:21px;
    display:inline-block;
    float:left;
    font-size:1px;
    line-height:1px;
    /*background: transparent url(../images/select_header_left_over_opened.gif) no-repeat;*/
    background: transparent url(../images/vindema.png) no-repeat scroll left -1237px;
}

.rselect_header_opened_over .rselect_header_right {
    width:19px;
    height:21px;
    display:inline-block;
    float:right;
    font-size:1px;
    line-height:1px;
    /*background: transparent url(../images/select_header_right_over_opened.gif) no-repeat;*/
    background: transparent url(../images/vindema.png) no-repeat scroll -20px -1237px;
}

.rselect_header_opened_over .rselect_header_text {
    display:inline-block;
    float:left;
    max-height:21px;
    overflow:hidden;
    padding-left:1px;
    padding-top:1px;
}


.rselect_content {
    display:inline-block;
    position:absolute;
    z-index:10;
    background-color:white;
}

.rselect_content .rselect_option {
    display:block;
    height:21px;
    background:white;
    cursor:pointer;
    cursor:hand;
    clear:both;
}

.rselect_content .rselect_option .rselect_option_text {
    display:inline-block;
    float:left;
    max-height:21px;
    overflow:hidden;
    padding-left:2px;
    padding-top:1px;
}


/* OPTION HOVER */

.rselect_content .rselect_option_hover {
    display:block;
    height:21px;
    background:#3297FD;
    color:white;
    cursor:pointer;
    cursor:hand;
    clear:both;
}

.rselect_content .rselect_option_hover .rselect_option_text {
    display:inline-block;
    float:left;
    max-height:21px;
    overflow:hidden;
    padding-left:2px;
    padding-top:1px;
}

.rselect_checkbox {
    display:inline-block;
    float:left;
    text-align:center;
}

.rselect_optionscontainer_left {
    display:inline-block;
    float:left;
    width:3px;
    font-size:1px;
    line-height:1px;
    /*background:transparent url(../images/select_option_left.gif) repeat-y;*/
    background:transparent url(../images/vindema2.png) repeat-y scroll left top;
}

.rselect_optionscontainer_right {
    display:inline-block;
    float:left;
    width:3px;
    font-size:1px;
    line-height:1px;
    /*background:transparent url(../images/select_option_right.gif) repeat-y;*/
    background:transparent url(../images/vindema2.png) repeat-y scroll -3px top;
}

.rselect_optionscontainer_cornerleft {
    display:block;
    position:absolute;
    bottom:0px;
    left:0px;
    /*background:transparent url(../images/select_option_last_corner_left.gif) no-repeat;*/
    background:transparent url(../images/vindema.png) no-repeat scroll left -1293px;
    width:3px;
    height:3px;
    font-size:1px;
    line-height:1px;
}

.rselect_optionscontainer_cornerright {
    display:block;
    position:absolute;
    bottom:0px;
    right:0px;
    /*background:transparent url(../images/select_option_last_corner_right.gif) no-repeat;*/
    background:transparent url(../images/vindema.png) no-repeat scroll -10px -1293px;
    width:3px;
    height:3px;
    font-size:1px;
    line-height:1px;
}

.rselect_optionscontainer {
    border-bottom: 1px solid #A9AAAB;
    display:block;
    float:left;
    overflow:auto;
    overflow-x:hidden;
}

/* OPTIONS CONTAINER OVER */

.rselect_optionscontainer_left_over {
    display:inline-block;
    float:left;
    width:3px;
    font-size:1px;
    line-height:1px;
    /*background:transparent url(../images/select_option_left_over.gif) repeat-y;*/
    background:transparent url(../images/vindema2.png) repeat-y scroll -6px top;
}

.rselect_optionscontainer_right_over {
    display:inline-block;
    float:left;
    width:3px;
    font-size:1px;
    line-height:1px;
    /*background:transparent url(../images/select_option_right_over.gif) repeat-y;*/
    background:transparent url(../images/vindema2.png) repeat-y scroll -9px top;
}

.rselect_optionscontainer_cornerleft_over {
    display:block;
    position:absolute;
    bottom:0px;
    left:0px;
    /*background:transparent url(../images/select_option_last_corner_left_over.gif) no-repeat;*/
    background:transparent url(../images/vindema.png) no-repeat scroll -20px -1293px;
    width:3px;
    height:3px;
}

.rselect_optionscontainer_cornerright_over {
    display:block;
    position:absolute;
    bottom:0px;
    right:0px;
    /*background:transparent url(../images/select_option_last_corner_right_over.gif) no-repeat;*/
    background:transparent url(../images/vindema.png) no-repeat scroll -30px -1293px;
    width:3px;
    height:3px;
}

.rselect_optionscontainer_over {
    border-bottom: 1px solid #F87912;
    display:block;
    float:left;
    overflow:auto;
    overflow-x:hidden;
}

.rselect_checkbox_unchecked {
	display:inline-block;
	width:16px;
	height:20px;
	vertical-align:middle;
	background: transparent url(../images/checkbox.gif) no-repeat scroll 0 0;
}

.rselect_checkbox_checked {
	display:inline-block;
	width:16px;
	height:20px;
	vertical-align:middle;
	background: transparent url(../images/checkbox.gif) no-repeat scroll 0 -40px;
}

/* end selectu */


/* errors */ 
.message_block {
	clear:both;
	display:block;
	padding-bottom:10px;
	padding-top:10px;
	width:960px;
}

.error_message {
	background-color:#FAEBE7;
	border:1px solid #F16048;
	color:#DF280A;
	margin-bottom:10px;
}

.error_message p {
	/*background:transparent url(../images/error-msg.gif) no-repeat scroll 0 0;*/
	background:transparent url(../images/vindema.png) no-repeat scroll left -1329px;
	font-family:Tahoma,Verdana,Arial;
	font-size:15px;
	margin:10px;
	padding:5px 0 5px 33px;
	text-align:left;
}

.error_message ul {
	padding-left:60px;
}

.error_message li {
	text-align:left;
}

.success_message {
	background-color:#EFF5EA;
	border:1px solid #95A486;
	color:#3D6611;
	margin-bottom:10px;
}

.success_message p {
	/*background:transparent url(../images/success-msg.gif) no-repeat scroll 0 0;*/
	background:transparent url(../images/vindema.png) no-repeat scroll left -1379px;
	font-family:Tahoma,Verdana,Arial;
	font-size:15px;
	margin:10px;
	padding:5px 0 5px 33px;
	text-align:left;
}

.descriere_textarea_container {
	float: right;
	display: block;
	height:125px;
	width:470px;
}

.descriere_textarea {
	width:100%;
	height:100%;
}

.swfupload_container {
	float: right;
	display: block;
	width: 360px;
}

.swfupload {
	vertical-align:top;
}


/* adi */

.anunt_sumar_lf {
    width:160px;
    color:#242424;
    float:left;
    text-align:left;
    vertical-align:middle;
    border-top:1px solid #E6E6E6;
    padding-left: 5px;   
}

.anunt_sumar_rg {
    width:160px;
    padding-left:5px;
    color:#4B4646;
    float:left;
    text-align:left;
    border-left:1px solid #CCCCCC;
    border-top:1px solid #E6E6E6;
}

.footer {
    display:block;
    width:100%;
    height:70px;
    margin:20px auto 0;
}

.links {
    /*background: transparent url(../images/footer_bg.png) repeat-x;*/
    background: transparent url(../images/vindema.png) repeat-x scroll left -1423px;
    background-color: white;
    color:#000;
    height: 50px; 
}

.copyright {
    /*background: transparent url(../images/header_menu_bg.png) repeat-x scroll 0 0;*/
    background:transparent url(../images/vindema.png) repeat-x scroll left -302px;
    color:white;
    height:35px;
    vertical-align: middle;
}

.center-align {
    text-align:center;
}

.left-align {
    text-align:left;
}


.preloader {
	background:white none repeat scroll 0 0;
	display:none;
	position:absolute;
	width:200px;
	z-index:2;
	border:1px solid #999999;
}



#gallery {
	width:600px;
}




.preview {
background-color:#F9F9F9;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
float:left;
height:180px;
margin:4px;
padding:5px;
text-align:center;
width:180px;
}



.preview span {
display:block;
font-size:0.8em;
margin-bottom:4px;
}

.adauga {
	color:#2E8531;
	font-weight:bold;
	text-decoration:none;
	font-size:0.8em;
}

.adauga:hover {
	text-decoration:underline;
}

.modifica {
	color:#0173AD;
	font-weight:bold;
	text-decoration:none;
	font-size:0.8em;
}

.modifica:hover {
	text-decoration:underline;
}

.rezultate {
	color:#E89510;
	font-weight:bold;
	text-decoration:none;
	font-size:0.8em;
}

.rezultate:hover {
	text-decoration:underline;
}

.preview img{
	padding-top:15px;
	border:none;
}		/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

#demo-status {
    display: block;
	float:left;
}

#demo-status .progress {
	background: url(../images/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	/*background: #fbe3e4 url(../images/failed.png) no-repeat 4px 4px;*/
	background: #fbe3e4 url(../images/vindema.png) no-repeat scroll left -1979px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	/*background: url(../images/file.png) no-repeat 4px 4px;*/
	background: url(../images/vindema.png) no-repeat scroll left -2026px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	/*background-image: url(../images/uploading.png);*/
	background-image: url(../images/vindema.png) no-repeat scroll left -2076px;
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	/*background-image: url(../images/success.png);*/
	background-image: url(../images/vindema.png) no-repeat scroll left -2126px;
}
#demo-list li.file.file-failed {
	/*background-image: url(../images/failed.png);*/
	background: url(../images/vindema.png) no-repeat scroll left -1979px;
}

#demo-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}.anuntimagine_slideshow {
	float:left;
	display:block;
	width:410px;
}

.anuntimagine_slideshow a {
	border: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
.anuntimagine_slideshow a img {
	border:1px solid transparent;
	padding:3px;
}

.anuntimagine_slideshow a:hover img {
	border:1px solid #ccc;
	padding:3px;
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

#thumbnails {
	
}

.anuntimagine_slideshow #thumbnails {
	display:block;
	float:left;
}

.outline {
	border:1px solid orange;
	position:absolute;
	z-index:0;
}

.anuntgalerie_slideshow {
	display:block;
}

.anuntgalerie_slideshow a {
	border: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
.anuntgalerie_slideshow a img {
	border:1px solid transparent;
	padding:3px;
}

.anuntgalerie_slideshow a:hover img {
	border:1px solid #ccc;
	padding:3px;
}

.anunt_galerie_imagine_mare {
	display:block;
	float:left;
	height:433px;
	width:578px;
}


/* DE MODIFICAT IN STYLE.CSS */

.anunt_galerie_thumbs {
	width: 218px;
}

#demo-list {
	clear:both;
}

.box_similar_ads {
	width:800px;
}#example_3 {
	height:120px;
	width: 785px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	
}

#example_3_content {
	width:11025px;
	position:absolute;
	top:0px;
	margin-left:25px;
}

.example_3_item {
	float:left;
	display:block;
	width:245px;
}

#example_3_frame {
	width: 785px;
	display:block;
	position:absolute;
	top:0px;
}

#example_3_frame #example_3_previous {
	background:white none repeat scroll 0 0;
	display:block;
	float:left;
	height:120px;
	width:25px;
}

#example_3_frame #example_3_next {
	background:white none repeat scroll 0 0;
	display:block;
	float:right;
	height:120px;
	width:25px;
}