@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Cuprum);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Marvel);

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:15px 0 0 210px;
	margin:0;
	color:#333333;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	}
table	{
	font-size:10px;
	}
h1, h2, h3, h4, h5, h6 {
	color:#FF6600;
	margin-bottom:1em;
	}

/* ### START Header Menu ### */

#HeaderMenu {
	padding:0;
	width:100%;
	background:transparent;
	voice-family:"\"}\"";
	voice-family:inherit;
	}
#HeaderMenu UL {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:0;
	/*margin-left:40px; margin between first menu item and left browser edge*/
	padding:0;
	list-style:none;
	/*letter-spacing:-2px;*/
	}
#HeaderMenu LI {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
	}
#HeaderMenu A {
	float:left;
	display:block;
	color:#FFF;
	margin:0 1px 0 0; /*Margin between each menu item*/
	padding:5px 10px;
	text-decoration:none;
	/*letter-spacing:1px;*/
	background-color:#666; /*Default menu color*/
	border-bottom:1px solid #FFF;
	}
#HeaderMenu A:Hover {
	background-color:#CCC; /*Menu hover bgcolor*/
	color:#000;
	}
#HeaderMenu #Current A { /*currently selected tab*/
	background-color:#C00; /*Brown color theme*/ 
	border-color:#C00; /*Brown color theme*/
	color:#FFF;
	}
#HeaderMenuLine {
	clear:both;
	padding:0;
	width:100%;
	height:5px;
	line-height:5px;
	background:#C00; /*Brown color theme*/ 
	}

/* ### EOF Header Menu ### */
	
.thumb	{
	border:#999999 1px solid;
	background-color:#EAEAEA;
	width:140px;
	height:115px;
	text-align:center;
	vertical-align:middle;
	}
.main_gallery	{
	width:140px;
	border:1px solid #999999;
	background-color:#EAEAEA;
	text-decoration:none;
	font-weight:bold;
	}
.thumb_img	{
	border:#000000 1px solid;
	/*margin:5px 5px 5px 5px;*/
	padding:2px 2px 2px 2px;
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
	}
h1	{
	color:#C10000;
	font-size:14px;
	font-weight:bold;
	font-family:Arial,Helvetica,Sans-Serif;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(images/background_line.gif);
	background-repeat:repeat-x;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:2px;
	}
h2	{
	/*font-family:Arial,Helvetica,Sans-Serif;
	font-size:14px;*/
	font-family: 'Marvel', sans-serif;
	font-size:16px;
	color:#C10000;
	text-transform:uppercase;
	text-decoration:none;
	}
h3 {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	}
ul	{
	list-style-type:square;
	}

li	{
	font-size:10px;
	border-bottom:1px dotted #DDDDDD;
	}
.noborder {
	border:none;
	background-color:#FFFFFF;
	}
.already_subdomain	{
	background-color:#CCCCCC;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
/* news stylesheet */

tr.news_background	{
	background-color:#FFFFFF;
	}
tr.news_background:hover	{
	background-color:#FF9900;
	}
td.news_border	{
	border: 1px solid #FFFFFF;
	}
td.news_border:hover	{
	border: 1px dotted #34648D;
	}
	
#tooltipbox {
	position:absolute;
	left:-300px;
	width:150px;
	border:1px solid black;
	padding:5px;
	background-color:#EAEAEA;
	color:#CC0000;
	font-family:Verdana, Tahoma;
	font-size:10px;
	font-weight:normal;
	visibility:hidden;
	z-index:100;
	}
#pointerlefttop {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#pointerleftbottom {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
  
#pointerrighttop {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#pointerrightbottom {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.ads_border	{
	border:#999999 1px solid;
	padding:3px 3px 3px 3px;
	background-color:#EAEAEA;
	}
.text	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	}
.image_border	{
	border:#CCC 1px solid;
	padding:2px;
	}
.image_border_search	{
	border-bottom:#CDCDCD 1px solid;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	border-top:#CDCDCD 1px solid;
	padding:2px 2px 2px 2px;
	}
input, .input	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#DBDBDB;
	border-bottom:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	border-top:#999999 1px solid;
	padding:5px;
	}
.input_red	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#B90000;
	color:#FFFFFF;
	border-bottom:#999999 1px solid;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	border-top:#999999 1px solid;
	}

input:focus, textarea:focus, label:focus, .input:focus, .select:focus, input:focus	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#F8F8F8;
	color:#000;
	border:#CC0000 1px solid;
	}

/* main border areea */

.border_background	{
	background-image:url(images/border_line_r1_c2.gif);
	background-repeat:repeat-x;
	}
.border_bottom	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid; 
	border-bottom:#999999 1px solid;
	padding-left:5px;
	padding-right:5px;
	width:100%;
	}
.border_title_white	{
	/*font-family:Arial,Helvetica,Sans-Serif;*/
	font-family: 'Marvel', sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color:#FFF;
	padding:0 5px 0 5px;
	color:#333;
	text-transform:uppercase;
	}
.main_title	{
	color:#C10000;
	background-color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial,Helvetica,Sans-Serif;
	text-transform:uppercase;
	text-decoration:none;
	}

.black_link	{
	font-size:10px;
	color:#333333;
	text-decoration:none;
	}
.black_link_bold	{
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	}
.white_link_bold	{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
.black_link_search	{
	font-size:10px;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	}
.black_link_search_bold	{
	font-size:10px;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	}
.blue_link	{
	font-size:10px;
	color:#006AD5;
	text-decoration:none;
	}
.blue_link_bold	{
	font-size:10px;
	color:#006AD5;
	text-decoration:none;
	font-weight:bold;
	}
.red_link	{
	font-size:10px;
	color:#C10000;
	text-decoration:none;
	}
.red_link_comanda	{
	font-size:10px;
	color:#C10000;
	text-decoration:none;
	text-transform:lowercase;
	}
.red_link_bold	{
	font-size:10px;
	color:#C10000;
	text-decoration:none;
	font-weight:bold;
	}
.green_link_bold	{
	font-size:10px;
	color:#439C1D;
	text-decoration:none;
	font-weight:bold;
	}
/*.red_link:hover, .red_link_bold:hover, .blue_link:hover, .blue_link_bold:hover, .black_link:hover, .blue_link_bold:hover, .green_link_bold:hover	{
	color:#999999;
	}*/
.underpage	{
	padding:10px;
	background-color:#FFFFFF;
	width:768px;
	color:#333333;
	font-size:10px;
	/*border-bottom:#CDCDCD 1px solid;*/
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	/*border-top:#CDCDCD 1px solid;*/
	}
.underpage_search	{
	background-color:#FFFFFF;
	color:#333333;
	border:#CDCDCD 1px solid;
	}
.underpage_header_menu	{
	background-color:#FFFFFF;
	width:766px;
	color:#333333;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	}
.underpage_header	{
	background-color:#FFFFFF;
	width:768px;
	color:#333333;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	border-top:#CDCDCD 1px solid;
	background-image:url(images/header_background.jpg);
	background-repeat:repeat-x;
	}
.underpage_header_01	{
	width:100%;
	color:#FFFFFF;
	}
.underpage_header_banner	{
	width:768px;
	color:#FFFFFF;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	border-top:#CDCDCD 1px solid;
	text-align:center;
	}
.header_link_menu	{
	font-size:10px;
	color:#006AD5;
	text-decoration:none;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	}
.header_link_menu:hover	{
	background-color:#006AD5;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 2px 2px 2px;
	}
.underpage_menu	{
	width:768px;
	color:#333333;
	border-bottom:#CDCDCD 1px solid;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	border-top:#CDCDCD 1px solid;
	}
.underpage_margin	{
	background-color:#FFFFFF;
	width:766px;
	color:#333333;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	}
.underpage_margin_demo	{
	background-color:#FFFFFF;
	width:768px;
	color:#333333;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	}
.underpage_margin_footer	{
	background-color:#FFFFFF;
	width:764px;
	color:#333333;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	/*border-top:#CDCDCD 1px solid;*/
	text-align:center;
	}
.menu_bullet	{
	background-image:url(images/red_bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:8px;
	text-decoration:none;
	color:#FFFFFF;
	}
.main_link_header	{
	color:#C10000;
	text-decoration:none;
	font-weight:normal;
	padding:2px 2px 2px 2px;
	}
.main_link_header:hover	{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
.main_link	{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	}
.main_link:hover	{
	background-color:#666666;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
.img	{
	background-color:#EAEAEA;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-top:#000000 1px solid;
	width:60px;
	}
.main_gallery	{
	width:140px;
	height:100px; 
	border:1px solid #999999;
	background-color:#EAEAEA;
	text-decoration:none;
	font-weight:bold;
	}
.main_gallery_bg	{
	background-image:url(images/background_line.gif);
	background-repeat:repeat;
	border-bottom:#CDCDCD 2px solid;
	border-top:#CDCDCD 2px solid;
	}
.price	{
	font-size:10px;
	color:#C10000;
	font-weight:bold;
	text-decoration:none;
	}
.cars	{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:1px 1px 1px 1px;
	vertical-align:super;	
	}
.cars:hover	{
	background-color:#FFFFFF;
	color:#C10000;
	text-decoration:none;
	font-weight:bold;
	}
a	{
	color:#333333;
	text-decoration:none;
	}
a:hover	{
	color:#666666;
	text-decoration:none;
	}
.header_menu_link	{
	color:#FFFFFF;
	font-weight:bold;
	}
.header_menu_link:hover	{
	color:#000000;
	font-weight:bold;
	}
.header_menu	{
	font-size:10px;
	color:#FFFFFF;
	background-color:#666666;
	text-decoration:none;
	border-bottom:#999999 4px solid;
	}
.header_menu:hover	{
	font-size:10px;
	color:#000000;
	background-color:#CCCCCC;
	border-bottom:#FF6600 4px solid;
	}
.header_link	{
	color:#CC0000;
	font-weight:normal;
	text-decoration:none;
	padding-left:8px;
	padding-bottom:4px;
	margin-left:0px;
	background-image:url(images/red_bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
.header_link:hover	{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	background-image:url(images/orange_bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
.footer_parteners	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(images/orange_bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:normal;
	padding-left:8px;
	padding-right:8px;
	}
.footer_links	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	padding:2px 2px 2px 2px;
	}
.footer_links:hover	{
	color:#FF6600;
	text-decoration:underline;
	}
.footer_link	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(images/red_bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:normal;
	padding-left:8px;
	padding-right:8px;
	}
.footer	{
	background-color:#FFFFFF;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	border-left:#CDCDCD 1px solid;
	border-right:#CDCDCD 1px solid;
	border-bottom:#CDCDCD 1px solid;
	padding-bottom:5px;
	padding-top:35px;
	text-align:center;
	width:764px;
	/*height:135px;*/
	}

/* search link */

.active	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#FFF;
 	font-size:10px;
 	color:#666;
 	text-decoration:none;
	font-weight:bold;
	padding:2px 7px 2px 7px;
	border:#FFFFFF 1px solid;
	text-align:center;
	}
.active_curent	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#666;
 	font-size:10px;
 	color:#FFF;
 	text-decoration:none;
	font-weight:bold;
	padding:2px 7px 2px 7px;
	border:#333333 1px solid;
	text-align:center;
	}
.active_curent:hover	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#666666;
 	font-size:10px;
 	color:#FFFFFF;
 	text-decoration:none;
	font-weight:bold;
/*	margin-left:1px solid #3F89C3;
	margin-bottom:1px solid #3F89C3;
	margin-right:1px solid #3F89C3;
	margin-top:1px solid #3F89C3;*/
	}

.active_next	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#FFFFFF;
 	font-size:10px;
 	color:#666666;
 	text-decoration:none;
	font-weight:bold;
	padding:2px 7px 2px 7px;
	border:#FFFFFF 1px solid;
	text-align:center;
	}
.active_next:hover	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#333333;
 	font-size:10px;
 	color:#FFFFFF;
 	text-decoration:none;
	font-weight:bold;
	padding:2px 7px 2px 7px;
	border:#333333 1px solid;
	text-align:center;
	}

/* order */

.close	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	height:30px;
	width:30px;
	border:#CCCCCC 1px solid;
	padding:2px 2px 2px 2px;
	color:#FF0000;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;	
	}
.close:hover	{
	height:30px;
	width:30px;
	color:#FFFFFF;
	background-color:#FF0000;
	font-size:10px;
	font-weight:bold;	
	}

/* news highlits */

.news_most_red	{
	padding:2px 2px 2px 2px ;
	}
.news_most_red:hover	{
	color:#FFFFFF;
	background-color:#666666;
	}

.UserLogin	{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	}
.UserLogin:Hover	{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
.Error	{
	color:#F00;
	text-decoration:none;
	font-weight:bold;
	}
.InputForm	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#DBDBDB;
	border:#999999 1px solid;
	padding:5px;
	color:#CC0000;
	font-weight:bold;
	}
.InputForm:Hover	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#F8F8F8;
	color:#000;
	border:#CC0000 1px solid;
	}
	
#MainPageTop	{
	width:100%;
	background-color:#FFF;
	height:23px;
	}
#MainPageTop .LeftCorner {
	float:left;
	background:url(images/corner/border_left.gif) left no-repeat;
	width:10px;
	height:23px;
	}
#MainPageTop .RightCorner	{
	float:right;
	background:url(images/corner/border_right.gif) left no-repeat;
	width:10px;
	height:23px;
	}
#MainPageTop .MiddleCorner	{
	background:url(images/corner/border_line.gif) left repeat;
	float:left;
	height:23px;
	width:748px;
	}
#MainPageTop .TitleMain	{
	float:left;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	/*height:23px;*/
	background-color:#FFF;
	margin:3px 10px 0px 0px;
	padding:0 4px 0 4px;
	}
#MainPage	{
	width:706px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:justify;
	border-bottom:#999 1px solid;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	padding:0 10px 10px 10px;
	}

/* TAXA AUTO CALCULATOR */

.calculator label, .calculator .um { color:#666; }

.calculator #co2-td1, .calculator #co2-td2, .calculator #age-calc-td1, .calculator #age-calc-td2 { display:none; }

.calculator input, .calculator select {  }

.subtitle { font-size:11px; font-weight:bold; }

.calculator #age, .calculator #engine {  }

.calculator #cc, .calculator #co2, .calculator #km {  }

.tax-total { font-size:18px; }

#tax-value-new-2012 { margin-top: 10px;	color:#0a6708; }

#tax-value { margin-top: 10px; }

#tax-value-2010 { margin-top: 3px; color: #666666; }

.formula {	padding-left:20px;	font-size: 10px; color: #0A6708; }

.news { padding-left:10px; }

.news li { line-height:18px; }

.tax-info { margin-bottom:15px; }

#formula-depreciere { margin-top:15px; }

.coming-soon .list { margin-left:15px; }

.coming-soon .list li { padding-bottom:5px; /*overflow: auto;*/ }

.small-text { font-size: 10px; }

.increase {	color:#ff0033;	font-size: 10px; }

.notice {	color:#ff0033;	margin-bottom: 10px; font-size: 10px; }


/* TAXA AUTO REZULTAT */ 

.result { margin-top:15px; visibility:hidden; height:110px; }

.result .col-2 { padding-left:10px; }

#formula-depreciere {	display:none; }

label.options {	font-size:11px;	color:black; }

.notes .separator { height:5px; }

#tax-notes { display: none; }
