﻿a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	overflow-x: hidden;
	background:  url('../siteart/bg.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

h3{
	font-size:24px;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:0px;
}
	
h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:0px;
}

h5{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
}

.maintable {
	border: 0;
	width: 990px;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}

#header {
	background: url('../siteart/gray-background.gif') repeat-x top;
	height: 87px;
}

#header2 {
	height: 130px;
}

h1#logo {
	background: url('../siteart/logo.png') no-repeat center top;
	float: left;
	height: 87px;
	margin: 0 30px 0 30px;
	width: 362px;
}

	h1#logo span {
		position: absolute;
		top: -9999px;
	}
	
h1#logo2 {
	background: url('../siteart/logo2.png') no-repeat center top;
	float: left;
	height: 130px;
	margin: 10px 30px 0 30px;
	width: 600px;
}

	h1#logo2 span {
		position: absolute;
		top: -9999px;
	}


#scrolling-inv {
	
}

#nav {
	padding: 8px 0px 6px 35px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: white;
	text-decoration: underline;
}

#yellow-bg{
	background:#f8bd21;
	width:100%;
}

#main-content {
	background:url('../siteart/main-background.jpg') no-repeat;
	line-height: 18px;
	padding:35px;
}

#main-content2 {
	line-height: 18px;
	padding:35px;
}

#okada	{
	width:100%;
}

#okada img{
	margin-bottom:10px;
	border:0px;
}

#parts img{
	margin-left:10px;
}

#column	{
	padding:8px 12px 8px 12px; 
	font-weight:bold;
	border-right:0px solid #e7a905;
}

#data	{
	padding:5px 12px 5px 12px; 
	font-weight:normal;
	border-right:1px solid #f7bc20;
}

.title {
	font-size: 26px;
	color: #754812;
}

#foot {
	padding: 30px 0px;
}

/***** AUCTION TIME PAGE *****/ 

#main-at-content {
	background: #f7bd21;
	line-height: 18px;
	padding: 35px;
	width: 920px;
}


/***** FORM STYLES *****/
.myform label{
	padding:.5em .5em .5em 0px;
	display:inline-block;
	width:70px;
	margin-bottom:10px;
}

.myform textarea{
	padding:.5em;
	width:310px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.myform select{
	padding:.5em;
	width:310px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.myform input{
	padding:.5em;
	width:310px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.myform label.short{width:50px;}
.myform input.short{width:150px; margin-right:10px;}
.myform select.short{width:160px !important; margin-right:10px;}

.myform label.mini{width:30px;}
.myform input.mini{width:80px; margin-right:10px;}

.myform select {
	margin:0px 10px 10px -3px !important;
	width:323px !important;
}

.myform textarea{
	float:left;
}
.myform input.button:focus{width:200px; border:0px; margin:10px 0px 0px 115px;}

.myform input.button{width:200px; border:0px; margin:10px 0px 0px 115px;}

.myform input.checkbox{width:auto; padding:0 .5em;}

.myform label.checkbox{width:auto; padding:0 .5em;}

.myform textarea:focus{
	background:#28262b;
	color:#FFF;
}

.myform input:focus{
	background:#28262b;
	color:#FFF;
}

.myform h4{
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
}

.CaptchaPanel{width:400px; overflow:hidden;}
.CaptchaWhatsThisPanel{
	width:300px;
	margin:0px 0px 0px 50px;
	text-align:center;
	float:left;
}

.CaptchaAnswerPanel{
	width:300px;
	margin:0px 0px 0px 50px;
	text-align:center;
	float:left;
}

.CaptchaMessagePanel{
	width:300px;
	margin:0px 0px 0px 50px;
	text-align:center;
	float:left;
}

.CaptchaImagePanel{
	width:300px;
	margin:0px 0px 0px 50px;
	text-align:center;
	float:left;
}


