html {
    overflow-y: scroll;
    font: 1.2em "Verdana", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
}

body {
    background-color: #ffffff;
    color: #666666;
	text-align: center;
}

p {
    line-height: 15px;
    margin: 0 0 10px 0;
    clear: both;
}
hr {
    height: 1px;
    border-bottom: 1px solid #9a9b9a;
    clear: both;
    margin: 10px 0;
}

input, select {
    background-color: #f4f4f4;
    color: #666666;
    border: 1px solid #cecece;
}
textarea {
    width: 350px;
    height: 200px;
    background-color: #f4f4f4;
    color: #666666;
    border: 1px solid #cecece;
}

/*-- CONTENT >>> --*/

.flash_movie_container {
    margin: 20px 0;
}

#centerContent p {
    line-height: 1.3em;
}

#content_container_flash {
    width: 100%;
    background: #ffffff url('../images/bkg_suprafooter.gif') no-repeat bottom left;
    float: left;
    clear: both;
}
#content_container_flash p {
    line-height: 1.3em;
}

/* 2 columns >>> */

.col2_box {
    width: 255px;
    float: left;
    margin: 0 10px 10px 0;
    display: block;
    cursor: pointer;
}
.col2_box2 {
    width: 255px;
    float: left;
    margin: 0 10px 10px 0;
    display: block;
    cursor: pointer;
}
.col2_container {
    width: 530px;
    margin: 0;
    float: left;
    clear: both;
}

/* 3 columns >>> */

.col3_container {
    width: 530px;
    margin: 0 0 20px 0;
    float: left;
    clear: both;
}
.col3_container h3 {
    margin: 0 !important;
}
.col3_container .first {
    clear: left;
}
.col3_box {
    width: 170px;
    float: left;
    margin: 0 10px 10px 0;
    display: block;
    cursor: pointer;
}
.col3_box2 {
    width: 170px;
    float: left;
    margin: 0 0 10px 0;
    display: block;
    cursor: pointer;
}
.col3_box img,
.col3_box2 img {
    margin: 0 0 10px 0;
    float: left;
    clear: both;
}
.col3_box a:link,
.col3_box a:hover,
.col3_box a:visited,
.col3_box a:active,
.col3_box2 a:link,
.col3_box2 a:hover,
.col3_box2 a:visited,
.col3_box2 a:active {
    color: #666666;
    text-decoration: none;
}
.col3_box strong a:link,
.col3_box strong a:hover,
.col3_box strong a:visited,
.col3_box strong a:active,
.col3_box2 strong a:link,
.col3_box2 strong a:hover,
.col3_box2 strong a:visited,
.col3_box2 strong a:active {
    color: #000000;
    text-decoration: none;
}

/* Contact form >>> */

form {
    width: 100%;
    float: left;
    clear: both;
}
form label {
    margin: 0 0 3px 0;
    padding: 0 3px;
    clear: both;
    font-size: 1em;
}
form label span {
    color: #ff0000;
}

form dd p {
    font-size: 0.9em;
}

form input,
form select,
form textarea {
    background-color: #f4f4f4;
    font: normal 1.1em "Verdana", Arial, Helvetica, sans-serif;
    color: #969696;
    border: 1px solid #cecece;
}
form input,
form select {
    height: 18px;
    background-color: #f4f4f4;
    color: #969696;
    float: left;
    border: 1px solid #cecece;
}
form .checkbox {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
    border: none;
    float: left;
}
form .send_button {
    width: 80px;
    height: 25px;
    background: url('../images/trimite_btn.gif') no-repeat top left;
    margin: 10px 0;
    padding: 0;
    float: left;
    border: none;
    clear: both;
    font-size: 0;
}
form .send_button:hover  {
    width: 80px;
    height: 25px;
    background: url('../images/trimite_btn_hover.gif') no-repeat top left;
    margin: 10px 0;
    padding: 0;
    float: left;
    border: none;
    clear: both;
}
form .send_button_cauta{
    width: 80px;
    height: 25px;
    background: url('../images/cauta_btn.gif') no-repeat left top;
    margin: 10px 0;
    padding: 0;
    float: left;
    border: none;
    clear: both;
    font-size: 0;
}

.send_button_cauta {
    cursor:pointer;
    width: 80px;
    height: 25px;
    background: url('../images/cauta_btn.gif') no-repeat top left;
    padding: 0;
    float: left;
    border: none;
    clear: both;
    font-size: 0;
}        

form .send_button_cauta:hover  {
    width: 80px;
    height: 25px;
    background: url('../images/cauta_btn_hover.gif') no-repeat left top;
    margin: 10px 0;
    padding: 0;
    float: left;
    border: none;
    clear: both;
    font-size: 0;
}

form select {
    height: 20px;
    padding: 0 0 0 0;
    border: 1px solid #cecece;
}
form dl {
    width: 168px;
    float: left;
    margin: 0 0 5px 12px;
    display: inline;
}
form dl.first {
    margin-left: 0 !important;
}
form dl input, form .box select {
    width: 166px;
}

form dl.box_small {
    width: 48px;
    float: left;
    margin: 0 0 5px 12px;
    display: inline;
}
form dl.box_small input,
form dl.box_small select {
    width: 46px;
}

form dl.box_medium {
    width: 108px;
    float: left;
    margin: 0 12px 5px 0;
    display: inline;
}
form dl.box_medium input,
form dl.box_medium select {
    width: 106px;
}

form dl.box_wide {
    width: 348px;
    float: left;
    margin: 0 0 5px 12px;
    display: inline;
}
form dl.box_wide input,
form dl.box_wide select,
form dl.box_wide textarea {
    width: 346px;
}
form dl.box_complete {
    width: 528px;
    float: left;
    margin: 0 0 10px 0;
}
form dl.box_complete input,
form dl.box_complete select,
form dl.box_complete textarea {
    width: 526px;
}

form p.first {
    overflow: hidden;
}
form p.first label {
    float: left;
    clear: none;
    margin: 3px 0 0 6px;
    white-space: nowrap;
}
form p.first label input {
    margin: 0 !important;
}

form p label input.radioBtn {
    width: 13px !important;
    background-color: white;
    border: 0 none white;
    margin: 0 !important;
}

form dl input.radio,
form dl input.checkbox,
form dl.box_small input.radio,
form dl.box_small input.checkbox,
form dl.box_medium input.radio,
form dl.box_medium input.checkbox,
form dl.box_wide input.radio,
form dl.box_wide input.checkbox,
form dl.box_complete input.radio,
form dl.box_complete input.checkbox {
    width: auto;
    background-color: white;
    border: 0 none white;
    margin-left: 10px;
}

input.radio.ffInput {
    position: relative; 
    bottom: -6px;
}

* html input.radio.ffInput {
    bottom: -2px;
}

*:first-child + html input.radio.ffInput {
    bottom: -2px;
}

.ffBox {
    display: block;
    float: left;
    white-space: nowrap;
}

form hr {
    height: 1px;
    border-bottom: 1px solid #9a9b9a;
    clear: both;
    padding: 5px 0;
}

form .last {
    margin: 0 0 5px 0;
}

form .formerror dl input,
form .formerror dl select,
form .formerror dl textarea,
form .formerror dl.box_small input,
form .formerror dl.box_small select,
form .formerror dl.box_small textarea,
form .formerror dl.box_medium input,
form .formerror dl.box_medium select,
form .formerror dl.box_medium textarea,
form .formerror dl.box_wide input,
form .formerror dl.box_wide select,
form .formerror dl.box_wide textarea,
dl.error input {
    background-color: #fce3e7;
    border: 1px solid #ee292e;
}
form .formerror dl label,
form .formerror dl.box_small label,
form .formerror dl.box_medium label,
form .formerror dl.box_wide label,
dl.error dt,
dl.error dd p {
    color: #ee292e;
    font-weight: normal;
}

/* Hotspot >>> */

.hotspot {
    width: 470px;
    background: url('../images/hotspot_bkg.gif') no-repeat top left;
    font-size: 1.2em;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    float: left;
    clear: both;
}
.hotspot_bottom {
    width: 470px;
    height: 20px;
    background: url('../images/hotspot_bkg_bottom.gif') no-repeat bottom left;
    float: left;
}
.hotspot img {
    margin: 0 10px;
    float: left;
    display: block;
}
.hotspot span {
    margin: 0 20px 0 0;
    display: block;
}

/* Modele si Preturi >>> */

#modsipret_form {
    width: 500px;
    margin: 10px 0 0 0;
    float: left;
    clear: both;
}
#modsipret_form select {
    color: #696969;
    margin: 4px 10px 0 0;
    float: left;
}
#modsipret_form label {
    font-size: 2.0em;
    line-height: 1.0em;
    color: #696969;
    margin: 0 10px 0 0;
    float: left;
}

/* Search results >>> */

#results_container {
    width: 530px;
    margin: 50px 0 0 0;
}
#results_container p {
    display: block;
    margin: 0 0 20px 0;
 }
#results_container .procents {
    color: #999999;
}
#results_container .path {
    font-size: 0.8em;
    margin: 0 0 5px 0;
    display: block;
}

/* Sitemap >>> */ /* TODO */

#sitemap {
    margin: 10px 0 0 0;
    font-size: 1.2em;
}
#sitemap li {
    line-height: 1.7em;
    margin: 0 0 0 20px;
}

/* Table comparator >>> */

.table_compare {
    width: 890px;
    color: #000000;
    float: left;
    clear: both;
    border-bottom: 2px solid #9a9b9a;
    border-top: 2px solid #9a9b9a;
}

.table_compare th {
    font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
    text-align: left;
    border-bottom: 1px solid #9a9b9a;
}

.table_compare td {
    font: normal 1.1em "Verdana", Arial, Helvetica, sans-serif;
    padding: 4px 6px;
    border-left: 10px solid #ffffff;
    border-bottom: 1px solid #cecece;
}

.table_compare th.spec {
    width: 350px;
    font: normal 1.1em "Verdana", Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    border-bottom: 1px solid #cecece;
}
.table_compare th.spectitle_o {
    width: 350px;
    font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    border-bottom: 1px solid #9a9b9a;
}
.table_compare th.spectitle_c {
    width: 350px;
    font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    border-top: 2px solid #9a9b9a;
    border-bottom: 1px solid #9a9b9a;
}
.table_compare th.speccoltitle {
    font: bold 1.1em "Verdana", Arial, Helvetica, sans-serif;
    border-left: 10px solid #ffffff;
    padding: 5px 6px;
}

.table_compare td.altstandard { background: #8f8f8f; font-weight: bold; color: #ffffff; }
.table_compare td.altindisponibil { background: #ffffff; font-weight: bold; color: #666666; }
.table_compare td.altoptional { background: #002f9d; font-weight: bold; color: #ffffff; }

/* Table Options >>> */

.table_options {
    width: 750px;
    color: #000000;
    float: left;
    clear: both;
    border-bottom: 2px solid #9a9b9a;
    border-top: 2px solid #9a9b9a;
}

.table_options th {
    font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
    text-align: left;
    border-bottom: 1px solid #9a9b9a;
}

.table_options td {
    font: normal 1.1em "Verdana", Arial, Helvetica, sans-serif;
    padding: 4px 6px;
    border-left: 10px solid #ffffff;
    border-bottom: 1px solid #cecece;
}

.table_options th.spec {
    width: 500px;
    font: normal 1.1em "Verdana", Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    border-bottom: 1px solid #cecece;
}
.table_options th.spectitle_o {
    width: 350px;
    font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    border-bottom: 1px solid #9a9b9a;
}
.table_options th.spectitle_c {
    width: 350px;
    font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    border-top: 2px solid #9a9b9a;
    border-bottom: 1px solid #9a9b9a;
}
.table_options th.speccoltitle {
    font: bold 1.1em "Verdana", Arial, Helvetica, sans-serif;
    border-left: 10px solid #ffffff;
    padding: 5px 6px;
}

.table_options td.altstandard { background: #8f8f8f; font-weight: bold; color: #ffffff; }
.table_options td.altindisponibil { background: #ffffff; font-weight: bold; color: #666666; }
.table_options td.altoptional { background: #002f9d; font-weight: bold; color: #ffffff; }
.table_options td.altoptional_sandero { background: #d70046; font-weight: bold; color: #ffffff; }
.table_options td.altoptional_loganmcv { background: #aabe00; font-weight: bold; color: #ffffff; }
.table_options td.altoptional_logan { background: #d75f00; font-weight: bold; color: #ffffff; }
.table_options td.altoptional_loganpickup { background: #008b48; font-weight: bold; color: #ffffff; }
.table_options td.altoptional_loganvan { background: #a55f00; font-weight: bold; color: #ffffff; }

/* Table modele si preturi >>> */

.table_modsipret {
    width: 530px;
    color: #000000;
    float: left;
    clear: both;
    border-bottom: 2px solid #9a9b9a;
    border-top: 2px solid #9a9b9a;
}

.table_modsipret th {
    font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
    text-align: left;
    border-bottom: 1px solid #9a9b9a;
}

.table_modsipret td {
    font: normal 1.1em "Verdana", Arial, Helvetica, sans-serif;
    padding: 4px 6px;
    border-left: 10px solid #ffffff;
    border-bottom: 1px solid #cecece;
}

.table_modsipret th.spec {
    width: 320px;
    font: normal 1.1em "Verdana", Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    border-bottom: 1px solid #cecece;
}
.table_modsipret th.spectitle {
    width: 320px;
    font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    border-bottom: 1px solid #9a9b9a;
}

/* Options dotari >>> */

.options_setings_box {
    width: 382px;
    height: 52px;
    background: url('../images/options_bkg.gif') no-repeat top left;
    padding: 6px 10px;
    float: left;
    clear: both;
}
.options_setings_box p {
    display: inline;
    margin: 2px 5px 0 0;
    float: left;
}

#opt_nav {
    height: 19px;
    margin: 0 0 8px 0;
    float: left;
    list-style: none;
    overflow: hidden;
}
#opt_nav ul {
    list-style: none;
}
#opt_nav li {
    margin: 0 2px 0 0;
    float: left;
}

#opt_nav li a {
    list-style: none;
    text-decoration: none;
    text-align: left;
    float: left;
    display: block;
}
#opt_nav li a:hover {
    color: #000000;
    text-decoration: none;
    margin-top: -19px;
    float: left;
    display: block;
}
#opt_nav-activ {
    color: #000000;
    text-decoration: none;
    margin-top: -19px;
    float: left;
    display: block;
}

/*-- POPUP >>> --*/

#transparent_layer {
    background-color: #dddddd;
    position: fixed;
    z-index: 101;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;
}

/*-- Popup page bkg >>> --*/

.overlay-popup {
    background-color: #ffffff;
    float: left;
    margin: 20px auto;
    padding: 20px 30px 30px 30px;
    border: 1px solid #e4e4e4;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 20%;
    text-align: left;
}
.overlay-popup h1 {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 10px;
}

/*-- Popup page bkg >>> --*/

.popup_content2 {
    background-color: #ffffff;
    width: 550px;
    float: left;
    margin: 20px auto;
    padding: 20px 30px 30px 30px;
    border: 1px solid #e4e4e4;
    z-index: 105;
    position: absolute;
    top: 0;
    left: 25%;
}

.popup_content2 h3 {
    margin-top: 10px;
}
.popup_content2 p {
    color: #999999;
    font-size: 1.1em;
    line-height: 13px;
}
.popup_content2 a:link,
.popup_content2 a:visited {
    color: #d95f02;
    text-decoration: none;
}


/*-- Others >>> --*/

.list {
    display: block;
    margin: 0 0 10px 0;
}
.list li {
    background: url('../images/icon_list.gif') no-repeat top left;
    background-position: 0px 5px;
    padding: 0 0 5px 10px;
    display: block;
    margin-left: 10px;
}

div.dacia_form table{
    background-color:#fff;
    border-collapse:collapse;
}

div.dacia_form table td{
    padding:2px;
    background-color:#fff !important;
    vertical-align:top;
}

div.errors{
    color:red;
}

.container {
    position: relative; 
    overflow: hidden; 
}


form.user_signup_step1 input.send_button{
    background-color:#fff;
    background: url('../images/buttons/pasul_urmator_btn.gif');
    background-repeat:no-repeat;
    width:135px;
    height:26px;
}

form.user_signup_step1 input.send_button:hover{
    background-color:#fff;
    background: url('../images/buttons/pasul_urmator_btn_hover.gif');
    background-repeat:no-repeat;
    width:135px;
    height:26px;
}

.breadcrumb-selected {
    color:#0096DC;
    font-weight:bold;
}

/* RECOMMENDATION FORM (in a popup, I think) */

.recommendForm h2 {
}
.recommendForm label {
    display: block; 
}
.recommendForm p, 
.recommendForm div.field {
    margin: 10px 0; 
}
.recommendForm div.yourName, 
.recommendForm div.yourEmail, 
.recommendForm div.friendsName, 
.recommendForm div.friendsEmail {
    width: 165px; 
    float: left; 
}
.recommendForm div.message {
    clear: left; 
}
.recommendForm div.message textarea {
    width: 660px; height: 100px; 
}
.recommendForm p input, .recommendForm p button {
    margin-right: 10px; 
}
.recommendForm div.error label {
    color: red; 
}
.recommendForm div.error input {
    border: 1px solid red; 
}
.recommendForm p.toolbar input {
    background: #003292; 
    color: #fff; 
    border: none; 
}
.recommendForm p.toolbar button {
    background: #F4F4F4; 
    color: #666666; 
}
.recommendForm p.toolbar button, 
.recommendForm p.toolbar input {
    padding: 3px; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
}

