/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 101%;
	color: #000000;
	background-color: #fff;
	}
	
a img {border: none; }

.buttonRow a {
	text-decoration: none;
	}
	
.buttonRow a:hover {
	text-decoration: none;
	}	


h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	color: #000;
	}

.biggerText {
	font-size: 1.2em;
	}

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

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: 0;
	display: block;
	width: 95%;
	}


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

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL {
	line-height: 1.5em;
	padding: 0.2em;
	}

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

#logo, .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;
	}

ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #d90000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #D5F0C1;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 993px;
	margin: 10px auto;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#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, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
	
/*navigation*/

.navSplitPagesResult {
	font-size: 0.8em;
	margin-top: 5px;
	}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0 0 5px 0;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
	
.navNextPrevList  a {
	text-decoration: none;
	margin-left: 5px;
	}

#navSuppWrapper {
	margin: 0em;
	background-color: #fff;
	font-weight: bold;
	color: #000;
	height: 1%;
	width: 100%;
	}

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

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

#navMain ul li a, #navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	white-space: nowrap;
	}

#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 {
	margin: 0.5em;
	}
	


#navBreadCrumb {
	padding-top: 15px;
	margin-bottom: 15px;
	clear: left;
	font-weight: bold;
	font-size: 0.9em;
	}
	
#navBreadCrumb a {
	color: #000;
	}
	
#navBreadCrumb a:hover {
	text-decoration: none;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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

#navColumnOne {
	float: left;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}
	
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

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

.alert {
	color: #d90000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	font-size: 0.9em;
	}
.important a {
	color: #000;
	}
.important a:hover {
	text-decoration: none;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

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

/*Shopping Cart Display*/

#cartContentsDisplay {
	border-collapse: collapse;
	font-size: 0.9em;
	}

#cartContentsDisplay th {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	}
	
#cartContentsDisplay td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

#cartAdd {
	text-align: right;
	margin-top: 5px;
	clear: right;
	}
	
.cartProductDisplay ul {
	margin-left: 75px;
	}
	
.cartProductDisplay a {
	color: #000;
	}
	
.cartProductDisplay a:hover {
	text-decoration: none;
	}
	
#scRemoveHeading {
	width: 100px;
	}
	
.cartRemoveItemDisplay  img, .cartRemoveItemDisplay input {
	vertical-align: middle;
	}
	
td.cartUnitDisplay, td.cartTotalDisplay, th#scUnitHeading, th#scTotalHeading {
	text-align: left;
	}
	
th#scProductsHeading {
	text-align: left;
	padding-left: 20px;
	}

#cartSubTotal {
	
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

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

.cartRemoveItemDisplay {
	width: 7em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #d90000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

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

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

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

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

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

.amount {
	width: 5.5em;
	}
	
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0 20px;
	float: left;
	}

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

.attributesComments {}

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


/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

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

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

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #d90000;
	text-decoration: none;
	}

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .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*/
.backback {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}


.bold {
	font-weight: bold;
	}

.rowOdd {
	
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	text-align: left;
	}
	
caption h2 {
	font-size: 1em;
	}

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

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

TR.tableHeading {
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.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: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
	

/* ON THE JOB */

#headerWrapper {
	position: relative;
	}	
	
#headerWrapper h1 {
	margin: 10px 0 0 0;
	float: left;
	font-size: 2.7em;
	font-weight: normal;
	}
	
#headerWrapper h1 a {
	color: #000;
	text-decoration: none;
	}
	
#headerWrapper h1 a:hover {
	color: #000;
	}	
	
#headerWrapper h1 span {
	font-size: 0.4em;
	font-weight: bold;
	}	
	
#cart {	
	float: left;
	margin-top: 37px;
	padding-left: 90px;
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
	}
	
#cart a {
	color: #d90000;
	text-decoration: underline;
	}
	
#cart a:hover {
	text-decoration: none;
	}
	
#navMainSearch {
	position: absolute;
	top: 20px;
	left: 670px;
	font-weight: bold;
	}
	

	
#search form {
	margin: 0;
	padding: 0;
	}
	
#searchbox {
	width: 215px;
	}
	
#searchinput {
	border: 1px solid #000;
	background-color: #579C26;
	color: #fff;
	padding: 2px;
	}
	
#search input {
	vertical-align: middle;
	}
	
/* NAV_MAIN */

#navCatTabs {
	clear: left;
	margin: 0;
	}
	
#navCatTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navCatTabs li {
	float: left;
	}
	
#navCatTabs a {
	display: block;
	float: left;
	border: 1px solid #000;
	background-color: #579C26;
	color: #fff;
	width: 120px;
	margin-right: 2px;
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	}
	
#navCatTabs a:hover, #navCatTabs a.category-top-selected {
	background-color: #D5F0C1;
	color: #000;
	}

	
/* CONTENT */

.centerColumn {
	padding-top: 1px;
	}	
	
#homePadding {
	clear: left;
	height: 1px;
	}
	
#homecolumn1 {
	width: 290px;
	float: left;
	}
	
#homecolumn1  img {
	margin: 0;
	padding: 0;
	float: left;
	}
	
#welcome {
	color: #0000ff;
	border: 3px solid #579C26;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 0.8em;
	padding: 4px;
	}
	
#welcome p {
	margin: 5px 0;
	}
	

#highlight {
	width: 690px;
	margin-left: 294px;
	margin-top: 2px;
	border: 3px solid #579C26;
	color: #0000ff;
	height: 402px;
	}	
	
#highlight img {
	float: right;
	}
	
#highlight h2 {
	margin: 60px 20px 10px 20px;
	font-size: 2em;
	}
	
#highlight p {
	margin: 20px 20px 10px 20px;
	font-size: 1.5em;
	}

#highlight p#findoutmore {
	margin: 85px 360px 0 20px;
	text-align: right;
	}
	
#highlight p#findoutmore a {
	text-decoration: none;
	color: #fff;
	background-color: #0000ff;
	border: 1px solid #000;
	font-size: 0.6em;
	padding: 3px 5px;
	}
	
#highlight p#findoutmore a:hover {
	color: #0000ff;
	background-color: #fff;
	}	
	
.clearRight {
	clear: right;
	}
	
.clearLeft {
	clear: left;
	height: 5px;
	}	
	
#indexCategories, #indexProductList, #shoppingCartDefault, #loginDefault, #passwordForgotten, #checkoutConfirmDefault, #logoffDefault, #accountDefault, #accountHistoryDefault, #accountHistInfo, #accountEditDefault, #addressBookDefault, #addressBookProcessDefault, #accountPassword, #checkoutSuccess, #createAcctSuccess, #pageTwo, #shippingInfo, #pageThree, #privacy, #conditions, #advSearchDefault, #advSearchResultsDefault, #ezPageDefault  {
	margin-left: 190px;
	}
	
#checkoutShipping, #checkoutPayment, #contactUsDefault {
	padding-left: 190px;
	}
	
#shoppingCartDefault table {
	margin-top: 5px;
	}
	
#accountHistInfo table {
	border-collapse: collapse;
	}
	
#accountHistInfo th, #accountHistInfo td {
	border: 1px solid #000;
	padding: 5px;
	}
	
input.hidden {
	height: 0;
	line-height: 0;
	font-size: 0;
	}
	
#prevOrders {
	border-collapse: collapse;
	}
	
#myAccountProducts, #myAccountOrdersStatus th {
	text-align: left;
	}
	
#myAccountTotal {
	text-align: right;
	}
	
#orderTotals {
	font-size: 0.9em;
	}
	
.accountQuantityDisplay {
	width: 100px;
	}
	
#orderAttribsList {
	margin-top: 0;
	}
	
#prevOrders td, #prevOrders th {
	border: 1px solid #000;
	padding: 5px;
	}
	
#loginDefault fieldset, #passwordForgotten fieldset, #checkoutShipping fieldset, #checkoutPayment fieldset, #checkoutConfirmDefault fieldset, #logoffDefaultMainContent, #accountHistoryDefault fieldset, #myAccountShipInfo, #accountEditDefault fieldset, #addressBookDefault fieldset, #addressBookProcessDefault fieldset, #accountPassword fieldset, #checkoutSuccess fieldset, #createAcctSuccess fieldset, #contactUsDefault fieldset, #advSearchDefault fieldset {
	font-size: 0.9em;
	}
	
#logoffDefaultMainContent {
	margin-top: 10px;
	}
	
#createAcctSuccessMainContent {
	font-size: 0.9em;
	margin-top: 10px;
	}
	
#checkoutShipping form, #checkoutPayment form, #checkoutConfirmDefault form, #contactUsDefault form, #advSearchResultsDefault form {
	margin: 0;
	padding: 0;
	}
	

#indexCategoriesHeading, #productListHeading, #cartDefaultHeading, #loginDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #logoffDefaultHeading, #accountDefaultHeading, #accountHistoryDefaultHeading, #addressBookDefaultHeading, #checkoutSuccessHeading, #createAcctSuccessHeading, #contactUsDefault h1, #pageTwo h1, #shippingInfo h1, #pageThree h1, #privacy h1, #conditions h1, #advSearchDefault h1, #advSearchResultsDefault h1, #ezPageDefault h1  {
	border: 1px solid #000;
	margin: 0;
	background-color: #C1E9A5;
	font-size: 1.2em;
	padding: 3px;
	}
	
#addressBookProcessDefault h1 {
	font-size: 1.2em;
	}

#categoryDescription, #indexProductListCatDescription {
	border: 3px solid #579C26;
	color: #0000ff;
	margin: 5px 0 0 0;
	}
	
#indexProductListCatDescription {
		padding: 5px 10px 10px 10px;
	}
	
#categoryDescription {
	position: relative;
	height:auto !important;
	height: 91px;
	min-height: 91px;
	max-height: 300px;
	}
	
#height, #tools, #safetyGear, #decorating, #drainage, #everythingElse {
	height: 275px;
	}
	
#strapsRopes {
	height: 255px;
	position: relative;
	}
	
#categoryDescription p#catImg {
	margin: 0;
	}
	
#categoryDescription #imgLeft {
	float: left;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 10px;
	}
	
#categoryDescription #tools img {
	position: absolute;
	top: 5px;
	left: 400px;
	}
	
#categoryDescription #safetyGear img {
	position: absolute;
	top: 15px;
	left: 500px;
	}
	
#categoryDescription #decorating img {
	position: absolute;
	top: 15px;
	left: 420px;
	}
	
#categoryDescription #drainage img {
	position: absolute;
	top: 5px;
	left: 450px;
	}
	
#categoryDescription #everythingElse img {
	position: absolute;
	top: 5px;
	left: 505px;
	}
	
#strapsRopes img {
	position: absolute;
	top: 15px;
	left: 390px;
	}
	
#categoryDescription #imgBehind {
	position: absolute;
	top: 0;
	left: 220px;
	z-index: 10px;
	}
	
.onTop {
	position: absolute;
	z-index: 20px;
	width: 800px;
	}
	
#categoryDescription p, #indexProductListCatDescription #strapsRopes p {
	font-size: 1.4em;
	margin-top: 20px;
	}
	
#categoryDescription p#findoutmore {
	text-align: right;
	margin-top: 110px;
	margin-bottom: 0;
	margin-right: 10px;
	font-size: 1.2em;
	}
	
#categoryDescription #drillingBreaking p#findoutmore {
	top: 132px;
	left: 640px;
	position: absolute;
	}
	
#categoryDescription #tools p#findoutmore {
	top: 132px;
	left: 440px;
	position: absolute;
	}
	
#categoryDescription #decorating p#findoutmore {
	top: 112px;
	left: 140px;
	position: absolute;
	}
	
#categoryDescription #drainage p#findoutmore {
	top: 112px;
	left: 140px;
	position: absolute;
	}
	
#categoryDescription #everythingElse p#findoutmore {
	top: 112px;
	left: 140px;
	position: absolute;
	}
	
#categoryDescription #safetyGear p#findoutmore {
	top: 132px;
	left: 550px;
	position: absolute;
	}
	
#strapsRopes p#findoutmore {
	top: 112px;
	left: 190px;
	position: absolute;
	font-size: 1.2em;
	}
	
#categoryDescription #drillingBreaking p#findoutmore a, #categoryDescription #tools p#findoutmore a, #categoryDescription #safetyGear p#findoutmore a, #strapsRopes p#findoutmore a, #categoryDescription #decorating p#findoutmore a, #categoryDescription #drainage p#findoutmore a, #categoryDescription #everythingElse p#findoutmore a {
	display: block;
	}

	
#categoryDescription h2, #indexProductListCatDescription h2 {
	font-size: 2em;
	margin: 25px 0 10px 0;
	}
	
#drillingBreaking h2, #tools h2, #safetyGear h2, #decorating h2, #drainage h2, #everythingElse h2 {
	margin-left: 10px;
	margin-top: 40px;
	}
	
#everythingElse h2 {
	margin-left: 50px;
	}
	
#strapsRopes h2 {
	margin-left: 10px;
	margin-top: 20px;
	}
	
#drillingBreaking p, #tools p, #safetyGear p, #strapsRopes p, #decorating p, #drainage p {
	margin-left: 40px;
	}

#everythingElse p {
	margin-left: 80px;
	}
	
#checkoutShipping h2, #checkoutPayment h2, #accountDefault h2, #addressBookDefaultPrimary, #addressBookDefault h3, #conditions h3 {
	font-size: 1em;
	}
	
#checkoutConfirmDefault h2, #conditions h2 {
	font-size: 1.1em;
	}
	
#conditions h3 {
	padding-top: 25px;
	}
	
#addressBookDefault address {
	font-size: 0.9em;
	}
	
#addressBookDefault fieldset address {
	font-size: 1em;
	}
	
#checkoutConfirmDefault h3, #checkoutConfirmDefaultShippingAddress, #checkoutConfirmDefaultHeadingComments, #checkoutConfirmDefaultHeadingCart, #checkoutShippingHeadingMethod, #myAccountPaymentInfo h3, #myAccountPaymentInfo h4, #myAccountShipInfo h3, #orderHistoryStatus {
	font-size: 1em;
	border-top: 1px solid #000;
	padding-top: 5px;
	}


	
#checkoutShipto, #checkoutBillto, #contactUsDefault p, #pageTwo p, #pageTwo ul, #shippingInfo p, #pageThree p, #privacy p, #privacy ul, #conditions p, #conditions ul, #conditions dl {
	font-size: 0.9em;
	}
	
#conditions dt {
	font-weight: bold;
	}
	
#pageTwo li {
	margin-bottom: 5px;
	}
	
#indexProductListCatDescription img, #categoryDescription  #categoryImgListing {
	margin: 0 10px 0 0;
	float: left;
	padding: 3px;
	}
	
#indexProductListCatDescription p {
	font-size: 1.2em;
	margin-top: 20px;
	}
	

#indexProductListCatDescription p#findoutmore {
	text-align: right;
	margin-top: 90px;
	margin-bottom: 0;
	margin-right: 10px;
	}
	
	
#categoryDescription p a, #indexProductListCatDescription p a {
	text-decoration: none;
	color: #fff;
	background-color: #0000ff;
	border: 1px solid #000;
	font-size: 0.7em;
	padding: 3px 5px;
	}
	
#categoryDescription p a:hover, #indexProductListCatDescription p a:hover {
	color: #0000ff;
	background-color: #fff;
	}	
	
.centerBoxContentsProducts {
	float: left;

	text-align: left;
	font-size: 0.9em;
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
	padding: 20px 0 0 0;
	height: auto !important;
	height: 241px;
	min-height: 241px;
	}
	
#productsListingListingTopLinks {
	
	}

#productsListingBottomNumber {
	clear: left;
	}
	
.catleftcol {
	float: left;
	margin: 0 5px 5px 0;
	width: 150px;
	}
	
.centerBoxContentsProducts h3 {
	font-size: 95%;
	}
	
.centerBoxContentsProducts h3 a, #logoffDefault a, #accountDefault a, #checkoutSuccess a, #createAcctSuccessMainContent a, #contactUsDefault a, #pageTwo a, #pageThree a, #privacy a, #conditions a, #shippingInfo a {
	color: #000;
	}
	
.centerBoxContentsProducts h3 a:hover, #logoffDefault a:hover, #accountDefault a:hover, #checkoutSuccess a:hover, #createAcctSuccessMainContent a:hover, #contactUsDefault a:hover, #pageTwo a:hover, #pageThree a:hover, #privacy a:hover, #conditions a:hover, #shippingInfo a:hover {
	text-decoration: none;
	}
	
#checkoutSuccessOrderNumber {
	margin-top: 10px;
	}
	
.listingDescription	 {
	margin-right: 20px;
	}
	
a.moreinfo {
	border: 1px solid #000;
	background-color: #0000ff;
	color: #fff;
	padding: 5px 25px;
	font-size: 1em;
	text-decoration: none;
	margin-left: 180px;
	display: block;
	width: 9em;
	text-align: center;
	}
	
a.moreinfo:hover {
	text-decoration: none;
	color: #0000ff;
	background-color: #fff;
	}	
	
* html a.moreinfo:hover {
	text-decoration: none;
	background-color: #0000ff;
	color: #fff;
	}
	
#productGeneral {
	margin-left: 190px;
	position: relative;
	border-bottom: 2px solid #000;
	height:auto !important;
	height: 450px;
	min-height: 450px;
	}

h1#productName {
	border-bottom: 2px solid #000;
	}

.navNextPrevWrapper {
	text-align: right;
	}

#productMainImage {
	float: left;
	margin-right: 10px;
	}
	
h2#productPrices {
	font-size: 1.1em;
	}

#productDescription {
	margin-left: 350px;
	font-size: 0.9em;
	}

#rangeBox {
	border: 1px solid #000;
	padding: 10px;
	background-color: #D5F0C1;
	margin-top: 30px;
	}

#rangeBox p {
	margin: 0;
	}
	
h3#attribsOptionsText {
	text-align: left;
	margin-left: 350px;
	font-size: 0.9em;
	margin-top: 20px;
	margin-bottom: 0;
	}
	
#productAttributes {
	text-align: right;
	}

#attrib-grid-table {
	float: right;
	font-size: 0.9em;
	width: 452px;
	margin-top: 0;
	}

#attrib-grid-table td {
	text-align: left;
	}	

td#attrib-grid-opt-nameH {
	display: none;
	}

#attrib-grid-table td.qtyCell {
	font-weight: bold;
	text-align: right;
	}

#attrib-grid-table td.attrib-grid-cell {
	text-align: right;
	width: 4em;
	}

td.attrib-grid-cell input {
	width: 2em;
	font-weight: bold;
	text-align: center;
	}

#attrib-grid-opt-nameV {
	display: none;
	}
	
#alsoPurchased, #crossSell {
	margin-left: 190px;
	text-align: left;
}

#alsoPurchased h2, #crossSell h2 {
	font-size: 1em;
}

#alsoPurchased a, #crossSell a {
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
}

#crossSell a {
	font-size: 0.6em;
}

#alsoPurchased a:hover, #crossSell a:hover {
	text-decoration: none;
}

.centerBoxContentsCrossSell {
	float: left;
}

#qtyDisc {
	margin: 15px 7px 10px 0;
	width: 175px;
	}

#qtyDisc table {
	width: 175px;
}

#qtyDisc p {
	margin: 0;
}

#mainWrapper {
	border-bottom: 3px solid #579C26;
	margin-bottom: 10px;
	}
	
#ezPageDefault h2 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 20px;
	}
	
#ezPageDefault h2+p {
	margin-top: 5px;
	}
	
#ezPageDefault a {
	color: #000;
	
	}
	
#ezPageDefault a:hover {
	text-decoration: none;
	}
	
#ezPageDefault img {
	border: 2px solid #579C26;
	margin-left: 10px;
	}
	
#ezPageDefault li {
	margin-bottom: 10px;
	}
	
#ezPageDefault .centerBoxContentsCrossSell {
	font-size: 0.9em;
	}
	
#ezPageDefault .centerBoxContentsCrossSell img {
	margin-top: 10px;
	border: none;
	}
	
#ezPageDefault .centerBoxContentsCrossSell a {
	font-weight: bold;
	}


/* FOOTER */

#navMain {
	clear: left;
	float: left;
	font-size: 0.8em;	
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
#navMain a {
	color: #000;
	text-decoration: underline;
	}
	
#navMain a:hover {
	text-decoration: none;
	}

#siteinfoLegal {
	margin-top: 5px;
	float: right;
	font-size: 0.8em;
	}
	
#siteinfoLegal a {
	color: #000;
	text-decoration: underline;
	}
	
#siteinfoLegal a:hover {
	text-decoration: none;
	}

	
/* IE6 HACKS */

* html #navCatTabs a {
	margin-right: 1px;
	}
	
* html #morehighlights {
	width: 305px;
	}
	
* html #navMainSearch {
	top: 20px;
	left: 310px;
	}
	
* html #shoppingCartDefault {
	margin-left: 200px;
	}
	
* html #highlight {
	width: 687px;
	}
	

.categoryListBoxContents {
	text-align: left;
	}
	
.categoryListBoxContents img {
	float: left;
	margin-right: 10px;
	}
	
.categoryListBoxContents a {
	color: #484848;
	text-decoration: none;
	}
	
.categoryListBoxContents a:hover {
	text-decoration: underline;
	}
	
.categoryListBoxContents h2 {
	font-size: 1em;
	margin-bottom: 0;
	}
	
.categoryListBoxContents p {
	margin: 0;
	font-size: 0.9em;
	}
	
#articleBox {
	border: 1px solid #000;
	padding: 10px;
	margin-top: 30px;
	}

#articleBox p {
	margin: 0;
	}
	
#articleBox a {
	color: #000;
	}
	
#articleBox  a:hover {
	text-decoration: none;
	}
	
/* SHIPPING ESTIMATOR */

#popupShippingEstimator {
	font-size: 0.9em;
	}
	
.seDisplayedAddressLabel {
	background-color: #C1E9A5;
	color: #000;
	}
	
#popupShippingEstimator a{
	font-size: 0.9em;
	color: #000000;
	}
	
#popupShippingEstimator h2 {
	font-size: 1em;
	}
	
#popupShippingEstimator label , #popupShippingEstimator select, #popupShippingEstimator input {
	display: none;
	}
	
#popupShippingEstimator table {
	border-collapse: collapse;
	}
	
#popupShippingEstimator td, #popupShippingEstimator th {
		padding: 3px;
		border: 1px solid #000;
		}
		

/* NEW CUSTOMER AD */

#discountConf {
	border: 2px solid #B70000;
	padding: 5px;
	}
	
#tenpercent {
	float: left;
	margin-right: 5px;
	margin-top: -13px;
	}

#newCustomer {
	border: 1px solid #000000;
	margin-top: 20px;
	background-color: #d5f0c1;
	font-size: 0.9em;
	position: relative;
	}
	
#newCustomerTop {
	border-bottom: 1px solid #000000;
	background-color: #c1e9a5;
	}
	
#newCustomer h2 {
	margin: 0;
	font-size: 1.1em;
	padding-left: 70px;
	}
	
* html #newCustomer h2 {
	padding-left: 0;
	}
	
#newCustomer p {
	padding: 5px;
	}
	
#newCustomer p#signUp {
	padding-bottom: 0;
	margin-bottom: 3px;
	text-align: right;
	}
	
#newCustomer a {
	color: #9c0000;
	font-weight: bold;
	}
	
#newCustomer a:hover {
	text-decoration: none;
	}
	
#newCustomer img {
	position: absolute;
	top: -10px;
	left: 0;
	}
	
* html #newCustomer img {
	position: static;
	}
	
img, div, h1, h2, p { behavior: url(iepngfix.htc) }		


/* SECURITY BOX */

#security {
	border: 1px solid #000000;
	margin-top: 20px;
	background-color: #d5f0c1;
	font-size: 0.9em;
	position: relative;
	}
	
#securityTop {
	border-bottom: 1px solid #000000;
	background-color: #c1e9a5;
	}
	
#security h2 {
	margin: 0;
	font-size: 1em;
	padding-left: 55px;
	}
	
* html #security h2 {
	padding-left: 0;
	}
	
#security p {
	padding: 5px;
	}
	
#security p#signUp {
	padding-bottom: 0;
	margin-bottom: 3px;
	text-align: right;
	padding-top: 0;
	}
	
#security a {
	color: #9c0000;
	font-weight: bold;
	}
	
#security a:hover {
	text-decoration: none;
	}
	
#security img#padlock {
	position: absolute;
	top: -15px;
	left: 0;
	}
	
* html #security img#padlock {
	position: static;
	}
	
#security img#creditLogos {
	float: right;
	margin-left: 2px;
	border: 1px solid #000;
	}	
