table#ListingTable {
   width: 600px;
   border: none 0px;
   text-align: center;
   color: #000080;
}

table#ListingTable td {
   text-align: center;
   padding-bottom: 30px;
}

div#PageData div.message {
   font-weight: bold; 
   color: #000000; 
   font-size: 14px; 
   border: 0px none;
   border-top: double 3px #000080; 
   border-bottom: double 3px #000080; 
   padding: 10px;
   margin-bottom: 10px;
   width: 600px;
}

table#ListingTable img {
   width: 250px;
   height: 250px;
}

table#ListingTable div.petimage {
   border: ridge 4px #8080ff;
   font-size: 14px;
   padding-bottom: 4px;
   width: 250px;
}
   
   
table#ListingTable {
   width: 640px;
   border: none 0px;
   text-align: center;
   color: #000080;
}

table#ListingTable td {
   text-align: center;
   padding-bottom: 30px;
}

.petname {
   clear: both;
   text-align: center;
   border: 0px none;
   padding: 0px;
   border-top: groove 4px #c0c0ff;
}

.petname a {
   font-size: 18px; 
   font-weight: bold;
}

table#ListingTable div.petframe {
   border: ridge 4px #8080ff;
   font-size: 14px;
   width: 288px;
   padding-bottom: 5px;
}

table#ListingTable div.petframe img.petimage {
   float: left;
   font-size: 14px;
   width: 220px;
   height: 220px;
   cursor: url(/images/magnify.cur), pointer;
}

table#ListingTable div.petframe div.thumbnails {
   display: inline;
   width: 68px;
   height: 220px;
   float: right;
   text-align: center;  
   background-color: #dfdfff;
}

table#ListingTable div.petframe div.thumbnails img {
   width: 60px;
   height: 60px;
   border: solid 1px #000080;
   margin-top: 8px;
}




