<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
 background: #fff;
 margin: 0;
 padding: 0;
 border : 0;
 font-family: bitstream vera sans,sans-serif;
 color: #555;
 text-align: center;
 font-size : 98%;
}
#header{
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	background-color: #586d42;
	height: 67px;
        background-image:url(img/headerbg.png);
}
h1#logo {
 margin: 0;
 position: absolute;
 top: 6px;
 left: 18px;
 z-index: 1;
 color: #ccc;
 font-size : 2.5em;
 vertical-align : top;
}
h1#logo img {
	behavior: url("includes/pngbehavior.htc");
	border: 0;
 vertical-align : top;
}
#content{
 margin: 0 0 0 0;
 padding : 3em 3em 0em 3em;
 text-align: left;
 line-height: 1.7em;
}
#footer{
 margin : 0;
 text-align : center;
 font-size : 75%;
 color :#888;
 font-weight : bold;
}
#bottom-nav {
 margin: 0;
 padding: 0;
 list-style: none;
 display: block;
}
#bottom-nav li{
 display : inline;
}
#footer a, #footer a:link{
 color : #575;
 text-decoration : none;
 margin : 0 5px 0 5px;
}
#footer a:hover {
 color : #4a4;
}
div.knife {
 display : block;
 margin : 0 0 10px 0;
}
div.knife p.title {
 font-size: 1.25em;
 margin: .5em 0 0 0;
 text-align : left;
 line-height : 2em;
 color : #347;
 font-weight : bold;

}
div.knife a.price {
 display : block;
 margin : -2.2em 0 0 0;
 font-size: 1.05em;
 font-weight : bold;
 font-style : italic;
 line-height : 2em;
 color : #383;
 text-align : right;
 text-decoration : none;
}
div.knife a.price:hover{
 text-decoration : underline;
}
div.knife a img{
 border-width : 2px 2px 2px 2px;
 border-style : solid;
 border-color : #555;
 float : right;
 margin : 0 0 5px 10px;
 z-index : 200;
}
div.knife a img:hover{
 border-color : brown;
}
div.knife a img.left{
 float : left;
 margin : 0 10px 5px 0;
}
div.knife p{
 border : 0;
 padding : 0;
 margin : 0 0 1em 0;
 text-align : justify;
}
br.clear {
 display : block;
 clear : both;
 line-height : 0;
}

#page-nav {
 margin: 0;
 padding: 0;
 list-style: none;
 display: block;
 position: absolute;
 left: 123px;
 top: 53px;
 right: 0;
 z-index: 300;
}
#page-nav li, .submit {
 margin: 0;
 padding: 0;
 float: left;
 background: #e6e6e6 url(img/button-bg.png) right repeat-y;
 border: 1px solid #3e4e2f;
 border-width : 1px 1px 1px 0;
}
#page-nav li:first {
 border-width : 1px 1px 1px 1px;
}
#page-nav li a, .submit {
 float: left; 
 display: block;
 border: 1px solid #998;
 border-width: 1px 0px 0px 1px;
 padding: 3px 10px;
 color: #333;
 font-weight : bold;
 text-decoration: none;
}
#page-nav li a:hover, .submit:hover {
	background: #777;
	color: #fff !important;
}
h2 {
 font-size: 1.75em;
 border-bottom: 1px solid #f5c317;
 margin: 0 -6px 0 -6px;
 padding: 0 6px 7pt 6px;
}
hr {
 border : 0;
 height : 1px;
 background : #222;
}
</pre></body></html>