@charset "utf-8";
/* CSS Document */

body {
	marign: 0;
	padding: 0;
	color: Black;
	font-size: 10pt;
	line-height: 1.125em;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
}

div#section-title ul,
div#sidebar-info,
div.form-buttons,
table#t-choices thead th.options,
table#t-choices tfoot,
table#t-choices td.color-name img,
table#t-choices tbody input,
table#t-choices tbody td.options,
div#copyright {
	display: none;
}

a:link, a:visited {
	color: Black !important;
	text-decoration: none;
}

h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

div#print-header {
	text-align: center;
}

div#order-form {
	position: relative;
	border: medium solid #606060;
}
div#order-form h2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 1pt;
	border-bottom: thin solid #606060;
}

div#order-form div.content {
	padding: 0 0.5em;
}

div#order-section-customer {
	padding-bottom: 1em;
	overflow: hidden;
}

div#order-section-customer div.row {
	height: 1%;
	position: relative;
	clear: left;
	padding-top: 1pt;
	padding-bottom: 1pt;
}
/* hide from IE 6 */
div#order-section-customer>div.row {
	overflow: auto;
	width: 100%
}

div#order-section-customer label {
	margin: 0 0 0 0;
	display: block;
	padding-top: 1pt;
	padding-right: 1pt;
	width: 10em;
	float: left;
	text-align: right;
	vertical-align: top;
	overflow: hidden;
}
div#order-section-customer label.required {
	font-weight: bold;
}
div#order-section-customer span.value {
	display: block;
	float: left;
}
input.text,
textarea.text {
	color: Black;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 2pt 4pt;
	width: 30em;
	border: thin solid Black;
	overflow: hidden;
}
input#phone, input#fax { width: 16em; }
div#order-section-customer input.text {
	border-width: 0 0 thin 0;
}
div#order-section-customer input.default-value,
div#order-section-customer textarea.default-value {
	letter-spacing: -1000em;
	color: #fff;
}

div#order-section-customer div#row-sample span.value input {
	position: absolute;
	left: 0;
	display: none;
	width 0;
}
div#order-section-customer div#row-sample span.value br.screen {
	display: none;
}
div#order-section-customer div#row-sample span.value label {
	display: inline;
	display: inline-block;
	float: none;
	overflow: visible !important;
	padding: 2pt 0 0 0;
	margin: 2pt 0 !important;
	height: 16pt;
	width: auto !important;
	text-indent: 0;
}
div#order-section-customer div.row span.value label img {
	vertical-align: text-bottom;
	padding-right: 4pt;
	padding-bottom: 2pt;
}

table#t-choices {
	clear: left;
	margin: 1em 0;
	padding: 0 3em;
	border: none;
	border-collapse: collapse;
	width: 100%;
}
table#t-choices thead th {
	vertical-align: bottom;
}
table#t-choices thead th img {
	border: 1px solid Black;
}
table#t-choices thead th.style {
	border: thin solid Black;
	border-width: 0 thin medium thin;
	text-align: center;
}
table#t-choices td.color-name {
	border: thin solid Black;
	border-width: thin medium thin 0;
	text-align: right;
	padding: 2pt 4pt;
}
table#t-choices tr#row-color-MIXED td {
	font-style: italic;
	border-bottom-width: medium;
	border-top-width: medium;
}
table#t-choices td.ordercount {
	border: thin solid Black;
}
table#t-choices tr#row-scarves td {
	border-top-width: medium;
}
table#t-choices tr#row-scarves td {
	padding-top: 1em;
	padding-bottom: 1em;
}
table#t-choices tr#row-scarves td.note {
	padding-left: 1em;
	font-size: .75em;
}


div#section-contact {
	display: block;
	margin: 0 auto 0 auto;
	padding: 1em 0 1em 0.5em;
	clear: both;
	text-align: center;
}
div#section-contact div {
	display: inline;
}
div#section-contact span.label {
	font-weight: bold;
	padding-right: 0.5em;
}
div#section-contact div#contact-fax-row span.label,
div#section-contact div#contact-email-row span.label {
	padding-left: 12pt;
}