body {
	margin: 0 auto;
	padding: 0;
	font: 0.80em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

a, a:visited {
	text-decoration: underline;
	color: #a1a8b2;
}

a img{ border: none; }

#container {
	margin: 0 auto; padding: 12px;
	background: #fff;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 1px;
	/*border: 1px solid green;*/
	margin: 0; padding: 0;
	background: transparent;
}

.hidden {
	display: none;
}

.display {
}

#preload {
	display: none;
}
.noprint {
	display: none;
}


/***********************************************************
* FORM
***********************************************************/
input,select,textarea {
	font: 9pt verdana, arial, helvetica, sans-serif;
	border: 1px solid #2a3748;
	background: #fff;
	padding: 3px;
}

input.checkbox, input.radio {
	border: none;
	background: none;
}

input.button {
	background: #a1a8b2;
	font-weight: bold;
	font-size: 9.5pt;
	color: #fff;
	border: 2px solid #fff;
	padding: 8px 3px;
	cursor: pointer;
}

input.image_button {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}

input.highlighted {
	background-color: #948356;/*ff422e*/
}

fieldset {
	border: 1px solid #a1a8b2;
	padding: 15px;
	margin: 5px 0 5px 0;
}

fieldset legend {
	font-weight: bold;
	color: #2a3748;
}

fieldset label {
	font-weight: bold;
	color: #474747;
	font-size: .9em;
}

fieldset td {
	padding: 0 20px 10px 0;
}

.required {
	color: #cf0f0f;
}

#processing {
	background: #fff;
	font-weight: bold;
	font-size: 9.5pt;
	color: #999;
	border: 2px solid #a1a8b2;
	padding: 8px 3px;
}
#processing img {
	padding: 0 5px 0 0;
}


/***********************************************************
* HEADER
***********************************************************/
#header {
	margin: 0; padding: 0; 
	background: #fff;
}

#header-logo {
	display: none;
}

#dealer_name {
	border-bottom: 2px solid #000;
	padding: 0 0 5px 0;
}

#header-ad {
	display: none;
}

#header-links {
	display: none;
}

#header-bar {
	display: none;
}


/***********************************************************
* JACKET MENU
***********************************************************/
#jacket-menu {
	display: none;
}



/***********************************************************
* MAIN CONTENT
***********************************************************/
#main-content {
	margin: 0;
	padding: 12px;
	position: relative;
}

#main-content h1 {
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.6em;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px 0 25px 0;
	border-color: #a1a8b2;
	border-style: dotted;
	border-width: 0 0 1px 0;
}

#content {
	float: left;
	padding: 0 12px;
	display: block;
}

#steps {
	text-align: right;
}

#steps a, #steps a:visited, #steps a:hover {
	color: #2a3748;
}

.pricing_table th {
	padding: 5px 30px 5px 5px;
	text-align: left;
	background: #b8b8b8;
	color: #fff;
	border-bottom: 1px solid #999;
	text-align: right;
}

.pricing_table th.left {
	text-align: left;
}

.pricing_table th.right {
	padding-right: 5px;
	text-align: right;
}

.pricing_table td {
	padding: 5px 30px 0 5px;
	border-bottom: 1px dotted #999;
	text-align: right;
}

.pricing_table td.right {
	padding-right: 5px;
	text-align: right;
}

.pricing_table td.part {
	color: #999;
	font-weight: bold;
	text-align: left;
}

.pricing_table .part_selected {
	color: #ff422e;
	font-weight: normal;
}

.pricing_table .subtotal td {
	font-weight: bold;
	font-size: .9em;
	vertical-align: top;
	line-height: .9em;
	padding-bottom: 7px;
	border: none;
}

.pricing_table .total th {
	background: #b8b8b8;
	color: #fff;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	font-weight: bold;
}


/***********************************************************
* INTERIOR CONTENT
***********************************************************/
.interior_photo {
	float: right;
}

td.label {
	padding: 0 8px;
	color: #70757c;
	font-weight: bold;
	font-size: .9em;
	text-align: right;
}

.gallery_thumb {
	float: left;
	width: 100px;
	height: 100px;
	margin: 7px;
}

.gallery_thumbs {
	background: #a1a8b2;
	padding: 15px;
	float: left;
}


/***********************************************************
* LEFT CONTENT
***********************************************************/
#content-left {
	display: none;
}


/***********************************************************
* FOOTER
***********************************************************/
#footer {
	margin: 8px 0 0 0; 
	padding: 12px;
	height: 40px;
	text-align: left;
}
#footer-links {
	display: none;
}
.footer-links {
	margin: 0 0 0 8px;
	padding: 12px;
	font-size: .8em;
	float: left;
}
#footer a, #footer a:visited { text-decoration: none; color: #2a3748; }
#footer a:hover { text-decoration: underline; }


/***********************************************************
* ERROR/SUCCESS MESSAGES
***********************************************************/
.error, .success {
	position: absolute;
	top: 25px;
	left: 300px;
	width: 400px;
	border-width: 3px;
	border-style: solid;
	padding: 12px 0 0 8px;
	background: url(../images/notice_bg.jpg) bottom left repeat-x #e8e8e8;
	z-index: 999;
}

.error p, .success p {
	padding: 0 8px 0 0;
}

.error .close_message, .success .close_message {
	float: right;
	padding: 3px 8px 3px 8px;
	margin-top: 8px;
}

.error .close_message {
	background-color: #cf0f0f;
}

.success .close_message {
	background-color: #138e0d;
}

.error a, .success a {
	padding: 0 0 0 10px;
	background: url(../images/close_x.gif) left center no-repeat;
	color: #fff;
	font-size: .9em;
}

.error {
	border-color: #cf0f0f;
}

.success {
	border-color: #138e0d;
}

.error p, .success p {
	padding: 0;
	margin: 0;
}

.error strong {
	color: #cf0f0f;
}

.success strong {
	color: #138e0d;
}



/***********************************************************
* JACKET
***********************************************************/
.jacket_select {
	display: block;
	text-align: center;
	float: left;
	padding: 0 0 0 12px;
}

.jacket_select table {
	padding: 0 0 30px 0;
}

.jacket_types a {
	position: relative;
}

.jacket_types a img {
	display: block;
}

.jacket_types a span {
	display: none;
	position: absolute;
	top: 0;
	left: -65px;
}

.jacket_types a.collar span {
	top: 0px;
	left: -51px;
}

.jacket_types a:hover span {
	display: block;
}

.jacket_select table {
	margin: 0 auto;
}

.jacket_select td {
	font-weight: bold;
	padding: 0 10px;
}

.jacket_select .selected {
	border-bottom: 3px solid #2a3748;
}

.jacket_select a.collar img {
	border: 1px solid #000;
}

#jacket_frame, #sketch_canvas {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	position: relative;
}

#jacket_frame {
	width: 325px;
	height: 375px;
}

.frontpatch_canvas, .shoulderpatch_canvas {
	width: 325px;
	height: 375px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.letterpatch_canvas {
	width: 325px;
	height: 295px;
}

#sketch_canvas div {
	position: absolute;
	cursor: move;
	background: none;
}

#sketch_canvas .info {
	font-size: .8em;
	color: #ff0000;
	float: right;
	padding: 1px;
	background: #fff;
	line-height: .8em;
}

#chenille_frame {
	float: left;
	display: block;
	width: 325px;
	height: 175px;
	margin: 8px 10px 0 0;
	position: relative;
	font-size: .85em;
}

.jacket_part {
	position: absolute;
	top: 0;
	left: 0;
}

.chenille_part {
	position: absolute;
	top: 0;
	left: 0;
}

.chenille_part_top {
	position: absolute;
	top: 0;
	left: 0;
}

.chenille_part_bottom {
	position: absolute;
	top: 0;
	left: 0;
}

.patch_img {
	position: absolute;
	top: 165px;
	left: 109px;
}

#special_instructions {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

#special_instructions h3 {
	font-size: .9em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#special_instructions_text {
	width: 325px;
	height: 40px;
	font-size: .9em;
}

#review_order {
	display: block;
	float: left;
	position: relative;
}

.review_image {
	display: block;
	float: left;
	width: 325px;
	margin-right: 2px;
	
}


/***********************************************************
* COLOR TABLE
***********************************************************/
#color_tables {
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
	text-align: left;
}
.colors_table, .patches_table {
	margin: 0;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
}

.patches_table .scroll {
	height: 375px;
	overflow: auto;
	position: relative;
}

.color_table, .patch_table {
	margin: 0;
	padding: 3px;
	border: 1px solid #2a3748;
	text-align: left;
}

.color_table table {
	margin: 0;
	padding: 0;
}

.patch_table {
	width: 260px;
}

.color_table td {
	padding: 0;
	vertical-align: top;
}

.color_table td a, .color_table td a:visited, .color_table td a:hover {
	width: 20px;
	height: 20px;
	font-size: 0.1em;
	display: block;
	border: 1px solid #000;
	margin: 3px;
	float: left;
	padding: 0;
	text-decoration: none;
}

.patch_table .patch, .patch_table .backpatch {
	claar: both;
	display: block;
	font-size: 0.9em;
	padding: 0 2px 5px 2px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #b8b8b8;
}

.patch_table .patch {
	margin: 2px;
	width: 106px;
}

.patch_table .backpatch {
	margin: 4px;
	width: 200px;
}

.swiss_patch {
	float: left;
	display: block;
	font-size: 0.9em;
	padding: 2px;
	text-align: center;
	font-weight: normal;
	width: 54px;
	border: 1px solid #b8b8b8;
	margin: 2px;
}

.swiss_patch img {
	cursor: move;
}

.patch_table .patch_name {
	width: 192px;
	border: 1px dashed #474747;
	background: #b8b8b8;
	margin: 2px;
	clear: left;
	line-height: 1em;
	padding: 1px;
}

.patch_table .patch_name a, .patch_table .patch_name a:visited, .patch_table .patch_name a:hover {
	color: #2a3748;
	padding-left: 10px;
	background: url(../images/zoom.gif) no-repeat left bottom;
}

.patch_table .patch a, .patch_table .patch img {
	display: inline;
}

#color_tables h3, .patches_table h3 {
	background-color: #2a3748;
	color: #fff;
	text-align: left;
	padding: 2px 5px;
	margin: 15px 0 0 0;
	font-size: 9pt;
	width: 175px;
}

.controls_top {
	border-bottom: 1px dashed #2a3748;
	margin: 0 5px 6px 5px;
	padding: 0 0 2px 0;
	text-align: center;
	line-height: 1em;
	font-size: .85em;
}

.controls_bottom {
	border-top: 1px dashed #2a3748;
	margin: 0 5px 0 5px;
	padding: 2px 0 0 0;
	text-align: center;
	line-height: 1em;
	font-size: .85em;
}

.controls_top a, .controls_bottom a {
	font-weight: bold;
	color: #2a3748;
	border: none;
}

#letters_single a, #letters_custom a {
	display: block;
	float: left;
	border-right: 1px solid #2a3748;
	padding: 0 4px;
	margin: 0 0 6px 0;
	line-height: 1em;
	
}


/***********************************************************
* STYLED TABLE
***********************************************************/
table.styled {
	background: #fff;
	padding: 3px 4px;
	border: 1px solid #b8b8b8;
}
table.styled th {
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #b8b8b8;
}
table.styled td.label {
	color: #70757c;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	padding-left: 12px;
}
table.styled td, table.styled td.alt {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px;
	padding: 2px;
	color: #000;
	font-size: 9pt;
}
