@charset "utf-8";

/*
----------------------------------------------------------
	general styles
----------------------------------------------------------
*/

body {
	color:#333; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center; line-height:1.4; overflow-x: hidden; 
}

#container {
	padding-top:90px; padding-bottom:25px; position:relative;margin:0 auto; width:980px; 
	text-align:left;
}

.section { 
	clear:both; border:1px solid #dbe1e6; margin-bottom:20px; padding:10px; 
}

/*
----------------------------------------------------------
	header styles
----------------------------------------------------------
*/

#header {
	height:90px; left:0; position:absolute; top:0; width:100%; z-index:2;
	text-align:right; line-height:40px;
}
	#logo a { 
		background:url(../images/master/master_sprite.png) no-repeat 0 0; 
		float:left; height:45px; overflow:hidden; position:relative; top:40px; width:140px;
	}


/*
----------------------------------------------------------
	navigation styles
----------------------------------------------------------
*/

#nav {
	height:34px; line-height:34px; position:absolute; top:47px; left:144px; z-index:3; width:836px; border-bottom:5px solid #bfbfbf;
}
	#nav li, #nav li a {
		float:left; height:34px;
		font-size:13px; font-weight:bold; text-decoration:none;
	}
	
	#nav li {
		background:url(../images/master/master_sprite.png) no-repeat 0 -45px;
		border-bottom:5px solid #4176ba;
	}
		#nav li a {
			background:url(../images/master/master_sprite.png) no-repeat 100% -135px;
			padding:0 15px;
		}
		
	#nav .active {
		background-position:0 -487px;
	}
		#nav .active a {
			background-position:100% -526px; color:#FFF;
		}	
		
		#nav li ul {display:none;}
		
		#nav li:hover ul {
			display:block; position:absolute; right:0; width:390px; border:5px solid #4176ba; top:34px;
			background:#eaf6ff url(../images/master/master_sprite.png) no-repeat 0 -225px;
		}
		
		#nav li li {
			float:left; width:185px; margin:0 5px; display:inline; border-bottom:1px solid #b8d1e1; height:35px; line-height:35px; background:none; padding:0;				
		}
	
	#nav #navComunitate {
		position:absolute; right:0; width:105px; border:none;
		background:url(../images/master/master_sprite.png) no-repeat 0 -90px;;
	}
	
		#nav #navComunitate a {width:75px; background:url(../images/master/master_sprite.png) no-repeat 100% -135px;}
	
	#nav #navUtile {
		position:absolute; right:107px; border:none;
	}
	
		#nav #navUtile a {
			padding-right:30px; background-position:100% -180px			
		}
			#nav #navUtile li a {
				float:left; padding:0 0 0 30px; height:35px; width:155px; background:none;
			}

#breadcrumbs {
	color:#aaa; line-height:40px; margin-top:-5px; padding-left:5px;
}
	#breadcrumbs a {
		color:#aaa; text-decoration:none; font-weight:bold;
	}
	#breadcrumbs a:hover {
		color:#333;
	}
/*
----------------------------------------------------------
	footer styles
----------------------------------------------------------
*/

#footer {
	color:#626262; font-size:11px;
	border:1px solid #dbe1e6; padding:5px 10px; margin-bottom:20px; position:relative;
}
	#footer ul {
		clear:both;		
	}
	#footer li {
		float:left; line-height:24px; margin-right:10px;
	}
	#footer a {
		text-decoration:none; font-size:12px;
	}
	
#footer .help { 
	float:right; margin-right:0;
}

	#footer .help a { 
		float:right; padding-right:25px; 
		font-weight:bold; background:url(../images/master/master_sprite.png) no-repeat 100% -457px;
	}


#trafic { 
	position:absolute; right:10px; bottom:10px;
}


/*
----------------------------------------------------------
	form styles
----------------------------------------------------------
*/

.submit { 
	float:right; border:1px solid #8c3610; padding:0 25px 0 5px; display:inline; cursor:pointer;
	background:#e35c00 url(../images/master/master_sprite.png) no-repeat 100% -370px; font-size:15px; font-weight:bold; color:#FFF; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
	.submit:hover, .submit:focus { 
		background-position: 100% -400px;
	}
	.submit:active {
		background-position: 100% -430px;
	}
	
	
	
/*
----------------------------------------------------------
	overlay
----------------------------------------------------------
*/	

.modalFade{
	display: none; position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001; 
	-moz-opacity: 0.6; opacity:.60;	filter: alpha(opacity=60);
}

.modal {
	display: none; position: fixed; top: 200px; left: 50%; margin-left:-350px; z-index:1002;
	background-color: white; overflow: auto; border: 5px solid #4176ba; overflow:visible;
}

.modalContent {
	width:700px; height:400px auto; position:relative; overflow:visible; padding: 10px;
}

.modalNav {
	width:100%; border:1px solid #dbe1e6; margin-bottom:5px; padding:1px;
}

.modalThumbs {
	height:50px; float:left; width:89%; margin-right:1px; overflow:hidden; height:50px;
}

.modalThumbsContainer {
	width:9999px;
}

	.modalThumbs img{
		float:left; margin-right:10px;
	}
.prev, .next { 
	float:left; width:5%;border:1px solid #dbe1e6; margin-right:1px; height:48px;
	line-height:40px; text-decoration:none; font-weight:800; font-size:40px; text-align:center; color:#5c758e; background:#f2f5f7;
}

.modalMain {
	border:1px solid #dbe1e6; padding:1px;
}

.modal .close { 
	position:absolute; line-height:24px; height:24px; padding:0 20px 0 5px; top:-29px; right:-5px; 
	background:#4176ba url(../images/master/master_sprite.png) no-repeat 102% -562px ; text-decoration:none; font-weight:bold; color:#FFF;
}

.modal .active {
	-moz-opacity: 0.5; opacity:.50;	filter: alpha(opacity=50);
}

.modalNav, .modalMain {
	-moz-border-radius: 3px; -webkit-border-radius: 3px;	
}

	

/*
----------------------------------------------------------
	defaults
----------------------------------------------------------
*/

/* hidden spans */
#header b span { float:left; margin-top:-9999px;}


a { color:#006fc0}
a:hover {color: #0e468d}
/* a:visited {color: #25129c} */

.inverted {
	background:#4176ba; color:#FFF; border:1px solid #0b3974;
}

.inverted a {color:#ecf2f8;}
.inverted a:hover {color:#FF6;}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold;	
}

.clearall {clear:both}


/*
----------------------------------------------------------
	reset
----------------------------------------------------------
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0; padding:0;
}
table {
	border-collapse:collapse; border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal; font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

p {
	margin-bottom:1em;
}

/*
----------------------------------------------------------
	easy clear
----------------------------------------------------------
*/

.clear:after, .section:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear, .section {display:inline-block;}
/* Hide from IE Mac \*/
.clear, .section {display:block;}
/* End hide from IE Mac */


.btnAdauga { 
	float:right; line-height:20px; padding:0 10px 0 30px; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-top:10px;
	font-size:14px; color:#FFF !important; font-weight:bold; background:#e35c00 url(../images/second/sprite.png) no-repeat 0 0; border:1px solid #b44605;
}	
	.btnAdauga:hover, .btnAdauga:focus {
		background-position:0 -21px; color:#FFF !important;
	}
	.btnAdauga:active {
		background-position:0 -42px; color:#FFF !important;
	}
	
.price { color:#cc0000}

/*
----------------------------------------------------------
	second hand listing
----------------------------------------------------------
*/

#secondHand h1 {
	font-size:18px;
	float:left; margin:0 0 15px 0;
}

#secondHand h1#topFiltersTitle {
	float:none;
    padding: 0;
}

.topFilters span {
	line-height:20px; border:1px solid #bdcfdb; cursor:pointer; font-weight:normal; background:url(../images/second/sprite.png) no-repeat 100% -68px;
	float:left; padding:5px 30px 5px 10px; position:relative; margin-right:10px;
}

	.topFilters span span {
		font-weight:normal; font-size:13px; line-height:21px; background:#FFF; white-space:nowrap; z-index:11;
		position:absolute; top:30px; left:-1px; padding:5px; display:none;
	}	
	.topFilters span:hover span {
		display:block;
	}
	
	.topFilters a {
		text-decoration:none; float:left; padding:0 10px 0 20px;
	}
	
	.removeFilter { background:url(../images/second/sprite.png) no-repeat 0 -555px}
	.editFilter { background:url(../images/second/sprite.png) no-repeat 0 -575px}
	
.newSearch {
	border:1px solid #bdcfdb; font-size:13px; font-weight:bold; background:url(../images/second/sprite.png) no-repeat 100% -108px;
	float:left; padding:4px 35px 4px 10px; position:relative; margin-right:10px;
}

#filters legend {
	font-size:14px; font-weight:bold; color:#333; background:url(../images/second/sprite.png) no-repeat 0 -134px;
	padding-left:24px; line-height:36px; float:left; 
}

#filters fieldset {
	border-bottom:1px solid #dde7ee; clear:both; padding-bottom:10px; float:left; width:100%; position:relative;
}

.modifica { display:none;}

#filters .closed {
	height:36px; overflow:hidden; padding:0;
}
	#filters .closed * {
		display:none;
	}
	#filters .closed legend {
		color:#7d8081; display:block;
		background:url(../images/second/sprite.png) no-repeat 0 -174px;
	}
	#filters .closed .modifica {
		display:block; float:right; padding-right:5px; line-height:36px; text-decoration:none; font-size:11px;
	}

#filters div { clear:both;}
#filters input { float:left; clear:both; margin:0 5px 5px 0;}
#filters label { float:left; margin-bottom:5px;}

#filters .submit { font-size:14px;width:170px; margin-top:5px; clear:both}

.showAll { clear:both; float:left}
.all { display:none}

.mainFilters select { width:95%; float:left; margin-bottom:10px;}
.mainFilters span {float:left; width:50%}
	.mainFilters span select { width:90%}
	
	label.nou { background:url(../images/second/sprite.png) no-repeat 100% -223px; padding-right:40px;}

#listing { 
	float:left; padding:0 0 0 10px; width:750px; border-top:1px solid #b9ccd9; overflow:hidden;
}

	.sort { 
		line-height:44px;
		border-bottom:1px solid #b9ccd9;
	}
		.sort div{
			float:right;
		}
		
	.heading {		
		line-height:44px; height:44px; border-bottom:1px solid #b9ccd9; margin-bottom:10px; overflow:hidden;
	}	

		.heading .main {color:#4d4d4d; width:480px; float:left; font-size:11px; display:inline;}
		.heading .km { width:110px; float:left; font-weight:bold}
		.heading .year { width:60px; float:left; font-weight:bold}
		.heading .price { width:100px; float:left; font-weight:bold}

		
		.thumb { 
			float:left; padding:3px 3px 6px 3px; border:1px solid #e8edf0; width:95px; margin:0 10px 10px 0;
			-moz-border-radius: 3px; -webkit-border-radius: 3px;
		}
		
			.thumb a { text-decoration:none;}
			.thumb .addFav, .thumb .removeFav { font-size:11px; color:#666; padding-left:20px; line-height:21px;}
			
		.thumbNew { 
			float:left; padding:3px 3px 6px 3px; border:1px solid #adc8ec; width:95px; margin:0 10px 10px 0;
			-moz-border-radius: 3px; -webkit-border-radius: 3px;
		}
			.thumbNew a { text-decoration:none;}
			.thumbNew .addFav, .thumb .removeFav { font-size:11px; color:#666; padding-left:20px; line-height:21px;}

.article {
	clear:both; padding-top:15px;
}
	.boxOferte{
		background:#fff7e2; border:1px solid #ffe980; padding:10px; margin:15px 0 0 0; clear:both; width:723px;
	}
		.boxOferte ul{
			list-style-type:none; margin:0px; padding:0px;
		}
			.boxOferte ul li{
				display:inline; margin:0px; padding:0px;
			}
				.boxOferte ul li a{
					margin:0px; padding:0px; width:240px; float:left; color:#333333; text-decoration:none; font-size:8pt;
				}
					.boxOferte ul li a img{
						float:left; padding:1px; border:1px solid #c8cbce; margin:0 10px 0 0;	
					}
					.boxOferte ul li a span{
						color:#014672; font-weight:bold; font-size:9pt;
					}
		.leftArticle {float:left; display:inline; width:635px;}
		.article .main {width:366px; float:left; line-height:1.4}
			.article .main h2 { font-size:15px}
			.article .main a { text-decoration:none}
			.article .more a { text-decoration:none; font-weight:bold}
			.article .price { font-size:14px;}
		.article .km { width:110px; float:left; }
		.article .year { width:60px; float:left;}
		.article .price { width:90px; float:left; font-weight:bold; color:#C00}
		.article .more { float:left; width:610px; padding:10px; margin-top:5px; border-top:1px solid #e6edf1; border-bottom:1px solid #e6edf1; display:inline;}
		.article .moreNew { float:left; width:610px; padding:10px; margin-top:5px; border-top:1px solid #e6edf1; border-bottom:1px solid #e6edf1; display:inline; overflow:hidden;}
			.article .more span { float:right}
			.article .moreNew span { float:right}
			
		.featured .thumb { background-color:#deebfc; border-color:#adc8ec}	
		.featured .thumbNew { background-color:#fdeced; border-color:#ebdcdc}	
		.featured .more { background-color:#deebfc;}
		.featured .moreNew { background-color:#fdeced;}
		
		.article .new { float:left; width:100%; background-image:url(../images/second/sprite.png); background-repeat:no-repeat; background-position:100% -225px}
			
#filters {
	border:1px solid #b9ccd9; background:#edf3f7;
	float:left; padding:10px; width:176px; clear:both; display:inline;
}

	.toolBar div {
		margin:0 auto; width:960px; text-align:left; height:40px;
	}
	
	.compare {
		float:right; margin-top:8px; width:130px;
        font-size: 12px !important;
	}
	.toolBar b { float:left; margin-right:5px; }
	.toolBar ul {list-style-type:none; margin:0px; padding:0px; float:left; height:40px;}

	
	
		.toolBar li {float:left; padding:5px; border:1px solid #a0a0a0; line-height:16px; margin:7px 4px 0 0;  }
		.toolBar a { text-decoration:none}
	
	.toolBar .close { float:right; padding-left:6px; width:16px; background:url(../images/second/sprite.png) no-repeat 0 -597px; cursor:pointer}
	.toolBar .close:hover { background-position:0 -611px}
	.submitInactiv{
	background:url(../images/second/bgSubmitInactiv.jpg) no-repeat; border:1px solid #bebebe; padding-left:40px; color:#c1c1c1;
	}
	.submitInactiv:hover{
	background:url(../images/second/bgSubmitInactiv.jpg) no-repeat;
	} 
/*
----------------------------------------------------------
	second hand detail
----------------------------------------------------------
*/

#secondHandDetail h1 {
	line-height:40px; font-size:24px; margin-bottom:10px;
}

.tools {float:right; line-height:40px;}
	.tools a { 
		text-decoration:none;
		padding-left:20px; margin-right:20px;
	}
	
.detail {
	float:left; width:638px; margin-right:20px; clear:both;
}
	.detail .boxOfertaExpirata{
		background:#f3d9d9; border:1px solid #d4b6b6;
		padding:10px; color:#973434; font-weight:bold;
	}
		.detail .boxOfertaExpirata .left{
			float:left;
		}
			.detail .boxOfertaExpirata .left img{ 
				float:left; display:inline; margin:0 5px 0 0;
			}
		.detail .boxOfertaExpirata .right{
			float:right;
		}
		.detail .boxOfertaExpirata .right a{
			color:#0170c2; text-decoration:none;
		}

.mainInfo {
	background:#edf3f7; border:1px solid #dbe1e6; font-size:16px;
	float:left; width:280px; padding:10px; margin-bottom:10px; font-size:9pt; position:relative;
}
	.mainInfo li{ margin:0px; padding:0px; line-height:20px;}
	.rate{ background:url(../images/second/boxRate.jpg) no-repeat; width:187px; height:96px; float:right; padding:12px 0px 8px 20px; position:absolute; margin:0 0 0 103px; top:0;}
	.rate img{ float:left; margin:0 10px 0 0; display:inline;}
	.rate img.avantaj{ margin-top:4px !important;}
	.rate p.avantaj{ margin:28px 0 0 0; color:#0170c2; cursor:pointer;}
	.rate span{ color:#005985; text-decoration:underline; font-size:10pt;}

.mainInfo, .info, .moreInfo { line-height:24px;}

.description { clear:both; line-height:1.6}
	.description strong { float:left; width:100%; line-height:24px; font-size:18px}
	.description .boxAtentionare{ background:#fffad9; padding:5px; color:#808080; margin:10px 0 0 0;}
	.description .boxAtentionare img{ float:left; display:inline; margin:2px 10px 0 5px;}

ul.contact{ 
	list-style-type:none; margin:10px 0; padding:0px; float:left; display:inline; position:relative;
}
	ul.contact li{ 
		margin:0px; padding:0px; display:inline; height:auto;
	}
		ul.contact li a{ 
			outline: none; margin:0px; padding:0px; width:288px; float:left; height:38px;
			border:1px solid #ccdae4; padding:10px; color:#333333;font-weight:bold; font-size:10pt; text-decoration:none;
		}
			ul.contact li a span.boldTelefon{ 
				font-weight:bold; color:#CC0000; text-decoration:none; font-size:12pt;
			}
			ul.contact li a.select{
				background:#edf3f7; position:absolute; height:50px; border-bottom:none; top:0px; left:327px;
			}
			ul.contact li a span{ 
				font-size:9pt; color:#0270c0; font-weight:normal; text-decoration:underline;
			}
				ul.contact li a span.activ{ 
					font-weight:bold; color:#868686; text-decoration:none; font-size:11pt;
				}
			ul.contact li a img{ 
				float:left; margin:0 10px 10px 0; display:inline;
			}
				ul.contact li a img.margin{ 
					margin-top:7px;
				}
			ul.contact li a.margin{ 
				margin:0 17px 0 0;
			}
		ul.contact li .submenu{ 
			background:#edf3f7; width:635px; border:1px solid #b9ccd9; margin:10px 0 0 0; 
			display:inline; float:left; display:none; padding:0 0 7px 0;
		}
			ul.contact li .submenu input.textbox{ 
				width:176px; height:15px; border:1px solid #b9ccd9; 
				margin:7px 3px 0 7px; color:#666666; padding:5px 10px;
			}
			ul.contact li .submenu p{ 
				margin:0 0 7px 0; padding:0px;
			}
				ul.contact li .submenu p.margin{ 
					margin:0 7px;
				}
			ul.contact li .submenu .textarea{ 
				margin:0 0 0 7px; width:598px; height:68px;border:1px solid #b9ccd9; 
				color:#666666; padding:10px;
			}
.boxRaporteazaEroare{
	background:#edf3f7; width:615px; border:1px solid #b9ccd9; padding:10px; margin:10px 0; color:#949494; display:none;
}
	.boxRaporteazaEroare img{ 
		float:left; margin:1px 5px 0 0; display:inline;
	}
	.boxRaporteazaEroare input.textbox{ 
		width:176px; height:15px; border:1px solid #b9ccd9; padding:5px 10px; color:#666666;
	}
	.boxRaporteazaEroare .select{
		width:186px; height:27px; border:1px solid #b9ccd9; padding:0 0 0 10px;
		float:left; margin:0 10px 0 0; color:#666666;
	}
	.boxRaporteazaEroare .textarea{
		width:592px;height:43px; border:1px solid #b9ccd9; padding:10px;color:#666666;
	}
.boxContact{
	background:#edf3f7; width:615px; border:1px solid #b9ccd9; padding:10px; margin:10px 0; color:#333333;
}
	.boxContact .colLeft{ 
		float:left; text-align:left; display:inline; width:260px
	}
		.boxContact .colLeft h3{
			font-weight:bold; margin:0px; padding:0px; font-size:12pt;
		}
		.boxContact .colLeft p{
			clear:both; margin:10px 0 0 0;
		}
		.boxContact .colLeft p strong{
			font-weight:bold;
		}
		.boxContact .colLeft img{
			float:left; margin:0 10px 0 0;
		}
	.boxContact .colRight{
		float:right; text-align:right;display:inline; width:235px;
	}
		.boxContact .colRight p{
			margin:10px 0 0 0;
		}
		.boxContact .colRight p strong{
			font-weight:bold;
		}
		.boxContact .colRight p a{
			color:#0170c2; text-decoration:none;
		}
		.boxContact .colRight img{
			float:right; margin:-7px 0 0 10px;
		}
#ordinePaginatie{ 
	float:right;
}
#paginatie{
	float:left;
}
	#paginatie a{ 
		float:left; display:inline; margin:0 5px 0 0; text-decoration:none;
	}
		#paginatie a.selected{
			color:#333333; font-weight:bold;
		}
		#paginatie a.morePages{ 
			color:#6f6f6f; font-weight:bold;
		}
.photoGallery { float:right; margin:0 0 40px 40px; width:290px;}
	.photoGallery img { float:left; margin:0 8px 5px 0}
	
.phone, .email {
	float:left; width:260px; height:45px; padding:12px 0 12px 50px; margin:20px 10px 20px 0;
	border:1px solid #ccdae4; font-size:14px; background-color:#FFF; background-image:url(../images/second/sprite.png); background-repeat:no-repeat;
}
	.email { margin-right:0; background-position:0 -338px}
	.phone { background-position:0 -283px}
	.phone a, .email a {font-size:11px;}

.nav {
	clear:both; line-height:36px; border-top:1px solid #dbe1e6; text-align:right;
	padding:0 10px; margin-bottom:10px; margin-top:10px;
}

.back { float:left; padding-left:20px; background:url(../images/second/sprite.png) no-repeat 0 -399px}

.zoom { float:left; line-height:24px; padding-left:24px;
		background:url(../images/second/sprite.png) no-repeat 0 -435px; font-weight:normal;}

.recommended {
	border:1px solid #cfcfcf; padding:10px 0 10px 10px;
	background:#f4f4f4; margin:10px 0 0 0;
}
	.recommended li {
		float:left; width:195px; margin-right:10px;
	}
	.recommended img {
		float:left; margin:0 10px 10px 0;
	}
	.recommended a {
		text-decoration:none; float:left; width:100%; line-height:1.3; color:#4c4c4c
	}
	.recommended li {
		padding-top:8px; font-size:11px;
	}
	.recommended li b {
		font-size:14px; color:#0270c0;
	}
	
.aside {
	float:left; width:300px;
}
.anunturiSimilare{
	border:1px solid #dbe1e6;
}
	.anunturiSimilare h1{
		font-weight:normal; font-size:15pt !important; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		margin:0px !important; padding:0 0 0 10px; color:#333333;
	}
	.anunturiSimilare ul{ 
		list-style-type:none; margin:0 0 0 10px; padding:0px; float:left; display:inline; border:none;
	}
	.anunturiSimilare ul li{ 
		display:block; margin:0px; padding:0px; clear:both;
	}
	.anunturiSimilare ul li a{ 
		margin:0; padding:10px 0 0 0; color:#0170c2; float:left; text-decoration:none;font-size:8pt; width:270px;
	}
	.anunturiSimilare ul li a img{
		float:left;display:inline;margin:0 10px 0 0;
	}
	.anunturiSimilare ul li a strong{
		font-weight:bold;
	}
	.anunturiSimilare ul li a span.pret{ 
		color:#c02323;
	}
	.anunturiSimilare ul li a span.an{
		color:#333333;
	}
	.anunturiSimilare ul li a span.detalii{
		color:#0170c2;
	}
	.hr{ 
		color:#dbe1e6; background:#dbe1e6; margin:0px; padding:0px; height:1px; border:none;
	}
	.toateAnunturile{
		float:right; color:#0170c2; display:inline; margin:0 10px 0 0; text-decoration:none;
	}
.merchantInfo {
	padding:10px; margin-bottom:20px;
	background:#edf3f7; border:1px solid #b9ccd9;
}
.merchantInfo p strong{
	font-weight:bold;
}
	.merchantInfo h3.title{
		font-weight:bold; margin:0px; padding:0px; font-size:12pt;
	}
	.merchantInfo h3.title img{
		float:left; margin:0 10px 0 0;
	}
	.merchantInfo p{
		clear:both; margin:10px 0 0 0;
	}
	.merchantInfo a.ofertaCompleta{
		color:#0170c2; text-decoration:none;
	}
	ul.parcAuto{
		list-style-type:none; margin:0px; padding:0px;
	}
		ul.parcAuto li{
			margin:4px 0 0 0; padding:0px; display:block; clear:both;
		}
			ul.parcAuto li strong{
				font-weight:bold;
			}
			ul.parcAuto li img.parcAuto{
				float:right; margin:-6px 0 0 0; display:inline;
			}
			ul.parcAuto li.parcAuto{
				width:128px; padding:10px 0 0 0;
			}
	.aside .phone, .aside .email {
		margin:0 0 10px 0; width:226px;
	}

.addFav, .removeFav, .compareThis, .sentToFriend, .printThis {background:url(../images/second/sprite.png) no-repeat}
.addFav { background-position:0 -460px}
.removeFav { background-position:0 -480px}
.compareThis { background-position:0 -500px}
.sentToFriend { background-position:0 -520px}
.printThis { background-position:0 -540px}




ul.filtre{ list-style-type:none; margin:0 0 10px 0; padding:0px; float:left;}
ul.filtre li{ display:inline; float:left; margin:0px; padding:0px; position:relative; z-index:1000;}
ul.filtre li .boxinput{ background:url(../images/second/arrow.jpg) no-repeat right; width:120px; border:1px solid #bdcfdb;margin:0 3px 0 0; padding:0 10px 0 0; height:26px;cursor:pointer; }
ul.filtre li .boxinput input{ width:100px; border:none; cursor:pointer; margin:0; background:none;margin:4px 0 0 5px; position:relative;}
ul.filtre li .boxMeniu{position:relative;width:80px; display:none; z-index:10000; }

/*
ul.filtre li .boxMeniu ul.model {list-style-type:none; margin:0px; padding:5px;float:left;position:absolute;top:-1px; width:140px; border:1px solid #ccc; color:#0270c0; background:#fff; z-index:1000000; }
ul.filtre li .boxMeniu ul.model li{ display:block; margin:0 0 5px 5px; padding:0 0 0 15px; cursor:pointer; border:none; float:left; clear:left;font-size:10pt; height:auto; width:120px;}
ul.filtre li .boxMeniu ul.model li.topSeries {font-weight: bold; padding-left: 5px;}
ul.filtre li .boxMeniu ul.model li.series {padding-left: 15px;}
ul.filtre li .boxMeniu ul.model li.sterge{ background:url(../images/second/deleteFiltru.jpg) no-repeat 0 5px;}
ul.filtre li .boxMeniu ul.model li.selected{ background:url(../images/second/filtruActiv.jpg) no-repeat 0 5px;}
*/

ul.filtre li .boxMeniu ul.vehicul {list-style-type:none; margin:0px; padding:5px;float:left;position:absolute;top:-1px; width:140px; border:1px solid #ccc; color:#0270c0; background:#fff; z-index:1000000; }
ul.filtre li .boxMeniu ul.vehicul li{ display:block; margin:0 0 5px 5px; padding:0 0 0 15px; cursor:pointer; border:none; float:left; clear:left;font-size:10pt; height:auto; width:120px;}
ul.filtre li .boxMeniu ul.vehicul li.sterge{ background:url(../images/second/deleteFiltru.jpg) no-repeat 0 5px;}
ul.filtre li .boxMeniu ul.vehicul li.selected{ background:url(../images/second/filtruActiv.jpg) no-repeat 0 5px;}

ul.filtre li .boxMeniu ul.model { list-style-type:none; margin:0px; padding:5px; float:left;position:absolute; top:-1px; width:650px; border:1px solid #ccc; color:#0270c0;background:#fff;z-index:1000000; }
ul.filtre li .boxMeniu ul.model li{ display:inline; margin:0px; padding:0 0 5px 15px; cursor:pointer; border:none; float:left; width:80px;font-size:10pt; height:auto;}
ul.filtre li .boxMeniu ul.model li.topSeries {font-weight: bold; padding-left: 5px; clear:both;}
ul.filtre li .boxMeniu ul.model li.series {padding-left: 15px;}
ul.filtre li .boxMeniu ul.model li.first {clear: both}
ul.filtre li .boxMeniu ul.model li.sterge{ background:url(../images/second/deleteFiltru.jpg) no-repeat 0 5px; clear:both; width:420px;}
ul.filtre li .boxMeniu ul.model li.selected{ background:url(../images/second/filtruActiv.jpg) no-repeat 0 5px;}

ul.filtre li .boxMeniu ul.oras { list-style-type:none; margin:0px; padding:5px; float:left;position:absolute; top:-1px; width:450px; border:1px solid #ccc; color:#0270c0;background:#fff;z-index:1000000; }
ul.filtre li .boxMeniu ul.oras li{ display:inline; margin:0px; padding:0 0 10px 15px; cursor:pointer; border:none; float:left; width:130px;font-size:10pt; height:auto;}
ul.filtre li .boxMeniu ul.oras li.sterge{ background:url(../images/second/deleteFiltru.jpg) no-repeat 0 5px; clear:both; width:420px;}
ul.filtre li .boxMeniu ul.oras li.selected{ background:url(../images/second/filtruActiv.jpg) no-repeat 0 5px;}

ul.filtre li .boxMeniu ul.caroserie {list-style-type:none; margin:0px; padding:5px;float:left;position:absolute;top:-1px; width:140px; border:1px solid #ccc; color:#0270c0; background:#fff; z-index:1000000; }
ul.filtre li .boxMeniu ul.caroserie li{ display:block; margin:0 0 5px 5px; padding:0 0 0 15px; cursor:pointer; border:none; float:left; clear:left;font-size:10pt; height:auto; width:120px;}
ul.filtre li .boxMeniu ul.caroserie li.sterge{ background:url(../images/second/deleteFiltru.jpg) no-repeat 0 5px;}
ul.filtre li .boxMeniu ul.caroserie li.selected{ background:url(../images/second/filtruActiv.jpg) no-repeat 0 5px;}

ul.filtre li .boxMeniu ul.carburant {list-style-type:none; margin:0px; padding:5px;float:left;position:absolute;top:-1px; width:140px; border:1px solid #ccc; color:#0270c0; background:#fff; z-index:1000000; }
ul.filtre li .boxMeniu ul.carburant li{ display:block; margin:0 0 5px 5px; padding:0 0 0 15px; cursor:pointer; border:none; float:left; clear:left;font-size:10pt; height:auto; width:120px;}
ul.filtre li .boxMeniu ul.carburant li.sterge{ background:url(../images/second/deleteFiltru.jpg) no-repeat 0 5px;}
ul.filtre li .boxMeniu ul.carburant li.selected{ background:url(../images/second/filtruActiv.jpg) no-repeat 0 5px;}

/*submit inactiv*/
.submitInactiv{
	background:url(../images/second/bgSubmitInactiv.jpg) no-repeat; border:1px solid #bebebe; padding-left:40px; color:#c1c1c1;
}
.submitInactiv:hover{
	background:url(../images/second/bgSubmitInactiv.jpg) no-repeat;
}

/*box abonare alerte*/
#boxAlertaAbonare{
	width:500px; position:absolute; background:#fff; border:5px solid #4176ba; z-index:1000; margin:10px 0 0 -250px; left:50%; text-align:left; display:none;
}
	#boxAlertaAbonare a#closeBoxAlerte{
		background:#4176ba; padding:7px 6px; color:#fff; position:absolute; right:0px; margin:-32px -5px 0 0; font-weight:bold; text-decoration:none; width:58px;
	}
		#boxAlertaAbonare a#closeBoxAlerte img{
			float:right; margin:4px 0 0 5px;
		}
	#boxAlertaAbonare .continutAlerteAbonare{
		padding:10px;
	}
	#boxAlertaAbonare .continutAlerteAbonare h1{
		color:#4b4b4b;padding:0; font-size:16pt !important; float:none;
	}
	#boxAlertaAbonare .continutAlerteAbonare p.strong{
		font-weight:bold; font-size:11pt;
	}
	#boxAlertaAbonare .continutAlerteAbonare p.succes{
		font-weight:bold; font-size:11pt; color:#CC0000;
	}
	#boxAlertaAbonare .continutAlerteAbonare p .emailAlerta{
		border:1px solid #CACACA; width:400px; height:20px; padding:2px;
	}
	#boxAlertaAbonare .continutAlerteAbonare p.strong .select{
		width:120px; border:1px solid #CACACA; padding:2px;
	}
	#boxAlertaAbonare .continutAlerteAbonare .styleSubmit{width:140px;margin:0 20px 0 0;}

/*end box abonare alerte*/
/*style for leasing*/
.leasingBox{
	text-align:right; padding:0 21px 0 0; color:#CC0000; float:right; display:inline; font-weight:bold;
}
	.leasingBox span{
		font-weight:normal;
	}
.avantajBox{
	text-align:right; padding:0 28px 0 0; margin:0 21px 0 0; color:#959595; float:right; display:inline; text-decoration:underline; 
	background:url(../images/second/iconAvantaj.jpg) right no-repeat; cursor:pointer;
}
.avantajBoxTooltip{
	position:absolute;background:#FFFFFF; border:5px solid #4176BA; padding:5px; width:252px; margin:-100px 0 0 -140px; text-align:left; font-size:12px; color:#323232; display:none;
}
	.avantajBoxTooltip p{
		margin:0px; padding:0px;
	}
	.avantajBoxTooltip img{
		position:absolute; bottom:-16px; right:0;
	}

/*modal*/
img.imgIndice{ 
	float:left; display:inline; margin:-5px 5px 0 0;
}
.continutIndice{
	color:#5b5b5b; text-align:left;border-top:1px solid #b9ccd9 !important;
}
	.continutIndice p{ 
		margin:0px; padding:0px;
	}
	.continutIndice p.avantajText{ 
		font-weight:bold; color:#cc0000; font-size:13pt; margin:20px 0 0 0;
	}
	.continutIndice .bgIndice{ 
		background:url(../images/second/bgIndice.jpg) no-repeat; border-left:1px solid #cfcfcf; border-top:1px solid #cfcfcf; 
		border-bottom:1px solid #cfcfcf; width:575px; height:258px;
	}
	.continutIndice ul{
		list-style-type:none; margin:7px 0 0 0; padding:0px;
	}
		.continutIndice ul li{
			display:inline; margin:0px; padding:0px; color:#4b4b4b; font-size:10pt; font-weight:bold; width:278px; padding:0 0 0 7px; float:left;
		}
		.continutIndice ul li .evolutie{ 
			background:#3366cc; height:18px; width:18px; margin:0 5px 0 0; display:inline; float:left;
		}
		.continutIndice ul li .pret{ 
			background:#cc0000; height:18px; width:18px; margin:0 5px 0 0; display:inline; float:left;
		}

.hold_top_filtre { width:100%; float:left; }

#container{ width:730px;}
#breadcrumbs{ display:none;}
#nav{ display:none;}
#header, #header a { color:#ffffff !important; font-size: 0;}
#logo a img{ display:block !important;}

div.tools{ display:none;}
.photoGallery{ height:215px; overflow:hidden;}
.aside a{ display:none;}
.raporteazaEroare{ display:none;}
.boxAtentionare{ display:none;}
#boxRaporteazaEroare {display: none}
#footer {display:none}
.continutIndice{ display: none;}
ul.contact{ display:none;}
.nav{ display:none;}
.recommended{ display:none;}
.toolBar{ display:none;}
.aside{ clear:both;width:580px;}
.contact {display: none}
a.mail {display: none}
a.phone {display: none}
a.telefon {display: none;}
#phone_image, #phone_email {display: inline !important;}
#profilerToggle, #profiler, #profilerToggle a {display: none;}
.loadingAll {display:none}
.jcarousel-skin-pika {display: none;}
#photoGallery {display: none}
.pauto_banner{display: none;}

@charset "utf-8";
/* CSS Document */
a {
	outline:none;
}
.clearp {
	line-height:0px;
	clear:both;
	font-size:0px;
}

#secondHandDetail h1 {
	font-size:24px;
	line-height:40px;
	margin-bottom:10px;
	float:left;
}
#secondHandDetail a.back_src {
	display: none;
}
.car_info {
	float:left;
	width:100%;
}
.gallery_left {
	float:left;
	width:310px;
}
.photo_gallery {
	float:left;
	padding:1px 1px;
	background:#fff;
	border:1px solid #e2e7eb;
	width:306px;
	position:relative;
}
.photo_gallery .car_image {
	float:left;	
}
	
.photo_gallery ul{
	display: none;
}

.photo_gallery ul li{
	margin:0;
	padding:0 0 0 1px;
	float:left;
}

.photo_gallery ul li img{
	width: 50px;
	height: 38px;
	float:left;
	filter:alpha(opacity=40);
	opacity:0.4;
    cursor: pointer;
}
#galerie_next {
	width: 30px;
	height: 38px;
}
.photo_gallery ul li img:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
.all_photos {
	display: none;
}
* html .all_photos {
	margin-left:3px;
}
.car_det {
	float:left;
	width:320px;
	padding-left:20px;
	border-top:1px solid #e2e7eb;
}
.car_det .top {
	width:300px;
	float:left;
	border-bottom:1px solid #e2e7eb;
	padding:5px 0;
}
.price_det {
	float:left;
	width:150px;
}
.credit {
	float:left;
	padding:8px 0 0 17px;
	height:71px;
    width: 131px;
	background:url(http://www.auto.ro/resources/css/frontend/images/arr_bg.png) no-repeat left top;
}
.credit span {
	background:url(http://www.auto.ro/resources/css/frontend/images/info_credit.png) no-repeat left top;
	padding-left:22px;
	padding-bottom:2px;
	padding-top:1px;
	display:block;
}
.price_det .price {
	color:#cc0000;
	font-size:24px;
	font-family:"Arial Black", Gadget, sans-serif;
}

.price_det .tva {
	font-size:13px;
	display:block;
	padding:0 0 5px 0;
	margin-top:-2px;
}
.price_det .av_client {
	background:url(http://www.auto.ro/resources/css/frontend/images/avantaj.png) no-repeat left top;
	padding-left:28px;
}
.all_details {
	float:left;
	font-size:15px;
	line-height:2;
	padding-top:3px;
	
}
.all_details span {
	font-size:12px;
}
.all_details p {
	margin:0;
	padding:6px 0;
	line-height:normal !important;
}
.all_details strong {
	font-weight:bold;
}
.credit a {
	font-weight:bold;
}


.seller_parc_info {
    display: none;
}

.seller_info {
    clear: both;
	display: block;
    width: 630px;
    height: 180px;
    border: 1px solid #E2E7EB;
}
.seller_info .part {
	padding-left:15px;
    padding-top: 15px;
	font-size:11px;
}
.seller_info .name {
	font-size:18px;
	font-weight:bold;
	display:block;
}
.seller_info .oras{
	font-size:13px;
	display:block;
}

.seller_info .tel_part {
	float:left;
	width:240px;
	padding:6px 0px 9px 48px;
    height: 50px;
	margin-top:10px;
    margin-left: 16px;
	font-size:15px;
	font-weight:bold;
	border:1px solid #ccdae4;
	background:url(http://www.auto.ro/resources/css/frontend/images/cnt_particular.png) no-repeat 9px 11px #fff;
}

.seller_info .mail_part {
	float:left;
	width:240px;
	padding:6px 0px 9px 48px;
    height: 50px;
	margin-top:10px;
    margin-left: 16px;
	font-size:15px;
	font-weight:bold;
	border:1px solid #ccdae4;
	background:url(http://www.auto.ro/resources/css/frontend/images/cnt_particular.png) no-repeat 9px -104px #fff;
}


.seller_info p {
	margin:0;
	float:left;
	padding:10px 0 0;
	color:#4b4b4b;
	text-align:center;
	width:100%;
}
.ann_tools {
	display: none;
}
	
.ann_tools ul.left {
	float:left;
	padding-top:2px;
}

.ann_tools ul.left li{
	float:left;
	padding-left:24px;
}
.ann_tools ul.left li.first{
	padding-left:0;
}

.ann_tools ul.left li a{
	float:left;
	background:url(images/bg_bar.png) no-repeat left top;
	font-size:11px;
	padding:1px 0;
}
.ann_tools ul.left li a.add_fav{
	background-position:0px 0px;
	padding-left:23px;
}

.ann_tools ul.left li a.add_comp{
	background-position:0px -40px;
	padding-left:22px;
}
.ann_tools ul.left li a.send_fr{
	background-position:0px -81px;
	padding-left:21px;
}

.ann_tools ul.left li a.print_ann{
	background-position:0px -125px;
	padding-left:22px;
}

.ann_tools ul.right {
	float:right;
	width:190px;
}

.ann_tools ul.right li {
	float:left;
	text-align:right;
}

.announce_cnt {
	float:left;
}

.left_details {
	float:left;
	width:630px;
	padding-top:13px;
}

.left_details h2{
	font-size:18px;
	font-weight:bold;
	padding-left:9px;
	float:left;
}

.left_details .caracteristici {
	float:left;
	width:630px;
	margin-top:8px;
	margin-bottom:10px;
	border:1px solid #dbe1e6;
	border-top:0px;
}

.left_details .caracteristici tr.style{
	background:#f4f4f4;
}
.left_details .caracteristici td{
	border-top:1px solid #dbe1e6;
	font-size:13px;
	font-weight:bold;
	padding:3px 5px 12px 0px;
}
.left_details .caracteristici .lft {
	width:159px;
	padding-left:6px;
	padding-right:0;
	font-weight:normal;
}
.left_details .dotari {
	float:left;
	width:630px;
	margin-top:8px;
	margin-bottom:10px;
	border:1px solid #dbe1e6;
	border-top:0px;
	border-right:0px;
}
.left_details .dotari tr.style{
	background:#f4f4f4;
}
.left_details .dotari td{
	border-top:1px solid #dbe1e6;
	border-right:1px solid #dbe1e6;
	font-size:13px;
	padding:3px 5px 12px 5px;
	width:200px;
}
.left_details .descriere{
	float:left;
	width:621px;
	border-top:1px solid #dbe1e6;
	padding:5px 0px 18px 9px;
	margin-top:5px;
	font-size:13px;
}
.left_details .report{
	display: none;
}
.left_details .report_form {
	display: none;
}

.left_details .report_form span.txt{
	display:block;
	padding:5px 0 10px;
	color:#666;
}

.left_details .report_form .txt_inp{
	border:1px solid #B9CCD9;
	color:#666666;
	height:15px;
	margin:0;
	padding:5px 10px;
	width:175px;
}

.left_details .report_form textarea{
	border:1px solid #B9CCD9;
	color:#666666;
	height:68px;
	margin:10px 0;
	padding:10px;
	width:586px;
}

.left_seller_parc_info {
	float:left;
	width:616px;
	padding:3px 5px 9px 5px;
	margin-top:13px;
	border:1px solid #dbe1e6;
}

.left_seller_parc_info ul{
	margin:0;
	padding:0;
}
.left_seller_parc_info ul li{
	margin:0;
	padding:0;
	float:left;
}
.left_seller_parc_info ul li.first{
	width:200px;
}
.left_seller_parc_info ul li.first .cnt{
	font-size:15px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}
.left_seller_parc_info ul li.first .parc{
	background:url(images/brady_white.png) no-repeat left top;
	display:block;
	padding-left:75px;
	line-height:1.2;
}

.left_seller_parc_info ul li.second{
	width:258px;
	padding-top:7px;
}
.left_seller_parc_info ul li.second strong{
	font-weight:bold;
}
.left_seller_parc_info ul li.second .tel{
	background:url(images/contact_white.png) no-repeat left top;
	display:block;
	font-size:15px;
	padding-left:24px;
}
.left_seller_parc_info ul li.second .mail{
	background:url(images/contact_white.png) no-repeat left -43px;
	display:block;
	font-size:15px;
	padding-left:24px;
	margin-top:5px;
}
.left_seller_parc_info ul li.last{
	width:158px;
}

.left_seller_parc_info ul li.last .city {
	display:block;
	padding:6px 0 8px 0;
	font-size:15px;
}

.left_seller_parc_info ul li.last a {
	text-decoration:underline;
}

.left_seller_info {
	display: none;
}

.left_ann_info {
	display: none;
}

.left_details .reccomend {
	display: none;
}

.right_info {
	display: none;
}

.taxa_no_print {
    display: none;
}
#showTelefon2 { 
    display: none;
}
#hideTelefon {
    display: none;
}
