#head{
    margin: 5px 0px;
}
#logo{
    display: block;
    width: 400px;
    height: 76px;
    text-decoration: none;
    background-image: url(../img/logo.png);
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
#facebook{
    float: right;
    margin-top: 20px; 
}
#menu{
    height: 30px;
    clear: right;
    width: 960px;
    overflow: hidden;
    border-bottom: 3px solid #034084;
    background-image: url(../img/menu.gif);
    background-repeat: repeat-x;
    list-style-type: none;
    position:relative;
    overflow: hidden;
    font-weight: bold;
}
#menu li.backLava{
    background-image: url(../img/menu-now.gif);
    position: absolute;
}
#menu li{
    float: left;
}
#menu li a{
    padding: 4px 10px;
    display: block;
    height: 24px;
    line-height: 24px;
    color: #0272aa;
    text-decoration: none;
    margin-right: 5px;
    z-index: 10;
    position: relative;
}
#content{
    height: auto; 
    width: 960px;
    margin-top: 10px;
}
.h,h1{
    font-weight: bold;
    padding: 5px 0px;
    margin-bottom: 5px;
    font-size: 16px;
}
#left,#center,#right{
    float: left;
    height: auto; 
    display:block;
    margin-right: 5px;
    padding: 5px;
}
#left{
    width: 170px;
}
#center{
    width: 585px;
    padding-bottom: 20px;
}
/* Cere / Adauga oferta */
#cere_oferta,#adauga_oferta{
    display: block;
    margin: 5px 0px;
    padding: 0px 5px 0px 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #024084;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #fff;
}
#cere_oferta:hover,#adauga_oferta:hover{
    color: #f0ee11;
}
#cere_oferta{
    background-image: url(../img/cere-oferta.png);
}
#adauga_oferta{
    background-image: url(../img/adauga-oferta.png);
}
/* Curs valutar */
#curs_valutar{
    border: 1px outset #024084;
    width: 150px;
}
/* Oferta */
.oferta_box{
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 160px;
    float: left;
    height: 180px;
    border: 2px solid #24b7ed;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-image: url(../img/box_bg.jpg);
    background-repeat: repeat-x;
    background-color: #024084;
}
.oferta_box span{
    display: block;
    text-decoration: none;
}
.oferta_photo{
    padding: 10px 0px;
}
.oferta_photo img{
    border: 1px solid #f0f0f0;
}
.oferta_box .oferta_descriere{
    height: 40px;
    overflow: hidden;
}
.oferta_box .oferta_pret{
    font-size: 12px;
    margin-top: 5px;
}
/* Paginate */
.paginate{
    text-align: center;
    padding-top: 20px;
}
.paginate a,.paginate span{
    display: block;
    float: left;
    padding: 2px 5px;
    text-decoration: none;
    background-color: #fff;
    margin-right: 2px;
    font-size: 11px;
}
.paginate span{
    color: #000;
}
/* Oferta info */
#photo_container{
    width: 220px;
    float: left;
}
#info_container{
    float: left;
    width: 300px;
}
.optiune_container{
    float: left;
    padding: 5px 10px;
}
.optiune_container b{
    color: #024084;
}
/* Formular */
.formular{
    width: 400px;
    margin: 0px auto;
}
.formular fieldset{
    border: 1px solid #efefef;
    padding: 10px;
    margin: 5px 0px;
}
.formular legend{
    font-weight: bold;
    background-color: #fcfcaf;
    border: 1px solid #efefef;
    color: #0548b1;
    padding:4px;
    font-size: 10px;
}
.formular label{
    display: block;
    width: 100px;
    float: left;
    padding: 4px 0px;
}
.formular input,.formular textarea,.formular select{
    margin: 5px 0px;
    border: 1px solid #fff;
    float: left;
}
.formular textarea{
    width: 255px;
    height: 140px;
}
.formular input,.formular select{
    width: 255px;
}
.formular .submit{
    width: 69px;
    height: 21px;
    background-image: url(../img/trimite.png);
    background-repeat: no-repeat;
    background-color: transparent;
    float: none;
    border: none;
}
.formular .multi{
    float: none;
}
.formular .MultiFile-wrap{
    margin:0px;
    color: #000;
}
.formular .MultiFile-wrap div{
    display: block;
    padding: 2px;
    background-color: transparent;
    margin: 0px;
}
.formular .MultiFile-wrap .MultiFile-list{
    background-color: #fff;
    margin-top: 5px;
}
.formular br{
    clear: both;
}
.formular #secCode{
    width: 135px;
    height: 30px;
    padding: 0px;
    float: left;
    margin: 0px;
    border: none;
    text-align: center;
}
.formular #secImg{
    float:left;
}
/* Right */
#right{
    width: 160px;
    margin-right: 0px;
}
/* Oferte speciale */
.oferte_speciale{
    height: 162px;
    width: 157px;
    overflow: hidden;
}
.oferte_speciale div{
    height: 160px;
    width: 155px;
    padding: 5px;
    overflow: hidden;
    border: none;
    text-align: center;
    background-image: url(../img/box_bg.jpg);
    background-repeat: repeat-x;
    background-color: #024084;
    border: 1px outset #024084;
}
.oferte_speciale a{
    color: #fff; 
    background-color: transparent;
    text-decoration: none;
}
.oferte_speciale span{
    display: block;
}
.oferte_speciale .pret{
    font-size: 11px;
    padding-top: 5px;
}
.oferte_speciale img{
    border: none;
}
/* Filtrare */
#filter{
    background-image: url(../img/box_bg.jpg);
    background-repeat: repeat-x;
    background-color: #014085;
    padding-left:6px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px outset #024084;
}
.aplica{
    background-image: url(../img/aplica.png);
    background-color: transparent;
    background-repeat: no-repeat;
    height: 21px;
    width: 69px;
    border: none;
    margin-top: 5px;
    float: right;
    margin-right: 5px;
}
.selHolder b{
    display: block;
    padding: 5px 0px;
    font-size: 16px;
    
}
.selHolder select{
    height: 25px;
    width: 145px;
    background-color: #fff;
    border: none;
    margin-bottom: 5px;
    font-family: Tahoma;
    padding: 2px 0px;
}
.selHolder .heightSelect{
    height: 100px;
}
/* Simple page */
#page_content p{
    display: block;
    padding: 5px 0px;
    text-indent: 10px;
}
/* Footer */
#footer{
    background-image: url(../img/menu.gif);
    background-repeat: repeat-x;
    color: #024084;
    font-size: 12px;
    text-align: center;
    padding: 4px 0px;
    font-weight: bold;
}
