body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}/*simple reset*/

html,body{margin:0;padding:0;background:#f6f8fb url(../images/base_bg.gif) repeat-x top;width:100%;height:100%;font-family:Arial, Helvetica, sans-serif; font-size:14px;}
* html #wrap{height: 100%;}
p,td{font-family:Arial, Helvetica, sans-serif; margin-top:0px;}

a img{border:0;}
a{color:#364971;text-decoration:underline;}
a:hover{color:#07379d;	text-decoration:none;}
a.hidden{text-decoration: none;color:#000;cursor:default;}

div.clr{clear:both;}

ul{margin:0 0 0 20px;padding:0;list-style-type: square;line-height: 16px;}

h1{font-size:20px;font-weight:normal;color:#124171;margin:5px 0 10px;}
h2{font-size:18px;font-weight:normal;color:#124171; font-style:oblique;margin:2px 0 7px;}

#wrap{position:relative; min-height:100%; margin:0 auto; width:100%;}
#page{width:935px;margin:0 auto;}

#header{width:935px; min-height:356px; position:relative; background:url(../images/img01.jpg) no-repeat top right;}
*html #header {height:356px;overflow:visible;}/*pentru IExplorer 6 si ...*/
	#logo_bg{width:271px; height:150px; background:url(../images/logo_bg.jpg) no-repeat; position:relative;}
	#logo{position:absolute; margin:48px 0 0 20px;}
	#company_name{font-size:22px;font-weight:normal;text-transform: none;color:#124171; font-family:"trebuchet MS"; position:absolute; margin:65px 0 0 90px;}

#menu{color:#01060c;font-weight:normal;margin:0 0 0 20px;white-space: nowrap; font-size:14px;}
	#menu ul{list-style:none; margin:0;}
	#menu ul li{padding:8px 0 11px 29px; background:url(../images/bullet.gif) no-repeat 1px 11px; height:16px;}/*ad height*/
	#menu a{text-decoration: none;color: #01060c;}
	#menu a:hover{color: #425a81;text-decoration:none;}

#contentwrap{position:relative; overflow:hidden; margin-top:-40px; margin-bottom:40px; height:100%}/*ad height*/
	#body_area{float:left;  width:900px; font-size:12px;  position: relative; z-index:0; color:#000;text-align: justify; margin:50px 0 0 10px;  padding-right:20px;}/*margin:70px 0 0 20px; width:645px;*/
	#login_form{height: 20px;width: 150px;font-size: 12px;}

#footer{width:895px; background:#a0a6a8;color:#FFF;text-align:left;padding: 15px 20px; font-size:11px; margin-bottom:20px; margin-top:50px}/*ad  margin-top:50px */


.log1{background:#9FC3D9; padding:3px; color:#FFFFFF; border:1px dotted #FFFFFF;}
.log2{width:100px;}
.log3{color:#0000A2; text-align:right; font-size:12px}

.reg_st{width:98%;} /*reg si resend*/







.src{font-size:16px; float:left}
.sr1{height:25px; width:250px;}
.sr2{height:31px; width:175px;}
.sr2 option{height:31px; width:175px;}
.sr3{height:31px;}
.clr{clear: both;height: 0px;}
	.y {height:300px;}
.divs{overflow:auto; border:1px dashed #999999; height:300px; float:left}
/*adaugator la .divs */
.m1 {width:49%; padding-left:2px; margin-left:2px}
.m2 {width:100%;}
	/* tabele */
	.af{width:99%; margin-top:3px;}
	.af td{border-bottom:1px dotted #cccccc; border-right:1px dotted #dddddd}
	/*adaugator la .af ->tabelul cu masini */
	.mas td{vertical-align:top; padding-left:3px; padding-right:3px; font-size:small; border-right:1px dotted #dddddd}
	/*adaugator la .af ->logo Brand */
	.alpha40 {
		/* Fallback for web browsers that doesn\'t support RGBa */
		background: rgb(255, 255, 255);
		/* RGBa with 0.6 opacity */
		background: rgba(255, 255, 255, 0.7);
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff)";
		}
		/*adaugator la .af .mas ->tabelul cu alegerea masinii*/
		.sc a{text-decoration:none}
		.sc tbody tr:hover{ background:#dcfac9;cursor: pointer;}
		.sc thead tr:hover{ background:#f6f8fb;}
.mentab{ padding-top:10px;}
.mentab a{padding-left:50px; font:large bold; text-decoration:none;}

	.tmb span{ /*CSS for enlarged image*/
			  position: absolute;
			  background-color: #000000;
			  padding:3px;
			  visibility: hidden;}
	.tmb span img{ /*CSS for enlarged image*/
				  border-width: 0;
				  padding: 0px;
					  max-height:600px;
					  max-width:600px;
				  }
	.tmb:hover span{ /*CSS for enlarged image*/
					visibility: visible;
					float:left;
					left: 5px; /* position where enlarged image should offset horizontally */
					bottom: 45px;
					z-index: 50;}





.search_car{
	margin: 10px 0 0 0;
}
.search_car ul {
	list-style-type: none;
}
.search_car li {
  padding: 5px;
  overflow: auto;
  	float: left;
	text-align:center;
	width: 130px;
	height: 80px;
  
  	-webkit-transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-o-transition: box-shadow 0.5s ease;
	-ms-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
}
.search_car li:hover {
	 background: #eee;
	 
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}
.search_car li a{
	text-decoration:none;
	font-size:14px;
	color:#333333 !important;
}
.search_car li:hover a{
	color:#000000 !important;
}
.search_car img{
	border: 0px;
	padding: 5px 0 10px 0;
}
.search_car ul li span{
	height:36px;
	display:table-cell; 
	vertical-align:middle;
}





.dropdown { /* //----------BUTONUL INTERN */
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
	background:#f6f8fb;
	-webkit-box-shadow: 0px 7px 7px rgba(0,0,0,0.3);
	box-shadow: 0px 7px 7px rgba(0,0,0,0.3);
    z-index: 1;
	
    padding: 10px 7px 0px 3px; /* 10px 5px top-bottom left-right */
	
	top: -10px; /* minus padding-top */
	left: 20px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content img{
	padding-bottom: 10px;
}

.dropdown2 { /* //----------MENIUL INTERN */
    position: relative;
    display: inline-block;
}
.dropdown-content2 {
    display: none;
    position: absolute;
   /* background:#f6f8fb; */
	background:rgba(246,248,251,0.7);
	-webkit-box-shadow: 0px 7px 7px rgba(0,0,0,0.3);
	box-shadow: 0px 7px 7px rgba(0,0,0,0.3);
    z-index: 1;
	
	padding: 5px 10px;
	
    min-width: 60px;
}
.dropdown2:hover .dropdown-content2 {
    display: block;
}