html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.screen {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	clear: both;
}

#photoDialog {
	display: none;
	position: absolute;
	top: 32px;
	height: calc(100% - 40px);
	left: 20px;
	width: calc(100% - 40px);
	z-index: 2;
	font-size: 12pt;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
}
#detailtitle {
	display: block;
	position: relative;
	margin: 10px auto 10px auto;
	background-color: #FFFFFF;
	width: 90%;
	max-width: 600px;
	opacity: 1;
}
.detailname {
	font-weight: bold;
	font-size: 12pt;
	height: 54px;
}
.detailinfo {
	font-size: 11pt;
	margin: 6px 0 0 0;
}
.detailinfo span {
	display: inline-block;
	margin-top: 2px;
}
#detailimage {
	display: block;
	position: relative;
	margin: 0 auto;
	width: calc(90%);
	height: calc(100% - 170px);
	max-width: 600px;
	max-height: 600px;
	opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

#top {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 55px;
	margin: 0;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	background-image: url('/banner.png');
}
.page {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 2px;
    height: calc(100% - 58px);
    overflow-y: auto;
}
.notes {
	font-size: 10pt; 
	font-style: italic;
	padding: 10px;
	color: #003399;
}
#container {
    position: relative; 
    display: block; 
    margin: 0 auto;
    box-sizing: border-box;
}
.footmargin {
   position: relative;
   display: inline-block;
   width: 100%;
   height: 40px;
}

/* ***************************************************** */
h1 {
    margin: 5px 5px 0 5px;
    font-size: 20pt;
    clear: both;
    color: #FFFFFF;
}
.atop {
	margin: 2px 10px 10px 50px;
	text-decoration: none;
	font-size: 10pt;
	color: #E0E0FF;
}
.filters {
	display: inline-block;
	width: 100%;
	color: #003366;
}
.filter {
   display: inline-block;
   white-space: nowrap;
   margin: 5px;
   float: right;
}

.filter label {
	margin-right: 5px;
}

.filter select {
	color: black;
}
/* ***************************************************** */
.itembox {
	display: inline-block;
	position: relative;
	float: left;
	height: 145px;
	width: 316px;
	margin: 1px;
	border-radius: 4px;
	font-size: 11pt;
	overflow: hidden;
	background-color: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.itemname {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 310px;
	font-weight: bold;
	font-size: 12pt;
}
.itemimg {
	display: block;
	position: absolute;
	top: 42px;
	left: 5px;
	width: 100px;
	height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.itemvaluesbox {
	display: block;
	position: absolute;
	top: 42px;
	left: 110px;
	width: 204px;
	height: 100px;
	overflow: hidden;
}
.itemvaluesbox span {
	display: inline-block;
	padding: 2px 0;
}
.description {
	font-size: 10pt;
	font-style: italic;
	color: #333333;
}


/* ************************************************************************************* */

@media only screen and (max-width:2656px) {
    #container {
      width: 2254px;
    }
}
@media only screen and (max-width:2324px) {
    #container {
      width: 1932px;
    }
}
@media only screen and (max-width:1992px) {
    #container {
      width: 1610px;
    }
}
@media only screen and (max-width:1660px) {
    #container {
      width: 1288px;
    }
}
@media only screen and (max-width:1328px) {
    #container {
      width: 966px;
    }
}
@media only screen and (max-width:996px) {
    #container {
      width: 644px;
    }
}
@media only screen and (max-width:644px) {
    #container {
      width: 322px;
    }
    .filters {
      font-size: 10pt;
    }
    .filter {
      width: 100%;
      text-align: right;
    }
    h1 {
     font-size: 18pt;
    }
}



