/*
 * CSS for missesmeray.com
 */

body {
   background-color: #000;
   background-image: url(images/site/background.jpg);
   background-repeat: repeat-both;
   color: #666;
}

a, a:link, a:visited {
  color: #ccc;
  font-weight: bold;
}
a:active {
  color: #fff;
  font-weight: bold;
}

div#esMenu img {
   border: 0;
}

img#esLogo {
   border: 0;   
}

div#esMainContent {
   width: 800px;
   margin: 0 auto;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   background-color: black;
   border: 1px solid #666;
}

div#esContent {
   color: #999;
   margin-left: 10px;
}

div#esContent p {
   width: 40em;
}

img#esMainImage {
   border: 1px solid #666;
}

table.esGallery {
  width: 100%;
  border-collapse: collapse;
}

table.esGallery tr {
  vertical-align: top;
}

table.esGallery>td {
  padding:0;
}

table.esGalleryThumbnails {
   border-collapse: collapse;
   margin-right: 5px;
}

table.esGalleryThumbs td {
   padding-left:   0px;
   padding-right:  4px;
   padding-top:    0px;
   padding-bottom: 4px;
}

td.esGalleryThumbnail {
   cursor: pointer;
}

td.esGalleryThumbnail a img {
   border: 1px solid #000;
   padding: 1px;
}

td.esGalleryThumbnail a:hover img {
   border: 1px solid #666;
}

div.esGalleryImage {
   background-color: #000;
}

img#esGalleryMainImage {
   border: 1px solid #666;
   padding: 2px;
}

table.esShoeTable {
  width: 55%;
  border-collapse: collapse;
  vertical-align: top;
}

table.esShoeTable>td {
  padding:0;
  border-collapse: collapse;
  width= 50%
  vertical-align: bottom;
  
}