body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
option {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
div#page {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
div#header {
	background-image:url("/img/header.png");
	height:80px;
	width:700px;
}
div#subheader {
	height:60px;
	width:700px;
}
div#welcomeInfo {
	background-image:url("/img/info.gif");
	background-repeat:no-repeat;
	height:60px;
	width:400px;
	float:left;
}
div#welcomeInfo p {
	margin:23px 10px 0 23px;
}
div#welcome p {
	margin-left:10px;
	margin-top:7px;
}
div#login form {
	height:10px;
	margin-top:4px;
	margin-left:13px;
}
div#welcome {
	float:right;
	width:300px;
	height:30px;
}
div#login { 
	overflow:hidden;
	width:300px;
	height:30px;
	background-image:url("/img/subHeader.gif");
	background-repeat:no-repeat;
}
div#cart {
	padding:7px 0 0 11px;
	overflow:hidden;
	width:300px;
	height:30px;
	background-image:url("/img/subHeader.gif");
	background-repeat:no-repeat;
}
div#myAccount {
	overflow:hidden;
	width:100%;
	height:30px;
	background-image:url("/img/subHeader.gif");
	background-repeat:no-repeat;
	padding-top:8px;
	padding-left:10px;
}
div#logout {
	overflow:hidden;
	float:right;
	padding-right:21px;
}
div#checkout {
	overflow:hidden;
	float:right;
	padding-right:22px;
}
div#cart b {
	vertical-align:top;
}
div#content {
	width:700px;
	min-height:320px;
	padding:15px 0 0 23px;
}
div#content p {
	margin-right:30px;
}
li.errorHide {
	display:none;
}
li.errorShow {
	display:block;
	color:#FF0000;
}
div#proposedTrades {
	margin-top:12px;
}
div#myOffers {
	margin-top:12px;
}
ul.searchTabs {
    border-bottom:1px solid #CCCCCC;
    clear:both;
    height:30px;
    list-style:none outside none;
    margin:10px 0 5px;
}
ul.searchTabs li.tab {
    float:left;
    margin-right:7px;
    text-align:center;
}
ul.searchTabs li.tab a.active {
    background-color:#DDDDDD;
}
ul.searchTabs li.tab a {
    background-color:#FFFFFF;
    color:#666666;
    display:block;
    height:25px;
    padding:5px 6px 0;
    width:100px;
}
div.innerHidden {
    display:none;
}
div.innerActive {
    padding:6px 6px 15px;
    border-bottom: 1px solid #CCCCCC;
    min-height:40px;
    position:relative;
}
div.searchResults {
	margin-top:12px;
}
table th {
	text-align:left;
	border:1px solid black;
	padding:0px 6px;
}
table.items {
	border-collapse:collapse !important;
	border:1px solid black;
	margin:10px 15px;
}
table.items td {
	border:1px solid black;
	padding:0px 6px;
}
table.items form {
	margin-bottom:0px;
}
.roweven {
	background-color:#E0E0FF;
}
.rowodd {
	background-color:white;
}
.prodImg img {
	border:0px;
}
#productTable td {
	padding-right:10px;
}
#breadcrumb {
	margin-top:4px;
}
#navContainer {
	padding-left:8px;
	padding-right:3px;
	height:8px;
	margin-top:2px;
}
#productWrapper {
	margin-top:12px;
}
.prodPageTitle {
	font-size:1.4em;
	font-weight:bold;
}
#prodLeft {
	float:left;
	width:300px;
	height:100%;
}
#prodRight {
	height:100%;
	padding-top:40px;
}
#prodTop {
	width:100%
}
#prodMiddle {
	width:100%;
}
#prodBottom {
	width:100%;
	clear:both;
	margin-bottom:20px;
}
#mainTop {
	width:600px;
	margin-left:70px;
}
.prodLink {
	border: 1px solid #C0C0C0;
	margin:10px;
	width:240px;
	float:left;
	text-align:center;
	padding-bottom:6px;
}
.prodLink img {
	border:none;
}
#mainBottom {
	width:600px;
	margin-left:70px;
	clear:both;
}
#footer {
	text-align:center;
	padding-left:10px;
	clear:both;
}
#search {
	float:right;
}
.due_on {
	color:red;
	font-weight:bold;
}
img#login-img{
	position:absolute;
	cursor:pointer;
	margin-left:6px;
	border-radius:5px;
}

#message{
	text-align:center;
	width:370px;
	margin:auto;
	margin-top:20px;
	font-size:16px;
	padding:10px;
	border:1px solid silver;
}

#team{
	
}

.bio-pic{
	float:left;
	width:18%;
	margin-right:10px;
}

.bio{
	line-height:19px;
}

.hoverDiv {
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    display: none;
    position: relative;
    width: 240px;
    height: 211px;
    top: -205px;
    margin-bottom: -211px;
    background-color: #CEECF5;
    color: #000000;
    opacity:0.85;
}

.footer-text {
	display: inline-block;
	font-size: 1.1em;
	padding: 4px 0;
}
