#Plat{
  font-size:100%;  
  border:3px solid #705b46;
  height:650px;
  width:900px;
  position:relative;
  background:white;
  overflow: hidden;
}

#PlatColor {
  border:3px solid #705b46;
  width:900px;
  height:668px;
}


#PlatHeader{
  border-bottom:1px solid #705b46;
  clear:right;
}

#ModelsLinks{
  width:515px;
  font-size:100%;
  height:50px;
  margin-top:10px;
  padding-top:30px;
}
#ModelsLinks a{
  font-family: arial, sans-serif;
  font-size:100%;
  color:#f0ebcd;
  text-decoration:none;  
}
#ModelsLinks ul{
  margin:0px;
  padding:0px;
}
#ModelsLinks li{
  float:left;
  list-style-type:none;
  margin-left:30px;
}
#ModelsLinks li.FirstLink{margin-left:5px;}
#ModelsLinks li a{
  background-image:url(/flower_dot.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:20px;
}
#ModelsLinks a:hover{
  color:#f8e330; /* Yellow */
}

#PlatDesc {
  position:absolute;
  display:none;
  top:20px;
  right:20px;
  width:300px;
  background-color:#F0EBCD;
  border:1px solid gray;
  z-index:100;
  color:black;
  background-repeat:no-repeat;
  background-position:160px 10px;
  padding:10px;
  padding-bottom:25px;
  font-size:12px;
}

#FullSizeImage {
  position:absolute;
  top:140px;
  left:-500px;
  height:480px;
  width:800px;
  background-position: center center;
  background-repeat: no-repeat;
  display:none;
}

#PlatDesc:hover #FullSizeImage {display:block;}

#PlatDesc p {
  float:none;
  margin:2px 0;
}

#PlatDesc p#HoverP {
  margin-top:25px;
  font-size:10px;
  width:302px;
  text-align:right;
  display:none;
}

#LotStatus, #LotBasement {text-transform: capitalize;}

#LotDescription { margin-top:15px; }

#LotClose {
  font-size:10px;
  position:absolute;
  bottom:3px; right:3px;
  cursor:pointer;
  font-weight: normal;
}


