
/*************
	BUTTONS
**************/

/*************
	TEXT
**************/
button span { display:none; }
/* Manufacturer Text / Links */
.mfgText, a.mfgText, a.mfgText:visited, a.mfgText:hover {
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#666;
	}
a.mfgText:hover {
	color:#000;
	}

/*************
	PRODUCTS
**************/

/* Main Product Listing Container */
#prodContainer {
	padding:5px 0;
	}
	
/* Product Box */
.prodBox {
	float:left;
	margin:10px 20px;
	width:160px;
	padding:10px;
	border:1px solid #ccc;
	}
/* Product Image */
.prodImage {
	width:150px;
	height:150px;
	}
/* Product Image Link */
.prodImageLink {
	display:block;
	width:150px;
	height:150px;
	}
/* Product Image Link <span> (No Image) */
.prodImageLink span {
	display:block;
	width:150px;
	height:150px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	background:#fff url(images/catalog/no_image.gif) no-repeat top left;
	}
/* Product Link Text */
a.prodTextLink, a.prodTextLink:visited, a.prodTextLink:hover {
	font-size:10px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;
	color:#666;
	line-height:normal;
	}
/* Product Text: SALE */
.prodTextSale {
	display:block;
	width:100px;
	height:20px;
	overflow:hidden;
	text-indent:800px;
	background:#f00 url(images/catalog/prod_txt_sale.gif) no-repeat top left;
	}
/* Product Text: Price */
.prodTextPrice, .prodTextPriceDetails {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;	
	color:#204a30;
	}
.prodTextPriceDetails {
	font-size:14px;
	}
/* Product Text: List Price */
.prodTextListPrice, .prodTextListPriceDetails {
	font-size:10px;
	font-family:Arial,Verdana,Helvetica; 
	font-weight:normal;	
	color:#666;
	}
.prodTextListPriceDetails {
	font-size:11px;
	}
/* Product Text: VIEW DETAILS */
.prodViewDetails {
	display:block;
	width:138px;
	height:16px;
	background:#fff url(images/catalog/btn_view_details1.gif) no-repeat top left;
	margin:0;
	}
	.prodViewDetails span {
		display:none;
		}
/* Product Details Text: Title */
.prodTextTitle {
	font-size:14px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;	
	color:#666;
	}

/*************
	CART STYLES
**************/
.catCartfinePrint {
	font-size:10px;
	font-family:Verdana,Arial,Helvetica; 
	color:#999;
	}

/*************
	PAGINATION
**************/
.catPagination {
	clear:both;
	width:100%;
	margin:20px 0;
	}
	.catPagination td {
		font-size:10px;
		font-family:Verdana,Arial,Helvetica; 
		color:#06623b;
		}
		.catPagination td a, .catPagination td a:visited, .catPagination td a:hover {
			font-size:10px;
			font-family:Verdana,Arial,Helvetica; 
			color:#06623b;
			}
		.catPagination td a.active, .catPagination td a.active:visited, .catPagination td a.active:hover {
			background-color:#09c;
			color:#fff;
			}
	
/*************
	OTHER STYLES
**************/

/* Breadcrumb Bar */
#catBreadCrumb {
	padding:5px;
	/*
	background-color:#eee;
	border:1px solid #7b9f8b;
	*/
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#999;
	}
#catBreadCrumb span {
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;	
	color:#333;
	}
#catBreadCrumb a, #catBreadCrumb a:visited, #catBreadCrumb a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#708e63;	
	text-decoration:none;
	}
#catBreadCrumb a:hover {	
	color:#333;	
	}

.cartTable {
	border:1px solid #a9a889;
	background:#fff;
	margin-top:15px;
	}
.couponBox {
	padding:2px;
	background-color:#ECEAFF;
	display:none;
	}
.cartMessage {
	border:1px solid #FEDD7A;
	background-color:#FFFFD9;
	margin-top:15px;
	padding:10px;
	font-weight:bold;
	}


.tableHdr {
	text-transform:uppercase;
	border-bottom:1px solid #cfceb9;
	font-size:13px;
	letter-spacing:1px;
	color:#357056;
	padding-bottom:4px;
	}

/* Lines */
.lineTop {
	border-top:1px solid #ccc;
	}
.lineBottom {
	border-bottom:1px solid #ccc;
	}
.lineLeft {
	border-left:1px solid #ccc;
	}
/* Red copy for required fields */
.copyRed {
	color:#900;
	}
	
.prodListing {
	width:100%;
}
.prodListing th {
	text-align:left;
}
.evenRow {
	background-color:#F6F5DE;
}
.oddRow {
	background-color:#F3F3F3;
}
.hoverRow {
	background-color:#FAF8BC;
}
#quickSearchContainer { width:300px; margin:10px; float:left; }
#quickSearchContainer br { clear: both; }
#quickSearchContainer label { display:block; text-align:right; width:90px; float:left; padding:4px; }
#quickSearchContainer #quickSearchBox { display:block; width:180px; float:left; margin:4px; }
#quickSearchResults { width:567px; margin:10px 0 10px 10px; float:left; }
#quickSearchResults.haveResults { border: 1px solid #ccc; }
.searchPages { border-bottom: 1px solid #ccc; }
.searchPages a, .searchPages span {
	display: block;
	padding: 3px;
	float: left;
	}
	.searchPages .prevPage, .searchPages .nextPage {
		width: 40px;
		}
	.searchPages span {
		color: #ccc;
		font-style: italic;
		}
	.searchPages .pageInfo {
		width: 475px;
		width/* */:/**/469px;
		width: /**/469px;
		text-align: center;
		font-weight: bold;
		color: #aaa;
		}
.searchHeading div.searchRow { border-bottom: 2px solid #4d4d4d; }
.searchHeading div.searchRow div {
	float: left;
	padding: 3px;
	font-weight: bold;
	}
.searchListing {
	overflow: auto;
	height: 1px;
	}
.searchListing div.searchRow { border-bottom: 1px solid #ccc; cursor: pointer; }
.searchListing div.searchRow div {
	float: left;
	padding: 3px;
	}
	div.searchRow div.itemID { display: none;}
	div.searchRow div.itemNum {
		width: 122px;
		width/* */:/**/116px;
		width: /**/116px;
		}
	div.searchRow div.description {
		width: 272px;
		width/* */:/**/266px;
		width: /**/266px;
		}
	div.searchRow div.upc {
		width: 102px;
		width/* */:/**/96px;
		width: /**/96px;
		}
	div.searchRow div.price {
		width: 46px;
		width/* */:/**/40px;
		width: /**/40px;
		}
	#quickSearchResults a.closeOpen {
		display: block;
		padding: 3px;
		margin: 0 auto;
		text-align: center;
		border-top: 1px solid #ccc;
		}
.prodListing .quickCart { padding:3px; }
div.prodListing {
	width: 100%;
	clear: both;
	}
div.prodListing div { float: none; }
div.prodListing div.prodRow { float: none; padding:3px; }
div.prodListing div div {
	float: left;
	padding: 3px;
	}
	div.prodListing div.clear { float: none; margin: 0; padding:0; }
	div.prodListing div.headingRow { border-bottom:1px solid #4f4f4f; }
	div.prodListing div.headingRow div { font-weight: bold; }
	div.prodListing div div.prodListingQty {
		width: 72px;
		width/* */:/**/66px;
		width: /**/66px;
		}
	div.prodListing div div.prodListingItemNumber {
		width: 117px;
		width/* */:/**/111px;
		width: /**/111px;
		}
	div.prodListing div div.prodListingDescription {
		width: 396px;
		width/* */:/**/390px;
		width: /**/390px;
		}
	div.prodListing div div.prodListingUPC {
		width: 152px;
		width/* */:/**/146px;
		width: /**/146px;
		}
	div.prodListing div div.prodListingPrice {
		width: 84px;
		width/* */:/**/78px;
		width: /**/78px;
		}
	div.prodListing div div.prodListingTotal {
		width: 84px;
		width/* */:/**/78px;
		width: /**/78px;
		}

.inventory-text { font-size:10px; font-style:italic; }

/* Catalog Buttons */
.searchProductsButton {
	width:55px;
	height:18px;
	background:url(images/catalog/btn_search.gif) top left no-repeat;
	border:none;
	}

.continueShopping {
	width:161px;
	height:30px;
	background:url(images/catalog/btn_continue_shopping.gif) top left no-repeat;
	border:none;
}

.loginButton {
	width:83px;
	height:30px;
	background:url(images/catalog/btn_login.gif) top left no-repeat;
	border:none;
}

.checkoutNow {
	width:136px;
	height:30px;
	background:url(images/catalog/btn_checkout_now.gif) top left no-repeat;
	border:none;
}

.sendOrder {
	width:88px;
	height:30px;
	background:url(images/catalog/btn_send_order.gif) top left no-repeat;
	/*white-space:nowrap;
	overflow:hidden;
	text-indent:-300px;*/
	border:none;
	line-height:normal;
	}
	.sendOrder span {display:none; }

.printOrder {
	width:125px;
	height:30px;
	background:url(images/catalog/btn_print_order.gif) top left no-repeat;
	border:none;
}

.updateCart {
	width:123px;
	height:30px;
	background:url(images/catalog/btn_update_cart.gif) top left no-repeat;
	border:none;
	}

	.emptyCart {
		width:125px;
		height:30px;
		background:url(images/catalog/btn_empty_cart.gif) top left no-repeat;
		border:none;
		}

.edit {
	width:45px;
	height:30px;
	background:url(images/catalog/btn_edit.gif) top left no-repeat;
	border:none;
}

.addAddress {
	width:124px;
	height:30px;
	background:url(images/catalog/btn_add_address.gif) top left no-repeat;
	border:none;
	margin-right:5px;
}

.cancel {
	width:63px;
	height:30px;
	background:url(images/catalog/btn_cancel.gif) top left no-repeat;
	border:none;
}

.save {
	width:43px;
	height:30px;
	background:url(images/catalog/btn_save.gif) top left no-repeat;
	border:none;
	margin-right:5px;
}

.changePassword {
	width:125px;
	height:30px;
	background:url(images/catalog/btn_change_password.gif) top left no-repeat;
	border:none;
	margin-right:5px;
}

.uploadEorder {
	width:140px;
	height:30px;
	background:url(images/catalog/btn_upload_eorder.gif) top left no-repeat;
	border:none;
}
.uploadorder {
	width:129px;
	height:30px;
	background:url(images/catalog/btn_upload_order.gif) top left no-repeat;
	border:none;
}

.continue {
	width:77px;
	height:30px;
	background:url(images/catalog/btn_continue.gif) no-repeat top right;
	border:none;
}

.form {
	background-color:#f5f5f5;
	border:1px solid #cacaca;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#06623B;
}

.subNavContainer {
	width:914px;
	border-top:1px solid #c3c39e;
	border-bottom:1px solid #c3c39e;
	margin:0 auto;
	}
.subNav {
	text-align:center;
	padding:0;
	width:914px;
	margin:0 auto;
	background-color:#dedebc;
	}
	.subNav ul {
		list-style:none;
		padding:0;
		margin:0px 0px 0px 0px;
		}
		.subNav li { float:left; padding:0; margin:0; width:228px; }
		.subNav a, .subNav a:visited, .subNav a:hover {
			display:block;
			padding:3px;
			text-align:center;
			text-decoration:none;
			}
			.subNav a:hover {
			background-color:#d3d3b3;
			color:#4b4b4b;
			}
				.selected {
					background-color:#ceceac;
				}

#quickOrderContainer{
	}
	.quickOrderHeaderRow div {
		font-weight: bold;
		border-bottom:2px solid #ccc
		}
	.quickOrderID { display: none; }
	.quickOrderHeaderRow div, .quickOrderRow div {
		float: left;
		padding: 3px;
		}
	.quickOrderQTY {
		width: 56px;
		width/* */:/**/50px;
		width: /**/50px;
		}
		.quickOrderQTY input {
			width: 40px;
			}
	.quickOrderSkuSearch {
		width: 146px;
		width/* */:/**/140px;
		width: /**/140px;
		}
		.quickOrderSkuSearch input { width: 135px; }
	.quickOrderSku, .quickOrderUPC  {
		width: 136px;
		width/* */:/**/130px;
		width: /**/130px;
		}
	.quickOrderDescription {
		width: 236px;
		width/* */:/**/230px;
		width: /**/230px;
		}
	.quickOrderPrice, .quickOrderItemTotal {
		width: 102px;
		width/* */:/**/96px;
		width: /**/96px;
		}
	a.addQuickRow, a.addQuickRow:hover {
		display: block;
		padding: 4px;
		text-decoration: none;
		float: right;
		border: 3px double #025e36;
		}
		a.addQuickRow:hover { border-color: #17658a; }
#cartChangeNotice, #helpText {
	border:1px solid rgb(145, 144, 102);
	padding:15px;
	text-align:center;
	font-weight:bold;
	background-color:#E9E8CE;
	margin:10px;
	}
#helpText {
	text-align:left;
	font-weight:normal;
	margin:15px 0;
	}
	
	a.showOrderPricing, a.showOrderPricing:visited, a.showOrderPricing:hover,
	.showOrderPricingLink a, .showOrderPricingLink a:visited,.showOrderPricingLink a:hover,
	.quickOrderLink a, .quickOrderLink a:visited,.quickOrderLink a:hover,
	.cartUploadLink a, .cartUploadLink a:visited,.cartUploadLink a:hover {
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#06623B;
		display:block;
		float:left;
		margin:4px;
		width:321px;
		}
		.showOrderPricingLink { width:581px; margin:0 auto; }
		.showOrderPricingLink a, .showOrderPricingLink a:visited,.showOrderPricingLink a:hover { width:457px; margin:4px auto; }
		a.showOrderPricing, a.showOrderPricing:visited, a.showOrderPricing:hover { font-size:12px; float:none; margin:6px auto; font-weight:bold; padding:4px; text-align:center; }
		.showOrderPricingLink a:hover, .quickOrderLink a:hover, .cartUploadLink a:hover { color:#28845C; }
	.showOrderPricingLink a.showOrderPricingButton, .showOrderPricingLink a.showOrderPricingButton:visited,.showOrderPricingLink a.showOrderPricingButton:hover,
	.quickOrderLink a.quickButton, .quickOrderLink a.quickButton:visited,.quickOrderLink a.quickButton:hover,
	.cartUploadLink a.cartUploadButton, .cartUploadLink a.cartUploadButton:visited,.cartUploadLink a.cartUploadButton:hover {
		width:124px;
		height:33px;
		margin:0;
		background:url(images/quick_order_link.gif) left top no-repeat;
		}
	.cartUploadLink a.cartUploadButton, .cartUploadLink a.cartUploadButton:visited,.cartUploadLink a.cartUploadButton:hover {
		background:url(images/cart_upload_link.gif) left top no-repeat;
		}
	.showOrderPricingLink a.showOrderPricingButton, .showOrderPricingLink a.showOrderPricingButton:visited, .showOrderPricingLink a.showOrderPricingButton:hover {
		background:url(images/showorderlink.gif) left top no-repeat;
		}
		.quickOrderLink a.quickButton:hover, .cartUploadLink a.cartUploadButton:hover{ background-position: left -33px; }

.searchForm-container { width: 678px; }
.searchForm-container .cat-search { width:290px; }

.product-imageContainer, .product-imageSpacer {
	width:60px;
	height:60px;
	float:left;
	margin-right:3px;
	}
.product-imageContainer a {
	width:58px;
	height:58px;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	border:1px solid #ccc;
	text-decoration:none;
	}
	.hoverRow .product-imageContainer a { border-color:#666; }
.product-descriptionWithImage { width:401px; float:left; }
.wishlistRow .product-descriptionWithImage { width:366px; }
.wishlist-positionContainer { position:relative; min-height:40px; }
.wishlist-positionContainer .wishlist-noteBox {
	/* position:absolute;
	bottom:-1px;
	right:-1px;
	padding:5px 3px 3px 5px;
	background:#fff; */
	cursor:pointer;
	
	font-size:10px;
	font-style:italic;
	float:left;
	}
	.wishlist-positionContainer .wishlist-noteBox .toggleWishlist { padding-left:13px; background:url(images/wishlist-checkbox.gif) 2px 3px no-repeat; }
	.wishlist-positionContainer .wishlist-noteBox .in-wishlist-next { display:none; }
	.wishlist-positionContainer .inWishlist-noteBox .toggleWishlist { background-position:2px -27px; }
	.wishlist-positionContainer .inWishlist-noteBox .please-notify-text { display:none; }
	.wishlist-positionContainer .inWishlist-noteBox .in-wishlist-next { display:inline; }

.wishlistRow .qtyContainer { width:50px; padding-bottom:1px; }
.wishlistRow .addToCartFromWishlist, .wishlistRow .removeFromWishlist {
	background: #BFBC9D;
	border: 1px solid #9F9C7A;
	color: #7B795D;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	padding: 1px;
	}

#wishlistCatalog-items {
	border:1px solid #ccc;
	background:#eee;
	padding:5px;
	}
#wishlistCatalog-items table.prodListing { background:#fff; border:1px solid #aaa; }

