
a {
   cursor: pointer;
   color: #8dd8f8;
}

img {
   border: 0;
}

.intro {
   font-weight: bold;
}


h1,
h2 {
   font-size: 20px;
   font-weight: normal;
   color: #333335;
}

#content ul,
#content ol,
.contentColumn ul,
.contentColumn ol {
   margin: 7px 0 7px 2em;
}



#imageContainer {
   float: right;
   width: 432px;
   margin-left: 16px;
}
   #imageContainer img {
      border: 1px solid #d3d3d3;
   }
      #imageContainer a:hover img,
	   #imageContainer .active img {
	      border: 1px solid #191924;
	   }
   
   #content .imageList {
      margin: 0;
      margin-top: 6px;
   }
      .imageList li,
      .imageList a {
         float: left;
         display: inline;
      }
      .imageList a {
         margin-left: 7px;
      }
         .imageList li a#imageListFirst {
            margin-left: 1px;
         }

form table {}
   form td {
      vertical-align: top;
   }
   form td input {
      width: 200px;
   }
      form td input#submit {
         width: auto;
      }
   form td textarea {
      width: 200px;
      height: 160px;
   }

.ordertable
{
	width: 100%;
}

.ordertable thead tr
{
	font-weight: bold;
}

#orderContent ul li
{
	font-weight: bold;
	color: #cc0000;
}

