﻿.itempanelhead
{
	margin:10px;
	color:#4b4744;
}
.itempanelhead h1
{
	font-size:16px;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	color:#807d7b;
}
.itempanel
{
	height:120px;
	margin:10px;
	background-color:#f1f0e8;
	display:block;
	min-height:120px; 
	color:#4b4744;
	border:solid 1px #d9d5b4;
	padding:5px;
	
}
.itempanel .imagepanel
{
	width:100px;
	height:120px; 
	float:left; 
	border: solid 1px #d9d5b4; 
	margin-right:10px;
	background-color:#e4e3db;
}
.itempanel .imagepanel img
{
	width:100px;
	height:120px;
}
.itempanel .imagepanel p
{
	padding: 5px;
	font-size:9px;
	color:#b1ad89;
}
.itempanel h2
{
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	color:#807d7b;
}
.itempanel a
{
	color:#c65002;
	text-decoration:none;
}
.itempanel a:hover
{
	color:#f37e31;
	text-decoration:underline;
}
p a
{
	color:#c65002;
	text-decoration:none;
}
p a:hover
{
	color:#f37e31;
	text-decoration:underline;
}
