#site-detail{
    width:740px;
    overflow:hidden;
    margin-bottom:10px;
}

#site-detail-left{
  width:236px;
  float:left;
  margin-right:8px; 
}

#site-detail-right{
  width:490px;
  float:left; 
}
#site-detail-identity{
  width:100%; overflow:hidden;
}
#site-detail-logo{
  float:left;width:64px; height:64px;border:1px solid #ccc; 
}

#site-detail-loc{
   float:left; 
  width:164px;margin-left:4px;
  font-size:12px;color:#666
}
#site-detail-loc h1 {font-size:16px;color:#333;margin:0 0 6px 0}
#site-detail-loc #site-address {margin:0 0 6px 0}

#site-detail-features{
   width:100%;margin:6px 0 6px 70px;
}

#site-detail-tools{
    width:100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:4px;margin:4px 0;padding:0;list-style-type:none;overflow:hidden;  
}
#site-detail-tools li {
    float:left;margin:8px 4px 8px 0;width:74px;font-size:10px;font-weight:bold;text-align:center;
}
#site-detail-tools li a, #site-detail-tools li a:visited {font-weight:inherit;font-size:inherit;text-decoration:none;margin-top:2px;}
 
#site-detail-urls{
  width:100%;margin:0;padding:0;list-style-type:none;
}
#site-detail-urls li {width:auto;height:20px;margin:6px 0;
} 
#site-detail-urls img {width:16px;height:16px;margin-right:4px; vertical-align:middle;  
} 

#pp-text{
    position:absolute;
   top:156px;left:315px;width:auto;height:200px;
}

#site-detail-gallery{
  width:100%;height:106px;margin:0 0 10px 0;padding:0;list-style-type:none;
}
#site-detail-gallery li{position:relative;width:159px;height:106px;float:left;margin:0 5px 0 0;
background:url(/shared/images/powerpage/image-bg-small.png) no-repeat;
} 


.pp-img{
   display:block;position:relative;top:0;margin:auto;cursor:pointer; /*z-index:10;*/
}
.pp-img.no-image {cursor:default}

.site-image-callout{
 -moz-box-shadow: 4px 4px 8px #666;
-webkit-box-shadow: 4px 4px 8px #666;
box-shadow: 4px 4px 8px #666;
 position:relative;z-index:100;
background-color:#fff;   
}

#btn-close-callout{
width:20px;height:20px;cursor:pointer;position:relative; top:10px; left:0; z-index:200;
background:url(/shared/images/icons/icon-close-sprite.png) no-repeat;

}
#btn-close-callout:hover{
background-position:0 -20px;
}

#site-detail-text{
color:#333;
font-size:12px;
}



table.data-table{border:1px solid #ccc;}
table.data-table th {background-color:#fff;padding:2px;border-bottom:1px solid #ccc;background-color:#EAEBED;text-align:center;}

table.data-table td {padding:3px;}
.row1{background-color:#f4f5f6}
.row2{background-color:#fff;}
table.data-table tr:hover{background-color:#FFFFDD} 


