@font-face {
    font-family: 'LithographLightRegular';
    src: url('lithogrl-webfont.eot');
    src: url('lithogrl-webfont.eot?iefix') format('eot'),
         url('lithogrl-webfont.woff') format('woff'),
         url('lithogrl-webfont.ttf') format('truetype'),
         url('lithogrl-webfont.svg#webfontsHNB1eRO') format('svg');
    font-weight: normal;
    font-style: normal;
}

#links{
	font-family:"LithographLightRegular";
	font-size:15px;
	font-weight:bold;
}

#links a{
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}

#links a:hover{
	border-bottom:1px solid #333;
}

#links .spotlight{
	color:#730000;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}

#links .spotlight:hover{
	border-bottom:1px solid #730000;
}

#omenu{
	font-family:"LithographLightRegular";
	font-size:15px;
	font-weight:bold;
	padding-top:2px;
	background-color:#AFACAA;
}

#omenu a{
	color:#333;
	text-decoration:none;
	margin:0 .1em;
	border-bottom:1px solid #AFACAA;
}

#omenu a:hover{
	color:#730000;
	border-bottom:1px solid #730000;
}

#omenu .spotlight{
	color:#730000;
	text-decoration:none;
	border-bottom:1px solid #AFACAA;
}

#omenu .spotlight:hover{
	border-bottom:1px solid #730000;
}

#itemblock{
	clear:left;
	float:left;	
}

#item{
	float:left;
	max-width:110px;
	min-width:102px;
	margin-right:.8em;
	margin-bottom:.8em;
	border:1px solid #666;
	padding:.5em;	
}

#item #title{
	font-weight:bold;
	text-align:center;
}

#item #image{
	border:1px solid #000;
	margin:5px 0;
	text-align:center;
}

#item #code{
	float:left;
}

#item #desc{
	text-align:center;
	padding-bottom:.5em;	
}

#item #price{	
	float:right;
}

#item #sold{
	color:#F00;
	font-weight:bold;
	font-size:14px;
	float:right;
}

#form{
	float:left;
	clear:left;
	padding:1em 0;	
}

#form input{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

#form textarea{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}

#form #button{
	padding:5px 10px;
	font-size:13px;
}

#form strong{
	color:#F00;
	font-size:13px;	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #FFFFFF;
	font-size: 13px;
}
.style2 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
}
a.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style4 {font-size: 9px}
.style5 {
	font-size: 20px;
	font-weight: bold;
}
.style6 {
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}
.style7 {
	color: #660000;
	font-weight: bold;
}

a{
	color:#660000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#660000;
}

h2{
	color:#660000;	
}

#clear{
	clear:left;
	width:100%;
}