body {
	font-family: Tahoma;
	margin: 0;
	background: #000;
}

h1, h2
{
	text-align: center;
}

.badges {
	background: url(/images/badges.png) repeat-y;
}

.left {
	background: url(/images/left.gif) repeat-y;
}

.content {
	font-size: 11px;
	color: #fff;
}

.credits {
	background: url(/images/credits.gif);
	color: #999999;
	font: 7pt Verdana;
}

.credits a:link, .credits a:active, .credits a:visited {
	text-decoration: none;
	color: #999999;
}

.credits a:hover {
	color: #ff3300;
}

.right {
	background: repeat-y url(/images/right.gif);
}

.nav_left {
	background: url(/images/nav_left.jpg) no-repeat;
}

.nav_right {
	background: url(/images/nav_right.gif) no-repeat;
	text-align: right;
}

.main_content
{
	padding: 0 10px;
}

/* Form related rules. */
.field
{
	font-size: 12px;
	padding: 5px 10px 5px 0;
	line-height: 16px;
	text-align: right;
}

.fieldName
{
	font-weight: bold;
	width: 35%;
	padding-right: 10px;
	text-align: right;
}

.submit
{
	margin-top: 10px;
	text-align: right;
}

.error
{
	color: #F00;
}

img
{
	border: 0;
}

/* Product rules. */
.product, .product_shaded
{
	padding: 10px;
}

.product_shaded
{
	background: #17174E;
}

.product_image
{
	padding: 0 10px 0 0;
	text-align: center;
}

.product_name
{
	text-align: left;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}

.product_scale
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #CCC;
}

.product_id, .category
{
	text-align: left;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
}

.product_desc p
{
	color: #FFF;
	text-align: justify;
	font-size: 12px;
}

#new_form td
{
	color: #FFF;
}

.pos_string
{
	color: #FFF;
	font-size: 14px;
	padding: 0 10px 10px 10px;
	text-align: center;
}

.edit_image
{
	text-align: center;
	background: #17174E;
	padding: 10px;
	margin-bottom: 10px;
}

.home_text {
	color: #ff0000;
	font-size: 1.2em;
}

a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

.product_menu
{
	font-size: 12pt;
	padding-left: 20px;
	font-weight: bold;
}