/* General settings -----------------------------------*/
body {
	background-color: #f9e8bd;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
a { color: #000000; }
a:hover { color: #336666; }
p {
	margin: 0;
	margin-bottom: .8em;
}
img { border: 0; }
/* Container -----------------------------------*/
#container {
	width: 730px;
	border: 0;
	margin: 0 auto;
	background-color: #fff;
}
/* Header -----------------------------------*/
#header h1 {
	width: 730px;
	height: 112px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background:  url(../../images/banner.jpg) no-repeat transparent;
	border: 0;
}
/* Navigation -----------------------------------*/
#nav {
	margin: 0;
	padding: 0;
	background-color: #366;
	text-align: center;
}
#nav a {
	height: 100%;
	margin: 0;
	padding: 3px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}
#nav a:hover { background-color: #c63; }
/* Japanese Version Link -----------------------------------*/
#japaneseVersion {
	text-align: right;
	padding: 10px 20px 0 20px;
}
/* Contents -----------------------------------*/
#content {
	float: left;
	width: 690px;
	padding: 0 20px 10px 20px;
	border-bottom: 3px solid #366;
}
#leftColumn { width: 250px; }
#rightColumn { }
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #366;
	line-height: 1.3em;
	border-bottom: 1px solid #366;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c63;
}
.copy {
	vertical-align: text-top;
	font-size: 12px;
}
ul { list-style-type: square; }
.red { color: #f00; }
.leftFloat { float: left; }
#orderProducts td {
	padding: 3px 8px;
	border-bottom: 1px solid #FFAA80;
}
.tdStyle {
	background: #ffc;
	border-top: 1px solid #c63;
}
/* Order Form -----------------------------------*/
label.desc {
	display: block;
	font-weight: bold;
}
label.spec {
	display: block;
	font-size: 10px;
	margin-left: 5px;
}
.specField {
	float: left;
	display: block;
}
.section {
	clear: both;
	margin-bottom: 5px;
}
.productList { font-size: 90%; }
.productTitle {
	font-size: 120%;
	font-weight: bold;
}
.infoInput { margin-right: 5px; }
.tdBdrBottom { border-bottom: 1px solid #ccc; }
.tdBdrBottom2 { border-bottom: 3px solid #ccc; }
.productList td { height: 35px; }
/* Footer -----------------------------------*/
#footer {
	clear: both;
	padding: 10px 20px;
	text-align: center;
}
#footer a { margin: 0 4px; }
/* Misc style -------------------------------*/
.required { color: #f00; }
.required2 {
	color: #f00;
	font-size: 18px;
}
.inline li {
	display: inline;
}