/* 
    Document   : custom.css
    Created on : 2010-02-07, 16.04.08
    Author     : Daiva
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.clearfix {
    clear:both;
    font-size: 0px;
}

.box {
    display: inline-block;
    padding:10px;
   
    border:1px solid #ddd;
}
.front {
   padding:20px 10px;
}

.small {
    font-size:0.75em;
}


#lang {
    float:right;
}

#lang a {
    font-size: 0.75em;
    padding:5px;
    font-weight: normal;
    color:gray;
}

#menu ul li {
    float: left;
}

#menu ul li a{
    font-size: 0.75em;
    color:#737373;
    text-decoration: none;
    display:block;
    float:left;
    font-family:"Trebuchet MS";
    letter-spacing: -1px;
    font-weight: bold;
    border:1px solid white;
    border-top: 0; 
    border-right-color: #eaeaea;
    border-left-color: #e1e1e1;
    padding:10px 10px 6px 20px;
    line-height: 1em;
    text-transform: uppercase;

}
#menu ul li a.selected{
    color:white;
    background-color: #1b353e;
}

#menu ul li a span.menu_desc{
    display:block;
    letter-spacing: 0;
    font-size: 0.825em;
    font-style: italic;
    font-weight: normal;
    text-transform: lowercase;
}
.searchbar label {
    padding-top: 0;
}
.searchbar select {
    width:200px;
    min-width:200px;
}

.searchbar .multiple {
    height: 150px;
}

.searchbar .input {
    clear:none;
    float: left;
    min-width:200px;
    border-right:1px solid #eee;
    padding:20px;
}

.mainbar {
    background-color: #dadada;
    border:1px solid #6d6d6d;
}

.mainbar .input {
    padding:5px;

    border-right:1px solid #6d6d6d;
}

.mainbar .input label {
    font-weight: normal;
    font-size: 1.2em;
    padding-bottom: 5px;
}

.mainbar form div {
    margin-bottom: 0;
}
.mainbar .submit {
    float:left;
    clear: none;
    margin-left:10px;
    margin:11px;

}

#mainsearchbar {
    width:669px;
   /* position: absolute;
    left:55px;*/
   float:left;
    background-image: url('/img/main_form_bg.jpg');
    background-repeat: no-repeat;
    padding-top:105px;
}

#mainsearchbar .input {
    padding: 0;
    border: none;
    padding:20px 0 20px 20px;
}

#mainsearchbar .select select{
    height: 150px;
    width:180px;
    min-width:180px;

}
#mainsearchbar .submit{
    
    margin:0;
    padding:0;
    clear: both;
}

#mainsearchbar .submit input{
    
    width: 100%;
    background-color: #737373;;
    border: 0;
    color:white;
    padding:5px;
    font-weight: bold;
}

.search_control {
    padding-top: 30px;
    background-color: #6d6d6d;
    float:left;
    width:200px;
    padding:20px;
    border-radius:10px;
}

.search_control select{
    width: 100%;
}

.search_control h4{
    color:#fff;
    text-align: center;
}

.search_submit {
    padding:20px;
    float: left;
}

#searchfield {
    width:250px;
    float: right;
    position: relative;
}

#searchfield .input{
    float:left;
    padding:0;
    margin-top:10px;
}

#searchfield .submit{
    height:24px;

    padding:6px 10px;
    margin:0;
    clear: none;
    float: right;
}

ul.ui-autocomplete li a{
    font-size: 0.75em;
}

#searchresults {
    position: absolute;
    clear: both;
    top: 28px;

    font-size: 0.75em;
    min-width: 100px;
}
#searchresults ul{
    background: white;
    border: 1px solid #ddd;
    padding:5px;
}
#searchresults ul li:hover{
    background: #ddd;
    cursor: pointer;
}

/* Detail VIEW */

#detailGallery ul li a img{
    width:300px;
}

#detailGallery ul li {
    list-style: none;
    float: left;
    margin:8px 0;


}
#detailGallery ul li a{
    padding:8px;
    border:solid 1px #ddd;
    display: block;
}

#detailGallery ul li a:hover{
    background-color: #ddd;
}

/***
AUTOS
***/

#autoList {
    width:400px;
    border: 1px solid #9aa9ac;
    /* margin-left:680px;  turėtų būti 700px*/
    float:right;
    /* width: 420px;*/
    background: #e9e9e9;
    padding:10px;
}

.autoPhoto {
    float: left;
    width:130px;
    margin-right: 8px;
    
}

.autoPhoto a img,.autoPhotoInner a img {
    border:2px solid #fff;
   
}

.autoPhotoInner a img {
     height:90px;
    border:5px solid #ddd;
    margin-left: 10px;
}

.autoPhoto a img:hover,.autoPhotoInner a img:hover{
    border-color: #ccc;
}


.autoItem {
    margin:10px 0;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}

.autoItem h4{

 padding:0;
 font-size: 1.4em;
 font-weight:normal;
}

.autoItem h4 a{
    text-decoration: none;
}

.autoSummary {
    margin-left: 140px;
}

.autoSummaryInner {
    float:left;
    margin-right: 10px;
}

.deletePhoto {
    float:left;
    margin:0 20px 20px 0;
     border:4px solid #fff;
}

.deletePhoto:hover {
    border-color: #EE0000;
}

#mapcontent1, #mapcontent2, .mapcontent {
    font-size: 1.2em;
    margin-top: 15px;
   
}

.mapcontent {
     width:387px;
    float:left;
    min-height: 50px;
    border:solid 1px #dadada;
    padding:5px;
}
.hiddenMaps {
    position: absolute;
    top:0;
    visibility: hidden;
    z-index: -100;
}

/* FOOTER */

#footer #footer2 {
    padding-right:0px;
    padding-left: 10px;
}