body {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: url(../images/background.gif) #333333;
	font: 0.80em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

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

a:hover {
	text-decoration: underline;
}

a img{ border: none; }

#container {
	margin: 0 auto; padding: 12px;
	width: 976px;
	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;
}

.disabled {
	color: #fff;
	font-weight: normal;
	background-color: #b8b8b8;
}


/***********************************************************
* 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;
	width: auto;
	overflow: visible;
}

input.next {
	background: url(../images/btnNext.gif) right center no-repeat #a1a8b2;
}

input.back {
	background: url(../images/btnBack.gif) left center no-repeat #a1a8b2;
}

input.reset {
	background: url(../images/btnReset.gif) center center no-repeat #a1a8b2;
}

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

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;
}

#more_info {
	position: absolute;
	left: auto;
	margin: .8em 0 0 -.65em;
	background: #a1a8b2;
	color: #fff;
	font-size: 8pt;
	padding: 7px 10px;
	border: 1px solid #81868e;
	z-index: 999;
	width: 300px;
}
.lhelp {
	padding-right: 7px;
	background-image: url(../images/help_label.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.ihelp {
	background-image: url(../images/help_input.gif);
	background-position: right top;
	background-repeat: no-repeat;
}


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

#header-logo {
	margin: 0 8px 0 0; padding: 0;
	height:125px;
	width: 350px;
	float: left;
}

#dealer_name {
	display: none;
}

#header-ad {
	margin: 0 8px 0 0;
	padding: 0;
	height: 125px;
	width: 350px;
	background-color: #999;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}
#header-ad img {
	display: block;
}

#header-links {
	margin: 0;
	padding: 8px;
	height: 109px;
	width: 244px;
	text-align: right;
	float: left;
	background-color: #a1a8b2;
}

#header-links .dealer-name {
	color: #2a3748;
	font-weight: bold;
	font-size: 1.2em;
	margin: 15px 0 0 0;
}

#header-links .dealer-location {
	color: #fff;
	font-weight: normal;
	font-size: .9em;
	margin: 0;
	padding: 0;
	line-height: 1.05em;
}

#header-links a, #header-links a:visited {
	color: #2a3748;
}
#header-links a:hover {
	text-decoration: underline;
}

#header-bar {
	float: left;
	display: block;
	height: 41px;
	width: 976px;
	font-size: 1.0em;
	padding: 0;
	margin: 8px 0;
	background: url(../images/nav_bg.gif) 0 0 repeat-x #2a3748;
}

#nav-t {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav-t li {
	list-style-type: none;
	float: left;
	padding: 0 15px 0 10px;
	margin: 0;
	background: url(../images/nav_divider.gif) center right no-repeat;
	padding: 0 15px 0 10px;
}

#nav-t li:hover a, #nav-t li a:hover {
	text-decoration: underline;
}

#nav-t a.active {
	background: url(../images/nav_active.gif) center bottom no-repeat;
}

#nav-t a {
	float: left;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 12px 10px 11px 10px;
}


/***********************************************************
* JACKET MENU
***********************************************************/
#jacket-menu {
	float: left;
	display: block;
	width: 100%;
	font-size: 0.95em;
	padding: 0;
	margin: 0 0 8px 0;
}

#jacket-menu li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/nav_jacket_bg.gif) center center no-repeat #d0d0d0;
}

#jacket-menu li a {
	display: block;
	padding-top: 9px;
	padding-bottom: 0;
	margin: 0;
	height: 27px;
	text-align: center;
	overflow: hidden;
}

#jacket-menu li#menu1 {
	padding-left: 0;
	padding-right: 1px;
}

#jacket-menu li#menu2, #jacket-menu li#menu3, #jacket-menu li#menu4, #jacket-menu li#menu5 {
	padding-left: 1px;
	padding-right: 1px;
}

#jacket-menu li#menu6 {
	padding-left: 1px;
	padding-right: 0;
}

#jacket-menu a, #jacket-menu a:hover, #jacket-menu a:visited {
	color: #fff;
	text-decoration: none;
}

#jacket-menu a.active, #jacket-menu a.active:hover {
	font-weight: bold;
}


#jacket-menu li#menu1 a {
	background: url(../images/nav_jacket.gif) left top no-repeat #8f98a4;
	width: 200px;
}

#jacket-menu li#menu1 a:hover {
	background: url(../images/nav_jacket.gif) left center no-repeat #8f98a4;
}

#jacket-menu li#menu1 a.active {
	background: url(../images/nav_jacket.gif) left bottom no-repeat #8f98a4;
}

#jacket-menu li#menu2 a, #jacket-menu li#menu3 a, #jacket-menu li#menu4 a, #jacket-menu li#menu5 a {
	background: url(../images/nav_jacket.gif) center top no-repeat #8f98a4;
}

#jacket-menu li#menu2 a:hover, #jacket-menu li#menu3 a:hover, #jacket-menu li#menu4 a:hover, #jacket-menu li#menu5 a:hover {
	background: url(../images/nav_jacket.gif) center center no-repeat #8f98a4;
}

#jacket-menu li#menu2 a.active, #jacket-menu li#menu3 a.active, #jacket-menu li#menu4 a.active, #jacket-menu li#menu5 a.active {
	background: url(../images/nav_jacket.gif) center bottom no-repeat #8f98a4;
}

#jacket-menu li#menu2 a {
	width: 152px;
}

#jacket-menu li#menu3 a {
	width: 135px;
}

#jacket-menu li#menu4 a {
	width: 230px;
}

#jacket-menu li#menu5 a {
	width: 110px;
}

#jacket-menu li#menu6 a {
	background: url(../images/nav_jacket.gif) right top no-repeat #8f98a4;
	width: 115px;
}

#jacket-menu li#menu6 a:hover {
	background: url(../images/nav_jacket.gif) right center no-repeat #8f98a4;
}

#jacket-menu li#menu6 a.active {
	background: url(../images/nav_jacket.gif) right bottom no-repeat #8f98a4;
}


/***********************************************************
* BREADCRUMBS
***********************************************************/
#breadcrumbs {
	margin: 0 0 3px 0; padding: 6px 10px;
	color: #fff;
}
#breadcrumbs a { color: #fff; text-decoration: none; }
#breadcrumbs a:hover { text-decoration: underline; }



/***********************************************************
* MAIN CONTENT
***********************************************************/
#main-content {
	margin: 0;
	background: url(../images/content_bg.jpg) 0 0 repeat-x;
	width: 952px;
	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: 0 0 25px 0;
	border-color: #a1a8b2;
	border-style: dotted;
	border-width: 0 0 1px 0;
}

#main-content h1.jacket {
	margin: 0 0 5px 0;
}


#main-content div.instructions {
	margin: 0 0 8px 0;
	padding: 5px 5px 0 5px;
	border: 1px solid #d8d8d8;
	background: #e8e8e8;
	color: #555;
	font-size: .8em;
	line-height: 1.3em;
}

#main-content div.instructions p {
	margin: 0 0 5px 0;
}

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

#affiliate_container {
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 928px;
	height: 350px;
	margin: 13px 0 0 0;
	text-align: left;
	padding: 0 12px;
	float: left;
}

#affiliate_box {
	width: 311px;
	height: 79px;
	background: url(../images/affiliate_select_bg.jpg) 0 0 no-repeat;
	margin: 50px 0 0 30px;
	padding: 30px;
}

#affiliate_box p {
	font-weight: bold !important;
	font-size: .8em !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

#home-container {
	margin: 0;
	background: url(../images/content_bg.jpg) 0 0 repeat-x;
	width: 976px;
	padding: 0;
	position: relative;
}

#home-content {
	background: url(../images/home_bottom_bg.gif) left bottom repeat-x;
	padding: 0;
	float: left;
}

#home-content span {
	padding: 20px 0 0 200px;
	float: left;
	background: url(../images/home_model.gif) left bottom no-repeat;
	width: 295px;
	height: 313px;
	margin: 30px 0 0 0;
}

#home-content p {
	padding: 60px 0 0 0;
	font-size: .9em;
}
	

.map, .home-right, .home-affiliate {
	float: right;
	width: 450px;
	margin: 0 0 0 30px;
}

.map h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
	font-variant: small-caps;
}

.home-right {
	background: url(../images/home_right.gif) right bottom no-repeat;
	width: 450px;
	height: 350px;
	margin: 13px 0 0 30px;
}

.home-affiliate {
	width: 450px;
	height: 350px;
	margin: 13px 0 0 30px;
}

.home-right #build-button {
	display: block;
	margin: 310px 0 0 70px;
}

.imagemap {
	border: 0;
}

#inside1 li {
	list-style: none;
	background: url( ../images/blue_arrows.jpg ) no-repeat;
	background-position: 0 3px;
}

#inside2 li {
	margin: 0 0 0 -40px; padding: 0 0 0 10px;
	list-style: none;
	background: url( ../images/blue_arrows.jpg ) no-repeat;
	background-position: -3px 3px;
}

#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;
}


/***********************************************************
* HEADINGS
***********************************************************/
h1.contact {
	padding-left: 42px;
	background: url(../images/icons/sc_mail_32.gif) left center no-repeat;
}

h1.about {
	padding-left: 42px;
	background: url(../images/icons/sc_contacts_32.gif) left center no-repeat;
}

h1.dealer {
	padding-left: 42px;
	background: url(../images/icons/sc_applications_32.gif) left center no-repeat;
}

h1.gallery {
	padding-left: 42px;
	background: url(../images/icons/sc_pictures_32.gif) left center no-repeat;
}

h1.build {
	padding-left: 42px;
	background: url(../images/icons/sc_jacket_32.gif) left center no-repeat;
}


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

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

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


/***********************************************************
* LEFT CONTENT
***********************************************************/
#content-left {
	margin: 8px 20px 8px 0; 
	padding: 12px 12px 0 12px;
	width: 250px;
	float: left;
	background: #b8b8b8;
}

#content-left .box {
	margin: 0 0 12px 0;
	padding: 12px;
	font-size: .9em;
	border: 1px solid #fff;
	background: #999;
	color: #373737;
}

#content-left .box h2 {
	color: #474747;
	font-size: .95em;
	padding: 0;
	margin: 0 0 3px 7px;
}

#content-left .box a, #content-left .box a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 7px;
}

#content-left .box a:hover, #content-left .box a.active {
	text-decoration: underline;
	background: url(../images/link_arrow_white.gif) left center no-repeat;
	color: #2a3748;
}

#content-left .trim_styles a, #content-left .trim_styles a:visited {
	padding: 7px 0 0 0;
	display: block;
	margin: 0 0 5px 7px;
	float: left;
}

#content-left .trim_styles a:hover, #content-left .trim_styles a.activeTrim {
	text-decoration: underline;
	background: url(../images/link_arrow_white_top.gif) center top no-repeat;
	color: #2a3748;
}

#content-left .box h4 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1em;
	border-bottom: 1px dashed #fff;
}

#content-left .box h5 {
	color: #333;
	font-weight: bold;
	margin: 10px 0 2px 0;
	padding: 0;
	font-size: .9em;
	border-bottom: 1px dotted #333;
}

#content-left .box table {
	width: 100%;
}

#content-left .box td {
	padding: 0 5px 0 0;
}

#content-left .box table table {
	margin: 0 0 5px 10px;
}

#content-left .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content-left .box ul li {
	padding: 2px 0;
	margin: 0;
	list-style: none;
}

#content-left .box ul ul {
	margin: 0 0 0 10px;
}

#content-left li span.indent, #content-left td span.indent {
	padding-left: 7px;
}

#content-left #buttons, #content-left #processing {
	text-align: center;
	margin: 0 0 12px 0;
}
#content-left .patch_sub_cat {
	display: none;
	margin-left: 7px;
	height: 150px;
	overflow: auto;
	padding: 0 5px 0 2px;
	border: 1px solid #b8b8b8;
}

#content-left .patchdata_tracker {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-color: #b8b8b8;
	border-style: solid;
	border-width: 0 0 2px 0;
	line-height: 1.5em;
}

#content-left .jacket_table a, #content-left .jacket_table a:visited {
	padding: 0;
	border: 2px solid #999;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 2px 0;
}

#content-left .jacket_table a:hover, #content-left .jacket_table a.activeJacket, #content-left .jacket_table a.activeJacket:visited {
	padding: 0;
	margin: 2px 0;
	text-decoration: none;
	background: none;
	border: 2px solid #fff;
}

#content-left input {
	font-size: .9em;
	margin: 1px 0;
}

#content-left .info {
	color: #fff;
}

#content-left .dealer {
	border-bottom: 2px solid #b8b8b8;
	padding: 0;
	margin: 0 0 10px 0;
}

#content-left .dealer-name {
	font-size: 1.3em;
	font-weight: bold;
}

#content-left .dealer-contact {
	padding: 0;
	margin: 0 0 10px 7px;
}

.jacket_price {
	padding: 12px 8px 0 0;
	color: #b8b8b8;
	font-weight: normal;
	float: right;
}

.jacket_price span {
	font-weight: bold;
	color: #555;
}

.dealer a {
	font-weight: bold;
}

#content-left hr {
	background: none;
	height: 1px;
	border-color: #fff;
	border-style: dashed;
	border-width: 1px 0 0 0;
	margin: 2px 0;
	padding: 0;
}


/***********************************************************
* FOOTER
***********************************************************/
#footer {
	margin: 8px 0 0 0; 
	padding: 12px;
	width: 952px;
	height: 40px;
	text-align: right;
	background: #b8b8b8;
}
.footer-links {
	margin: 0 0 0 8px;
	padding: 12px;
	font-size: .8em;
	border: 1px solid #fff;
	background: #999;
	float: right;
}
#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;
	width: 646px;
}

.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: 50px;
	font-size: .9em;
}

#review_order {
	display: block;
	float: left;
	width: 654px;
	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;
}

ul.instructions {
	background-color: #a1a8b2;
	border-color: #81868e;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 2px 5px;
	margin: 0;
	font-weight: normal;
	width: 256px;
	list-style: none;
}

ul.instructions li {
	list-style: none;
	text-align: left;
	line-height: 9pt;
	font-size: 8pt;
	color: #fff;
	padding: 0 0 0 4px;
	background: url(../images/instructions_bullet.gif) left center no-repeat;
}

.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 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #2a3748;
	padding: 6px;
}
table.styled td.label {
	color: #70757c;
	font-weight: bold;
	font-size: 9pt;
	text-align: right;
	padding-left: 12px;
	white-space: nowrap;
}
table.styled td.label {
	background: url(../images/label_bullet_1.gif) 2px 2px no-repeat #ebecee;
}
table.styled tr.alt td.label {
	background: url(../images/label_bullet_2.gif) 2px 2px no-repeat #c4c9cf;
}
table.styled td, table.styled td.alt {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px;
	padding: 6px;
	color: #000;
	font-size: 9pt;
}
table.styled td {
	background: #ebecee;
}
table.styled tr.alt td {
	background: #c4c9cf;
}

