@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #ffffff;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(/parchmnt.gif);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

select {
 font-size: 10px;
 margin: 2px 0px 2px 40px;
 width: 550px;

}


h1 {
   margin: 25px 0px 20px 0px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
h2 {
	background-color: #ffffcc;
	margin: 0px 50px 0px 50px;
	padding: 10px 2px 10px 2px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  text-shadow:0 1px 1px rgba(0,0,0,0.5);
	text-align: center;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 0px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-shadow:0 1px 1px rgba(0,0,0,0.5);
	text-align: left;
	/*background-color: #E41B23;*/

}


a,  a:link {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #E41B23;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

.moretext {
	margin: 20px 50px 25px 50px;
    color: #FF0000;
    cursor: pointer;
    display: none;
    font-weight: bold;
}



.flashnews {
	background-color: #fff;
	margin: 20px 50px 25px 50px;
	padding: 10px 2px 10px 2px;
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
 text-align: center;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #FF0000;
}

.highlightbox {
	margin: 20px 20px 25px 20px;
	padding: 10px 10px 10px 10px;
    font-size: 12px;
  
  text-align: center;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #FF0000;
}



h4 {
	margin: 0px 0px 0px 0px;
	padding: 4px 2px 4px 2px;
	background-color: #E2E1E1;  /*E2E1E1*/
  color: #75afdf;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

li a {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #0000ff;
  text-decoration: none;
}

p {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  text-align:justify;
}

ul {
margin-left: 5px;
}

.redtext {
  color: #ff0000;
  font-size: 12px;
  line-height: 14px;
  text-align:justify;
  font-weight: bold;
}


.itemtitle {
 color: #996633;
 font-weight: bold;
   font-size: 13px;
}

.price{
color: #996633;
 font-weight: bold;
}


.epitaph{
color: #333333;
 font-weight: bold;
   font-size: 12px;
   font-style:italic;
}

.ednote{
color: #009900;
 font-weight: bold;
   font-size: 12px;
   font-style:italic;
}


#footer {
  padding: 0px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
}



#footer p {
 	text-align: center;
	font-weight: bold;
	font-size: 10px;
  padding: 0px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
}

.footertext {
 color: #996633;
  	text-align: center;
	font-size: 12px;	
}

    .align-right { float:right; margin: 0 0 5px 10px; }
    .align-left { float:left; margin: 0 10px 5px 0; }

.pic_small {
	float:right; 
	margin: 0 0 5px 10px;
	cursor: pointer;
}

.pic_big {
	  background-color: #f5fff7;
  border: solid 1px #75afdf;
  margin: 0px 0px 0px 0px;
  padding: 5px 2px 10px 10px;
  width: 650px;
  height: 350px;
  text-align: center;
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
/*	position: absolute;
	top: 580px;
	left: 240px;
*/	z-index: 100;
	display:none;
}

.killcross{
  border: solid 2px #75afdf;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
float:right; 
font-size: 14px; 
font-weight: bold; 
color: #0000FF;
background-color:#FFFFFF; 
margin: -5px -8px 2px 2px; 
padding: 0px 2px 0px 2px;
cursor: pointer;
}
