body
{
	background-color: #FFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	padding: 0;
	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%;
	position: absolute;
	text-align: right;
	top: 45px;
	width: 375px;
}
div.inventory
{
	font-size: 10px;
	left: 50%;
	margin-left: -385px;
	padding: 10px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 750px;
}
ul.menu
{
	background-color: #AEBBD5;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu li
{
	background-color: #EEE;
	background-image: url('img/delim.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: bold;
	height: 25px;
	line-height: 24px;
	padding-left: 10px;
}
ul.menu li:hover
{
	background-color: #DEDEDE;
}
ul.menu li.top
{
	background-color: #AEBBD5;
	background-image: url('img/menu-top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
ul.menu li.top:hover
{
	background-color: #AEBBD5;
}
ul.menu li.menu-header
{
	background-color: #AEBBD5;
	background-image: none;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
ul.menu li.menu-header:hover
{
	background-color: #AEBBD5;
}
ul.menu li.bottom
{
	background-color: #AEBBD5;
	background-image: url('img/menu-bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
ul.menu li.bottom:hover
{
	background-color: none;
}
ul.menu li a
{
	display: block;
}
div.breadcrumb
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
}
h2
{
	font-size: 18px;
}
h3.title
{	
	background-color: #AEBBD5;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding-top: 7px;
	padding-right: 12px;
	text-transform: uppercase;
	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.notif
{
	background-color: #95C59F;
	margin-bottom: 10px;
	position: relative;
	top: 0;	
}
div.notif-top-left
{
	background-image: url('img/notif-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 12px;
}

div.notif-top-right
{
	background-image: url('img/notif-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 12px;
	margin-left: 12px;	
}
div.notif-content
{
	font-weight: bold;
	padding: 2px 12px;
}

div.notif-bottom-left
{
	background-image: url('img/notif-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 12px;
}

div.notif-bottom-right
{
	background-image: url('img/notif-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-left: 12px;
	height: 12px;
}
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;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
}
div.field
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
form
{
	margin: 0;
	padding: 0;
}
ul.categories
{
	list-style-type: none;
}
div.categories div.col
{
	height: 54px;
	width: 175px;
	float: left;
	border-right: 1px solid #99A2B5;
	padding: 2px;
}
div.category
{
	font-weight: bold;
	margin: auto 0;
}
div.category a.approval
{
	color: #E59642;
}
div.categories div.last
{
	height: 54px;
	width: 175px;
	float: left;
	padding: 2px;
}
div.subcategories
{
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
}
div.divider
{
	border-top: 1px solid #99A2B5;
	height: 1px;
}

ul.tree
{
	list-style-type: none;
}
ul.tree li
{
	line-height: 25px;
	vertical-align: middle;
}
a.no
{
	text-decoration: none;
}
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;
}
td.approval
{
	background-color: #52D17C;
}
div.categories
{
	padding: 10px;
}

div.links
{
	padding: 10px;
}

img
{
	border: none;
}
input, select, textarea
{
	font-weight: normal;
}
div.menu
{
	float: left;
	width: 170px;
}
div.page
{
	float: left;
	margin: 0 0 0 10px;
	width: 590px;
}
div.notification
{
	background-color: #95C59F;
	border: 2px solid #979797;
	font-weight: bold;
	padding: 3px;
}
.all
{
	background-image: none;
	font-weight: bold;
}
.summary
{
	text-align: right;
}
div.buttons
{
	margin: 0 0 10px 0;
	text-align: right;
}
div.navigation
{
	margin: 5px 0;
	text-align: center;
}
td.active, span.active
{
	background-color: #95C59F;
}
td.approval, span.approval
{
	background-color: #E59642;
}
td.banned, span.banned
{
	background-color: #FF0000;
}
ul.groups
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
ul.groups li
{
	height: 22px;
	width: 250px;
}

div.menu-tabs
{
	text-align: right;
	margin-right: 10px;
}
ul.tabs
{
	float: right;
	list-style-type: none;
	margin: -3px 0 0 0;
	padding: 0;
	text-align: right;
}
ul.tabs li
{
	background-image: url('img/tab.gif');
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 10px;
	text-align: center;
	width: 99px;
}
ul.tabs li.active
{
	background-image: url('img/tab-act.gif');
}
span.highlight
{
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
div.lang
{
	color: #FFF;
	font-style: italic;
	font-size: 12px;
	margin: 5px 0;
}
td.caption
{
	background-color: #AEBBD5;
	color: #FFF;
	line-height: 20px;
	padding-left: 10px;
}
