@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #000000;
}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B08F57;
	font-size: 14px;
}

h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B08F57;
	font-size: 12px;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #776848;
	font-size: 12px;
} 

body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	color: #B08F57;
	font: 13px/15px Tahoma;
}

table {
font-family: Arial, Helvetica, sans-serif;
	color: #B08F57;
}
table td {
font-family: Verdana, Helvetica, sans-serif;
	color: #B08F57;
}
a {
	color: #88724C;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* Styles used in the store */

#storecontent {
	width: 660px;
	margin: 0px auto;
	position: relative;
}
.store {
	font-size: 13px;
	line-height: 15px;
}
.small {
	font-size: 11px;
	line-height: 12px;
}
.storeform {
	font-size: 13px;
	line-height: 16px;
	margin-top: 20px;
	border: 1px solid #462F20;
}
.storehead {
	color: #663333;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
/* Styles used for the cart and admin sections */
.cartform {
	border: 1px solid #462F20;
	background: #F7EDD2;
	font: normal 13px/14px Arial, Helvetica, sans-serif;
	color: #663333;
}
.carthead {
	color: #663333;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
.formhead {
	color: #663333;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	border: 1px solid #462F20;
}
.adminhead {
	color: #663333;
	padding-left: 10px;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
.adminnavhead {
	color: #663333;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	background: #87B8DC;
	border-top: 1px solid #462F20;
	border-bottom: 1px solid #462F20;
}
.adminli {
	padding-left: 60px;
}
.adminsmall {
	font-size: 13px;
	color: #462F20;
}
.admininfo {
	color: #462F20;
	padding: 5px 10px;
} 
/* admin listItems styles */
.sortInactiveButton, .sortButton, .sortAscButton, .sortDescButton {
	font-weight: bold;
	margin:	0px;
	padding: 0px;
	text-align: left;
}
.sortInactiveButton b {
	display: block;
	color: #462F20;
	background:	#87B8DC;
	border: 1px outset;
	padding: 2px;
	height: 1%;
}
.sortButton a, .sortAscButton a, .sortDescButton a {
	display: block;
	color: #462F20;
	background:	#87B8DC;
	text-decoration: none;
	border: 1px outset;
	padding: 2px;
	height: 1%;
}
.sortButton a:hover, .sortButton a:focus, .sortAscButton a:hover, .sortAscButton a:focus, .sortDescButton a:hover, .sortDescButton a:focus {
	color: #990000;
	background:	#87B8DC;
	text-decoration: none;
	border: 1px inset;
}
.sortAscButton a, .sortAscButton a:hover, .sortAscButton a:focus {
	background:	#63A3D1 url(admin/images/asc_order.png) no-repeat right;
}
.sortDescButton a, .sortDescButton a:hover, .sortDescButton a:focus {
	background:	#63A3D1 url(admin/images/desc_order.png) no-repeat right;
}
.nav_first {
	background:	url(admin/images/button_first.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block; 
	cursor: pointer;
}
.nav_previous {
	background:	url(admin/images/button_previous.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block; 
	cursor: pointer;
}
.nav_next {
	background:	url(admin/images/button_next.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block; 
	cursor: pointer;
}
.nav_last {
	background:	url(admin/images/button_last.gif) no-repeat center center;
	width: 16px;
	height: 16px;
	display: inline-block; 
	cursor: pointer;
}
.pagerBar {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	border: 2px #0066CC outset;
	background: #0000CC;
}
.pagerBar a, .pagerBar a:visited {
	color: #A0A0A0;
	text-decoration: none;
}
.pagerBar a:hover, .pagerBar a:focus {
	color: #99AFFF;
}
.pagerBar b {
	color: #FFFFFF;
}

.displayItems {
color: #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.displayItems a {
	color: #000000;
	text-decoration: none;
}
.displayItems a:hover {
	color: #666666;
	text-decoration: underline;
}

.odd {
	background: #ffffff;
	color: #000000;
	text-decoration: none;	
}
.even {
	background: #87B8DC;
	color: #000000;
	text-decoration: none;	
}
