/*** $Id: cssui.css 26150 2011-05-16 20:30:47Z pbrynie $ ***/
/*** Site ***/

body {
	text-align:center;
}
.INFO table {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.INFO table, .INFO th, .INFO td {
	border: 1px solid black;
}
.INFO table.no-border, .INFO .no-border tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.INFO th, .INFO td {
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}
.CONTACT th, .CONTACT td {
	padding-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
}
form {
	display:inline;
	margin:0;
	padding:0;
}
h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font:bold 1.3em Arial, Helvetica, Verdana, sans-serif;
}
h3 {
	font:bold 1em Arial, Helvetica, Verdana, sans-serif;
}
h2.header {
	color:#1a171b;
	padding:4px;
	background-color:#e6e6e6;
	font-weight:bold;
}
.PROD .INFO h2.header {
	color:#1a171b;
	padding:4px;
	background-color:#e6e6e6;
	font-weight:bold;
	margin-bottom: 10px;
}
a img {
	border:0;
}
a:link {
	color:#1a171b;
}
a:visited {
	color:#1a171b;
}
a:active {
	color:#000000;
}
a:hover {
	color:#000000;
}
.clear {
	clear:both;
	font-size:0em;
	height:0em;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.margincenter {
	margin:0 auto;
}
.small {
	font-size:.9em;
}
.smaller {
	font-size:.8em;
}
.smallest {
	font-size:11px;
}
.large {
font-size:1..9em;
}
.larger {
	font-size:1.2em;
}
.largest {
	font-size:1.3em;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.red {
	color:#dd0000;
}
.blue {
	color:#0000ff;
}
.grey {
	color:#999999;
}
.nowrap {
	white-space:normal;
}
.link-pipe {
	color:#999999;
}
.input_error {
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}
select {
	border-width:1px;
	border-color:#868789 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}
.error-message {
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
	font-weight:bold;
}
.out-of-stock-message {
	padding-top:18px;
	padding-bottom:18px;
	text-align:left;
	margin:0 auto;
}
.LOGN .error-message, .AFCL .error-message, .ORDL .error-message {
	margin:12px 24px;
	width:auto;
	font-size: 011px;
}
.information-message {
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#000000;
}
.LOGN .information-message {
	margin:12px 24px;
	width:auto;
	font-size: 11px;
}
.textfield, textarea {
	width:160px;
	border-collapse:collapse;
	border: 1px solid #CCC;	
}
.textfield-red, textarea-red {
	width:170px;
	border-collapse:collapse;
	border: 1px solid #dd0000;	
}
.button {
	border-style:none;
	background-color:#000000;
	color:#ffffff;
	font-size:11px;
	margin:0;
	cursor:pointer;
	padding: 6px;
	text-transform: uppercase;
	text-decoration: none;
}
a.forgot-password-button {
	border-style:none;
	background-color:#000000;
	color:#ffffff;
	font-size:11px;
	margin:0;
	cursor:pointer;
	padding: 6px;
	text-transform: uppercase;
	text-decoration: none;
}
#site-container {
	width:940px;
	text-align:left;
	border-collapse:collapse;
	background-color: #FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bottom-wrap {
	clear:both;
	font-size:0em;
	height:0em;
}
/*** Top Navigation Bar ***/

#navigation-bar {
	line-height:24px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
}
#navigation-bar ul {
	margin:0;
	padding:0;
	float:right;
	clear:both;
	width:100%;
}
#navigation-bar li {
	color:#ffffff;
	list-style:none;
	line-height:12px;
	float:right;
	text-align:center;
	margin:0 2px;
	font-weight:bold;
	height: 34px;
}
#navigation-bar li.navigation-item-on {
	background-color:#999999;
}
#navigation-bar li.navigation-item-off {
	background-color:#666666;
}
#global-header #nav-left {
	width:600px;
	float: left;
	padding-right: 0px;
}
#global-header #search {
	width:232px;
	float: right;
	padding-right: 0px;
	padding-bottom:6px;
}
input#SearchForm {
	height:22px;
	padding-top: 2px;
	padding-top: 2px;
	padding-left: 4px;
	vertical-align: bottom;
	font-size: 10px;
	color:#0000000;
}
p.no-search-results{
	font-size: 11px;
	padding-left:10px;
	padding-top:10px;
}

/* navigation bar links */
#navigation-bar li a:link, #navigation-bar li a:visited, #navigation-bar li a:hover, #navigation-bar li a:active {
	color:#ffffff;
	text-decoration:none;
}
#global-header #navbar #nav-left ul{
	margin-top: 10px;
}

#nav-checkout {
}
#nav-search {
}
#nav-basket {
}
#nav-account {
}
#nav-all-products {
}
#nav-storefront {
}
/*** Category Tree ***/
#category-tree {
	padding:0;
	margin:0;
}
#category-tree-top-image {
	/* ie6 min-height hack */
	min-height:270px;
	height:auto !important;
	height:270px;
}
#category-tree-bottom-image {
}
#category-tree div.active {
}
#category-tree-header {
}
#category-tree-footer {
}
/*** One Column Pages ***/
.one-column #category-tree {
	display:none;
}
.ACAD.INFO.one-column #wrap #site-container #column-right {
	width:918px;
}
#category-tree a {
	font-size: 11px;
	display:block;
	text-decoration:none;
	color:#868789;
	font-weight:normal;
}
#category-tree div {
	background-color:#ffffff;
	border-bottom:3px solid #ffffff;
}
#category-tree .level-1 a {
	font-size: 11px;
	padding:0px;
}
#category-tree .level-1 a:hover {
	color:#1a171b;
}
#category-tree div .level-1.active {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1a171b;
}
#category-tree .level-1.active a {
	color:#1a171b;
	font-weight: bold;
}
#category-tree .level-2 a {
	font-size: 11px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1a171b;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#category-tree .level-2 a:hover {
	color:#000000;
}
#category-tree .level-2.active {
	background-color:#e6e6e6;
}
#category-tree .level-2.active a {
	color:#1a171b;
	font-weight: bold;
	padding: 0px;
}
#category-tree .level-3 a {
	font-size: 11px;
	background-color: #FFF;
	padding-left: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../../graphics/00000001/arrow-menu.png);
	background-position: left;
	background-repeat: no-repeat;
}
#category-tree .level-3 a:hover {
	color:#000000;
	background-image: url(../../graphics/00000001/arrow-menu_hover.png);
	background-position: left;
	background-repeat: no-repeat;
}
#category-tree .level-3.active {
}
#category-tree .level-3.active a {
	color:#000000;
	font-weight: bold;
	padding-left: 24px;
	background-image: url(../../graphics/00000001/arrow-menu_hover.png);
	background-position: left;
	background-repeat: no-repeat;
}
#category-tree .level-4 a {
	font-size: 11px;
	background-color: #FFF;
	padding-left: 32px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#category-tree .level-4 a:hover {
	color:#000000;
}
#category-tree .level-4.active {
}
#category-tree .level-4.active a {
	color:#000000;
	font-weight: bold;
	padding-left: 32px;
}
#category-tree .level-5 a {
}
#category-tree .level-6 a {
}
/*** Content ***/

#content-container {
	clear:both;
	width:100%;
	border-style:solid;
	border-color:#666666;
	border-width:1px 0;
	padding:0 0 12px 0;
	margin:0;
}
#main-content {
	padding:16px;
	vertical-align:top;
}
/*** Global Header/Footer ***/

#global-header {
}
#logo {
	clear:both;
}
#logo a {
	width:940px;
	height:66px;
	display:block;
	cursor:pointer;
}
.LOGN #logo a {
	width:462px;
	height:66px;
	display:block;
	cursor:pointer;
}
#search {
	float:right;
	padding:4px 6px 4px 0;
}
#header-links {
	float:right;
	padding:4px 12px 0 0;
	line-height:22px;
	color:#1a171b;
	text-align:right;
}
#global-footer {
	margin:10px 0;
}
#footer-links {
	text-align:right;
}
#footer-links ul {
	font:.9em normal Arial, Verdana, Helvetica, sans-serif;
	margin:8px 0;
	padding:0;
}
#footer-links ul li {
	list-style-type:none;
	border-left:1px solid #999999;
	padding:0 2px 0 6px;
	margin:0;
	text-align:center;
	display:inline;
}
#footer-links ul li.first-child {
	border:0;
}
#miva-link {
	font-size:.8em;
	text-align:right;
	margin:16px 0;
}
#miva-link a {
	color:#999999;
}
#page-header {
}
#page-footer {
}
#maintenance {
	color:#dd0000;
	font-weight:bold;
}
/*** ACAD, ACED, AFAD, AFED, OCST ***/

.logout-link {
	margin:12px 0;
	float:right;
}
#customer-fields label, #affiliate-fields label {
	float:left;
	width:150px;
	white-space:nowrap;
	text-align:right;
	padding:2px 5px 3px 0;
	clear:both;
}
#affiliate-commissions label, .OSEL .non-editable label {
	float:left;
	width:120px;
	font-weight:bold;
	text-align:right;
	padding:0 6px 0 0;
}
#customer-fields input.textfield, #affiliate-fields input.textfield, #tax-fields input, #affiliate-commissions div.form_row div, .non-editable div.form_row div {
	width:170px;
	margin:0 0 4px 0;
}
#affiliate-commissions div.form_row div {
	float:left;
}
#customer-fields select, #affiliate-fields select {
	width:176px;
	margin:0 0 4px 0;
}
#login-details, #affiliate-information {
	margin:0 0 16px 0;
}
#affiliate-commissions .form_row {
	margin:0 0 8px 0;
}
.AFAD #affiliate-fields {
	width:50%;
	margin:0 auto;
}
.AFED #affiliate-fields #affiliate-contact, .AFED #affiliate-fields #affiliate-commissions {
	float:left;
	width:50%;
}
#affiliate-commissions .affiliate-code {
	width:230px !important;
}
#affiliate-commissions #affiliate-image {
	width:236px !important;
	overflow:auto;
}
#affiliate-terms {
	margin-left:155px;
}
#affiliate-fields .form_row div.non-editable {
	margin:0 0 8px 0;
	padding:2px 0 0 0;
}
.save-button, .continue-button {
	clear:both;
	text-align:right;
	padding:24px 0 0 0;
}
.required {
	font-weight:bold;
}
h2.fields-heading {
	background-color:#e6e6e6;
	color:#1a171b;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
}
h3.fields-heading {
	background-color:#e6e6e6;
	color:#1a171b;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
	text-transform: uppercase;
}
.address2-label {
	margin:0 0 14px 0;
}
.controls {
	font:normal 11px Arial, Verdana, Helvetica, sans-serif;
	visibility:hidden;
}
#customer-fields .controls label {
	float:none;
}
#ship-to, #bill-to {
	width:50%;
	float:left;
}
#ship-to h2 input.checkbox, #bill-to h2 input.checkbox {
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}
div.invalid input.textfield, div.invalid select, #tax-fields div.invalid input {
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}
div.invalid label {
	color:#dd0000;
}
.warning-message {
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
}
#customer-fields.editable .form_row, #affiliate-fields.editable .form_row {
	margin:0 0 6px 0;
	text-align:left;
}
#customer-fields.non-editable .form_row {
	margin:0 0 4px 0;
	text-align:left;
}
#customer-fields.non-editable label, #affiliate-fields.non-editable label {
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}
#customer-fields.non-editable .form_row div, #affiliate-fields.non-editable .form_row div {
	float:left;
}
#update-record {
	clear:both;
	margin:24px 0 0 24px;
}
.tax-fields label {
	font-weight:bold;
}
/*** LOGN, AFCL, ORDL, ORHL ***/

.AFCL #main-content, .LOGN #main-content {
	padding:28px 126px;
}
.ORHL #main-content {
	padding:28px 126px 28px 116px;
}
.ORDL #main-content {
	padding:28px 16px;
}
.AFCL .section, .LOGN .section {
	float:left;
	height:220px;
	width:49%;
}
.ORDL .section {
	float:left;
	height:220px;
	width:33%;
}
.ORHL .lookup-section {
	float:left;
	height:220px;
	width:50%;
}
.ORHL .signin-section {
	float:left;
	height:220px;
	width:48%;
}
.section h3, .lookup-section h3, .signin-section h3 {
	text-align:center;
}
.form_row {
	margin:0 0 6px 0;
}
.LOGN label, .ORDL label, .AFCL label {
	float:left;
	clear:both;
	width:80px;
	text-align:right;
	vertical-align: bottom;
	color: #1a171b;
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.ORHL label {
	white-space:nowrap;
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}
.grey-border-right {
	border-right:1px solid #cccccc;
}
.logn-input {
	width:120px;
}
#invalid-key {
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}
.sign-in-buttons {
	text-align:right;
	margin:12px 0 0 0;
}
.forgot-password {
	font-size: 11px;
	text-align:right;
	margin:12px 0 0 0;
	text-transform: lowercase;
}
.forgot-password-txt {
	color:#868789;
	font-size: 11px;
	text-align:left;
	margin:12px 0 0 0;
}
.forgot-password a{
	color: #000000;
}
.forgot-password a:hover{
	color: #868789;
	text-decoration: none;
}

/*** BASK, OCST, OPAY, OSEL ***/

#basket-contents.non-editable, #basket-contents.editable, #order-contents table {
	width:100%;

}
#basket-contents.non-editable table, #basket-contents.editable table, #order-contents table, .ORDH.INFO #orderhistory_list .no-border {
	border-collapse:collapse;
}
#basket-contents.non-editable td, #basket-contents.editable td, #order-contents td, .ORDH.INFO #orderhistory_list .no-border td {
	border-bottom:1px solid #e6e6e6;
	vertical-align:top;
	padding:6px;
}
#basket-contents table tr.basket-heading td, #basket-contents table tr.basket-heading td, #order-contents table tr.heading td, .ORDH.INFO #orderhistory_list .no-border .basket-heading {
	background-color:#e6e6e6;
	color:#1a181b;
	font-weight:bold;
	white-space:nowrap;
}
#basket-contents .basket-qty-input {
	width:34px;
}
#basket-contents .item-remove {
	width:8%;
	vertical-align:middle;
}
#basket-contents table .basket-heading td.item-name {
	text-align:left;
}
#basket-contents.editable .item-quantity {
	width:13%;
	text-align:center;
	white-space:nowrap;
}
#basket-contents.non-editable .item-quantity {
	width:6%;
	text-align:center;
}
#basket-contents .item-options .item-name {
	padding-left:16px;
}
#basket-contents.non-editable .item-name {
	width:59%;
}
#basket-contents.editable .item-name {
	width:66%;
}
#basket-contents.editable .item-name div.item-name-div {
	float:left;
}
#basket-contents td.item-name {
	text-align:left;
}
#basket-contents .item-price {
	width:10%;
	text-align:right;
	white-space:nowrap;
}
#basket-contents .item-total {
	width:10%;
	text-align:right;
}
#basket-contents .basket-charges .charge-description, #basket-contents .basket-charges .formatted-charge {
	font-style:italic;
	text-align:right;
	white-space:nowrap;
}
#basket-contents #basket-totals .formatted-total, #basket-contents #basket-totals .total-prompt {
	font-weight:bold;
	text-align:right;
}
#basket-contents .item-options td {
}
.checkout .item-quantity {
	width:8% !important;
}
.checkout .item-name {
	width:64% !important;
}
#fields-key {
	margin:16px 0;
}
.checkout-button {
	margin:12px 0;
	text-align:right;
}
#payment-fields input {
	border-width:1px;
	border-style:solid;
	border-color:#868789 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal .9em Arial, Helvetica, Verdana, sans-serif;
}
#payment-fields label {
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}
#payment-fields td {
	padding:0 0 6px 0;
}
#shipping-payment .form_row {
	margin:10px 0 0 0;
}
#shipping-payment label {
	float:left;
	width:65px;
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}
.OSEL .continue-button, .OPAY .continue-button {
	margin:0 0 12px 0;
}
.OCST #basket-contents {
	margin: 0 0 32px 0;
}
.OPAY .fields-key {
	margin:0 0 16px 0;
}
#payment-fields .form_row {
	margin:10px 0 0 0;
}
#customer-fields.non-editable {
	margin:0 0 32px 0;
}
#basket-contents.non-editable {
	margin:16px 0 32px 0;
}
/*** BREADCRUMBS AND PAGINATION ***/
.next-previous-top {
	display: block;
	padding: 10px;
	height: 14px;
	width: 688px;
}
#breadcrumbs {
	font-size: 11px;
	width: 450px;
	float: left;
	display: inline;
}
#column-right .next-previous-top #breadcrumbs a {
	text-decoration: none;
	color: #868789;
}
#column-right .next-previous-top #breadcrumbs a:hover {
	text-decoration: underline;
}
#column-right .next-previous-top #breadcrumbs img {
	padding-left:2px;
}
#pagination {
	float : right;
	width: 200px;
	display: inline;
}
#pagination a {
	font-size: 11px;
	line-height: normal;
	text-decoration : none;
	padding-right : 2px;
}
#pagination a:hover {
	text-decoration : underline;
}
#pagination .arrow {
	float : right;
}
#pagination p {
	font-size: 11px;
	line-height: normal;
	position : relative;
	display : block;
	float : right;
	top : 0;
	margin : 0 2px;
}
.highlighted {
	font-size: 11px;
	line-height: normal;
	color : #1a171b;
	font-weight : bold;
	padding-right : 2px;
}
/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.CTGY2 #column-right .product-name, .CTGY3 #column-right .product-name {
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
	line-height: normal;
}
.CTGY2 #column-right .product-name a, .CTGY3 #column-right .product-name a {
	text-decoration: none;
}
.CTGY2 #column-right .product-name a:hover, .CTGY3 #column-right .product-name a:hover {
	color:#000000;
}
.CTGY #column-right #category-header {
	font-size: 1px;
	line-height: 1px;
	height: 458px;
	width: 706px;
}
#category-listing {
	vertical-align: top;
}
#category-listing .expanded {
	padding-left: 11px;
}
.category-listing, .all-products, .related-products, .search-results {
	clear:both;
}
.product-item {
	float:left;
	margin-right: 2px;
}
.product-item .padding {
	height:255px;
	width: 220px;
}
.CTGY2 .product-item .padding {
	height:232px;
	width: 220px;
}
.CTGY3 .product-item .padding {
	height:246px;
	width: 220px;
}
.product-next-previous {
	clear:both;
	margin:12px 0;
}
.CTGY2 .product-details, .CTGY3 .product-details, .PLST .product-details, .SRCH .product-details {
	/*overflow:hidden;*/
	width: 220px;
}
.product-item .product-thumbnail {
	margin:0 0 12px 0;
	text-align:center;
	min-height:42px;
}
.product-item .product-image {
	width: 220px;
	border:1px solid #868789;
}
#related-products {
	margin-bottom:10px;
}
#related-products .product-item .padding{
	height: 86px;
	width: 86px;
}
#related-products .product-details {
	height: 86px;
	width: 86px;
}
#related-products .product-item {
	height: 86px;
	width: 86px;
	margin: 0px;
	padding: 0px;
}
#related-products .product-image {
	border:1px solid #868789;
	height: 86px;
	width: 86px;
}
#fabrics-colors{
	width:300px;
}

.PROD.INFO #wrap #site-container #column-right .product-details-1 #fabrics-colors .header {
	background-color: #FFF;
}
.PROD.INFO #wrap #site-container #column-right .product-details-1 #fabrics-colors #addl-colors {
	float: left;
	height: auto;
	width: 130px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.PROD.INFO #wrap #site-container #column-right .product-details-1 #fabrics-colors #coord-fabrics {
	float: left;
	height: auto;
	width: 130px;
	margin-bottom: 10px;
}
#fabrics-colors .swatch-image{
	height: 86px;
	width: 86px;
	border: 1px solid #868789;
	margin-top: 4px;
	margin-bottom: 4px;
}
.product-item .product-thumbnail img {
	vertical-align:middle;
}
.purchase-buttons, .PROD .related-products .purchase-buttons {
	text-align:center;
	margin:16px 0 0 0;
}
.product-descrip {
	margin:6px 0 0 0;
}
.PROD .purchase-buttons {
	text-align:right;
	margin:16px 0 0 0;
}
.purchase-buttons input.button {
	margin:0 2px;
}
.line-item td.item-buttons {
	white-space:nowrap;
}
.line-item tr.header-row td {
	font-weight:bold;
}
.thumbnail-not-available {
	display:block;
	width:221px;
	height:144px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}
.image-not-available {
	display:block;
	width:220px;
	height:220px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}
.next-previous {
	margin:12px 0 0 0;
}
.next-button {
	float:right;
}
.previous-button {
	float:left;
}
.search-again {
	margin:0 0 16px 0;
}
.OUS1 #main-content {
	padding-left:225px;
	padding-right:225px;
}
.upsale-heading {
	text-align:center;
}
.OUS1 .product-thumbnail {
	margin:12px 0;
	text-align:left;
	height:116px;
	min-height:116px;
}
.OUS1 .product-description {
	margin:16px 0 0 0;
}
.OUS1 .thumbnail-not-available {
	margin:16px auto;
}
.OUSM #main-content {
	padding-left:160px;
	padding-right:160px;
}
.upsale-batch {
	width:100%;
	padding:2px;
}
.upsale-batch .heading td {
	font-weight:bold;
}
.upsale-checkbox {
	width:32px;
}
.upsale-name {
	width:175px;
}
.OUS1 .purchase-buttons textarea {
	text-align:center;
	width:390px;
	height:100px;
}
.OUSM .continue-button {
	text-align:center;
}
.line-item table {
	width:100%;
}
.line-item table tr.heading td {
	font-weight:bold;
}
.line-item table td {
	padding:2px;
	vertical-align:top;
}
.line-item .item-code {
	padding-left:2px;
	padding-right:2px;
}
.line-item .item-price {
	padding-left:2px;
	padding-right:2px;
}
.line-item .item-name {
	width:80%;
}
.line-item tr.alt_row {
	background-color:#f4f4f4;
}
/*** PRODUCT DISPLAY ***/

.product-details-1 {
	width:380px;
	float:left;
	margin-top: 10px;
}
.product-details-2 {
	width:306px;
	float:left;
	margin-top: 4px;
	margin-left: 10px;
}
.product-details-2 .product-description{
	margin-right: 10px;
}
.product-details-2 .custom-field{
	margin-right: 10px;
}
.PROD .product-details-1 .product-image {
	border:1px solid #868789;
	width:374px;
	height:374px;
}
.product-image {
	text-align:center;
}
.product-image span {
}
.product-image img {
	vertical-align:middle;
}
.product-image-message{
	color: #868789;
	text-align: right;
	margin: 4px;
}
.product-quantity-input {
	width:34px;
	margin:0 4px;
}
.related-products {
	clear:both;
	margin:32px 0 16px 0;
}
.PROD .product-description{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.PROD .custom-field{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.product-attributes {
	margin:0;
	text-align:left;
}
.PROD .product-attributes {
	margin-top: 20px;
	margin-bottom: 16px;
}
.PROD .product-attributes .no-border {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	
	margin-left: 0px;
}
.product-attributes td {
	padding:4px 0;
}
.product-attributes td.prompt {
	vertical-align:top;
	text-align:right;
	padding-right:4px;
}
.product-attributes td.field {
	text-align:left;
}
.thumbnails {
	display:block;
	margin:0;
	padding:0;
	width:274px;
}
.thumbnails li {
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:42px;
	height:42px;
	text-align:center;
	border:1px solid #eeeeee;
	cursor:pointer;
}
.thumbnails li span {
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.thumbnails li img {
	vertical-align:middle;
}
.swatches {
	display:inline;
	margin:0;
	padding:0;
}
.swatches li {
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:50px;
	height:50px;
	text-align:center;
	border:1px solid #eeeeee;
	cursor:pointer;
}
.swatches li span {
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.swatches li img {
	vertical-align:middle;
}
.product-image-margin {
	height:8px;
}
.closeup {
	position:absolute;
	top:75px;
	padding:10px 10px 5px 10px;
	background-color:#ffffff;
	border:1px solid #868789;
	text-align:center;
	display:none;
	z-index:2;
	min-width:274px;
	min-height:274px;
}
.closeup a {
	cursor:pointer;
	margin:5px 0 0 0;
	z-index:2;
}
.closeup_backing {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#868789;
	opacity:0.75;
	filter:alpha(opacity=75);
	width:100%;
}
/*** INVC ***/

.INVC .order-id, .ORDS .order-id {
	float:left;
	font-weight:bold;
}
.INVC .order-date, .ORDS .order-date {
	float:right;
	text-align:right;
}
.INVC .order-date span, .ORDS .order-date span {
	font-weight:bold;
}
.INVC h3, .ORDS h3 {
	clear:both;
	margin:16px 0 24px 0;
}
/*** PATR ***/

.PATR .continue-button {
	text-align:right;
	margin:12px 0;
}
/*** SMAP ***/

.SMAP h3 {
}
.SMAP .category {
	width:33%;
	text-align:left;
	float:left;
}
.SMAP .category .padding {
	padding:2px;
}
.SMAP .product {
	width:33%;
	text-align:left;
	float:left;
}
.SMAP .product .padding {
	padding:2px;
}
/*** ORDH, ORDS ***/

#orderhistory-list table {
	border-collapse:collapse;
	margin:0 0 10px 0;
}
#order-contents table {
	width:100%;
}
#order-contents table td, #orderhistory-list table td {
	vertical-align:top;
}
#orderhistory-list .order-reorder {
	text-align:center;
}
#orderhistory-list .order-invoice {
}
#orderhistory-list .order-description {
	text-align:left;
}
#orderhistory-list .order-date {
}
#orderhistory-list .order-purchased {
	text-align:center;
}
#orderhistory-list .order-quantity {
	text-align:center;
}
#orderhistory-list .order-status {
	text-align:center;
}
#orderhistory-list .order-tracking {
	text-align:left;
}
#orderhistory-list .order-total {
	text-align:right;
}
#orderhistory-list .order-price {
	text-align:right;
}
#orderhistory-list .order-view {
	vertical-align:middle;
	padding:0 8px;
}
#orderhistory-list tr.heading td {
	font-weight:bold;
	white-space:nowrap;
}
#orderhistory-list .previous-button {
	width:50%;
	text-align:left;
	float:none;
}
#orderhistory-list .next-button {
	width:50%;
	text-align:right;
	float:none;
}
#order-contents table tr td.order-reorder {
	text-align:center;
}
#order-contents table tr td.order-invoice {
}
#order-contents table tr td.order-description {
	text-align:left;
}
#order-contents table tr td.order-date {
	text-align:left
}
#order-contents table tr td.order-purchased {
	text-align:center;
}
#order-contents table tr td.order-quantity {
	text-align:center;
}
#order-contents table tr td.order-status {
	text-align:left;
}
#order-contents table tr td.order-tracking {
	text-align:left;
}
#order-contents table tr td.order-total {
	text-align:right;
}
#order-contents table tr td.order-price {
	text-align:right;
}
#order-contents table tr td.charge-description, #order-contents table tr td.charge-fee {
	font-style:italic;
	text-align:right;
}
#order-contents table tr td.charge-fee {
	text-align:right;
}
#order-contents table tr td.formatted-total, #order-contents table tr td.total-prompt {
	text-align:right;
	font-weight:bold;
}
#customer-fields {
	margin:16px 0;
}
#Order_BillZip {
	width:44px;
}
.widest {
	width:100%;
}
.LOGN.one-column #wrap #column-right #logn .form_row {
	text-align: left;
	font-size: 11px;
}
.LOGN.one-column #wrap #column-right #logn .form_row .textfield {
	width: 310px;
	margin: 0px;
	height: 22px;
	padding: 2px;
	border: 1px solid #c1c2c3;
	outline:none;
}
.logn-text {
	text-align: left;
	color: #868789;
	padding-top: 18px;
}
.logn-text a {
	color: #000000;
}
.logn-text a:hover {
	color: #868789;
	text-decoration:none;
}
#product-links {
	margin-top:0px;
	margin-bottom:4px;
	padding-top:20px;
	padding-bottom:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
#product-links a{
	background-image: url(../../graphics/00000001/arrow-product.png);
	background-repeat: no-repeat;
	color: #868789;
	text-decoration: none;
	padding-left: 10px;
}
#product-links a:hover{
	color: #000000;
	text-decoration: none;	
	background-image: url(../../graphics/00000001/arrow-product-hover.png);
	background-repeat: no-repeat;
}
#product-links tr td {
	margin: 0px;
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
input.product-button{
	color: #868789;
	background-image: url(../../graphics/00000001/arrow-product.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
input.product-button:hover{
	color: #000000;
	background-image: url(../../graphics/00000001/arrow-product-hover.png);
	background-repeat: no-repeat;
	}
#column-right .product-attributes .no-border tr .field div {
	float: left;
	width: 89px;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 2px;
	height: 115px;    
}
#column-right .product-attributes .no-border tr .field div img{
	height: 89px;
	width: 89px;
	border: 1px solid #000;
}
.INFO.SPECIAL #site-container #column-right form ol li{
	margin-left: -24px;
	padding-left: 0px;	
}
.INFO.SPECIAL #site-container #column-right form .textfield {
	width: 310px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 22px;
	padding: 2px;
	border: 1px solid #c1c2c3;
	outline:none;
}
.INFO.SPECIAL #site-container #column-right form ol li .textfield {
	width: 294px;
}
.INFO.SPECIAL #site-container #column-right form .textarea {
	width: 310px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #c1c2c3;
	outline:none;
}
.INFO.FAVORITES #site-container #myregistry-header{
	display:none;
}
.INFO.FAVORITES #site-container .favorites-header{
	color:#1a171b;
	padding:4px;
	background-color:#e6e6e6;
}
.INFO.FAVORITES #column-right .textfield{
	width: 250px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 18px;
	padding: 2px;
	border: 1px solid #c1c2c3;
	outline:none;
}
.INFO.FAVORITES #column-right .textarea{
	width: 250px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #c1c2c3;
	outline:none;
}
.INFO.FAVORITES #column-right .quantity{
	width: 18px;
	height: 18px;
	padding: 2px;
	border: 1px solid #c1c2c3;
	outline:none;
}
a.login-btn{
	border-style:none;
	background-color:#000000;
	color:#ffffff;
	font-size:11px;
	margin:0;
	cursor:pointer;
	padding: 6px;
	text-decoration: none;
}
a.login-btn:hover{
	color:#ffffff;
	text-decoration: none;
}