
p.ptitle
{
   width: 100%;
   margin-top: 1ex;
   margin-bottom: 2ex;
   font-size: 24pt;
}

span.selected
{
   color: #080;
   padding: 10px;
   display: block;

   background-color: white;
   text-align: right;
   border-left: 1px solid #080;
   border-top: 1px solid #080;
   border-bottom: 1px solid #080;
}

span.item
{
   text-align: right;
   padding: 10px;
   display: block;
}

span#price
{
   font-family: Georgia, Times New Roman, Times, serif;
   font-weight: bold;
   font-size: large;
   color: #004000;
}

table#items
{
   border-collapse: collapse;
   height: 500px;
   border: 2px solid #689768;
}

td#items
{
   width: 20ex;
   background-color: #9D9;
   padding-top: 10px;
   padding-left: 5px;
   padding-right: 0px;
   vertical-align: top;
   border: 1px solid white;
}

td#display
{
   background-color: white;
   padding-top: 5px;
   padding-right: 5px;
   padding-left: 0px;
   padding-bottom: 5px;
   vertical-align: top;
}

div#itemAndCart
{
   background-color: white;
   padding: 10px;
   text-align: center;
   width: 600px;
   height: auto;
   margin-top: 0px;
   top: 1px;
   bottom: -1px;
   overflow: auto;
}

div#itemAndImage
{
   white-space: nowrap;
}

div.collection
{
   /*background-color: #4A4;*/
   color: #253625;
   border-top: 1px black;
   border-bottom: 1px black;
}

