@charset "utf-8";
.general {
	background-image: url(siteFiles/imgs07/rightbg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-position: right;

}
.titlebanner {
	padding: 0px;
	height: 133px;
	width: 717px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.doorknocker {
	height: 161px;
	width: 124px;
	top: 0px;
	right: 0px;
	float: right;
}
.NavButtons {
	position: absolute;
	height: 28px;
	width: 581px;
	left: 0px;
	top: 133px;
}
.searchcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	height: 28px;
	width: 355px;
	left: 581px;
	top: 133px;
}
.generaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}


.container {
	background-image: url(siteFiles/imgs07/leftbg.jpg);
	background-repeat:repeat-y;
	position: absolute;
	width: 100%;
	top: 161px;
	overflow: visible;
}
.container #newestitems {
	width: 180px;
	right: 0px;
	float: right;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 3px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	overflow: visible;
	height: inherit;
}

.container #inventorylist {
	width: 165px;
	background-color: #ffffff;
	float: left;
	margin-left: 0px;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 135%;
	overflow: visible;
	height: 100%;
}
.container #maincontent {
	padding: 8px;
	margin-left: 170px;
	margin-right: 184px;
}
.container #clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.anothertopbg {
top: 0px;
	background-image: url(siteFiles/imgs07/pagebg.jpg);
	background-repeat: repeat-x;
	height:161px;
}
.container #maincontentFP {
	padding: 8px;
	margin-left: 170px;
	margin-right: 184px;
}
.thumbnail {
max-width: 210px;
max-height: 220px;
width: expression(this.width > 210 ? 210 : true);
height: expresion(this.height > 220 ? 220 : true);
}