/* Elements */
body {
    background: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* start ie style */
    scrollbar-face-color: #5C5C5C; /* face color */
    scrollbar-track-color: #EFECEE; /* background color */
    scrollbar-arrow-color: #FFF; /* arrow color */
    scrollbar-highlight-color: #EFECEE; /* inner left and top border color */
    scrollbar-shadow-color: #EFECEE; /* inner right and bottom border color */
    scrollbar-3dlight-color: #EFECEE; /* left and top border color */
    scrollbar-darkshadow-color: #EFECEE; /* right and bottom border color */
    scrollbar-base-color: #EFECEE; /* generic color - not required - util for 3D standard scollbar width custom color */
    /* end ie style */
}
a.link:after{
    content: url(../imgs/external.gif);
}
a, a:link, a:visited, a:active {
    color: #5C5C5C;
    text-decoration: none;
}
a:hover {
    text-decoration : none;
}
img, form {
    margin: 0px;
    padding: 0px;
    border: none;
}
a img {
    border: none;
}
p img {
    margin: 4px;
}
ul{
  margin: 20px;
}
form.contact{
    display: block;
    position: relative;
    float: right;
    width: 300px;
    border: 1px solid #1e5796;
    margin: 11px;
}
input, select {
    display: block;
    position: relative;
    float: left;
    margin: 5px;
    padding: 0px;
}
.ajaxdiv{
  background: url(./imgs/loading.gif) no-repeat center center;
}

input:focus{
  background: #E8E8E8;
}
select:focus{
  background: #E8E8E8;
}
div.campo select{
    width: 118px;
    height: 16px;
    font-size: 10px;
}
div.campo input{
    width: 114px;
    height: 14px;
    font-size: 10px;
}
div.campo  input[type=radio]{
    width: 18px;
    height: 18px;
    background: #FF00CC;
    border: 1px solid green;
}
div.campo  input[type=checkbox]{
    width: 18px;
    height: 18px;
    background: #FF00CC;
    border: 1px solid green;
}
label.req{
    content: url();
}
label.small{
    display: block;
    position: relative;
    float: left;
    width: auto;
    height: auto;
    line-height: auto;
}
label.long{
  width: 200px;
}

button.search{
    float: right;
    background: none;
    border: 0px;
    margin: 5px;
    cursor: pointer;
}
.hidden{
    border: 0px;
    display: hidden;
    visibility: hidden;
}
h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    font-family: Trebuchet MS, Verdana;
}
h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 4px 0px 4px;
}
h4{
    font-size: 12px;
    font-weight: bold;
    font-family: Trebuchet MS, Verdana;
    clear: none;
}
a[rel=ajax]{
  cursor: pointer;
}

a.accordion {
    display: block;
    position: relative;
    float: left;
    width: 350px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    color: #093e61;
    background: url(../imgs/accordion-bg.gif) repeat-x;
    text-indent: 5px;
    cursor: pointer;
}
a.accordion:hover {
    cursor: pointer;
    background: url(../imgs/accordionH-bg.gif) repeat-x;
}
a.accordion.selected {
    cursor: pointer;
    background: url(../imgs/accordionH-bg.gif) repeat-x;
    color: #1e5796;
}
p {
    margin: 10px;
    padding: 0px;
}

.hr{
    display: block;
    width: auto;
    height: 10px;
    position: relative;
    float: left;
}
.hr hr {
    display: none;
    visibility: hidden;

/*margin: 10px;
    padding: 0px;
    height: 0px;
    border: #5C5C5C 1px solid;     */
}

big {
    font-size: 160%;
}
small {
    font-size: 80%;
}
label {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    height: 18px;
    margin: 5px;
    line-height: 18px;
    color: #494949;
    font-weight: bold;
}
strong, b {
    color: #1e5796;
}
object {
    display: block;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
}
div{
    display: block;
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
div.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* Classes */
.title {
  font-size: 14px;
  font-weight: bold;
}
.title_navbar {
    display: block;
    width: 120px;
    height: 16px;
    padding: 0px 10px 0px 16px;
    background: #BA1D23 url(../imgs/nawbar-bg.gif) no-repeat top left;
}
.title_navbar:hover {
    background: red url(../imgs/nawbarH-bg.gif) no-repeat top left;
}
.xscreen {
    display: block;
}
.xhandheld, .xtty, .xprint {
    display: none;
}
.tab {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    height: 18px;
}
.textbox{
    display: block;
    position: relative;
    float: left;
    width: 500px;
    min-height: 350px;
}
.insert{

    position: absolute;
    text-align: right;
    right: 18px;
    top: 155px;
    padding: 5px;
    background: #fff;
    z-index: 10;

}
.insert a:hover{
color: #CC0033;

}
div#wrapper>div{
  margin: 2px 2px 2px 2px;
}
/* IDs */
#xscreen {
    display: block;
}
#xhandheld, #xtty, #xprint, #FormHandler_submit, #menuLite {
    display: none;
}
#wrapper {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 960px;
    margin-top: 1%;
    margin-left: -480px;
    padding: 0px;
}
#top {
    width: 956px;
    height: 86px;
    border-bottom: 3px solid #1e5796;
    margin: 1px 1px 1px 1px;
}
#element{

  width: 550px;
  margin: 4px;
  background: #D6D6D6;
}


#bottom{
    width: 956px;
    height: 16px;
    color: #fff;
    text-align: center;
    background: url(../imgs/line-bg.gif) repeat-x ;
    line-height: 16px;
    color: #000;
    margin: 0px 1px 1px 1px;
}
#bnlogo{
    width: auto;
    height: auto;
}
#bng {
    width: 598px;
    height: 248px;
    border: 1px solid #494949;
    margin: 1px 2px 1px 1px;
    padding: 0px
}
#tools {
    width: 350px;
    height: 248px;
    border: 1px solid #494949;
    background: #fff;
    margin: 1px 1px 1px 2px;
}
#tools a:active; #tools a:link; #tools a:visited; #tools a:hover;{
    color: #5C5C5C;
}
#single-tool {
    width: 350px;
    background: #fff;
    z-index: 1;
}
#single-tool p {
    display: block;
    position: relative;
    float: left;
    width: 340px;
    height: 152px;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    background: #fff;
    z-index: 1;
    overflow: auto;
}
div#single-tool p.locations{
  background: url(../imgs/sardmap.jpg) center center no-repeat;
}
div#single-tool p.locations a:link{
  color: #FFFF66;
}
div#single-tool p.locations a:visited{
  color: #FFFF66;
}
div#single-tool p.locations a:hover{
  color: red;
}
#box {
    width: 474px;
    height: 120px;
    background: #ffffff;
    border: 1px solid #494949;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
}
#box.c1 {

}
#box.c3 {

}
#project_intro{
    width: 474px;
    height: 104px;
}
#project_nav{
    width: 474px;
    height: 16px;
    bottom: 0px;
    line-height: 16px;
    clear: both;
    background: #EAEAEA;
}
#content{
    width: 956px;
    min-height: 200px;
    text-align: left;
    margin-top: 5px;
}
#up{
    width: 956px;
}
#down{
    width: 956px;
}
#visual{
    margin: 8px 0px 0px 0px;
    padding: 0px;
}

#media{
    float: right;
    width: 508px;
    height: 372px;
    text-align: center;
    margin: 0px;
}
#logo{
    width: 400px;
    height: 120px;
}
#bnr{
    float: right;
    width: 550px;
    height: 120px;
}
#bn{
    width: 250px;
    height: 43px;
}
#gallery{
    float: left;
    height: auto;
    margin-bottom: 0px;
}
#gallery + #media{
  margin-left: 8px;
}
#txt{
  width: 50%;
  margin: 0px 100px 0px 15px;
}
#agtxt{
  width: 600px;
}
#txt p {
    margin: 20px 20px 0px 20px ;
    padding: 0px;
}
#form.search{
    width: 248px;
    border-top: 0px;
    margin: 0px;
    border: 1px solid #1e5796;
    background: #f6f6f6;
}
#form.full{
    width: 695px;
}
#im{
    width: 244px;
    margin: 10px 0px 0px 0px;
}
#im p{
    margin: 0px 20px 0px 20px ;
    padding: 0px;
}
#im h3 {
    display: block;
    position: relative;
    float: left;
    width: 225px;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
    font-weight: bold;
    font-family: Trebuchet MS, Verdana;
    color: #FFFFFF;
    background: #BD1C21;
    text-indent: 20px;
}
#vetrina {
    position: absolute;
    width: 350px;
    border-top: 1px solid #000000;
    background: #fff;
    bottom: 10px;
    top: auto;
    z-index: 100;
}
.split3 div{
    width: 29%;
    width: 33%;
    width: 29%;
    padding: 0 2%;
}
div.clearer{
    float: none;
    clear: left;
    }
#loading{
    margin-left: 60px;
}

ul.thumb{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
}
li.thumb{
    position: relative;
    float: left;
    list-style: none;
    border: 1px solid #494949;
    padding: 1px;
    margin: 3px;
}
li.thumb a img{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
li.thumb a:hover img{
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#the_tabs{
    width: 100%;
}
#the_tabs > div[id|="tab"]{
    width: 935px;
}
#tab-4{
    width: 935px;
}
div.full div.campo{
width: 350px;
}
#sl2{
  position: relative;
  z-index: 100;
  background: #fff;
}

#sl2-pagination{
  width: 681px;
  text-align: center;
  margin: 5px 0px 0px 5px;
  background: #F3F3F3;
  padding: 1px;

}
#sl2-pagination span{
margin: 0px 3px 0px 3px;
}
#sl2-pagination .sl2-pagination-selected{
    font-weight: bold;
    text-decoration: underline;
}
a.poptip{
  display: block;
  position: relative;
  float: left;
}

table.item {
display: block;
position: relative;
float: left;
width: auto;
margin: 10px 0px 0px 0px;
padding: 5px;

}
tr.item-top td{
    height: 20px;
    background: #F0F0F0;
    padding: 2px;
    line-height: 20px;
    border-top: 1px solid #494949;
    border-right: 0px solid #494949;
    border-bottom: 1px solid #494949;
    border-left: 1px solid #494949;
}
tr.item-middle td{
    padding: 2px;
}

tr.item-bottom td{
    height: 20px;
    background: #F0F0F0;
    padding: 2px;
    line-height: 20px;
    border-top: 1px solid #494949;
    border-right: 0px solid #494949;
    border-bottom: 1px solid #494949;
    border-left: 1px solid #494949;
}

td#agency{
text-align: right;
    border: 1px solid #494949;
}
td#agency img{

}
td#photo{
    height: 100px;
}
td#photo img{
margin: 2PX;
}
td#typo{
width: 120px;
color: #494949;
text-align: left;
}
td#mq{
width: 240px;
color: #494949;
text-align: left;
}
td#local{
width: 240px;
color: #494949;
text-align: left;
}
td#price{
    width: 240px;
    color: #494949;
    text-align: right;
    border: 1px solid #494949;
}


/***** Lista Immobili  *****/

#imm-sx{
    width: 695px;
}
#imm-dx{
    float: right;
    width: 250px;
}
/**********  Menu e project nav menu  **********/

#menu {
    float: right;
    margin-top: 60px;
    width: 560px;
    height: auto;
}
ul.menu{
    float: right;
    list-style-type: none;
    margin: 0px;
    margin-right: 0px;
    padding: 0px;
}
ul.menu li{
    display: inline;
    float: left;
    margin: 0px 0px 0px 3px;
    padding-left: 19px;
    font-weight: bold;
}
ul.menu a:link, ul.menu a:visited{
    color: #5C5C5C;
}
ul.menu li a:hover{
    color: #1e5796;
}
ul.menu1{
    float: right;
    list-style-type: none;
    margin: 0px;
    margin-right: 0px;
    padding: 0px;
}
ul.menu1 li{
    display: inline;
    float: left;
    margin: 0px 0px 0px 16px;
    font-weight: bold;
}
ul.menu1 a:link, ul.menu1 a:visited{

    color: #5C5C5C;
}
ul.menu1 a:hover{
    color: #1e5796;
}
ul.menu1 a.title_navbar:link, ul.menu1 a.title_navbar:active, ul.menu1 a.title_navbar:visited, ul.menu1 a.title_navbar:hover {
  color: #FFFFFF;
}


/*************** Tabs ***************/
.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin TABS */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(../imgs/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #DA0B1F;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

