body
{
	background-color: #FFF;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	margin: 0;
}
div.content
{
	margin: 5px auto;
	width: 770px;
}
div.top
{
	background-image: url('img/top-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 110px;
	margin-bottom: 10px;
}
div.top-left
{
	background-image: url('img/top-bg-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 11px;
}
div.top-right
{
	background-image: url('img/top-bg-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 759px;
}
img.logo
{
	margin-top: 33px;
}
div.header
{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	left: 50%;
	margin-right: 10px;
	position: absolute;
	text-align: right;
	top: 85px;
	width: 375px;
}
div.inventory
{
	font-size: 10px;
	left: 50%;
	margin-left: -385px;
	padding: 10px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 750px;
}
div.page
{
	margin: 0;
}
div.bottom
{
	margin: 10px;
	text-align: center;
}
h3.title
{	
	background-color: #AEBBD5;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding-top: 7px;
	padding-right: 12px;
	float: left;
}
div.box
{
	background-color: #AEBBD5;
	position: relative;
	top: 0;
}
div.box-top-left
{
	height: 30px;
	background-image: url('img/box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div.box-top-right
{
	background-image: url('img/box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: 12px;
	height: 30px;
}
div.box-content
{
	background-color: #EEE;
	background-image: url('img/delim.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 12px;
}
div.box-bottom-left
{
	background-image: url('img/box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 27px;
}
div.box-bottom-right
{
	background-image: url('img/box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-left: 12px;
	height: 27px;
}
div.error
{
	background-color: #FE9DAB;
	margin-bottom: 10px;
	position: relative;
	top: 0;	
}
div.error-top-left
{
	background-image: url('img/error-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 12px;
}
div.error-top-right
{
	background-image: url('img/error-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 12px;
	margin-left: 12px;	
}
div.error-content
{
	font-weight: bold;
	padding: 2px 12px;
}
div.error-bottom-left
{
	background-image: url('img/error-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 12px;
}
div.error-bottom-right
{
	background-image: url('img/error-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-left: 12px;
	height: 12px;
}
.caption
{
	background-color: #AEBBD5;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding-left: 10px;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
form
{
	margin: 0;
	padding: 0;
}
table tr
{
	background-image: url('img/delim.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}
table tr td
{
	padding: 5px 2px;
}
.tr
{
	background-color: #DEDEDE;
}
img
{
	border: none;
}
a
{
	font-weight: bold;
}
.all
{
	background-image: none;
	font-weight: bold;
}
.summary
{
	text-align: right;
}
