html { height:100%; }
body {
	background:#009;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial;
	font-size: 10pt;
	height: 100%;
	margin: 0px;
}
form { margin: 0px; }
#main {
	width: 99%;
	margin: auto;
	border-spacing: 0px;
	height: 100%;
	min-width: 975px;
}
#content {
	background: #FFF;
	padding: 4px;
	border-top: 1px solid #000;
	vertical-align:top;
}

/******* HEADER ******/

.header li.top {
	background: url(/site-images/tabbg.gif);
	margin-right: 4px;
}
.header li.top a.top {
	background: url(/site-images/tableft.gif) no-repeat;
	padding-left: 10px;
	color: white;
	font-size: 11.5pt;
	text-decoration: none;
	width: auto;
}
.header li.top a.top span {
	background: url(/site-images/tabright.gif) no-repeat scroll top right;
	padding-right:10px;
}
.header ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.header li{
	float:left;
	position:relative;
	z-index:100;
	padding: 0px;
	margin: 0px;
}
.header table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}
.header a {
	display:block;
	font-size:9pt;
	width: 170px;
	padding:0px;
	color:#000;
	background:#F5F5FF;
	text-decoration:none;
	margin-right:0px;
}
.header ul ul a:hover{
	background:#E6ECFF;
	text-decoration:none;
	color: #00F;
}
.header ul ul {
	visibility:hidden;
	position:absolute;
	width:170px;
	height:0;
}
.header ul ul a {
	padding: 6px;
	border-left: 1px solid #009;
	border-right: 1px solid #009;
	border-bottom: 1px solid #009;
	color:#00D;
}
.header ul li:hover ul,
.header ul a:hover ul{
	visibility:visible;
}
#header {
	width: 99%;
	margin: auto;
	border-spacing: 0px;
	height: 68px;
	min-width: 975px;
}
#header-left {
	background: #E6ECFF url(/site-images/headertop.gif) no-repeat scroll 0% 0%;
	width: 280px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
}
#header-mid {
	background: #E6ECFF url(/site-images/headermid.gif) no-repeat scroll 0% 0%;
	width: 31px;
	height: 21px;
	overflow: hidden;
}
#header-right {
	background: #E6ECFF url(/site-images/headerright.gif) no-repeat scroll top right;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	height:25px;
}
#header-right a {
	color:#00F;
}
#search-bar {
	width: 210px;
	height: 18px;
	font-size: 12pt;
	padding-top: 2px;
	vertical-align: middle;
}
.search-button {
	height: 28px;
	font-size: 12pt;
}

/******* RIGHT MENU *******/

#rightmenu {
	width: 160px;
	background: #E6ECFF;
	vertical-align: top;
	border-left: 1px solid #000;
}
#rightmenu a {
	font-size: 7pt;
	font-weight: normal;
}

/******* MENU *******/

#menu {
	width: 197px;
	background: #E6ECFF;
	vertical-align: top;
	border-right: 1px solid #000;
}

#menu h3 {
	margin-top: 0px;
}
dl.menu {
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 2px;
}
dl.menu dt {
	background: #0000CC url(/site-images/leftmenucorner.png) no-repeat top left;
	color: #FFF;
	font-weight:bold;
	font-size: 11pt;
	border-bottom: 1px solid #000;
	padding-left: 1px;
	padding-right: 1px;
	width: 100%;
}
dl.menu dt span {
	margin-left: 10px;
}
dl.menu dd {
	background: #F5F5FF;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px 1px;
	margin: 0px;
	display: inline-block;
	width: 100%;
}
dl.menu dd.more {
	background: #F5F5FF url(/site-images/arrow.gif) no-repeat center right;
}
dl.menu dd a {
	padding-top:6px;
	padding-bottom: 6px;
	padding-left:3px;
	padding-right:9px;
	display: block;
	font-size: 8pt;
	color: #00D
}
dl.menu dd a:hover {
	text-decoration: none;
	color: #00F;
}

dl.menu dd:hover {
	background-color: #F5FEFF; /*#F5FAFE;*/
	position: relative;
}
dl.menu ul {
	display: none;
	position: absolute;
	left: 185px;
	top: -1px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: #F5FAFE;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	padding-right: 5px;
	z-index: 10;
}
dl.menu ul li {
	border-left: 1px solid #000;
}
dl.menu ul li.first-list-item {
	border-left: 0px;
}
dl.menu ul li:hover {
	background-color: #F5FEFF;
}
dl.menu ul li a:hover {
	text-decoration: underline;
}
dl.menu dd:hover ul {
	display: block;
}
dl.menu ul a {
	font-weight: normal;
	width:auto;
	white-space:nowrap;
	min-width: 175px;
}

/***************/

.clear {
	clear: both;
}
#content a {
	font-weight: normal;
}
a:link {
	text-decoration: none;
	font-weight:bold;
	color: #00F;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #09D;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #07F;
}
a img {
	vertical-align: middle;
}
a:active {
	outline: none;
	-moz-outline-style: none;
}
a:focus {
	outline: none;
	-moz-outline-style: none;
}

/* Page Specific */
.h {display:none;}
#sitedescription {
	background: #E6ECFF;
}
#sitedescription legend {
	font-size: 16.5pt;
	font-weight: bold;
	text-align:left;
}
div.itempicture{
	height: 130px;
}
div.itemtitle{
	height: 60px;
	margin-top:5px;
}
div.itemdescription{
	height: 75px;
	overflow: hidden;
}
div.itempicture img{
	vertical-align: middle;
}
div.itemcell{
	width: 240px;
	height: 370px;
	padding: 2px;
	padding-bottom: 0px;
	border: 1px solid #444;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url(/site-images/cellbg.png) repeat-x bottom;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin: 0px 5px 5px 5px;
	font-size: 10pt;
	zoom: 1;
	*display: inline;
}
div.item-cart {
	height: 162px;
	overflow: hidden;
}
.item_price {
	margin:auto;
	text-align:left;
	height: 140px;
	font-size: 9pt;
	display: inline-block;
}
.item_price td {
	vertical-align:bottom;
}
#cart {
	width: 100%;
}
#cart th {
	background: #00C;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
#cart td {
	background: #E6ECFF;
	padding: 5px 10px 5px 10px;
}
input.button {
	background: #4D4DF9;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
}
input.checkout {
	font-size: 13pt;
}

.category-list {
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}
.category-list td {
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: bottom;
}
.category-list a {
	color: #00D;
}

/*****AUTOCOMPLETE*******/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}