@charset "utf-8";
/* CSS Document */

img { border: 0; }

.lnavbg ul
{
	padding: 0;
	margin: 0;
	background-color: White;
}

.lnavbg .type
{	
	background-color: #cccccc;
	font-weight: bold;
	list-style: none;
	margin-top: 1px;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	padding-left: 20px;
	color: #333333;
}

.lnavbg .type-active
{
	background-color: #333333;
	background-image: url('../images/bullet_downarrow.gif');
	background-position: 7px 7px;
	background-repeat: no-repeat;
	color: White;
}

.lnavbg .type a
{
	color: #333333;
	text-decoration: none;
}

.lnavbg .type-active a
{
	color: White;
}

.lnavbg .type a:hover
{
	text-decoration: underline;
}

.lnavbg .category
{
	background-color: #cccccc;
	margin: 0;
	padding: 0;
	padding-left: 31px;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	background-image: url('../images/bullet_gray.gif');
	background-position: 21px 9px;
	background-repeat: no-repeat;
}

.lnavbg .category a
{
	color: #333333;
	text-decoration: none;
}

.lnavbg .category a:hover
{
	text-decoration: underline;
}

.lnavbg .category-active, .lnavbg .category-active a
{
	color: #660066;
	font-weight: bold;
}

.lnavbg .category-active
{
	background-image: url('../images/bullet_purple.gif');
}

.items
{
	padding: 13px 22px 0;
}

.item
{
	padding: 12px;
	float: left;
	width: 106px;
	height: 126px;
	text-align: center;
	cursor: hand;
}

.item .image
{
	height: 106px;
}

.item .title
{
	margin-top: 9px;
	font-size: 11px;
}

.item-active
{
	background-image: url('../images/admin_thumbnail_highlight.gif');
	background-repeat: no-repeat;
}

.item .title a
{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.filter
{
	padding-bottom: 10px;
}

.filter table a
{
	color: #666666;
}

.filter table
{
	width: 100%;
}

.filter th, .filter td
{
	padding: 2px;
	font-size: 77%;
	white-space: nowrap;
}

.filter th
{
	font-weight: bold;
}

.filter input[type="text"]
{
	font-size: 10px;
}

.filter img
{
	vertical-align: middle;
}

.content
{
	padding: 27px 18px;
}

.uncontent
{
	margin: -27px -18px;
}

.details {
	position: relative;
	padding-bottom: 91px;
	margin-bottom: -27px;
}

.back
{
	margin-bottom: 27px;
}

.back, .back a
{
	color: #660066;
}

.itemimage
{
	width: 350px;
	height: 350px;
	text-align: center;
	float: left;
}

.itemdetails
{
	width: 153px;
	float: right;
	font-size: 12px;
}

.itemdetails p
{
	margin-bottom: 15px;
}

.itemdetails .tool
{
	margin-top: 35px;
}

.backbutton
{
	margin-right: 22px;
}

.content {
	min-height: 500px;
}

.content a
{
	color: #660066;
	text-decoration: underline;
}

.dataentry th
{
	text-align: left;
}

.dataentry .req
{
	color: Red;
	font-weight: bold;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
}

h2
{
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 16px;
}

h3
{
	font-weight: bold;
	font-size: 15px;
	color: #333333;
}

.advsearch
{
	color: #666666;
}

.promo
{
	background-image: url('../images/catalog_welcome.gif');
	background-repeat: no-repeat;
	height: 547px;
}

.promo .password
{
	padding-top: 123px;
	padding-left: 372px;
	color: White;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.promo .password td
{
	text-align: center;
}

.promo .password .input
{
	background-image: url('../images/catalog_password_input.gif');
	background-repeat: no-repeat;
	background-color: #d81229;
	border: 0;
	width: 83px;
	height: 13px;
	color: White;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 5px;
	text-align: center;
}

.promo .password .button
{
	background-color: #d81229;
	border: 0;
	height: 25px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

.clear {
	clear: both;
}