/* @override 
	http://www.blick.co.nz/includes/templates/blick-noir/css/stylesheet.css
	http://blick.co.nz/includes/templates/blick-noir/css/stylesheet.css
	http://dev.blick.co.nz/includes/templates/blick-noir/css/stylesheet.css
*/
/**
 * Blick Noir stylesheet
 *
 * @package templateSystem
 * @copyright The Blick Noir-specific style information is covered by the following :
 * @copyright Copyright � 2007-2008 Duncan Babbage/Wavelength Contact: http://design.wavelength.org.nz
 * @license All rights reserved. Use of limited portions of style information is acceptable.
 * @license Acknowledgement for such use is appreciated but not required.
 * @license Permission will not normally be granted to use graphical elements of the design.
 * @version $Id: stylesheet.css v1.10 2008-05-10 dbabbage $
 */

/* Hide all prices */
#cartAdd, #productPrices, #productQuantityDiscounts {
	display: none;
	}

/* Basic text formatting */
a { 
	color: #E53917;
	text-decoration: none;
	}
a:hover { color: #26F; }
a:active { color: white; }

h1 {
	font-size: 1.5em;
	color: #E53917;
	margin-bottom: 10px;
	}

h2 {
	font-size: 1.3em;
	color: white;
	}
h2 a, h3 a, h3.itemTitle a { 
	color: white; 
	text-decoration: none;
	}
h2 a:visited, h3 a:visited, h3.itemTitle a:visited { color: #777; }
h2 a:hover, h3 a:hover, h3.itemTitle a:hover { color: #26F; }
h2 a:active, h3 a:active, h3.itemTitle a:active { color: #E53917; }

h3 {
	font-size: 1.3em;
	color: white;
	}
.subtext { font-weight: normal; }

img { border: 3px solid #1f1f1f; }
.messageStackError img { border: none; }

/* Overall page styling */
body {
	background: url('/images/blade.gif') top left no-repeat #4d4d4d;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	text-align: left;
	color: #ededed
	}
body#popupImage { background: #4d4d4d; }

#mainWrapper {
	background: url('/images/blick-top.png') top left no-repeat;
	display: block;
	text-align: left;
	width: 900px;
	padding-top: 13px;
	margin: 4px auto;
	}

#headerWrapper {
	background: url('/images/blick-header.png') top left repeat-y;
	display: block;

	}

#logoWrapper {
	background: url('/images/blick.png') 0 0 no-repeat;
	height: 55px;
	padding-top: 13px;
	text-align: left;
	}

#navMainWrapper {
	background: url('/images/blick-navbar.png') top left no-repeat;
	font-weight: bold;
	width: 850px;
	height: 24px;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1.1em;
	}

#navMain {
	float: left;
	height: 24px; 
	width: 500px;
	}

#navMain ul.back { }

#navMain ul.back li {
	padding-right: 15px;
	}

#navMainSearch { float: right; }

#navMainSearch form input {
	background-color: #eee;
	color: #333;
	text-align: left;
	width: 20em;
	}
input#header-search-button { width: 30em; }

#navBreadCrumb {
	font-size: 1em;
	font-weight: bold;
	color: #555;
	margin-left: 15px;
	margin-right: 25px;
	padding: 5px;
	}

#navBreadCrumb a, #navBreadCrumb a:visited { color: #555; }
#navBreadCrumb a:hover { color: #AAA;}
#navBreadCrumb a:active { color: white;	}

#contentMainWrapper {
	background: url('/images/blick-main.png') left repeat-y;
	display: block;
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 0px 20px;
	}

#navSuppWrapper {
	display: none;
	background: url('/images/blick-main.png') left repeat-y;
	padding-left: 350px;
	padding-right: 50px;
	}

.centerBoxWrapper {
	margin: 0 0 20px 0;
	background-image: url(../images/title_cap_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

.centerColumn {
	padding: 10px;
	margin-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
	width: 630px;
	font-size: 1.2em;
	text-align: left;
	}

#indexDefaultHeading {
	margin-top: 10px;
}

.featuredProductBox, .ELFXCurrencyBox
	{
	width: 200px;
	text-align: center;
	margin: 0px 20px 0px 0px;
	}
.ELFXCurrencyBox {
	margin-left: -5px;
}

.featuredProductBox .BoxTop {
	background: url('/images/featured-top.png') top left no-repeat;
	height: 16px;
	}
.featuredProductBox .BoxMain {
	background: #1d1d1d;
	padding: 2px;
}
.featuredProductBox .name
{
	font-size: 1.1em;
	font-weight: bold;
	height: 2.4em;
	margin: 5px;
}
.PriceBox
{
	display: table;
	font-size: 1.8em;
	font-weight: bold;
	height: 3.6em;
	#position: relative;
	overflow: hidden;
	margin: 5px;
}
.PriceBoxMiddle {
	#position: absolute;
	#top: 50%;
	#left: 50%;
	display: table-cell;
	vertical-align: middle;
}
.price {
	#position: relative;
	#top: -50%;
	#left: -50%;
	}
.featuredProductBox .description {
	margin: 10px 5px -10px 5px;
	text-align: left;
	min-height: 9em;
}
.featuredProductBox .BoxImage {
	height: 170px;
}
.featuredProductBox .BoxImage img {
	margin: -5px 0px 0px 0px;
	}
.featuredProductBox .BoxBottom {
	background: url('/images/featured-bottom.png') top no-repeat;
	height: 16px;
	}
#featuredProducts .centerBoxHeading{
	text-align: left;
}

#advSearchResultsDefault th { float: left; text-align:left; }

.legalCopyright {
	background: url('/images/blick-bottom.png') top no-repeat;
	height: 50px;
	padding-left: 230px;
	color: #0e0e0e;
	}

/* Left and Right Columns */
.leftBoxContainer {
	margin-top: 1.5em;
	margin-right: 20px;
	margin-bottom: 30px;
	}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-weight: bold;
	}

/*display all cat box links as block*/
#categories a, #chcategories a {
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
a.category-drilling-text, a.category-top-text, #chcategories .external-link {
	display: block;
	margin-top: 30px;
	}
#chcategories .external-link {
	display: none;
	}
.external-link h4 a {
	color: #E53917;
	}
a.category-top-text span {
	margin-top: 15px;
	}
a.category-products.drilling-text, a.category-top-text span, a.category-first-by-industry-text span, #chcategories .external-link,
#ezpagesContent ul li a {
	display:block;
 	font-weight: bold;
	color: #E53917;
	font-size: 1.4em;
	line-height: 1.4em;
	}

#categories a.category-top-text span.category-not-selected {
	margin-top: 8px;
	margin-bottom: 8px;
	}


a.category-first-by-industry-text span.category-not-selected {
	margin-bottom: 8px;
	}


.category-subs-parent span {	margin-bottom: 0px; }


a.category-subs-text span, a.category-products-text span, a.first-by-industry span {
	display: block;
	font-size: 1.1em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	text-indent: -30px;
	margin-left: 20px;
	padding-bottom: 8px;
    }
a.category-products-text .diamond-text .category-not-selected, a.category-subs-text .category-not-selected .diamond-text  {
	display: none;
	}

.orderHistList li a {
	display: block;
/* 	text-indent: -20px;
	margin-left: 20px; */
	padding-bottom: 2px;
	}
 
#ezpagesContent ul li {
	display: block;
	font-size: 1.1em;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	}

#categoriesHeading.leftBoxHeading, #chcategoriesHeading.leftBoxHeading { display: none; }

#categoriesContent.sideBoxContent, #chcategoriesContent.sideBoxContent { display: block; }
a:link span.category-subs-parent, a:visited span.category-subs-parent,
a:link span.category-subs-selected, a:visited span.category-subs-selected,
a:link.category-top-text span.category-not-selected, a:visited.category-top-text span.category-not-selected,
a:link.category-first-by-industry-text span.category-not-selected, a:visited.category-first-by-industry-text span.category-not-selected,
#ezpagesContent.sideBoxContent ul li a:visited {
	color: #E53917; 
	text-decoration: none;
	}
#categoriesContent.sideBoxContent a.category-products:link, #categoriesContent.sideBoxContent a.category-products:visited, #chcategoriesContent.sideBoxContent a.category-products:link, #chcategoriesContent.sideBoxContent a.category-products:visited {
	color: white;
	font-size: 1.1em;
	line-height: 1.3em;
}
#categoriesContent.sideBoxContent a.category-products:hover, #chcategoriesContent.sideBoxContent a.category-products:hover, #ezpagesContent.sideBoxContent ul li a:hover { color: #26F; }
#categoriesContent.sideBoxContent a.category-products:active, #chcategoriesContent.sideBoxContent a.category-products:active,
#ezpagesContent.sideBoxContent ul li a:active { color: white; }
a:hover span.category-subs-parent, a:active span.category-subs-parent, 
a:hover span.category-subs-selected, a:active span.category-subs-selected,
a:hover.category-top-text span.category-not-selected, a:active.category-top-text span.category-not-selected,
a:hover.category-first-by-industry-text span.category-not-selected, a:active.category-first-by-industry-text span.category-not-selected {
	color: inherit;
	text-decoration: none;
}

#informationHeading, #orderhistoryHeading {
	padding: 0.5em 0 0 0;
	margin: 0;
	font-size: 1.6em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	}

.catBoxHeading1, #ezpagesHeading {
	display: block;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	}

#ezpages ul li a {
	color: white;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	}

#ezPageDefault table td {
	text-align: center;
	padding: 10px;
	}

#ezPageDefault .views-view-grid td {
	padding: 20px 15px 0 0;
	width: 155px;
	}

#ezPageDefault .views-view-grid .views-field-title {
	text-align: center;
	vertical-align: top;
	height: 3em;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-top: 5px;
	}

#shoppingcartHeading a, #shoppingcartHeading a:visited {
	color: white;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0.3em 0px;
	}
#shoppingcartHeading a:hover { color: #26F;}
#shoppingcartHeading a:active { color: #E53917;}
th#ccProductsHeading { text-align:left; }
th#ccTotalHeading { text-align: right; }
.orderHistList {
	margin: 0em;
	padding: 0em;
	}
.indent-box {
	border: 1px solid #777;
	padding: 5px;
	margin: 5px;
	margin-bottom: 30px;
	}
.indent-box p {
	padding: 0.5em;
	}

ul.orderHistList li { 
	list-style-type: none; 
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0em;
	}
ul.orderHistList li img { display: none; }

#contactsidebox { margin: 5em 0 0 0; }
#contactsideboxHeading{ display: none; }

#contactsideboxContent {
	font-weight: 300;
	color: #555;
	padding-left: 0px; 
	}

.sideBoxContent a, .sideBoxContent a:visited, .external-link a, #cartBoxListWrapper ul li span, #cartBoxListWrapper ul li a span {
	color: white;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	text-decoration: none;
	}
.sideBoxContent a:hover, .external-link a:hover { color: #26F; }
.sideBoxContent a:active, .external-link a:active { color: white; }

#contactsideboxContent a, #contactsideboxContent a:visited { 	
	line-height: 1em;
	letter-spacing: 0;
	color:  #555;
	}
#contactsideboxContent a:hover { color: #AAA; }
#contactsideboxContent a:active { color: white; }

.centerBoxHeading {
	margin: 0em;
	text-align: left;
	padding: 0.5em 0 0 0;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}


/* Product Listing table */
.categoryListBoxContents { 
	display: block;
	margin: 10px 0;
/*	height: 60px; */
}
.categoryListBoxContents img { 
	border: 0;
	padding: 5px;
	}
.categoryListBoxContents a, .categoryListBoxContents a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	}
.categoryListBoxContents a:hover { color: #26F; }
.categoryListBoxContents a:active { color: #E53917; }

#indexProductList br.clearBoth {
	display: none;
	}

tr.productListing-rowheading {
	visibility: hidden;
	font-size: 0.1em;
	}

/* Product Sheet and MSDS table */
#product-name { width: 20ex; }
#product-sheets-header { visibility: hidden;}
#product-doc-a { width: 13ex; }
#product-sheets td { padding: 15px 10px; }
#product-sheets a, #product-sheets a:visited { color: white;}
#product-sheets a:hover { color: #26F;}
#product-sheets a:active { color: #E53917;}
#product-sheets a.product-name {font-weight: bold;}

/* Width of Model Code column in Product Listing */
    th#listCell0-2 { width: 12ex; }
    th#listCell0-3 { text-align: center; }

img.listingProductImage {
	margin: 10px 5px 10px 0;
	}

.productListing-even {
	background-color: #121212;
}

#productMainImage {
	float: left;
	margin: 15px 10px 10px 0;
	}

#productName {
	margin: 15px 10px 10px 0;
	width: 390px;
	}

.productListing-data {
	padding: 10px 5px 15px 5px;
	}

.listingDescription {
	text-align: left;
	font-size: 1.1em;
	}

#productPrices {
	float: right;
	margin-top: -2em;
	color: white;
	}

#productDescription {
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	}

#productDetailsList {
	font-size: 1em;
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
}

#productMainImage a span.imgLink {
	font-size: 0.7em
	}

/* Shopping Cart */
.rowOdd {
	height: 1.5em;
	}

.cartProductDisplay span {
	vertical-align: middle;
	}
	
.cartProductDisplay a, .cartProductDisplay a:visited { 
	color: white;
	text-decoration: none;
}
.cartProductDisplay a:hover { color: #26F; }
.cartProductDisplay a:active { color: #E53917; }
.cartProductDisplay #cartProductTitle {
	margin: 0px;
	text-indent: 0px;
	padding: 0px;
	}

.rowEven {
	background-color: #121212;
	height: 1.5em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 3.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, 
.cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, 
#cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}
#cartInstructionsDisplay { margin-bottom: 20px; }
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-left: 0.7em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.2em;
	padding: 0;
	margin: 0px;
	}
.cartQuantityUpdate {
	padding-right: 5px;
	}
.cartNewItem {
	color: #33CC33;
	position: relative;
	/*

do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;
	/*d

o not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	}

.normalprice, .productSpecialPriceSale {
	color: #E53917;
	text-decoration: line-through;
	}
.productPriceDiscount {
	color: white;
	font-size: 0.8em;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	color: white;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	}

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}
#checkoutConfirmDefaultHeadingCart { margin-top: 20px; }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

#cartAdd {
	float: right;
	text-align: center;
	margin: 0.5em;
	border: 1px solid #333;
	padding: 0.5em;
	font-size: 0.9em
	}

#cartAdd p {
	padding: 0;
	margin: 0;
	}

div.floatingBox.important.forward .buttonRow.forward {
	float: left;
	}
	
.terms-of-trade-description { margin-bottom: 10px; }
#checkoutPayment fieldset { 
	margin-bottom: 0px;
	}
	
.hidden { 
	visibility: hidden;
	}

/* Customer Account */
/* Signup */
postcode span.alert {
	display: none;
	}

/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	margin: 0.2em 0.2em 0.8em 0.2em;
	padding-bottom: 10px;;
	border: 2px solid #E53917;
	}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img { 
	margin: -0.5em 0;
	padding: 7px 3px 1px 6px;
	border: 0;
	}
.messageStackWarning, .messageStackError {
/*	background-color: #E53917; */
	color: white;
	}

.messageStackSuccess {
/*	background-color: #99FF99; */
	color: white;
	}

.messageStackCaution {
/*	background-color: #FFFF66; */
	color: white;
	}


#siteMapList {
	width: 90%;
	float: right;
	}
#siteMapList a, #siteMapList a:visited { color: white; }
#siteMapList a:hover { color: #26F; }
#siteMapList a:active { color: #E53917; }


/* Original Default Template CSS
 * @copyright This section of the stylesheet, from this point forward:
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * Licence for the style information from this point forward:
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 */

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger {
	font-size: 1em;
	}

.biggerText {
	font-size: 1.1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0px;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	

/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: none;
	}
#checkoutShippingContentChoose { margin-bottom: 5px; }
#checkoutShipping fieldset legend { display: none; }
.shipping checkboxLabel { margin: 0px; }
.shipping#comments {
	margin: 25px 0px 10px 0px;
	padding: 0;
	}
.shipping#comments legend { 
	display: block;
	margin-bottom: 0px
	}
.shipping#comments textarea {
	height: 100px;
	margin: 0;
	padding: 0;
	}

legend#checkoutPaymentHeadingTotal { float: left; }

input#firstname, input#lastname, input#company, input#street-address, input#suburb, input#city, #email-address { width: 28em; }

LEGEND {
	color: white;
	font-weight: bold;
	padding: 0.3em 0;
	}
#addressBookDefault fieldset legend, #accountPassword fieldset legend, #accountEditDefault form fieldset legend { 
	font-size: 1.3em;
	float: left;
	padding-right: 5px;
	}
#orderTotals .larger {
	margin-top: 0px;
	padding: 0px;
	line-height:1em;
}
#orderHistoryDetailedOrder {
	padding-top: 10px;
	text-align: left; }
#orderHistoryStatus { 
	padding-top: 30px;
	text-align: left; }
#accountHistInfo th#myAccountProducts, #accountHistInfo #myAccountOrdersStatus th { text-align:left;
}
#accountHistInfo th#myAccountTotal { text-align:right;}
#myAccountShipInfo.floatingBox, #myAccountPaymentInfo.floatingBox {
	padding-top: 30px;	
}
#myAccountShipInfo.floatingBox h4, #myAccountPaymentInfo.floatingBox h4 { 
	font-size: 1.3em;
	}
#accountEditDefault fieldset legend.small { 
	font-size: 1em;
	line-height: 0.9em;
	padding-right: 55px;
	font-weight: normal;}
#addressBookDefault h3 { font-size: 1.2em; }

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0em 0em 1.2em;
	margin: 0;
	line-height: 1.45em;
	}

ADDRESS {
	font-style: normal;
	margin-bottom: 20px;
	}
#addressBookDefault address { float: left; }
#prevOrders caption { text-align:left; }
#prevOrders address {
	margin: 20px 0px;
	padding: 5px 10px;
}
#prevOrders td { padding: 5px 5px; }
#myAccountGen.list li a, #myAccountGen.list li a:visited {
	display: block;
	text-decoration: none;
	padding: 0em 0.2em;
	margin: 0 0 0.5em 0;
	color: #ffffff;
	white-space: nowrap;
	}
#myAccountGen.list li a:hover { color: #26F; }
#myAccountGen.list li a:active { color: #E53917; }
	
.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}


/*wrappers - page or section containers*/

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper {
	padding-bottom: 5px;
	font-size: 1em;
	}

#tagline {
	color: #000000;
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	}
#checkoutConfirmDefaultPaymentTitle, #checkoutConfirmDefaultShipmentTitle {
	font-weight: normal;
	margin-bottom: 15px;
	}
#checkoutConfirmDefault #checkoutShipto { 
	width: auto; 
	margin-bottom: 20px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	padding-top: 20px;
	width: 460px;
	text-align: right;
	}

.navSplitPagesLinks {
	
	}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a,
#navMain ul li a:visited, #navSupp ul li a:visited, #navCatTabs ul li a:visited {
	text-decoration: none;
	padding: 0em 0.2em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
#navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #26F;
	}
#navMain ul li a:active, #navSupp ul li a:active, #navCatTabs ul li a:active { color: #E53917; }

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navEZPagesTop {
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	
	}

#navColumnTwo {
	
	}

/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

.categoryListBoxContents { vertical-align: bottom; } 

/*.content,*/

#productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #E53917;
	margin-left: 0.5em;
	}

.advisory {
	
	}

.important {
	font-weight: bold;
	}
#checkoutShipping .important { font-weight: normal; }

.notice {
	
	}

.rating {
	
	}

.gvBal {
	float: right;
	}

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Image Display*/

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em;
	}

.categoryIcon {
	
	}

#cartImage {
	display: none;
	margin: 0.5em 1em;
	}

/*Attributes*/

.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	}

.attributesComments {
	
	}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/

.columnLeft {
	width: 220px;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/

.back {
	float: left;
	margin: 10px 0;
	}
#featuredProducts .back {
	margin-right: 2px;
	width: 33%;
}
ADDRESS.back, address.step-1-address, #checkoutShipto address 
{ margin: 0px 15px 20px 10px; }

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	margin: 10px 0;
	}
#checkoutShipping div.floatingBox.forward, #checkoutOrderTotals .lineTitle, #checkoutOrderTotals .totalBox, #checkoutConfirmDefault .lineTitle, #checkoutConfirmDefault .totalBox { margin: 0; }
#checkoutPayment .radioButtonLabel { visibility: hidden; }
#checkoutNewAddress div.alert.forward { margin: 0px 43px 0px 0px; }
/* #checkoutShipping div.forward { display: none; } /*
#checkoutShipping form div.floatingBox.important.forward { display: block; }
/* #checkoutShipping form div.buttonRow.back { display: none; } */

.bold {
	font-weight: bold;
	}

.hiddenField {
	display: none;
	}

.visibleField {
	display: inline;
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	}

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

tr.tableHeading {
	height: 2em;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

.information {
	padding: 5px 3px 10px 3px;
	line-height: 150%;
	}

.white { color: white; }

/* div {
	border: 1px solid white;
} */