﻿body {
margin: 0;
padding: 0;
background: #fff;
font-family: "helvetica", helvetica neue, arial;
font-size: 12px;
text-align: left;
line-height: 18px;
color: #999;
}
#wrapper {
/*position: absolute;
top: 0;
left: 0;
z-index: 10;
padding-left: 10px;
padding-right: 10px;
*/
padding:0;
margin:0;
display:block;
width: 950px;
height:800px;
}
#sort {
/*position: absolute;
top: 0;
left: 0;*/
z-index: 20;
width: 934px;
height: 24px;
padding: 8px;
background: #000;
}

#inventory {
width:950px;
left: 0px;
}
.inventoryheadings {
/*text-transform: uppercase;*/
}
#data ul {
clear: both;
margin: 0;
padding: 0;
color: #000000; /*efefef;*/
list-style: none;
}
#data li {
padding: 0;
margin: 0;
}
#inventory ul {
list-style: none;
}
#inventory li {
padding: 0;
margin: 0px 0px 0px 0px;

}
ul {
list-style: inside square;
color: #333;
}
li {
line-height: 18px;
}
#inventory ul a:link {
color: #000000; /*464d56;*/
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
#inventory ul a:visited {
color: #000000; /*464d56;*/
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
#inventory ul a:hover {
color: #000000; /*a00;*/
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
#inventory ul a:active {
color: #000;
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
#searchoptions {
line-height: 28px;
text-align: center;
}
#pager {
clear: both;
height: 18px;
padding-top: 10px;
color: #000;
font-size: 12px;
font-weight: normal;
text-align: center;
}
#pager a:link {
color: #000;
font-weight: normal;
text-decoration: none;
margin-right: 8px;
}
#pager a:visited {
color: #464d56;
font-weight: normal;
text-decoration: none;
margin-right: 8px;
}
#pager a:hover {
color: #000000; /*a00;*/
font-weight: normal;
text-decoration: none;
margin-right: 8px;
}
#pager a:active {
color: #000;
font-weight: normal;
text-decoration: none;
margin-right: 8px;
}
#pager .selected 
{	
color:#a00!important;
/*font-size:1.25em;*/
}


#data {
/*position: absolute;
top: 0;
left: 366px;
padding: 20px 20px 0 20px;
*/
display:block;
float:left;
width: 600px;
height: 200px;
background: #464d56;
color: #efefef;
font-weight: normal;
font-size: 12px;
text-align: center;
}
#data img {
float: right;
padding-bottom: 10px;
border: 0;
margin: 0;
}
#data ul {
margin: 0;
padding-bottom: 40px;
}

#contact {
/*position: absolute;
top: 465px;
left: 0;
width: 336px;
*/
padding: 0 0 0 30px;
background: #2a2c2e;
}


#tabs 
{
padding-left:20px;
width: 584px;
}

/*
#tabs {
display:block;
float:left;
margin-left:350px;
margin-top: -100px;
}
*/



/*
#tabs ul {
margin: 0;
padding: 0;
}
#tabs li {
height: 18px;
padding: 12px 16px 12px 16px;
border: 1px solid #000;
float: left;
font-weight: bold;
color: #000;
background: transparent url(test_tabstrip.gif) left bottom repeat-x;
}
#tabs li a:link, #tabs li a:visited {
color: #000;
text-decoration: none;
}
#tabs li a:hover, #tabs li a:active {
color: #f00;
text-decoration: none;
}
*/
#tabs td table {
border-right: 1px solid #000;
}
#tabs td table tr {
background:  url(/images/tab.gif) 0 top no-repeat;
height: 30px;
}
#tabs td table tr:hover {
background:  url(/images/tab.gif) 0 bottom no-repeat;
}
#tabs td table tr td {
padding-left: 14px;
}
#tabs a:link, #tabs a:visited {
color: #fff;
text-decoration: none;
font-weight: bold;
padding: 0;
}
#tabs a:hover, #tabs a:active {
color: #000;
text-decoration: none;
font-weight: bold;
padding: 0;
}
#tabs img {
display: block;
border: 0;
margin: 0;
padding: 0;
}
h3 {
margin: 0;
padding: 20px 0 20px 0;
color: #f00;
font-size: 18px;
}
form {
padding: 20px;
line-height: 18px;
color: #000000;
font-weight: bold;
}

.regLink {
	display:block;
	color:#aaa;
	text-decoration:none;
}
.regLink:hover { color: #fff; text-decoration:underline; }


#pageTag
{
	display:block;
	position:absolute;
	text-align:center;
	top:1250px;
	left:325px;
	padding:10px;
	color:#aaa;
}
#pageTag a { color: #aaa; }
#pageTag a:hover { color: #a00; }



/* for pulldowns */
.listingCombo
{
   /*background-color:#efefef;*/
   /*font-size:1.25em;*/
   font-family: Arial, Garamond;
   color:#333;  	
}


.searchInput {
   /*background-color:#ccc;*/
   border:1px solid #fff;
   margin:1px;
}
.searchInput:active 
{
   background-color :#fff;
   border:1px solid #ff0;
}

.searchButton 
{
	height:24px;
	padding:0px;
}

/* end for pulldowns */