/* 
Document   : main
Created on : 2-lug-2009, 18.37.05
Author     : lorenzo.caggioni
Description:
Purpose of the stylesheet follows.

*/
#content-mappa{
    height : 500px;
    background-color : #ddd;
    display: block;
    float:left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    position: relative;
    width: 970px;
}
#resultListing{
    background-color:#EAEADF;
    float:left;
    margin: 0;
    overflow:hidden;
    width: 185px;
}
#resultListing .commandList{
    clear:left;
    float:left;
    height: 20px;
    overflow:hidden;
    padding: 0 10px;
    width:165px;
}
#resultListing .command {
    color: #666633;
    float:left;
    height: 14px;
    margin: 3px;
    text-align: center;
    position:relative;
    width:115px;
}
#resultListing .prev:hover,
#resultListing .next:hover{
    cursor:pointer;
}
#resultListing .first .posizione{
    margin-left: 23px;
}
#resultListing .first .prev{
    display: none;
}
#resultListing .last .next{
    display: none;
}
#resultListing .prev,
#resultListing .next{
    color:#EAEADF;
    display:block;
    height: 13px;
    line-height: 0px;
    text-align: left;
    width: 14px;
}
#resultListing .prev{
    float:left;
}
#resultListing .next{
    float:right;
}
#resultListing .prev span,
#resultListing .next span{
    cursor:pointer;
    height: 13px;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width: 14px;
}
#resultListing .prev span{
    /*background: url(/images/prev.gif) no-repeat 1px 1px; */   /*ich20100915.o*/
    background: url(./images/prev.gif) no-repeat 1px 1px;        /*ich20100915.n*/
}
#resultListing .next span{
    /*background: url(/images/next.gif) no-repeat 1px 1px;*/    /*ich20100915.o*/
    background: url(./images/next.gif) no-repeat 1px 1px;        /*ich20100915.n*/
}
#resultListing .prev span:hover{
    /*background-image: url(/images/prev_on.gif);*/
    background-color:#F4DC3D;
}
#resultListing .next span:hover{
    /*background-image: url(/images/next_on.gif);*/
    background-color:#F4DC3D;
}
#resultListing .currentElement{
    font-weight: bolder;
}
#resultListing #elementList {
    border-top: 1px solid #666633;
    border-bottom: 1px solid #666633;/*
    border-left: 1px solid #666633;*/
    clear:left;
    height: 458px;
    overflow:hidden;
    padding: 0;
    position:relative;
    width: 185px;
}
#resultListing #elementList h3{
    border: 0;
    padding: 0;
    font-size: 1.1em;
}
#resultListing #elementList .element {
    float:left;
    height: 439px;
    line-height: 15px;
    margin: 10px 5px;
    overflow-x:hidden;
    overflow-y:auto;
    padding-left: 7px;
    position:absolute;
    width: 165px;
}
#resultListing #elementList a.sezione:hover{
    text-decoration: underline;
}
#resultListing #elementList .element .agriNome,
#resultListing #elementList .element .agriFoto,
#resultListing #elementList .element .agriCaratteristiche,
#resultListing #elementList .element .agriDescrizione,
#resultListing #elementList .element .agriCommenti,
#resultListing #elementList .element .agriContatta{
    clear: left;
    float: left;
    margin-top: 2px;
    width: 165px;
}
#resultListing #elementList .element h4{
    font-weight: normal;
    padding: 1px 0 3px;
    font-size: 1em;
}
#resultListing #elementList .element img.icona{
    border:1px solid #7B7D39;
    float: left;
    height: 90px;
    margin:0 3px 5px 0;
    overflow: hidden;
    padding:1px;
    width: 120px;
}
#resultListing #elementList .element ul.servizi{
    height: 93px;
    float: left;
    margin: 0 0 0 4px;
    padding: 0;
    width: 35;
}
#resultListing #elementList .element ul.servizi li{
    height: 31px;
    overflow: hidden;
    width: 31px;

}
#resultListing #elementList .element .agriCaratteristiche div{
    /* background: transparent url(/immagini/listing/bullet1.gif) no-repeat scroll left 1px; */   /*ich20100915.o*/
    background: transparent url(./images/listing/bullet1.gif) no-repeat scroll left 1px;  /*ich20100915.n*/
    padding:0 0 1px 10px;

}
#resultListing #elementList .element .agriDescrizione strong{
    clear: left;
    float: left;
}
#resultListing #elementList .element .agriCommenti {
    text-align: center;
}
#resultListing #elementList .element .agriCommenti img{
    margin: 4px 0;
}
#resultListing #elementList .element .agriContatta{
    text-align: center;
}
#resultListing #elementList .element .agriContatta a.contatta,
#resultListing #elementList .element .agriContatta a.contatta:visited{
    background-color:#D7D812;
    border:1px solid #C4C6BB;
    display:block;
    font-size:1.1em;
    font-weight:bold;
    letter-spacing:3px;
    margin:1px auto;
    padding:2px 7px 3px 10px;
    width: 90px;
}
#resultListing .line{
    border-bottom:1px solid #CCCCCC;
    clear:both;
    float:left;
    line-height: 0px;
    margin: 2px 0;
    overflow: hidden;
    padding: 0;
    width:160px;
}
/* mappa */
#content-mappa #resultMappa {
    background-color:#EAEADF;
    border-left: 1px solid #666633;/*
    border-right: 1px solid #666633;*/
    display: inline;
    float:left;
    height: 500px;
    margin:0;
    padding: 0;
    width: 784px;
}

#content-mappa #loading{
    background: url('/images/loading.gif') no-repeat 50% 50%;
    background-color: #646B28;
    height:500px;
    width:970px;
    z-index: 100;
    position: absolute;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    top: 0px;
    left: 0px;
}
