﻿/* page structure */
body {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}


/* Navigational Elements */
.content {
	padding: 10px 0 10px 0;
}

.footer .top-bar {
	overflow: visible;
}

.sub-footer {
	font-size: 0.61111rem;
	text-transform: uppercase;
	padding-top: 8px;
	text-align: center;
}

.breadcrumb {
	display: block;
	padding: 0.5rem 0.77778rem 0.5rem;
	overflow: hidden;
	margin: 5px 0 0 0;
	list-style: none;
	border-style: solid;
	border-width: 1px;
	background-color: #f4f4f4;
	border-color: #dbdbdb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.61111rem;
	text-transform: uppercase;
}

	.breadcrumb > * a, .breadcrumb > * span {
		text-transform: uppercase;
		color: #008cba;
	}

.header .columns {
	line-height: 150%;
}

.header a.logo img {
	margin-bottom: 1%;
}






/* Global Element Styles */

input[type='submit'], input[type='button'] {
	cursor: pointer;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	/*     @else                            { font-size: $padding - rem-calc(2); } */
	background-color: #008cba;
	border-color: #0079a1;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	padding-top: 1.0625rem;
	padding-bottom: 1rem;
	-webkit-appearance: none;
	border: none;
	font-weight: normal !important;
}

	input[type='submit']:hover, input[type='button']:hover, input[type='submit']:focus, input[type='button']:focus {
		background-color: #0079a1;
		color: white;
	}

/* foundation overrides */
table {
	margin-bottom: 1.25rem;
	border: none 0px;
}

	table table {
		margin-bottom: 0;
	}

	table tr.even, table tr.alt, table tr:nth-of-type(even) {
		background: transparent;
	}

	table tr th,
	table tr td {
		padding: 0.1rem 0.15rem;
	}

span.error, small.error {
	display: block;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	color: inherit;
}

select {
	width: auto;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
	width: auto;
	display: inline-block;
	margin-bottom: 0;
}

input.search-box {
	height: auto;
	padding-top: .35rem;
	padding-bottom: .35rem;
	font-size: 0.75rem;
	margin: 0.10rem .05rem 0 0;
	width: 100%;
	display: inline-block;
	float: left;
}

input.search-go {
	padding: 0.45rem 00rem 0.50rem 0rem !important;
	margin: 0.10rem .05rem 0 0;
	font-size: 0.75rem;
	display: inline-block;
}



/* Call to Action Buttons */

input.AddToCartButton, input.UpdateWishButton, input.CheckoutNowButton, #OnePageCheckoutWrap input.PlaceOrderButton,
input.UpdateAccountButton, input.ShippingPageContinueCheckoutButton, input.PaymentPageContinueCheckoutButton, input.ReviewPageContinueCheckoutButton,
div[id$='pnlEmailGiftCards'] input[type='submit'], input[id$='RegisterAndCheckoutButton'], input[id$='LoginButton'], input.ContinueCheckoutButton,
input[id$='btnNewAddress'], input[id$='btnReturnUrl'] {
	background-color: #ea2d10;
	border-color: #ea2d10;
	margin-top: 5px;
}

	input.AddToCartButton:hover, input.UpdateWishButton:hover, input.CheckoutNowButton:hover, #OnePageCheckoutWrap input.PlaceOrderButton:hover,
	input.UpdateAccountButton:hover, input.ShippingPageContinueCheckoutButton:hover, input.PaymentPageContinueCheckoutButton:hover, input.ReviewPageContinueCheckoutButton:hover,
	div[id$='pnlEmailGiftCards'] input[type='submit']:hover, input[id$='RegisterAndCheckoutButton']:hover, input[id$='LoginButton']:hover, input.ContinueCheckoutButton:hover,
	input[id$='btnNewAddress']:hover, input[id$='btnReturnUrl']:hover, input[id$='btnMoveToCart']:hover {
		background: #d32a0e;
	}
/* small button blue */
input.ButtonCartItemUpdate, input.ButtonCartItemRemove, input[id$='btnAddGiftCard'], input[id$='btnAddPromotion'] {
	font-size: 10px;
	padding: 5px 10px 5px 10px;
}
/* small button orange */
input[id$='btnMoveToCart'] {
	background-color: #ea2d10;
	border-color: #ea2d10;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
}

input.PaymentPageContinueCheckoutButton, input.ShippingPageContinueCheckoutButton, div[id$='pnlEmailGiftCards'] input[type='submit'], input.UpdateWishButton {
}
/* SPECIFIC STYLES FOR ELEMENTS START HERE */

/* Checkout Styles */

.cartProductQuantity input[type="text"] {
	height: 30px;
	width: 35px;
	padding: 5px 10px;
	font-size: 12px;
}

.cartProductQuantity div a, .cartProductSubtotal span {
	padding: 5px 5px 5px 0px;
	display: block;
}

.cartProductQuantity span {
	float: left;
	padding: 0 10px 0 0;
}

.shoppingcartproductname {
	padding: 5px 5px 5px 0px;
	display: block;
}

.CheckoutNowButton, .ContinueShoppingButton {
	margin: 10px 0 0 0;
}

.OrderOptionsRowHeader {
	font-weight: bold;
	display: block;
	padding: 0 5px 5px 0px;
}

.subTotalValue {
	font-weight: bold;
	font-size: 16px;
}

div[id$='pnlCartAllowsShippingMethodSelection'] td[style='width:250px;'] {
	width: 0 !important;
}

div[id$='ExecutePanel'] img {
	display: none;
}

/* SOPC Styles */
#OnePageCheckoutWrap #OPLeftCol {
	width: 70%;
}

#OnePageCheckoutWrap #OPRightCol {
	width: 28%;
}

#OnePageCheckoutWrap #ShipMethodWrap, #OnePageCheckoutWrap .paymentMethodContents table, #OnePageCheckoutWrap .nextStepWrap .ErrorBox, #OnePageCheckoutWrap .errorBlock {
	width: 100%;
}



@media only screen and (max-width: 40.063em) {
	.header .header-cart a {
		font-size: 12px;
	}
}

@media (max-width: 40.063em) {
	/* Multi-step checkout and account page responsive fixes */
	input[id$='TextCardSecurity']{
		min-width: 60px;
	}
	#walletAddPaymentWrap table td{
		display: block;
	}

	.InfoMessageBox input[type='text'], .InfoMessageBox select {
		width: 100%;
		margin: 4px 0 0 0;
	}

	.InfoMessageBox table td, div[id$='pnlPaymentOptions'] table td {
		display: inline;
	}

		img[id$='checkoutheadergraphic'], #CheckoutSequence, div[id$='pnlPaymentOptions'] table td[style='width:210px;'], div[id$='pnlPaymentOptions'] br,
		table.accountPanel hr, div[id$='pnlEmailGiftCards'] br, div[id$='pnlAddNewAddress'] br, div[id$='pnlAccountInfo'] hr, div[id$='pnlBillingInfo'] hr,
		div[id$='pnlShippingInfo'] hr, div[id$='pnlAccountInfo'] br, div[id$='pnlBillingInfo'] br, div[id$='pnlShippingInfo'] br {
			display: none;
		}

	span[id$='lnkEditOderLink'] {
		display: block;
		border-top: solid 1px #000;
		border-right: solid 1px #000;
		border-left: solid 1px #000;
		padding: 0px 4px;
	}

	.shoppingCartContainer span[id$='lnkEditOderLink'] {
		display: none;
	}

	select[id$='cboShipToAddress'] {
		width: 100%;
	}

	table[id$='ctrlShippingMethods'] label {
		display: inline;
		font-weight: normal;
		padding: 0 0 0 4px;
	}

	#ctl00_PageContent_checkoutheadergraphic {
		width: 100%;
	}

	table.accountPanel table:first-of-type {
		margin: 5px;
		width: 98% !important;
	}

	table.accountPanel input[type='text'], table.accountPanel input[type='password'], div[id$='pnlEmailGiftCards'] td input[type='text'],
	div[id$='pnlAddNewAddress'] input[type='text'], div[id$='pnlAddNewAddress'] select, div[id$='pnlLogin'] input[type='text'], div[id$='pnlLogin'] input[type='password'],
	div[id$='pnlAccountInfo'] input[type='text'], div[id$='pnlAccountInfo'] input[type='password'], div[id$='pnlBillingInfo'] input[type='text'], div[id$='pnlBillingInfo'] select,
	div[id$='pnlShippingInfo'] input[type='text'], div[id$='pnlShippingInfo'] select, table[id$='tblNewAddress'] select, table[id$='tblNewAddress'] input[type='text'],
	div[id$='ctrlAddress'] input, div[id$='ctrlAddress'] select, div[id$='pnlEmailToFriend'] input[type='text'], div[id$='pnlEmailToFriend'] select {
		width: 96% !important;
		margin: 4px 0px 0px 0px;
	}

	div[id$='pnlEmailGiftCards'] textarea {
		width: 100% !important;
	}

	table.accountPanel td
	{
		display:block;
		text-align:left;
		width:100%;
	}

	div[id$='pnlEmailGiftCards'] td, div[id$='pnlAddNewAddress'] td, div[id$='pnlLogin'] td,
	div[id$='pnlAccountInfo'] td, div[id$='pnlBillingInfo'] td, div[id$='pnlShippingInfo'] td, table[id$='tblNewAddress'] td,
	div[id$='ctrlAddress'] td, div[id$='pnlEmailToFriend'] td, table.SiteMap, .cartProductName table td, div[id$='pnlCartAllowsShippingMethodSelection'] td,
	div[id$='ctrlBillingAddress'] td, div[id$='ctrlBillingAddress'] td
    {
		display: inline;
		width: 100%;
		text-align:left;
	}

	div[id$='pnlLogin'] span[id$='Label11'] {
		width: 100%;
		display: inline-block;
		padding: 0 0 10px 0px;
	}

	div[id$='pnlLogin'] span[id$='Label5'] {
		width: 100%;
		display: inline-block;
	}

	table.orderHistoryTable td {
		width: auto;
		display: table-cell;
	}

	table.orderHistoryTable td:nth-of-type(3), table.orderHistoryTable td:nth-of-type(6) {
		display:none;
	}

	div[id$='pnlAddNewAddress'] {
		width: 100%;
	}

	div[id$='ctrlBillingAddress'], div[id$='ctrlNewAddress'] {
		margin: 0px 0px 0px 4px;
	}

	table[id$='tblShippingInfoBox'] table {
		margin: 0px 0px 0px 2px;
	}
	/* BEGIN Checkout anon */
	div[id$='FormPanel'] #table1 td {
		width: 100%;
		display: inline;
	}

	div[id$='FormPanel'] #table1 br, div[id$='FormPanel'] #table1 span[id$='Label1'] {
		display: none;
	}

	div[id$='FormPanel'] #table1 input[type='text'], #table1 input[type='password'] {
		width: 96% !important;
		margin: 4px 0px 0px 0px;
	}

	div[id$='FormPanel'] #table2 span[id$='Label5'] {
		width: 100%;
		padding: 5px 0px 0px 0px;
		display: block;
		font-size: 10px;
	}

	div[id$='FormPanel'] #table2 a[id$='HyperLink1'] {
		width: 100%;
		padding: 0px 0px 15px 0px;
		display: block;
		border-bottom: solid 2px #cecece;
		font-size: 10px;
	}

	div[id$='FormPanel'] #table1 span[id$='Label6'], div[id$='FormPanel'] #table1 span[id$='Label7'] {
		width: 100%;
		padding: 0px 0px 8px 0px;
		display: block;
		font-size: 16px;
	}

	input[id$='RegisterAndCheckoutButton'] {
		margin: 0 0 40px 0px;
	}
	/* END Checkout anon */

	/*SOPC responsive fixes */
	#OnePageCheckoutWrap #OPRightCol {
		width: 100%;
	}

	#OnePageCheckoutWrap #OPLeftCol {
		width: 100%;
		margin-bottom: 25px;
	}

	#OnePageCheckoutWrap .checkoutBlock {
		padding: 10px 0px 10px 10px;
	}

	#OnePageCheckoutWrap .checkoutHeader {
		padding: 0 0 10px 0;
		display: block;
	}

	#OnePageCheckoutWrap .checkoutBlock input[type='text'],
	#OnePageCheckoutWrap .checkoutBlock select,
	#OnePageCheckoutWrap .checkoutBlock textarea,
	#OnePageCheckoutWrap .LoginLayoutTable input[type='text'], #OnePageCheckoutWrap #createAccountTable input[type='password'] {
		width: 94%;
	}

	
	#OnePageCheckoutWrap .LoginLayoutTable td,
	#OnePageCheckoutWrap #createAccountTable td {
		width: 100%;
		display: block;
		vertical-align: top !important;
		text-align: left;
	}
	#createAccountTable{
		width: 100%;
	}
	#OnePageCheckoutWrap .checkoutBlock td {
		width: 100%;
		display: inline;
		vertical-align: top !important;
		text-align: left;
	}

	.LoginLayoutTable{
		width: 100%;
	}
	#OnePageCheckoutWrap .shipAddressWrap input[type='text'], #OnePageCheckoutWrap .shipAddressWrap select {
		width: 93% !important;
	}
	.shipAddressWrap {
		table-layout: fixed;
		width: 100%;
	}

	
	#OnePageCheckoutWrap .paymentMethodContents {
		margin: 0px;
	}

	#OnePageCheckoutWrap #CreditCardIconsWrap {
		float: none;
	}
}


#OnePageCheckoutWrap .opcCouponCodeWrapper {
	width: auto;
}
#OnePageCheckoutWrap .cartItemDetails {
	float: none;
	width: auto;
}

@media only screen and (max-width: 64.063em) {
	.ShippingAndTaxEstimateAddress td {
		width: 100% !important;
		display: block;
		padding: .25rem;
	}
}

@media only screen and (max-width: 64.063em) {
	table.SiteMap > tbody > tr > td, table.SiteMap > tr > td {
		display: block;
		width: auto !important;
	}
}

table.SiteMap td {
	width: auto !important;
}

/* Contact Form */
div[id$='pnlContactForm'] > table td {
	padding: .25em;
}

@media only screen and (max-width: 40.063em) {
	div[id$='pnlContactForm'] > table, div[id$='pnlContactForm'] tbody, div[id$='pnlContactForm'] tr {
		display: block;
	}

	div[id$='pnlContactForm'] .First {
		text-align: left;
	}

	div[id$='pnlContactForm'] > table td {
		display: block;
		width: 100% !important;
	}
}


/* Product Page */

.ProductNameText {
	font-size: 18px;
	font-weight: bold;
}

#productTopBox {
	text-align: right;
	padding: 1.5em 10px 10px 10px;
}

#sku {
	display: block;
}

#price {
	font-weight: bold;
	font-size: 1.5em;
	display: block;
}

.SalePrice {
	color: #cc0000 !important;
}

#description, #quoteBox, #otherinfo {
	margin: 10px;
}

.prodHeader {
	width: 99.5%;
	height: 1.2em;
	color: #6B6F83;
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 5px;
	border-bottom: solid 2px #4776BD;
}

#quoteBox input, #quoteBox select {
	font-size: 1em;
	display: block;
	margin: 5px 0;
}

#mainImg {
	margin: 0 10px 10px 0;
	float: left;
}

.addToForm {
	margin-top: 1em;
}

#shipQuoteLabels {
	width: 10em;
	height: auto;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

	#shipQuoteLabels label {
		display: block;
		line-height: 2em;
	}

#ShipQuote, #yourQuote {
	font-weight: bold;
	line-height: 2em;
}

#shipQuoteWrapper {
	height: auto;
	float: left;
}

#navArrows {
	float: right;
}

.product-description, .product-options, .variant-price, .add-to-cart-wrap, .quantity-discount-wrap, .product-spec-link-wrap, .email-a-friend-wrap, .promotion-call-to-action, .inventory-table, .stock-indicator {
	margin-bottom: 16px;
}

	.add-to-cart-wrap small {
		font-size: inherit;
		font-weight: bold;
	}

.variant-options-label {
	font-weight: bold;
}

.variant-price {
	font-size: 1.5em;
}

.product-image-wrap img[id^='ProductPic'] {
	display: block;
	max-width: 100%;
	height: auto;
}

.quantity-discount-wrap br {
	display: none;
}

.quantity-discount-wrap p {
	display: inline;
}

.quantity-discount-wrap small {
	font-size: inherit;
}

.email-a-friend-link {
	background: url('images/mailicon.gif') no-repeat scroll left center;
	padding-left: 18px;
}

/* kit specific styles */

.kit_table {
	width: 100%;
}

.kit_column_content {
	width: 65%;
}

.kit_column_sidebar {
	float: none !important;
	padding-left: 2%;
	width: 33%;
}


.kit_sidebar_content {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 8px;
}

.kit_sidebar_header {
	background-color: #efefef;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
}

.kit_addToCart {
	padding-bottom: 8px;
}

	.kit_addToCart input {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.kit_addToCart br {
		display: none;
	}

.kit_priceDisplay {
	padding-bottom: 8px;
}

	.kit_priceDisplay .kit_regBasePrice {
		text-decoration: line-through;
	}

.kit_selectedItems {
	border-top: solid 1px #ccc;
	padding-top: 8px;
}

	.kit_selectedItems li {
		margin-bottom: 4px;
	}

	.kit_selectedItems > ul {
		padding-left: 24px;
	}

.kit_groups textarea {
	border: 1px solid #A7A6AA;
}

.kit_group {
	margin-bottom: 10px;
}

.kit_groupName {
	background-color: #efefef;
	padding: 5px 10px 5px 10px;
	border: solid 1px #ccc;
	cursor: pointer;
}

.kit_groupDescription {
	display: block;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

.kit_groupContent {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: middle;
}

.kit_line_item {
	border-style: none;
}

.kit_disabled_item {
	text-decoration: line-through;
}

.kit_group_image {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.kit_kititemImage_hoverPanel {
	background-color: White;
	border: solid 1px #ccc;
	word-wrap: break-word;
}

.kit_groupitem_image {
	padding-left: 25px;
}

.kit_groupItem_nameLabel {
	cursor: pointer;
}

.kit_group img[id$='_imgFile'] {
	display: block;
	max-width: 100%;
	height: auto;
}

.kit_group input[type='text'], .kit_group textarea {
	max-width: 90%;
}

@media (max-width: 64.063em) {
	.kit_groupContent select {
		width: 90%;
	}

	.kit_groupContent input[type='text'] {
		width: 90%;
	}

	.kit_table .kit_column_content {
		width: auto;
		display: block;
	}

	.kit_table .kit_column_sidebar {
		display: block;
		width: auto;
		padding-left: 0px;
	}
}

/* cart page upsell */
.cart-upsell-products {
	padding-top: 16px;
}

/*grid item styles for entity pages, related, upsell etc. */
.grid-item {
	padding-bottom: 16px !important;
	text-align: center;
}

.grid-item-image {
	margin: 0px auto;
}

.grid-item-image-wrap {
	padding-bottom: 8px;
}

/* entity page */
#entityPageHeader p {
	margin-top: 0;
}

#entityPageHeader img {
	margin: 0 1em 0.5em 0;
	float: right;
}

.entity-image {
	margin: 0px 8px 8px 0px;
}

.entity-page-description {
	margin-bottom: 8px;
}

.sub-entity-list {
	margin-bottom: 16px;
}

/* other selectors */
.MediumCell, .LightCell {
	border: none;
}

.error {
	font-weight: bold;
	color: Red;
}

.errorLg {
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.SBProdName {
	font-size: .7em;
}

.SBCatName {
	font-size: .8em;
	font-weight: bold;
}

.PBCartFull {
	font-size: .7em;
	color: Blue;
	font-weight: bold;
}

.InfoMessage {
	font-weight: bold;
	color: #0000ff;
}

/* ajax Shipping*/
#AjaxShipping {
	width: 99%;
	border: solid 1px #444;
	height: 100%;
	float: left;
	padding: 3px;
}

	#AjaxShipping h4 {
		margin: 0 0 0.5em 0;
		font-weight: bold;
		font-size: 1.1em;
	}

.AjaxShippingLabel {
	width: 175px !important;
	float: left;
	font-weight: bold;
	clear: left;
}

#AjaxShipping input, #AjaxShipping select {
	font-size: 1em;
	float: left;
}

#AjaxShippingCountry, #AjaxShippingState, #AjaxShippingZip, #AjaxShippingEstimate {
	float: left;
	clear: left;
	border-top: solid 1px #eee;
	width: 99%;
	padding: 3px 0;
}

#ShipQuote {
	float: left;
	margin: 0;
}
/* set Visibility to :hidden and uncomment 'display' to turn off */
#AjaxShippingCountry {
	visibility: visible;
	/*display:none;*/
}

#AjaxShippingState {
	visibility: visible;
	/*display:none;*/
}

.dhtmltooltip {
	padding: 8px;
	font-size: 12px;
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.CardCodeTooltip {
	border: 0;
	padding: 2px;
	background-color: #DDD;
}

.Kit2dhtmltooltip {
	border: 0;
	margin-top: 20px;
	padding: 2px;
}

.ShippingAndTaxEstimateAddress {
	border: solid 1px #aaa;
	width: 100%;
}

	.ShippingAndTaxEstimateAddress .Header {
		text-align: center;
		font-weight: bold;
		background-color: #ddd;
	}

	.ShippingAndTaxEstimateAddress .Caption {
		width: 30%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimateAddress .Value {
		width: 70%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimateAddress .ErrorMessage {
		width: 100%;
		text-align: center;
		vertical-align: middle;
		color: Red;
		font-weight: bold;
	}

.ShippingAndTaxEstimator {
	border: solid 1px #aaa;
}

	.ShippingAndTaxEstimator .Header {
		text-align: center;
		font-weight: bold;
		background-color: #ddd;
	}

	.ShippingAndTaxEstimator .Caption {
		font-weight: bold;
		width: 30%;
		text-align: left;
		vertical-align: top;
	}

	.ShippingAndTaxEstimator .Value {
		width: 70%;
		text-align: right;
		vertical-align: top;
	}

.WishListWarning {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #bb0000;
}

.ShippingEstimatorPanel {
	padding: 5px 5px 5px 5px;
}

#KitError {
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}

#lblKitError {
	color: red;
}

/* default class for stock hint display */

.StockHint_OutOfStock, .StockHint_Indented_OutOfStock {
	color: #bb0000;
}

.StockHint_InStock, .StockHint_Indented_InStock {
	color: #387FD3;
}

/* indented class variation for stock hint display */
.StockHint_Indented {
	text-indent: 10px;
}

/*RadioListItems.ascx has clickable labels*/
span[id$='lblItemName'] {
	cursor: pointer;
}

/*********************************************/
/*************For Featured Products***********/
/*********************************************/

.featuredProductLinks {
	color: #000000;
	font-weight: bold;
}

.featuredProductDescription {
	padding-top: 10px;
	font-weight: normal;
}

.featuredProductPrice {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

.featuredTeaser {
	color: #000000;
	font-weight: bold;
}

/* css for product ratings */
img[src$='pollimage.gif']{
	height: 15px;
}
.CommentHelpfulText {
	color: #009999;
}

.CommentHelpfulYes {
	color: #006600;
}

.CommentHelpfulNo {
	color: #006600;
}

.CommentCell {
	background-color: #FFFFFF;
}

.RatingCommentText {
	color: #000000;
}

.CommentAuthor {
	color: #000000;
}

/* checkout gift card */

.CheckoutEmailGiftCardHeader {
	font-size: 18px;
	padding: 0 0 15px 0px;
}

/* checkout terms and conditions */

.CheckOutTermsBorder {
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
}

/* affiliate page */

.AffiliateHeaderTd {
	/* -- original --
	font-size: smaller;
	font-weight:bold;
	color: #ffffff;
	background-color: #AAAAAA;
	-- -- */
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
	background-color: #CCCCCC;
	padding: 3px;
}

.AffiliateTextCell {
	background-color: #DDDDDD;
	color: #000000;
	padding: 3px;
}

.AffiliateLinks, .AffiliateLinks a:link, .AffiliateLinks a:active, .AffiliateLinks a:visited {
	color: #000000;
}

	.AffiliateLinks a:hover {
		color: #4776BD;
	}

.AffiliateForgotPasswordText {
	color: #000000;
}

	.AffiliateForgotPasswordText span {
		color: #000000;
		font-weight: bold;
	}

/* multi-ship */
.MultiShippingAddressHeaderLeft {
	color: #000000;
	background-color: #dddddd;
}

.MultiShippingAddressHeaderRight {
	color: #000000;
	background-color: #dddddd;
}

/* recent comments */

.RecentCommentsHeader {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

.RecentCommentsHeaderBorder {
	background-color: #FFFFFF;
}

.RecentCommentsFooter {
	background-color: #CCCCCC;
}

.RecentCommentsBorder {
	background-color: #CCCCCC;
}

.RecentCommentsCell {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

.pnlRecentCommentSort {
	background-color: #FFFFCC;
}

.RecentCommentSortText {
	color: #FF0000;
}

.RecentCommentReSortText {
	color: #000000;
	font-weight: bold;
}

.RecentCommentIsolateHeader {
	background-color: #009999;
}

.RecentCommentIsolateHeaderText {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.RecentCommentIsolateCell {
	background-color: #FFFFFF;
	color: #000000;
}

.RecentCommentsPagingTop {
	background-color: #ffffff;
	color: #000000;
}

/* rating pop up */

.rateitBG {
	background-color: #336699;
	margin: 0px;
}

.rateittable {
	background-color: #336699;
}

.rateitlabel {
	font-weight: bold;
	color: #ffffff;
}

.rateitproductname {
	background-color: #FFFFCC;
}

.rateitbox {
	background-color: #FFFFFF;
}

.rateitddl {
	font-size: 10px;
}

.rateittext {
	font-size: 12px;
}

/*tabbed ui*/
#pagetabs {
}

	#pagetabs a {
		font-size: 14px;
		background: none repeat scroll 0 0 #EEEEEE;
		border-radius: 3px 3px 0px 0px;
		-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
		line-height: normal;
		margin-bottom: 0px;
		padding: 5px 10px 3px 10px;
	}

		#pagetabs a:hover {
			text-decoration: none;
		}

		#pagetabs a.activetab {
			background-color: #EEEEEE;
			background: -moz-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -webkit-gradient(linear,left bottom,left top,color-stop(0%,#bfbfbf),color-stop(20%,#bfbfbf),color-stop(100%,#e0e0e0));
			background: -webkit-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -ms-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: -o-linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
			background: linear-gradient(bottom,#bfbfbf 0,#bfbfbf 20%,#e0e0e0 100%);
		}

			#pagetabs a.activetab:hover {
				text-decoration: none;
			}

#tabcontent {
	border-radius: 0px 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	margin: 0px;
	width: 100%;
}

.tabContentItem {
	padding: 15px;
}

#tabcontent div.hiddenTab {
	display: none;
}

#tabcontent div.selectedTab {
	display: block;
}


.address_main {
	padding-top: 5px;
}

.addressdatalist {
	border: 1px solid rgb(90, 90, 90);
	width: 100%;
	border-collapse: collapse;
}

.addaddresstbl {
	border: 1px solid rgb(90, 90, 90);
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}

.addressbuttonbg {
	text-align: center;
}

.addressbuttonbg_header {
	border-bottom: solid 1px #ccc;
}

.addressEdittbl {
	border: solid 1px #ccc;
	margin: 5px 0px 5px 0px;
}

.addressCardPanel {
	border: solid 1px rgb(90, 90, 90);
}

.addresseditctrl {
	padding: 10px 0px 10px 10px;
}

.addressaddctrl {
	padding: 10px 0px 10px 10px;
}

.addressfooter {
	padding: 5px 0px 5px 10px;
	margin-top: 10px;
	background-color: #F5F5F5;
	border: solid 1px #ccc;
}

.addressdatalist_header {
	background: transparent url('images/addressbook.gif') no-repeat scroll left bottom;
	height: 22px;
	width: 190px;
}

.addressImagebuttons {
	width: 70px;
	padding-right: 50px;
	vertical-align: top;
}

.addressPaymentMethodtbl {
	background-color: #cccccc;
	width: 100%;
}

.addressLabel {
	padding-right: 10px;
}

/* shipping method control */
.shippingMethodErrorMessage {
	font-weight: bold;
	color: #ff0000;
}

/* shoppingcart */
.shopping_cart {
	width: 100%;
	border: solid 1px #444444;
	padding: 5px;
}
/* account */
.accountPanel {
	width: 100%;
	border: solid 1px #444444;
	padding: 5px;
}

.orderHistoryTable, .orderHistoryTable td {
	border: 0px none;
}

	.orderHistoryTable tr:nth-child(odd) {
		background: #eee;
	}

/* tab image fix */
img[id*="info_gif"], img[id*="_imgShoppingCartTab"] {
	vertical-align: bottom;
}
/* opc fix */
#ctl00_PageContent_pnlAshland {
	font-size: 12px;
}

/* mini cart */

#divMiniCart {
	background-color: White;
	z-index: 999;
}

.miniCartCollapseHeaderPanel {
	text-align: right;
	padding-bottom: 2px;
	width: 300px;
	font-size: 8pt;
}

.miniCartCollapseBody {
	width: 300px;
	font-size: 8pt;
	height: 0px;
	overflow: hidden;
}

.mini_cart {
	color: #000000;
	font-size: 10px;
	width: 100%;
	border: solid 1px #444444;
}

	.mini_cart .cart_header {
	}

		.mini_cart .cart_header td {
			color: #FFFFFF;
			background: #699EDC url(images/nav-bg.gif) repeat;
			padding: 3px 3px 3px 3px;
		}

	.mini_cart .cart_items {
		padding: 5px;
	}

a.Checkout_Minicart {
	color: Blue;
	font-weight: bold;
}

.minicart_minimumQty {
	color: #ff0000;
	font-style: italic;
}

.minicartimg img {
	width: 75px;
	height: 75px;
}

#divMiniCart input[type='text'] {
	border: 1px solid #A7A6AA;
}

/*** Templating ********/
.template {
	border: solid 1px #ddd;
}

.template_header {
	background-color: #ddd;
	border: dashed 1px #ddd;
	padding: 5px 5px 5px 5px;
}

.template_header_settings,
.template_header_settings a,
.template_header_settings a:active,
.template_header_settings a:visited,
.template_header_settings a:link {
	cursor: pointer;
	text-decoration: none !important;
	font-size: 12px;
}

	.template_header_settings a:hover {
		color: #ffffff !important;
	}

.template_header_edit_options {
	border: solid 1px #919C9D;
	background-color: #fff;
}

	.template_header_edit_options ul,
	.template_header_edit_options li {
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
		display: list-item;
		list-style: none;
		line-height: 1.25em;
	}

.behavior_panel {
	border-style: none;
}

	.behavior_panel .behavior_left {
		width: 10%;
		background-color: #ddd;
	}

	.behavior_panel .behavior_option {
		width: 80%;
		background-color: #fff;
		padding: 5px 5px 5px 5px;
	}

.watermarked {
	color: #BBBBBB;
}

.pm_CCImage {
	padding-right: 5px;
}

.shoppingCartContainer .buySAFE_Kicker_Wrapper {
	float: right;
	display: block;
}

td.fieldHeader {
	font-size: 50%;
}

table.NewsletterBox {
	width: 20%;
}

tr.captchaBox {
	height: 80px;
}

/* promotion page */

.promotionlistitem {
	padding-bottom: 5px;
}

.promotionreason {
	font-size: 8pt;
}

.promotionCallToAction {
	background: none repeat scroll 0 0 transparent;
	color: red;
	font-weight: bold;
	padding: 3px;
}

.actionelement {
	cursor: pointer;
}

/* quantity discount table */
.quantitydiscountTable {
	padding: 4px;
	border: 0px;
	width: 130px;
}

	.quantitydiscountTable td {
		text-align: right;
	}

.recurringDiscountDisplay {
	color: #006600;
	display: inline-block;
}

.productCallToActionIsRecurring {
	color: red;
}

.SiteMap {
	font-size: 12px;
}

/* Downloads Page */
.downloadsPageWrap .downloadsWrap {
	margin: 0 0 20px 0;
}

.downloadsPageWrap .downloadInfo {
	margin: 0 0 10px 0;
}

.downloadsPageWrap input.downloadButton {
	background: #02A898 url(images/shadow.png) repeat-x bottom left;
	border: 2px solid #02A898;
	color: #fff;
	font-size: 12px;
	padding: 4px 16px;
}

	.downloadsPageWrap input.downloadButton:hover {
		background-color: #036D63;
		border: 2px solid #036D63;
		color: #fff;
	}

.downloadsPageWrap .relatedProductWrap {
	border-radius: 0px 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.downloadsPageWrap .relatedProduct {
	float: left;
	padding: 15px 0px 15px 30px;
	text-align: center;
}

	.downloadsPageWrap .relatedProduct .productName {
		width: 150px;
	}

/* PayPal ShoppingCart Buttons*/
.payPalButtons .payPalButton {
	float: left;
	width: 150px;
	margin-left: 10px;
}

.bmlButtonWrap {
	height: 28px;
	overflow: hidden;
}

/* End PayPal ShoppingCart Buttons*/
