body {
    width: 100%;
    line-height: 1.2;
    font-family: Arial;
}

/* Header */
#header_background {
    height: 80px;
    background: #191919;
}

#header {
    width: 1000px;
    margin: 0 auto;
    height: 80px;
    background: #191919;
}

#header .logo {
    margin: 10px;
    float: left
}

#header .contact {
    float: right;
    margin-right: 25px;
}

#header .header_text {
    float: right;
    margin-right: 15px;
    margin-top: 35px;
}
/* Navigation */
#nav_background {
    width: 100%;
    background: url('../img/nav_bkg.gif') repeat-x;
    height: 51px;
}

#nav {
    width: 1000px;
    margin: 0 auto;
}

#nav ul {
    list-style: none;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

#nav ul li {
    float: left;
    margin-right: 5px;
    width: 113px;
    height: 29px;
    text-align: center;
}

#nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding-top: 8px;
    width: 113px;
    height: 29px;
}

#nav ul li a.current {
    background: url('../img/nav_btn_sel.png') no-repeat;
}

#nav ul li a:hover {
    background: url('../img/nav_btn.png') no-repeat;
}

#nav form input {
    float: right;
    margin-top: 13px;
    margin-right: 25px;
    background: url('../img/search.jpg') no-repeat;
    border-width: 0;
    padding-left: 30px;
    width: 128px;
    height: 23px;
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    vertical-align: middle;
}

/* Main */
#main_background {
    width: 100%;
    background: url('../img/main_bkg.png') repeat-x;
    padding-top: 40px;
}

#main {
    width: 1000px;
    margin: 0 auto;
}
    /* Content */
    #main #content {
        width: 686px;
        float: left;
        font-size: 14px;
    }

    #main #content .center {
        display: block;
        margin: 0 auto;
    }

    #main #content .right {
        float: right;
    }

    #main #content img.separator {
        margin: 20px 0;
    }

    #main #content div.car_main {
        
    }
	
	h1 {
		font-size:20px;
		padding-bottom:10px;
	}

    #main #content h2.header_small {
        background: url('../img/header_small.jpg') repeat-x;
        height: 32px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding-top: 7px;
        padding-left: 10px;
        margin-bottom: 45px;
    }

    #main #content img.car_display {
        float: left;
        margin-right: 10px;
        width: 140px;
    }

    #main #content h3.car_title a {
        text-decoration: none;
        cursor: pointer;
        font-size: 15px;
        color: #454545;
        font-weight: bold;
        height: 15px;
        float: left;
    }
    #main #content .car_price {
        font-size: 12px;
        color: #0099cc;
        display: block;
        font-weight: bold;
    }
    #main #content h3.show {
        float: none;
    }
    #main #content div.car_main a.more {
        color: #07acee;
       float: right;
        font-size: 12px;
        background: url('../img/link.gif') no-repeat 0 0;
        padding-left: 21px;
        height: 15px;
    }

    #main #content .car_description {
        margin-top: 25px;
        font-size: 12px;
        color: #2b2b2a;
    }
    /* Sidebar */
    #main #sidebar {
        width: 280px;
        float: right;
        background: url('../img/sidebar_shadow_fade_c.png') repeat-y;
    }
    #main #sidebar #shadow_top {
        background: url('../img/sidebar_shadow_fade_t.png') no-repeat;
        height: 94px;
    }
    #main #sidebar #shadow_bottom {
        background: url('../img/sidebar_shadow_fade_b.png') no-repeat;
        height: 94px;
    }
    #main #sidebar #sidebar_content {
        margin-top: -90px;
        margin-left: 30px;
        position: relative;
}
    #main #sidebar h2 {
        margin-left: 0px;
        margin-bottom: 10px;
        text-align: right;
        background: #eaeaea url('../img/sidebar_bullet.gif') no-repeat 5% 50%;
        padding: 10px;
        font-size: 12px;
        font-weight: bold;
        color: #2b2b2a;
    }

    #main #sidebar h2.itp {
        text-align: center;
    }

    #main #sidebar div {
        text-align: right;
        font-size: 12px;
    }
    #main #sidebar div a {
        width: 250px;
        display: block;
        background: url('../img/bullet.png') no-repeat center left;
        text-decoration: none;
        font-size: 12px;
        margin-bottom: 5px;
        color: #000;
    }
    #main #sidebar div a:hover {
        background: url('../img/bullet_selected.png') no-repeat center left;
        font-size: 12px;
        color: #6699cc;
    }
    #main #sidebar div a.current {
        background: url('../img/bullet_selected.png') no-repeat center left;
        font-size: 12px;
        color: #6699cc;
    }

    #main #sidebar div#forms {
        text-align: center;
        margin-bottom: 20px;
    }

    #main #sidebar div#forms form {
        text-align: left;
    }

    #main #sidebar div#forms form input.text {
        background: url('../img/input_large.png') no-repeat;
        width: 218px;
        height: 25px;
        border: 0;
        text-align: left;
        padding: 5px;
        padding-top: 0;
        line-height: 25px;
        vertical-align: middle;
        margin-top: 10px;
    }

    #main #sidebar div#forms form input.text_small {
        border: 0;
        background: url('../img/input_small.png') no-repeat;
        width: 125px;
        height: 25px;
        padding: 5px;
        padding-top: 0;
        line-height: 25px;
        vertical-align: middle;
        margin-top: 10px;
    }

    #main #sidebar div#forms form select {
        background: url('../img/input_bkg.png') repeat-x;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #main #sidebar div#forms form div#form_data {
        float: left;
        text-align: left;
    }

    #main #sidebar div#forms form div#form_ora {
        text-align: left;
        float: left;
    }

    #main #sidebar div#other {
        text-align: left;
        font-size: 11px;
        margin-bottom: 10px;
    }

    #main #sidebar div#other ul li {
        margin-left: 15px;
        text-indent: -15px;
        line-height: 1.2;
    }

    #main #sidebar div#other span.title {
        font-weight: bold;
        font-size: 12px;
    }
    #main #sidebar img.img_gama {
        float: left;
        margin-right: 10px;
        width: 100px;
        height: 80px;
    }

    h3.car_title {
        font-size: 15px;
        color: #454545;
        text-align: left;
        font-weight: bold;
    }
    #main #sidebar .car_price {
        font-size: 12px;
        display: block;
        margin-top: 10px;
        text-align: left;
        color: #0099cc;
        font-weight: bold;
    }
    #main #sidebar a.more {
        color: #07acee;
        text-align: left;
        margin-left: 110px;
        font-size: 12px;
        background: url('../img/link.gif') no-repeat;
        padding-left: 20px;
        height: 15px;
    }

    #main #sidebar a.more:hover {
        background: url('../img/link.gif') no-repeat 0 0;
    }

    #main #sidebar .sidebar_car {
        margin-bottom: 20px;
    }

    #main #sidebar .sidebar_car a.gama_image {
        float: left;
        margin-right: 10px;
        width: 100px;
    }

    #main #sidebar .sidebar_car div.sidebar_right {
        float: left;
        width: 140px;
    }
    #main #sidebar .sidebar_car a.more {
        margin: 0;
    }

    #main #sidebar #iso {
    width: 76px;
    height: 118px;
    margin: 0 auto;
    }

    #main #sidebar .sidebar_links {
        background: none;
        color: #07ACEE;
        text-decoration: underline;
        display: inline;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    #main #sidebar .sidebar_links:hover {
        background: none;
}

#info_utile {
    display: none;
}

#documente {
    display: none;
}
/* Footer */
#footer_background {
    width: 100%;
    margin-top: 30px;
    background: #000;
    height: 221px;
    color: #fff;
}

#footer {
    margin: 0 auto;
    width: 1000px;
    background: #000;
    height: 221px;
    color: #fff;
}

#footer .logo {
    display: block;
    float: left;
    margin: 40px 0px 40px 40px;
}

#footer #footer_text {
    float: right;
    margin-top: 40px;
    font-size: 12px;
    position: relative;
    color: #fff;
    width: 800px;
}

#footer #footer_text a {
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
}

#footer #footer_text a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer #footer_text #left {
    width: 300px;
    float: left;
}

#footer #footer_text #right {
    width: 480px;
    float: right;
}

#footer #footer_text #left #links {
    float: left;
    margin: 0 10px;
    padding-left: 30px;
    height: 100px;
    background: url('../img/footer_separator.png') no-repeat 0 0;
}

#footer #footer_text #left #email {
    float: right;
    margin: 0 10px;
    padding-left: 30px;
    height: 100px;
    background: url('../img/footer_separator.png') no-repeat 0 0;
}

#footer #footer_text #right #contact_l {
    float: left;
    margin: 0 10px;
    padding-left: 30px;
    height: 100px;
    background: url('../img/footer_separator.png') no-repeat 0 0;
}

#footer #footer_text #right #contact_r {
    float: right;
    margin: 0 10px;
    padding-left: 30px;
    height: 100px;
    background: url('../img/footer_separator.png') no-repeat 0 0;
}

#footer #logos {
    width: 300px;
    margin: -10px auto 0px auto;
}

/* Contact.php */
#main #content #contact {
    margin-bottom: 20px;
}

#main #content #contact #about {
    float: left;
    width: 380px;
}
#main #content #contact #sendMessage {
    float: right;
    width: 285px;
}
#main #content #contact #sendMessage #nume {
    float: left;
}

#main #content #contact #sendMessage #prenume {
    float: right;
}

#main #content #contact #sendMessage #email {
    float: left;
}

#main #content #contact #sendMessage #telefon_c {
    float: right;
}

#main #content #contact #sendMessage #mesaj {
    width: 285px;
    height: 150px;
}

#main #content #contact #map {
    width: 686px;
    height: 450px;
    margin-top: 20px;
}
#main #content #contact #map img {
    border: 0;
    padding: 0;
}

#main #content #contact #map td {
    background-color: #fff;
}

#main #content #contact #sendMessage input.text {
        border: 0;
        background: url('../img/input_small.png') no-repeat;
        width: 125px;
        height: 25px;
        padding: 0 5px;
        margin-top: 10px;
}

#main #content #contact #sendMessage input.submit {
    margin-left: 30px;
}

/* show.php */
#main #content #show_main {
    float: left;
    margin-right: 30px;
    width: 300px;
    font-size: 12px;
}

#main #content #show_photos {
    float: right;
    text-align: center;
    width: 300px;
}

#main #content #show_photos img.car_show_imgs_first {
    width: 300px;
    margin: 0 auto;
}

#main #content #show_photos img.car_show_imgs {
    width: 65px;
}

#main #content #show_photos li.car_show_secondary {
    margin: 5px 5px 5px 0;
}

#main #content #show_photos ul li {
    float: left;
}

#main #content #show_main h2 {
    font-weight: bold;
    font-size: 14px;
}

#main #content #show_main ul#show_attrs {
    float: left;
    font-size: 12px;
    margin: 15px 0;
    width: 100px;
}

#main #content #show_main ul#show_values {
    float: left;
    font-size: 12px;
    margin: 15px 0;
    font-weight: bold;
    width: 200px;
}

#main #content #show_main img.dashed_separator {
    margin-bottom: 10px;
    margin-top: 5px;
}

/* Produse.php */
#btn_comanda {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    float: right;
    background: #3399ff;
    font-size: 11px;
    font-weight: bold;
    display: block;
    width: 113px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    vertical-align: middle;
}

#btn_comanda:hover {
    background: #006699;
}

#comanda_produs {
    text-align: center;
}

#cmd_produs {
    text-align: center;
	font-size: 11px;
}

#cmd_produs input.ctext {
    padding: 0;
    padding: 0 5px;
	font-size: 11px;
    border: 0;
    background: url('../img/input_small.png') no-repeat;
    width: 125px;
    height: 25px;
    margin-top: 10px;
}

#cmd_produs select.cselect {
    padding-left: 5px;
	font-size: 11px;
    border: 0;
    background: url('../img/input_small.png') no-repeat;
    width: 135px;
    height: 25px;
    margin-top: 10px;
}

#cmd_produs input.csubmit {
    margin-top: 10px;
}

#tabs_produse {
    height: 32px;
    margin-bottom: 20px;
}

#tabs_produse a {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    background: url('../img/header_small.jpg') repeat-x;
    color: #fff;
    margin-right: 4px;
    font-size: 14px;
    font-weight: bold;
    padding: 9px;
    padding-top: 5px;
    text-decoration: none;
}
#tabs_produse a:hover {
    color: #fff;
}

#tabs_produse a.selected {
    background: url('../img/nav_bkg2.png') repeat-x;
}

#tabs_produse img.tab_separator {
    margin-bottom: 5px;
}

#produse_main #produse ul.produs {
    text-align: left;
    margin-bottom: 150px;
}

#produse_main #produse h3 {
	padding-left:5px;
}

#produse_main #produse h3.title {
    font-size: 18px;
	padding-left:5px;
	background-color:black;
    color: #fff;
    font-weight: lighter;
	margin-top: 5px;
	margin-bottom:5px;
}

#produse_main #produse ul {
	list-style-image:url(../img/bullet.png);
	list-style-type:circle;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}

#produse_main #produse h3.subtitle {
    font-size: 14px;
    color: #336699;
    font-weight: bold;
	margin-top: 5px;
    display: block;
}

#produse_main #produse ul.modele {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

#produse_main #produse ul.produs li.produs_img {
    float: left;
    margin-right: 20px;
    width: 260px;
	display: block;
}
#produse_main #produse ul.produs li.produs_title {
    float: left;
}
#produse_main #produse ul.produs li ul.modele {
    list-style: circle;
    list-style-position: inside;
    margin-top: 10px;
}

#produse_main #produse ul.produs li.produs_content {
float: left;
}

modele_div {
    text-indent: 20px;
}
#produse_main #produse ul.produs li ul.modele li{
    float: left;
    margin-right: 20px;
}
/* Vanzari.php */

#vanzari_text {
    margin-bottom: 20px;
    font-size: 14px;
    text-indent: 10px;
}
#tabs_vanzari {
    height: 32px;
    margin-bottom: 20px;
}

#tabs_vanzari a {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    background: url('../img/header_small.jpg') repeat-x;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 9px;
    padding-top: 5px;
    text-decoration: none;
}
#tabs_vanzari a:hover {
    color: #fff;
}

#tabs_vanzari a.selected {
    background: url('../img/nav_bkg2.png') repeat-x;
}

#tabs_vanzari img.tab_separator {
    margin-bottom: 5px;
}
/* Servicii.php */
#servicii_main .apt_imgs_hidden {
    display: none;
}

#servicii_main img.img_servicii {
    float: left;
    width: 140px;
}

#servicii_main #ctnt {
    float: right;
    width: 540px;
}

#servicii_main .servicii_item {
    margin-bottom: 20px;
}

/* Notifications */
.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }


.attention {
                background: #fffbcc url('../img/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../img/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../img/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('../img/icons/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* search.php */
#search_main img.img_produse {
    float: left;
    width: 320px;
}

#search_main img.img_servicii {
    float: left;
    width: 140px;
}

#search_main #ctnt {
    float: right;
    width: 540px;
    margin-bottom: 20px;
}

#search_main #produse ul.produs {
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

#search_main #produse h3.title {
    font-size: 18px;
    color: #454545;
    font-weight: bold;
}

#search_main #produse h3.subtitle {
    font-size: 14px;
    color: #336699;
    font-weight: bold;
}

#search_main #produse ul.modele {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

#search_main #produse ul.produs {
    width: 686px;
    text-align: left;
    margin-bottom: 150px;
}

#search_main #produse h3.title {
    font-size: 18px;
    color: #454545;
    font-weight: bold;
}

#search_main #produse h3.subtitle {
    font-size: 14px;
    color: #336699;
    font-weight: bold;
}

#search_main #produse ul.modele {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

#search_main #produse ul.produs li.produs_img {
    float: left;
}
#search_main #produse ul.produs li.produs_title {
    float: left;
}
#search_main #produse ul.produs li.produs_modele ul.modele {
    list-style: circle;
    margin-top: 10px;
}
#search_main #produse ul.produs li.produs_modele ul.modele li{
    float: left;
    margin-right: 20px;
}

/* contact_seller.php */
#main #content #seller_main .submit {
    margin-left: 25px;
}

#banner {
    margin: 0 auto;
    width: 686px;
}

/* General classes */
.warning {
    margin-bottom: 10px;
}

.red {
    color: #FF0000;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

textarea {
    background: url('../img/textarea_bkg.png') no-repeat 0 0;
    border: 0;
    width: 300px;
    height: 150px;
}

input.text {
        border: 0;
        background: url('../img/input_small.png') no-repeat;
        width: 125px;
        height: 25px;
        padding: 0 5px;
        margin-top: 10px;
}
#nume {
    float: left;
}

#prenume {
    float: right;
}

#email {
    float: left;
}

#eml2 {
    float: left;
}

#telefon {
    float: right;
}

#mesaj {
    width: 300px;
    height: 150px;
}

#cmd {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

/* despre.php */
#despre h2 {
    margin: 15px 0 10px 0;
}

.right {
    float: right;
}
.left {
    float: left;
}
.promotii_table {
	width:100%;
	}
.promotii_table thead tr {
	background-image:url(../../images/promotii_table_head.png);
	height:40px;
	vertical-align:middle;
	}
.promotii_table thead tr td {
	vertical-align:middle;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.promotii_table tbody tr td {
	vertical-align:middle;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	}
