

body {
	background-color: #dddddd;
	text-align: center;
}

#content {
	width: 700px;
	margin: 10px auto;
	text-align: left;
	padding: 0px;
	font-family: Arial, sans-serif;
	/*border: 2px solid #666666;*/
	background-color: #ffffff;
	color: #0b06df;
}

#content a {
	color: #9c7a00;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#header {
	padding: 5px;
	background-color: #fddb64;
}

#header img {
	float: left;
	padding: 10px 0px 0px 10px;
}

#header h1 {
	font-size: 20pt;
	text-align: center;
	color: #000000;
}

#header h2 {
	font-size: 14pt;
	text-align: center;
	color: #999999;
	font-weight: normal;
}

#main {
	padding: 0px 10px 10px 10px;
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
}

#main p {
	font-size: 10pt;
}

#main strong {
	font-size: 14pt;
	color: #f55b00;
	font-weight: normal;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

#main div.p strong span.new {
	color: #ff0000;
	font-weight: bold;
}

#main div.p span.price {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	display: block;
}

#main li {
	margin: 0px 0px 8px 0px;
}

#main img.seatimage {
	float: right;
	display: inline;
}

div.p {
	display: block;
	margin: 10px 0px 10px 0px;
}

div.colorsample {
	width: 100px;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #cccccc;
	text-align: center;
	float: left;
}

div.photosample {
	height: 245px;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #cccccc;
	text-align: center;
	float: left;
	font-weight: bold;
}

div.clear {
	clear: both;
}

#footer {
	background-color: #ffffff;
}

#footer img {
	float: right;
	margin: 0px 10px;
}



/*  form styles  */

fieldset {
	border: 1px solid #cccccc;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

fieldset legend {
	font-weight: bold;
}

fieldset label, fieldset div.label {
	width: 120px;
	float: left;
	clear: both;
	text-align: right;
	margin-right: 0.5em;
	padding-top: 2px;
	margin-top: 1em;
}

fieldset input {
	width: 300px;
	float: left;
	margin-top: 1em;
}

fieldset textarea {
	width: 300px;
	height: 150px;
	float: left;
	margin-top: 1em;
}

div.options {
	float: left;
	margin-top: 1em;
}

div.options input {
	width: 1em;
	display: inline;
	clear: both;
	float: none;
	text-align: right;
	margin-top: 0;
}

div.options label {
	width: 200px;
	float: none;
	margin-right: 1em;
	margin-top: 0;
	border: none;
}

div.patterns {
	float: left;
	width: 410px;
	margin-top: 1em;
}

div.pattern {
	float: left;
	width: 120px;
	text-align: center;
	padding: 1em 0em;
	margin: 0 1em 1em 0;
	border: 1px solid #999999;
}

div.pattern img {
	text-align: center;
}

#price {
	border: none;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0;
}

#submit {
	margin-left: 140px;
}

