@charset "utf-8";
/* CSS Document */

#info-wrapper {width: 680px; margin: 0px auto; border: 5px solid #525252; background: url(photos/blueback.jpg) repeat-x #fff7e7; font-family: Arial, Helvetica, sans-serif; padding: 8px; margin-top: 10px;}

h1, h2, h3, p {margin: 0px; padding: 0px;}

h2 {text-align: center; display: block}

img {border: 4px solid #0099FF;    display:block; /*images must be set to block in order use auto margins*/
   margin:0 auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/}
   
#tableinfoheader {
background: #000000;
color: #FFFFFF;
font-weight: bold;
font-size: 15px;
}

#tableinfo {
font-size: 13px;
}

.description {margin: 0px auto; width: 500px; font-family: Georgia, "Times New Roman", Times, serif; margin-top: 8px;}

.closewindow, .closewindow a {margin: 0px auto; width: 200px; display: block; text-align: center; color: black}

.price {margin: 0px auto; width: 300px; display: block; text-align: center; color: #0099FF; font-size: 16px; font-weight: bold; font-style: italic; padding: 5px; border: 1px dashed #FF0000}



.quicksearch {
	margin-bottom:3px;
	height: 18px;
	font-size:12px;
}
.odd {
  background-color: #e9f6ff;
}
.even {
/*  background-color: #fff7e7;*/
}
.fineprint {font-size: 10px; font-style: italic; width: 500px; margin: 8px auto; text-align: center}