/*** $Id: cssui.css 27078 2011-10-14 22:41:32Z rguisewite $ ***/
/*** Site ***/

body{
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	background-color: #0000CC;
	margin:0;
	padding:0;
	font-size:12px;
	color:#000000;
	text-align:center;
}

td{ font-size:1em; }

tr.GreyRow											{ background-color:#EEEEEE; }
tr.WhiteRow											{ background-color:#FFFFFF; }
tr.TanRow											{ background-color:#FBF4C9; }
td.GreyRow											{ background-color:#EEEEEE; }
td.WhiteRow											{ background-color:#FFFFFF; }

form{
	display:inline;
	margin:0;
	padding:0;
}

h1 {
	font:bold 1.5em Verdana, Helvetica, Arial, sans-serif;
	margin-left:10px;
}
h2 {
	font:bold 1.3em Verdana, Helvetica, Arial, sans-serif;
	margin-left:10px;
}
h3 {
	font:bold 1.1em Verdana, Helvetica, Arial, sans-serif;
	margin-left:10px;
}

h2.header{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

a img{ border:0; }

A:link, A:active									{ color: #0000FF; text-decoration: underline; }
A:visited 											{ color: #993333; }
A:hover												{ color: #FF0000; text-decoration: none; }
/*
a:link			{ color:#333333; }
a:visited		{ color:#000000; }
a:active		{ color:#999999 }
a:hover			{ color:#333333; }
*/

ol { list-style-type: upper-alpha;} }
	
#category-footer { clear:both; }

.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:.7em; }
.large			{ font-size:1.1em; }
.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; }
.darkgrey		{ color:#555555; }
.nowrap			{ white-space:normal; }
.inlineblock	{ display:inline-block; }

.link-pipe		{ color:#999999; }

.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

select{
	border-width:1px;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}


.error-message{ 
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
	font-weight:bold;
}

.GFTL .header-message,
.WLGN .header-message{
	position:relative;
	display:block;
	margin-bottom:25px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.GFTL .error-message,
.WLGN .error-message,
.WLST .error-message,
.LOGN .error-message,
.AFCL .error-message,
.ORDL .error-message{
	margin:12px 24px;
	width:auto;
}

.information-message{ 
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#0000dd;
}

.GFTL .information-message,
.WLGN .information-message,
.WLST .information-message,
.LOGN .information-message{
	margin:12px 24px;
	width:auto;
}

.textfield, select, textarea,
#tax-fields .form_row input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.textfield, textarea{
	width:160px;
}

.button{
	border-width:1px;
	border-style:solid;
	border-color:#999999 #000000 #000000 #999999;
	background-color:#999999;
	color:#ffffff;
	font-size:.9em;
	padding:1px 2px;
	margin:0;
	cursor:pointer;
}

#site-container{
	width:96%;
	min-width:770px;
	margin:10px auto;
	text-align:left;
	border: solid black 2px;
	border-collapse:collapse;
	background-color:#fff;
}

#bottom-wrap	{ clear:both; font-size:0em; height:0em; }

/*** Breadcrumbs ***/
#breadcrumbs {
	display: block;
	min-height: 20px;
	margin: 0 0 6px 16px;
	padding: 0 20px;
}
#breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	list-style: none;
	display: block;
	float: left;
	height: 20px;
}
#breadcrumbs .cats-hidden {
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	text-decoration: none;
	padding-bottom: 2px;
}
#breadcrumbs a {
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	padding-bottom: 2px;
}
#breadcrumbs .breadcrumb-border {
	color: #777;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

#breadcrumbs .current-item {
	color: #434343;
	font-weight: bold;
	font-size: 12px;
	margin: 0 6px;
	line-height: 20px;
}
#breadcrumbs .shortbreadcrumb {
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 6px;
	line-height: 20px;
}

/*** Top Navigation Bar ***/

#navigation-bar{
	display:none;
	#line-height:24px;
	#padding:4px 4px 0 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;
}

#navigation-bar li.navigation-item-on	{ background-color:#999999; }
#navigation-bar li.navigation-item-off	{ background-color:#666666; }

/* tab padding */
#navigation-bar li div div{ padding:5px 18px; }

/* tab off side images */
#navigation-bar li.navigation-item-off div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-off div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* tab on side images */
#navigation-bar li.navigation-item-on div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-on div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

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

#nav-checkout		{}
#nav-search			{}
#nav-basket			{}
#nav-account		{}
#nav-all-products	{}
#nav-storefront		{}

/*** Left Navigation ***/

#left-navigation{
	width:20%;
	border-right:1px solid #000;
	padding:0;
	vertical-align:top;
	background-color:#FBF4C9;
}

/*** One Column Pages ***/
.one-column #left-navigation{ display:none; }

#category-tree{
	margin:20px 0;
	padding:1px;
}

#category-tree-top-image{
	/* ie6 min-height hack */
	min-height:150px;
	height:auto !important;
	height:150px;
}

#category-tree-bottom-image{}

#category-tree a {
	display:block;
	text-decoration:underline;
}

#category-tree a:hover {
	color:red;
	text-decoration:none;
}
/*
#category-tree a:visited {
	color:#933;
}

#category-tree div{
	background-color:#666666;
	border-bottom:1px solid #ffffff;	
}
*/

#category-tree .level-1 a { 
	padding:4px 4px 0 4px;
	margin-top:8px;
}
#category-tree .level-2 { background-color:#ffc; }
#category-tree .level-2 a { padding:4px 4px 2px 16px; }
#category-tree .level-3 { background-color:#ff9; }
#category-tree .level-3 a { padding:4px 4px 2px 28px; }
#category-tree .level-4 { background-color:#ff9; }
#category-tree .level-4 a { padding:4px 4px 2px 40px; }
#category-tree .level-5 { background-color:#ff9; }
#category-tree .level-5 a { padding:4px 4px 2px 52px; }
#category-tree .level-6 { background-color:#ff9; }
#category-tree .level-6 a { padding:4px 4px 2px 64px; }

#category-tree div.show-top-border1 { border-top: solid #000 1px; }
#category-tree div.show-top-border2 { border-top: solid #ccc 1px; }
#category-tree div.expanded1,
#category-tree div.active1 {
	background-color:#000;
	color:#fff;
}
#category-tree div.expanded2,
#category-tree div.active2 {
	background-color:#555;
	color:#fff;
}
#category-tree div.expanded1 a,
#category-tree div.expanded2 a,
#category-tree div.active1 a,
#category-tree div.active2 a {
	text-decoration:none;
	color:#fff;
}
#category-tree div.expanded-active { 
	font-weight:bold;
}
#category-tree div.expanded-active a { 
	color:red;
	text-decoration:none;
}

#category-tree div.active { 
	background-color:#ffee77;
	font-weight:bold;
}
#category-tree div.active a { 
	color:red;
	text-decoration:none;
}
#category-tree-header{}

#category-tree-footer{
	padding:4px;
	margin:10px 0;
	text-align:center;
}


/*** Content ***/

#content-container{
	clear:both;
	width:100%;
	border-color:#666666;
	border-width:2px 0;
	border-spacing:0;
	padding:0;
	margin:0;
}

#main-content{
	margin:0;
	padding:0;
	vertical-align:top;
}

/*** Global Header/Footer ***/

#global-header{}

#logo{
	clear:both;
	margin:0 0 0 5px;
}

#logo a{
	width:759px;
	height:85px;
	display:block;
	cursor:pointer;
}

#search{
	clear: both;
	float:right;
	padding-right: 6px;
}

#search .searchinput { width: 400px; }

#search #searchfield { vertical-align:middle; }

#search .btn_search { 
	margin:0;
	vertical-align:middle;
}

#search form { margin:0; }

#header-links{
	#height:24px;
	float:right;
	padding:3px 12px 3px 0;
	color:#000000;
	text-align:right;
}

#header-links-2{
	height:24px;
	padding:3px;
	margin:0 12px 0 0;
	color:#000000;
	text-align:right;
}

#global-footer{
	margin:0;
}
#footer-box{
	background-color:#FBF4C9;
	border-top:1px solid;
	text-align:center;
	padding:6px;
}

#Copyright {
	display:inline-block;
	float:right;
	margin:0 6px;
}

#footer-links{
	display:inline-block;
	text-align:right;
	float:right;
	margin:0;
	padding:0;
}

#footer-links ul{
	font:.9em normal Verdana, Helvetica, Arial, sans-serif;
	margin:0 6px;;
	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{ clear:both; }
#page-footer{ clear:both; }

#maintenance{
	color:#dd0000;
	font-weight:bold;
}

/*** ACAD, ACED, AFAD, AFED, OCST ***/
.account-links {
	background-color: #eee;
	display: inline-block;
	width: 100%;
	border: solid #ccc 1px;
	border-width: 1px 0;
}

.account-links ul {
	margin:1px;
}
.account-links li {
	list-style-type: none;
	float: left;
	width: 24%;
	margin: 6px 0;
	text-align: center;
	border-right: solid #ccc 1px;
}

.account-links li.last {
	border-right-width: 0;
}

.logout-link{
	margin:12px;
	float:right;
}

#customer-fields label,
#affiliate-fields label{
	float:left;
	width:170px;
	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;
	margin:0 10px 10px 0;
}

.required{ font-weight:bold; }

h2.fields-heading{
	background-color:#cccccc;
	color:#333333;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
}

.address2-label{ margin:0 0 14px 0; }

.controls{ 
	font:normal .7em Verdana, Helvetica, Arial, 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, GFTL, AFCL, ORDL, ORHL, FPWD, CPWD, CEML ***/

#main-content .margin-container
{
    padding: 28px;
}

.AFCL #main-content,
.LOGN #main-content{
	padding:28px;
}

.ORHL #main-content{ padding:28px 126px 28px 116px; }

.ORDL #main-content{ padding:28px 16px; }

.AFCL .section,
.GFTL .section,
.WLGN .section,
.LOGN .section{
	float:left;
	height:220px;
	width:49%;
}
.WLST .section_container{
	text-align:center;
}

.WLST .section{
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:10px 0;
	margin-bottom:20px;
	width:240px;
}

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

.GFTL label,
.WLGN label,
.WLST .signin label,
.LOGN label,
.ORDL label,
.AFCL label,
.FPWD label{
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}

.FPWD .forgot-password-section{ 
   text-align:left; 
   width:320px; 
   padding:10px; 
   border:1px solid #CCC; 
   margin:15px auto; 
} 

.FPWD .fpwd-input, 
.CPWD .cpwd-input{ 
   width:150px; 
   margin:2px 3px; 
} 

.CEML .change-buttons, 
.CPWD .change-buttons{ 
   text-align:right; 
} 

.CPWD .change-password-section{ 
   width:360px; 
   margin:15px auto 15px; 
   padding:10px; 
   border:1px solid #CCC; 
} 

.CPWD label{ 
   width:150px; 
   float:left; 
   clear:both; 
   text-align:right; 
   padding:3px 5px; 
} 

.CEML .change-emailaddress-section{ 
   width:400px; 
   margin:15px auto 15px; 
   padding:10px; 
   border:1px solid #CCC; 
} 

.CEML label{ 
   width:170px; 
   float:left; 
   clear:both; 
   text-align:right; 
	padding:3px 5px; 
} 

.CEML .oldemailaddress{ 
   line-height:22px; 
} 

.ORHL label{ 
	white-space:nowrap;
	float:left;
	clear:both;
	width:100px;
	text-align:right;
	padding:3px 5px;
}

.grey-border-right{ border-right:1px solid #cccccc; }

#logn-container {
	display:block;
	width:300px;
	margin:auto;
}
.logn-input{ width:150px; }

#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:center;
	margin:12px 0 0 0;
}

.forgot-password{ 
	font-size:.9em; 
	text-align:center;
	margin:12px 0 0 0;
}

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

#basket-contents.non-editable,
#basket-contents.editable,
#order-contents table{
	width:100%;
	border-left:0 solid #ffffff;
	border-top:1px solid #ffffff;
}

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

#basket-contents.non-editable td,
#basket-contents.editable td,
#order-contents td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial;
}

#basket-contents table tr.basket-heading td,
#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	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 td.item-name img {
	float: right;
	box-shadow: 2px 2px 5px #aaa;
	max-width:100px;
	max-height:100px;
}
#basket-contents td.item-name .item-code { white-space:nowrap; }

#basket-contents .item-price{
	width:10%;
	text-align:right;
	white-space:nowrap;
}

#basket-contents .item-total{
	width:10%;
	text-align:right;
}
	#basket-contents .custom-field{
		font-size:x-small;
	}
	

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
	white-space:nowrap;
}
#basket-contents.editable .basket-charges .charge-description { white-space: normal; }


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

.button-row{
	text-align:center;	
}
.checkout-button {
	float:right;
	margin:12px 10px 0 0;
	text-align:right;
}

.continue-shopping {
	display: inline-block;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#shipping-badges {
	width:100%;
	margin-bottom:20px;
}
#shipping-badges td {
	width:33%;
	vertical-align:top;
	text-align:center;
	background-color:#fff;
}
	
.shipcalc {
	display:inline-block;
	text-align: center;
	margin: 10px;
	padding: 8px;
	white-space: nowrap;
	border: solid #CCC 1px;
	background-color: #EEE;
}
.shipcalc .shipping-error {
	white-space:normal;
	text-align:left;
}
.shipcalc .shipping-message {
	font-size:1.8em;
	font-weight:bold;
}
.shipcalc .shipping-message span {
	font-size:small;
}
.shipcalc .shipping-to{
	font-size:1.1em;
	font-weight:bold;
}
.shipcalc .shipping-heading {
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}
.shipcalc .shipping-form {
	padding-top:4px;
	text-align:left;
}
.shipcalc .shipping-method-heading {
	padding-top: 6px;
	width: 70%;
	float: left;
	text-align: left;
	font-weight: bold;	
}
.shipcalc .shipping-cost-heading {
	padding-top: 6px;
	width: 30%;
	float: left;
	text-align: right;
	font-weight: bold;	
}
.shipcalc .shipping-method-data {
	width: 70%;
	float: left;
	text-align: left;	
}
.shipcalc .shipping-cost-data {
	width: 30%;
	float: left;
	text-align: right;	
}

.salestax {
	width:220px;
	float:left;
	margin:10px;
	text-align:left;
	border:1px solid black;padding:3px;
}

#payment-fields { margin:0 10px; }
#payment-fields input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em 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;
}
.payment-message { margin:0 12px; }

#shipping-payment { 
	display: inline-block;
	width:450px;
	float:left;
	margin:0 10px;
}
#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; 
}
.shipdays {
	width: 200px;
	float: left;
	text-align: center;
}

.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; }
#payment-fields .form_row .form-label {
	width: 130px;
	float: left;
	margin-left: 10px;
}
#customer-fields.non-editable{ margin:0 0 32px 0; }
#basket-contents.non-editable{ margin:16px 0 32px 0; }

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.category-listing,
.all-products,
.related-products,
.search-results{
	clear:both;
}

#category-listing {
	padding-bottom:20px;
	margin:0 10px;
}

.category-name {
	margin:0 10px;
}

.pagesorting {
	width:200px;
	float:left;
}

.product-item{
	width:50%;
	float:left;
}

.product-item .padding{
	padding:12px;
	margin:12px;
	height:280px;
	border:1px solid #cccccc;
	overflow:hidden;
}
		
.product-next-previous{ 
	clear:both;
	margin:12px 0; 
}

.CTGY .product-details,
.PLST .product-details,
.SRCH .product-details{
	height:245px;
	overflow:hidden;
}
.CTGY .padding { position:relative !important; }
.CTGY .padding .product-quicklook { position:absolute;top:1px;left:1px;display:none;background:url(/images/quicklook.png)bottom center no-repeat;height:20px;width:100px; }
.CTGY .padding:hover .product-quicklook { display: inline; }

.cat-special-price .cat-special-price-regprice { text-decoration: line-through; }
.cat-special-price .cat-special-price-sale { 
	color: red;
	font-weight: bold;
}

.product-item .product-thumbnail{ 
	margin:0 0 12px 0; 
	text-align:center;
	height:100px;
}

.product-item .product-image{
	margin:0 0 12px 0; 
	text-align:center;
	min-height:100px;
}

.product-item .product-thumbnail img{
	vertical-align:middle;
}

.product-item .product-name {
	height:75px;
	border-width:0;
	margin: 4px 0;
}

.product-item .inventory-message {
	height:40px;
}

.product-item .inventory-message img {
	vertical-align:middle;
	margin:0 4px 0 0;
}
	
.product-item .product-moreinfo {
	text-align:center;
	margin:10px 0 0 0;
}

.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:left;
	margin:0;
}

.PROD .purchase-buttons-spacer{
	margin:5px 0 0 0;
}

.purchase-buttons input.button{
	margin:5px 2px 0;
}

.line-item td.item-buttons{
	white-space:nowrap;
}

.line-item tr.header-row td{ font-weight:bold; }

.thumbnail-not-available{
	display:block;
	width:234px;
	height:144px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.image-not-available{
	display:block;
	width:234px;
	height:144px;
	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;
	white-space:nowrap;
}

.line-item .item-price{
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-name{ width:80%; }
.line-item tr.alt_row{ background-color:#f4f4f4; }

.line-item tr.alt_row td, .line-item tr.reg_row td { vertical-align:middle; }

#filter-items-container
{
	color: #434343;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#filter-items-container .per-page {
	position:relative;
	float:left;
	padding:0 5px;
	margin-right:5px;
	height:22px;
	line-height:20px;
}
#filter-items-container .per-page label
{
	margin-right: 3px;
}
#filter-items-container .per-page select
{
	padding: 0;
}
#filter-items-container .sorting
{
	position: relative;
	float:left;
	padding: 0 5px;
	height: 22px;
	line-height: 20px;
}
#filter-items-container .sorting label
{
	margin-right: 3px;
}
#filter-items-container .sorting select
{
	padding: 0;
	font-size: 11px;
}

.page-links-previous, .page-links-next
{
	text-decoration: none;
	line-height: 20px;
	padding: 0 8px;
	white-space: nowrap;
	font-weight: bold;
}
.page-links-previous
{
	float: left;
	text-align: right;
}
.page-links-next
{
	float: right;
	text-align: left;
}
.page-links-inactive
{
	text-decoration: none;
	padding: 2px 3px;
}
.page-links-active
{
	color: #434343;
	border-bottom: 2px solid #434343;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
}
.page-links-deactivated
{
	color: #999;
	text-decoration: none;
}
.page-links-deactivated:hover
{
	color: #999;
	text-decoration: none;
	background: none;
}
.page-disp {
	display: block;
	line-height: 20px;
	float: left;
	text-align: center;
}
.page-links, .page-links a
{
	color: #434343;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	.page-links
	{
		margin: 0px;
		text-align: right;
		float: right;
	}
	
.page-links-container
{
	text-decoration: none;
	display:block;
	float: right;
}
.page-links-title
{
	margin-top: 3px;
	position: relative;
	display:block;
	float:left;
}

/*** PRODUCT DISPLAY ***/
.product-name {
	clear:both;
	border-bottom:solid black 1px;
	margin:10px 0 20px 0;
}

.product-name h1 {
	font-size:1.3em;
	margin:0 2px;
}

.product-details-1{
	background-color:#eee;
	border:solid #ccc 1px;
	float:left;
	min-width:220px;
	max-width:250px;
	min-height:200px;
	padding:6px;
	margin-left:20px;
}

.product-details-1 form{
	display: inline-block;
	margin-bottom: 10px;
}

.product-details-1 .product-price{
	font-weight: bold;
	font-size: 1.7em;
	margin: 6px 0;
}
.product-details-1 .product-price-sale{
	font-weight:bold;
	font-size:1.7em;
	margin-bottom:10px;
}
.product-details-1 .product-price-regprice{
	margin-top:6px;
	text-decoration:line-through;
	font-size:1.3em;
	font-weight:bold;
}

.product-details-1 .product-code{
	margin-bottom:4px;
}

.product-details-1 .inventory-message {
	margin-top:8px;
}
.product-details-1 .product-quantity-input {
	margin-bottom:3px;
}

.product-details-1 .inventory-message img {
	vertical-align:middle;
	margin-right:3px;
}

.product-details-1 .inventory-message .inventory-message-detail {
	font-weight:bold;
}

.product-details-1 .inventory-message .inventory-message-detail img {
	vertical-align:middle;
}

.product-details-1 .backordered {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 16px;
}

.product-details-2{
	clear:both;
	margin-left:10px;
}
.product-details-2 .product-description {
	max-width: 500px;
	display: inline-block;
}

.PROD .product-image{
	clear:both;
	width:354px;
	float:left;
	margin:0 0 0 10px;
	text-align:center;
}

.product-image span{
}

.product-image img{
	vertical-align:middle;
}

.product-quantity-input{
	width:34px;
	margin:0 4px;
}

.related-products{
	clear:both;
	margin:32px 0 16px 0;
}

.related-products table{
	border-collapse:collapse;
}

.related-products .header-row .item-image,
.related-products .header-row .item-price {
	text-align:center;
}

.product-attributes{
	margin:4px 0;
	text-align:left;
}

.product-attributes td{
	padding:4px 0;
}

.product-attributes td.prompt{
	text-align:right;
	padding-right:4px;
}

.product-attributes td.field{
	text-align:left;
}

.thumbnails{
	display:block;
	margin:0;
	padding:0;
	width:400px;
}

.thumbnails li{
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:80px;
	height:80px;
	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 #333333;
	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:#333333;
	opacity:0.75;
	filter:alpha(opacity=75);
	width:100%;
}

.cross-references { max-width:500px }

.cross-references .crosstitle{
	font-weight:bold;
}

.cross-references .crossnumbers{
	
}

.cross-references .disclaimer{
	font-style:italic;
	margin-top:2px;
}

/*** INVC ***/

.INVC .order-id,
.ORDS .order-id{
	float:left;
	font-weight:bold;
	margin-left: 10px;
}

.INVC .order-date,
.ORDS .order-date{
	float:right;
	text-align:right;
	margin-right:10px;
}

.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 { min-height:300px; }

#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%; }
.customercredithistory_container table tr td.orderid	{ white-space:nowrap; }
.customercredithistory_container table tr td.amount		{ white-space:nowrap; text-align:right; }
.customercredithistory_container table tr td.dtstamp	{ white-space:nowrap; }

.customer_account_box{
    position:relative;
    padding:20px 8px;
    border:1px solid #ccc;
    margin:20px 0;
}

.customer_account_box_title{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:20%;
    font-size:18px;
    color:#777;
}

.customer_account_box_content{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:80%;
    font-size:12px;
}
.customer_account_balance_container{
	position:relative;
	text-align:center;
	font-size:18px;
	padding:20px 8px;
	border:1px solid #ccc;
	margin:20px 0;
}

.customer_account_balance{
	color:#199e3d;
}

.customer_account_balance_button_redeem{
	font-size:14px;
}

.giftcertificate_redeem_content{
	position:relative;
	display:block;
	margin-top:10px;
}

.giftcertificate_redeem_giftcertificate_container{
	position:relative;
	display:inline-block;
}

.giftcertificate_redeem_giftcertificate_title{
	position:relative;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}

.giftcertificate_redeem_giftcertificate_content{
	position:relative;
	display:block;
}

.giftcertificate_redeem_giftcertificate_code{
	width:200px;
}

.giftcertificate_redeem_currentbalance_container{
	position:relative;
	float:right;
}

.wishlists_search_container{
	margin:5px 0;
	text-align:right;
}

.wishlists_actions_container{
	margin-right:8px;
}

.wishlists_container{
	margin:15px 0 0;
	text-align:center;
}

.wishlists_empty{
	font-size:16px;
	color:#666;
}

.wishlists_container table{
	text-align:left;
}

.wishlists_container table tr td.title	{ white-space:nowrap; }
.wishlists_container table tr td.name	{ white-space:nowrap; }

.wishlistitems_empty{
	text-align:center;
	font-size:16px;
	color:#666;
}

.wishlistitems_container table{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-collapse:collapse;
}

.wishlistitems_container table tr td{
	background-color:#eeeeee;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px 6px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}
.wishlistitems_container table tr.row_start td{
    border-top:1px solid #fff;
}

.wishlistitems_container table tr.option_row td{
    padding:2px 6px;
}

.wishlistitems_container table tr.controls_row td{
    padding:6px;
}
.wishlistitems_container table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

.wishlistitems_container .item-preview{
	width:8%;
	vertical-align:top;
}

.wishlistitems_container .note{
	display:block;
	color:#666;
	font-style:italic;
	margin-top:4px;
}

.wishlistitems_container .edit{
	display:inline-block;
	margin-top:12px;
}

.wishlistitems_container .qty-input{
	width:34px;
}

.wishlistitems_container .editable_note_container{
	padding-right:10px;
}

.wishlistitems_container .editable_note{
	margin:0;
	width:100%;
	height:75px;
	padding:4px;
}

.wishlistitems_container select.wishlist_move{
	max-width:120px;
}

.wishlistitems_container table tr.alt_row td{
  background:#e3e3e3;
}

.wishlistitems_container table tr.heading td.item-name { text-align:left; }

.wishlistitems_container table tr td.item-move		{ white-space:nowrap; text-align:center; }
.wishlistitems_container table tr td.item-quantity	{ white-space:nowrap; text-align:center; }
.wishlistitems_container table tr td.item-action	{ text-align:center; }
.wishlistitems_container table tr td.item-price		{ width:10%; text-align:right; }

.wishlistitems_container table tr td.item-name table{
	border-collapse:collapse;
	border:none;
}

.wishlistitems_container table tr td.item-name table tr td{
	border:none;
	padding:0;
}

.wishlistitems_container .item-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

.wishlistitems_container .item-option{
	padding-left:16px;
}

#wishlist-fields .prompt{
	display:inline-block;
	vertical-align:top;
	padding:2px 5px 3px 0;
	text-align:right;
	width:75px;
}

#wishlist-fields .field{
	display:inline-block;
	vertical-align:top;
	width:256px;
	text-align:left;
}

#wishlist-fields .form_row .textfield,
#wishlist-fields .form_row .textarea{
	width:250px;
	padding:1px 2px;
}

#wishlist-fields .form_row .textarea{
	height:50px;
}

.action_all_container{
	margin-top:10px;
	text-align:right;
}
.customer_add_address_link,
.customer_add_card_link{
	margin:12px 0;
	float:right;
}

.customer_account_address_default_container{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:50%;
}

.customer_account_address,
.customer_account_payment_card{
	position:relative;
	display:block;
	padding:15px 8px;
	border:1px solid #ccc;
	margin:20px 0;
}

.customer_account_address_shipping{
	margin-right:10px;
}

.customer_account_address_billing{
	margin-left:10px;
}

.customer_account_address_title{
	position:relative;
	display:block;
	font-size:18px;
	color:#777;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.customer_account_address_content{
	position:relative;
	display:block;
}

.customer_account_address_details_container{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:60%;
}

.customer_account_address_details{
	position:relative;
	display:block;
	font-size:14px;
}

.customer_account_address_actions_container{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:40%;
}

.customer_account_address_actions{
	position:relative;
	display:block;
	margin-top:14px;
	font-size:12px;
	text-align:right;
}

.customer_account_address_actions_default{
	position:relative;
	display:inline-block;
	margin-bottom:5px;
	font-style:italic;
	color:#777;
}

.customer_account_address_actions_link{
	position:relative;
	display:inline-block;
	margin-bottom:5px;
}

.customer_account_payment_cards_empty_container{
	margin:15px 0 0;
	text-align:center;
	font-size:16px;
	color:#666;
}

.customer_account_payment_card_title{
	position:relative;
	display:block;
	padding:3px 8px;
	font-size:18px;
	color:#777;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.customer_account_payment_card_name{
	position:relative;
	display:inline-block;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
}

.customer_account_payment_card_actions{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	float:right;
}

.customer_account_payment_card_row{
	position:relative;
	display:block;
	padding:3px 8px;
}

.customer_account_payment_card_type{
	position:relative;
	display:inline-block;
}

.customer_account_payment_card_expiration{
	position:relative;
	display:inline-block;
	float:right;
	font-weight:bold;
}

.customer_account_payment_card_expired{
	color:#dd0000;
}

.subscriptions_empty{
	text-align:center;
	font-size:16px;
	color:#666;
}

.subscription_entry_content_items table{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-collapse:collapse;
}

.subscription_entry_content_items table tr td{
	background-color:#eeeeee;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.subscription_entry_content_items table tr.row_start td{
	border-top:1px solid #fff;
}

.subscription_entry_content_items table tr.option_row td{
	padding:0 6px 6px;
}

.subscription_entry_content_items table tr.controls_row td{
	padding:6px;
}

.subscription_entry_content_items table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

.subscription_entry_content_items table tr td.item-preview{
	width:8%;
	vertical-align:top;
}

.subscription_entry_content_items table tr td.item-quantity .qty-input{
	width:34px;
}

.subscription_entry_content_items table tr.alt_row td{
  background:#e3e3e3;
}

.subscription_entry_content_items table tr.heading td.item-name 			{ text-align:left; }

.subscription_entry_content_items table tr td.item-move						{ white-space:nowrap; text-align:center; }
.subscription_entry_content_items table tr td.item-quantity					{ width:13%; white-space:nowrap; text-align:center; }
.subscription_entry_content_items table tr td.item-price					{ width:10%; text-align:right; }
.subscription_entry_content_items table tr td.item-total					{ width:10%; text-align:right; }
.subscription_entry_content_items table tr td.total-prompt					{ font-weight:bold; text-align:right; }
.subscription_entry_content_items table tr td.formatted-total				{ font-weight:bold; text-align:right; }
.subscription_entry_content_items table tr td.charge-description			{ font-style:italic; text-align:right; white-space:nowrap; }
.subscription_entry_content_items table tr td.formatted-charge				{ font-style:italic; text-align:right; white-space:nowrap; }
.subscription_entry_content_items table tr td.item-name .item-discount		{ white-space:nowrap; font-size:x-small; font-style:italic; }
.subscription_entry_content_items table tr td.item-name .item-option		{ padding-left:16px; }
.subscription_entry_content_items table tr td.item-name .option-discount	{ padding-left:16px; white-space:nowrap; font-size:x-small; font-style:italic; }

.subscription_entry_content_items table tr td.item-quantity.invalid input	{ border-color:#dd0000; }

.subscription_entry{
	position:relative;
	display:block;
	padding:15px 8px;
	border:1px solid #ccc;
	margin:10px 0 20px;
}

.subscription_entry_title{
	position:relative;
	display:block;
	padding:3px 8px;
	font-size:16px;
	color:#777;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.subscription_entry .subscription_entry_content{
	position:relative;
	display:block;
	padding:3px 8px;
}

.subscription_entry_content_details{
	position:relative;
	display:block;
}

.subscription_entry_content_details select{
	max-width:250px;
}

.subscription_entry_content_section_left{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:49%;
	white-space:normal;
	word-break:break-all;
	text-align:left;
	float:left;
	padding-left:4px;
}

.subscription_entry_content_section_right{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:49%;
	white-space:normal;
	word-break:break-all;
	text-align:right;
	float:right;
	padding-right:4px;
}

.subscription_entry_content_details_block{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.subscription_entry_content_details_editablefields label{
	position: relative;
	display: inline-block;
	width: 125px;
}

.subscription_entry_content_details_line_title{
	position:relative;
	display:block;
	font-weight:bold;
}

.subscription_entry_content_details_line{
	position:relative;
	display:block;
}

.subscription_entry_content_items{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.subscription_entry_content_actions{
	position:relative;
	display:block;
}

#subscriptionfields_nextorderdate_display{
	position:relative;
	display:inline-block;
	padding:2px 3px;
	border:1px solid #ccc;
	min-width:100px;
	cursor:pointer;
}

div.invalid #subscriptionfields_nextorderdate_display{
	border-color:#dd0000;
}

.miva_datepicker{
	position:absolute;
	display:none;
	z-index:1000;
	background:#fff;
	padding:20px;
	border:1px solid #ccc;
}

.miva_datepicker_calendar_container{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:214px;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.miva_datepicker_calendar_month_selector{
	position:relative;
	height:35px;
	margin:2px;
	background:#666;
}

.miva_datepicker_calendar_month_selector_prev{
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:35px;
	background-image:url();
	background-position:0 -35px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.miva_datepicker_calendar_month_selector_prev:hover{
	background-color:#555;
}

.miva_datepicker_calendar_month_selector_title{
	position:absolute;
	top:0;
	right:35px;
	bottom:0;
	left:35px;
	text-align:center;
	padding:9px;
	font-size:14px;
	color:#fff;
}

.miva_datepicker_calendar_month_selector_title_month{
	position:relative;
	display:inline-block;
	color:#fff;
}

.miva_datepicker_calendar_month_selector_title_year{
	position:relative;
	display:inline-block;
	margin-left:3px;
	color:#fff;
}

.miva_datepicker_calendar_month_selector_next{
	position:absolute;
	top:0;
	right:0;
	width:35px;
	height:35px;
	background-image:url();
	background-position:0 -35px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.miva_datepicker_calendar_month_selector_next:hover{
	background-color:#555;
}

.miva_datepicker_cancel{
	position:relative;
	display:inline-block;
	margin-top:10px;
}

.miva_datepicker_calendar_weekday_container{
	position:relative;
	height:20px;
	margin:2px;
}

.miva_datepicker_calendar_weekday_title{
	position:absolute;
	display:inline-block;
	width:28px;
	height:14px;
	padding:3px 0;
	font-weight:bold;
	text-align:center;
}

#miva_datepicker_calendar_week_container{
	position:relative;
	margin:2px;
}

.miva_datepicker_calendar_week{
	position:relative;
	display:block;
	height:30px;
}

.miva_datepicker_calendar_day{
	position:absolute;
	display:inline-block;
	top:1px;
	bottom:1px;
	width:26px;
	height:11px;
	padding:7px 0 8px;
	text-align:center;
	font-size:11px;
	border:1px solid #ccc;
	cursor:pointer;
}

.miva_datepicker_calendar_day:hover{
	background:#666;
	border-color:#555;
	color:#fff;
}

.miva_datepicker_calendar_day_noselect,
.miva_datepicker_calendar_day_noselect:hover{
	background:#e3e3e3;
	border-color:#ccc;
	color:#777;
}

.miva_datepicker_calendar_day_current{
	border-color:#666;
	color:#666;
	font-weight:bold;
}

.miva_datepicker_calendar_day_current:hover{
	border-color:#666;
	background:#666;
	color:#fff;
	font-weight:bold;
}

.miva_datepicker_calendar_day_active{
	background:#666;
	border-color:#555;
	color:#fff;
	font-weight:bold;
}

.miva_datepicker_calendar_day_0{
	left:1px;
}

.miva_datepicker_calendar_day_1{
	left:31px;
}

.miva_datepicker_calendar_day_2{
	left:61px;
}

.miva_datepicker_calendar_day_3{
	left:91px;
}

.miva_datepicker_calendar_day_4{
	left:121px;
}

.miva_datepicker_calendar_day_5{
	left:151px;
}

.miva_datepicker_calendar_day_6{
	left:181px;
}

#miva_datepicker_cancel{
	position:relative;
	display:inline-block;
	margin-top:10px;
}

#HeaderFrame {
	border: black 0px solid;
	border-bottom-width: 1px;
	margin:0;
	text-align: left;
	height: 137px;
	width: 100%;
}
#HeaderTopRight {
	 height: 46px;
	 text-align: right;
	 background-color: #fff;
	}
#HeaderBottomRight {
	 height:91px;
	 text-align:center;
	 background-image: URL(/images/header_bottom_main.gif);
	}

.ProdDesc {
	max-width:400px;
}
.ProdDesc dt {
color: #000;
font-weight: bold;
padding: 0;
}

.ProdDesc dd {
margin: 0 0 4px 10px;
padding: 0 0 0 10px;
background-image: url(/images/icons/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#MiniBasket {
	display:inline-block;
	min-width:270px;
	height:24px;
	float:right;
	border:outset #ccc 3px;
	border-width:0 0 1px 1px;
	background-color:#eee;
}

#MiniBasket .BasketLink {
	float:left;
	vertical-align:middle;
	margin: 2px 4px;
}

#MiniBasket .BasketTotals {
	display:inline-block;
	min-width:100px;
	float:right;
	vertical-align:middle;
	margin: 2px 4px;
	padding: 2px 0 0 0;
	white-space:nowrap;
}

.PhoneNumber {
	display:inline-block;
	text-align:right;
	margin:0 4px 0 0;
}

#TellUs {
	padding: 0;
	margin: 0;
	vertical-align:bottom;
}
#TellUs .MainDiv {
	border-top: solid black 1px;
	background-color: #eee;
	padding: 12px;
}
#TellUs .ContentDiv {
	width: 500px;
	margin: auto;
}
#TellUs h3 {
	margin: 2px 30px;
	font-size: 1.3em;
}
#TellUs .TellUsLabel {
	min-width: 20%;
	float: left;
	white-space: nowrap;
	text-align: right;
	padding-right: 2px;
	line-height:2.2em;
}
#TellUs .TellUsField { float: left; }
#TellUs .TellUsField textarea {
	width:300px;
	height:50px;
}
#TellUs p { 
	margin-left: 10%;
	margin-top: 1px;
}
#TellUs form { margin: 0; }
#TellUs .TellUsSubmit {
	clear: both;
	text-align: center;
	margin-top: 8px;
}
.tellusmath { 
	min-width:20%;
	float:left;
	white-space:nowrap;
	text-align:right;
	line-height:2.2em;
}
.tellusanswer {
	float:left;
}

.btn_update {
	vertical-align: top;	
}

#paypal {
	float:right;
	text-align:center;
	font-weight:bold;
}
.paypal p { margin:1px; }

.page-text {
	clear:both;
	width:90%;
	margin:auto;
}
.page-text h2 { margin: 10px 0 1px 0; }
.page-text p { margin: 1px 0 10px 0; }

.password-reset-text {
	margin:20px;
	font-size:1.2em;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	line-height: 2em;
}

/*** VEHICLE ACCESSORIES ***/
.your-vehicle {
	clear:both;
	background-color:#eeeeee;
	border:solid black 1px;
	border-left-width:0px;
	border-right-width:0px;
}

.your-vehicle .header {
	background-color:#b6bbe5;
	padding:0 6px;
	font-weight:bold;
}

.your-vehicle .header p {
	margin:0;
}

.your-vehicle .vehicle-info{
	height:40px;
	display: table-cell;
	vertical-align: middle;
	margin:auto;
}

.your-vehicle .vehicle-info-select {
	height:40px;
}

.your-vehicle .vehicle-info-select select,
.your-vehicle .vehicle-info-select input {
	margin:10px 4px;
}

.your-vehicle span {
	font-weight:bold;
	margin: 0 6px;
}
	
.your-vehicle .vehicle-description {}

.your-vehicle .change-vehicle {}

.choose-cab-style {
	display:inline-block;
	width:100%;
}

.choose-cab-style p {
	margin-left:20px;
}

.thirds {
	width:33%;
	margin:auto;
	float:left;
	text-align:center;
}

.select-vehicle-model {
	width: 400px;
	margin: 15px auto;
}

.select-vehicle-model .header {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:6px;
	border-bottom: solid black 1px;
}

.select-vehicle-model .model-link {
	padding:4px 0 4px 10px;
}


.select-vehicle-model .footer {
	border-bottom: solid black 1px;
}

.select-vehicle-model .error p {
	font-size:1.2em;
}

.select-vehicle-model .error  span {
	font-size:1.3em;
	font-weight:bold;
}

.accessory-heading {
	text-align:center;
}
.accessory-heading h1 {
	font-size:1.6em;
}
/*** bug_shields.mvc  ***/
.bugshields-content {
	margin-top:20px;
}

.bugshields-content h2 {
	margin:1px 0;
	font-size:1.2em;
}

.bugshields-content h3 {
	margin:1px 0;
	font-size:1.1em;
}

.bugshields-content .camo {
	color:red;
}

.display-finishes {
	clear: both;
	display: inline-block;
	margin-top: 20px;
}

.finishes-box {
	width:24%;
	float:left;
	text-align:center;
	margin: 4px 0;
}

.design-features-left {
	width:45%;
	float:left;
}


.design-features-left ul,
.design-features-right ul {
	margin-top:1px;
}

.design-features-left .image,
.design-features-right .image {
	text-align:center;
}

.design-features-right {
	width:55%;
	float:left;
}

.show-pic {
	clear:both;
	margin:15px 0;
	text-align:center;
}

.show-pic img {
	box-shadow: 6px 6px 8px #aaa;
}

.show-gallery {
	clear:both;
	display:inline-block;
	margin:20px 0;
}

.gallery-pic {
	width:24%;
	float:left;
	text-align:center;
	padding: 4px 0;
}

/*** bedcaps.mvc ***/
.StylePic { text-align:center; width:33%; }
.StyleHead { text-align:center; white-space: nowrap; }
.StyleHead span { font-weight:bold; }

/*** mudguards.mv ***/
.front-heading {}
.rear-heading {
	border-top:solid #ccc 1px;
	padding-top:15px;
}

.partrow td{
	border-top:solid #ccc 1px;
}
.partnotes {
	margin:2px;
	font-weight:bold;
}
.TonneauTypeDesc {
	background-color:#FFFF99;
	border: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.TonneauTypeDesc h2 {
	margin: 1px;
}
.TonneauTypeDesc p {
	margin: 1px;
}
.TonneauDescBlock {
	clear: both;
	min-height: 300px;
	border-bottom: solid #ccc 1px;
}
.TonneauDesc {
	text-align: left;
	padding: 10px;
	min-height: 300px;
}
.TonneauDesc h2 {
	 margin-bottom: 1px;
	 text-align: center;
}
.TonneauDesc a:link, .TonneauDesc a:visited, .TonneauDesc a:active {
	color: blue;
}
.TonneauDesc li {
	margin: 5px auto;
}
.TonneauDescImg {
	float: left;
	width: 220px;
	height: 300px;
	text-align: center;
	margin-right: 15px;
}
.TonneauDescImg img {
	border: solid black 1px;
	margin: 100px 0px;
}

.FullTiltHead { 
	color:#FF3300;
	font-weight:bold;
	font-size:1.30em;
}

/*** Exhaust ***/
.PartTable {
	border: solid #999 2px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.PartPic {
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
}
.PartHeading {
	text-align: right;
}
.PartHead {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.PartSizeHead {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}
.PartDesc {
	text-align: center;
	border-top: solid #999 1px;
	white-space: nowrap;
}
.PartSize {
	font-weight: bold;
	text-align: center;
	border-top: solid #999 1px;
	background-color: #ccc;
	white-space: nowrap;
}
.ModelList li {
	margin-bottom: 15px;
}
.SuspPartsHead {
	text-align: center;
	width: 100%;
}

.SuspPartsTable {
	text-align: center;
	width: 100%;
}
.SuspPartsTable th {
	background-color: #eee;
	vertical-align: bottom;
	border: solid #ccc 1px;
}
.SuspPartsTable td {
	vertical-align: top;
	border-bottom: solid #ccc 1px;
}
.SuspPartsTable td.Part {
	background-color: #eee;
	border-left: solid #ccc 1px;
}
.SuspPartsTable td.Key {
	font-weight: bold;
}
.SuspPartsTable td.Desc {
	text-align: left;
	white-space: nowrap;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.SuspPartsTable td.Remark {
	text-align: left;
}
.SuspPartsTable a:link{color:blue;}
.SuspPartsTable a:hover{color:red;text-decoration: underline;}
.centramatic { width:100% }
.centramatic .wheelsize h2 { margin-bottom: 1px; }
.centramatic .wheelsize p { margin: 1px 0 4px 0; }
.centramatic .wheelsize span { font-weight:bold; font-size:1.1em; color:red; }
.centramatic .headingrow td {
	border-bottom: solid 1px black;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding-top: 15px;
}
.centramatic .productrow td {
	text-align: center;
}
.centramatic .productnote td {
	padding: 2px 10% 6px 10%;
	border-bottom: solid #ccc 1px;
}

dl.topics dt {
	font-weight: bold;
	margin-top: 10px;
}
dl.topics dd.special {
	color: red;
	font-style: italic;
}

.lta-categories {
	float: left;
	margin: 14px 0;
	width: 33%;
	height: 240px;
	text-align: center;
}
.lta-categories img { border: inset #CCC 2px; }
.lta-categories p { margin: 2px; }

.contact-info dt {
	width: 100px;
	float: left;
	clear: both;
	margin: 6px 0;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}
.contact-info dd {
	width: 400px;
	float: left;
	margin: 6px 0;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}
.emailer { 
	margin: 20px 0;
	font-size: 1.5em;
	color: red;
}

.VolumePricing {
	border: solid #ccc 1px;
	width: 100%;
}
.VolumePricing th {
	border: solid #ccc 1px;
	text-align: center;
	font-size: 1.2em;
}
.VolumePricing td {
	border: solid #ccc 1px;
	text-align: center;
}
.VolumePricing .VolRange, .VolumePricing .VolPrice {}
.VolumePricing .Current {
	background-color: Red;
}
#VehBask { margin-top: 6px; }
#VehBask .heading { font-weight:bold; }
.bask-lineitem-thumb { 
	display: inline-block;
	float: right;
	margin-left: 4px;
}
.bask-lineitem-name { font-weight: bold; }
.bask-lineitem-partnum { margin-top: 6px; }

.free-shipping {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}
.free-shipping span.red { color:red; }
.free-shipping span.disclaimer { 
	font-weight: normal;
	font-size: .9em;
}
.free-shipping-disclaimer { 
	text-align: center;
	font-size: .8em;
}

.ProdSeals {
	border: solid black 1px;
	width: 450px;
	}

.ProdSeals th {
	text-align: left;
	vertical-align: bottom;
	}
	
.ProdSeals td {
	padding: 2px;
	vertical-align: top;
	}

.ProdSeals td.Bearings {
	border: solid black 1px;
	border-width: 1px 0px 0px 0px;
	}
	
.ProdSeals td.Tool {
	border: solid black 1px;
	border-width: 1px 0px 0px 0px;
	text-align: center;
	}
	
.ProductList {
	margin: auto;
	width: 100%;
	clear:both;
	}
	
.ProductList th {
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	padding: 0 4px;
	padding-top: 20px;
	border-bottom: solid #ccc 1px;
	}
.ProductList td {
	text-align: center;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: solid #ccc 1px;
	}
.ProductList td.Notes {
	text-align: left;
	}
.ProductList td.Price {
	font-weight: bold;
	}

.category-column-right {
	float: right;
	width: 33%;
	min-height: 540px;
	padding: 0 4px;
}

.manufacturer-list li { margin-bottom: 4px; }
.international-shipping { 
	display: inline-block;
	float: left;
	width: 369px;
	height: 46px;
	margin-top: 10px;
}

.ad9-trouble dt { 
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.2em;
}
.ad9-trouble dd { margin-bottom: 10px; }