/*************
	BUTTONS
**************/

/* Browse By Manufacturer Button */
#catBtnBrowseByMan {	
	width:258px;
	height:55px;
	background:url(images/catalog/button_browse_by_man.gif) no-repeat top left;
	}
#catBtnBrowseByMan a {	
	display:block;
	width:258px;
	height:55px;
	}
#catBtnBrowseByMan a span {
	display:none;
	}

/* Browse By Category Button */
#catBtnBrowseByCat {	
	width:258px;
	height:55px;
	background:url(images/catalog/button_browse_by_cat.gif) no-repeat top left;
	}
#catBtnBrowseByCat a {	
	display:block;
	width:258px;
	height:55px;
	}
#catBtnBrowseByCat a span {
	display:none;
	}

/* Back Button */
#catBtnBack {	
	width:69px;
	height:15px;
	background:url(images/catalog/button_back.gif) no-repeat top left;
	}
#catBtnBack a {	
	display:block;
	width:69px;
	height:15px;
	}
#catBtnBack a span {
	display:none;
	}

ul#navList1, ul#navList1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	ul#navList1 a, ul#navList1 a:visited, ul#navList1 a:hover {
		display:block;
		padding:12px;
		text-decoration:none;
		background-color:#7c8252;
		border:3px solid #a0a57a;
		color:#cdd2a1;
		margin-bottom:5px;
		margin-right:5px;
		}
		ul#navList1 a:hover {
			background-color:#8a9065;
			border:3px solid #aaaf89;
			color:#d2d7ab;
			}
	ul#navList2 a, ul#navList2 a:visited, ul#navList2 a:hover {
		margin-left:3px;
		background-color:#99995e;
		border:3px solid #b3b47f;
		color:#fff;
		}
		ul#navList2 a:hover {
			background-color:#8f9a7a;
			border:3px solid #a9b397;
			color:#c9d3b2;
			}
	ul#navList3 a, ul#navList3 a:visited, ul#navList3 a:hover {
		margin-left:6px;
		background-color:#769767;
		border:3px solid #8faf83;
		color:#afce9f;
		}
		ul#navList3 a:hover {
			background-color:#85a278;
			border:3px solid #9bb891;
			color:#b8d3aa;
			}
	ul#navList4 a, ul#navList4 a:visited, ul#navList4 a:hover {
		margin-left:9px;
		background-color:#87904d;
		border:3px solid #a1a869;
		color:#c0c785;
		}
		ul#navList4 a:hover {
			background-color:#949c61;
			border:3px solid #abb279;
			color:#c7cd92;
			}


/* Back to Previous Category */
#catBtnBackPrevCat {	
	width:192px;
	height:18px;
	background:url(images/catalog/button_back_prev_cat.gif) no-repeat top left;
	}
#catBtnBackPrevCat a {	
	display:block;
	width:192px;
	height:18px;
	}
#catBtnBackPrevCat a span {
	display:none;
	}

/* "Ship to this address" button on checkout */
.catBtnShipToAddress {
	display:block;
	width:170px;
	height:24px;
	}
	.catBtnShipToAddress span {
		display:block;
		width:170px;
		height:24px;
		overflow:hidden;
		text-indent:800px;
		size:1px;
		background:url(images/catalog/btn_ship_to_this_address.gif) no-repeat top left;
		}

/* "Bill to this card" button on checkout */
.catBillToCard {
	display:block;
	width:135px;
	height:24px;
	}
	.catBillToCard span {
		display:block;
		width:135px;
		height:24px;
		overflow:hidden;
		text-indent:800px;
		size:1px;
		background:url(images/catalog/btn_bill_to_this_card.gif) no-repeat top left;
		}

/* "Finalize This Order" button on checkout */
.catBtnFinishOrder {
	display:block;
	width:193px;
	height:24px;
	margin-bottom:4px;
	}
	a.catBtnFinishOrder span {
		display:block;
		width:193px;
		height:24px;
		overflow:hidden;
		white-space:nowrap;
		text-indent:800px;
		size:1px;
		background:url(images/catalog/btn_finalize_order.gif) no-repeat top left;
		}
	button.catBtnFinishOrder { background:url(images/catalog/btn_finalize_order.gif) no-repeat top left; border:0; cursor:pointer; }
	button.catBtnFinishOrder span { display:none; }
/* "Print This Page" button on checkout */
.catBtnPrintPage {
	display:block;
	width:98px;
	height:18px;
	margin-bottom:2px;
	}
	.catBtnPrintPage span {
		display:block;
		width:98px;
		height:18px;
		overflow:hidden;
		white-space:nowrap;
		text-indent:800px;
		size:1px;
		background:url(images/catalog/btn_print_this_page.gif) no-repeat top left;
		}

/*************
	TEXT
**************/

/* Search Our Catalog */
#catTxtSearchCat {	
	width:110px;
	height:18px;
	background:#fff url(images/catalog/text_search_cat.gif) no-repeat top left;
	}
#catTxtSearchCat 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;
	}

/*************
	BOX CONTAINERS
**************/
	.hdrTextCatalog {float:right;clear:right;}

/* Category Boxes */
#catBoxCategoryContainer {
	padding:15px;
	}
.catBoxCategory {
	float:left;
	width:145px;
	height:36px;
	margin-top/* */:/**/8px;
	margin-top:/**/8px;
	margin-bottom/* */:/**/8px;
	margin-bottom:/**/8px;
	margin-left:8px;
	margin-right:8px;
	background:#fff url(images/catalog/box_category_bg1.gif) no-repeat top center;
	}
.catBoxCategory a, .catBoxCategory a:visited, .catBoxCategory a:hover {	
	display:block;
	width:145px;
	height:36px;
	height/* */:/**/36px; 
	height: /**/36px;

	padding-top:10px;
	
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;	
	color:#fff;	
	text-decoration:none;
	
	text-align:center;
	}
.catBoxCategory a:hover {	
	color:#7b9f8b;
	}

/* Manufacturer Boxes */
.catBoxMfg {
	float:left;
	margin:5px;
	width:70px;
	height:55px;
	}

/*************
	PRODUCTS
**************/

/* Main Product Listing Container */
#prodContainer {
	padding: 10px 0px 10px 0px;
	}
	
/* Product Box */
.prodBox {
	float:left;
	margin:0px 10px 10px 0px;
	width:156px;
	padding:0px;
	background: #7c8252;
	border:3px solid #a0a57a;
	color:#afce9f;
	}
.prodBox:hover {
	background: #8a9065;
	border:3px solid #a0a57a;
	color:#cdd2a1;
}

.prodBox p, .prodBox a:link, .prodBox a:visited, .prodBox span {
	color:#cdd2a1;
	font-size: 10px;
}

.prodBox a:link, .prodBox a:hover, .prodBox a:visited {
	text-decoration: underline;
}

.prodBox a:hover {
	color:#d2d7ab;
}
.prodBox .wholesale-retailPrice { color:#BABF92; }

/* Product Image */
.prodImage {
	width:122px;
	height:122px;
	margin: 0 auto;
	margin-top: 3px;
	}
/* Product Image Link */
.prodImageLink {
	display:block;
	width:128px;
	height:128px;
	}
/* Product Image Link <span> (Hide this) */
.prodImageLink span {
	display:none;
	/*
	display:block;
	width:128px;
	height:128px;
	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:#fff 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:120px;
	height:24px;
	background: url(images/catalog/btn_view_details.gif) no-repeat top left;
	margin:0 auto 3px auto;
	}
	.prodViewDetails span {
		display:none;
		}
/* Product Details Text: Title */
.prodTextTitle {
	font-size:14px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;	
	color:#646944;
	}

/*************
	CART STYLES
**************/
.catCartfinePrint {
	font-size:10px;
	font-family:Verdana,Arial,Helvetica; 
	color:#999;
	}

/*************
	OTHER BOXES
**************/
.catInfoBox {
	padding:10px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	}
/* From Login Page */
.catBoxMed-bottom {
	width:252px;
	background:#fff url(images/catalog/box_med_bottom.gif) no-repeat bottom left;
	padding-bottom:10px;
	}
.catBoxMedReturningGuests-top {
	width:252px;
	background:url(images/catalog/box_med_hdr_returning_guest.gif) no-repeat top left;
	padding-top:30px;
	}
.catBoxMedNewGuests-top {
	width:252px;
	background:url(images/catalog/box_med_hdr_new_guests.gif) no-repeat top left;
	padding-top:30px;
	}
/* Error Box */
.catBoxError-bottom {
	width:500px;
	background:#fff url(images/catalog/box_error-bottom.gif) no-repeat bottom left;
	}
.catBoxError-top {
	width:500px;
	width/* */:/**/470px; 
	width: /**/470px;

	padding:3px 15px;
	background:url(images/catalog/box_error-top.gif) no-repeat top left;
	}
.catBoxError-top p {
	margin:2px 0;
	font-size:12px;	
	font-family:Arial,Verdana,Helvetica; 
	font-weight:normal;
	color:#900;
	line-height:normal;
	}
/*************
	OTHER STYLES
**************/

/* Breadcrumb Bar */
#catBreadCrumb {
	padding:0px;
	/*
	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;	
	}

/* Lines */
.lineTop {
	border-top:1px solid #ccc;
	}
.lineBottom {
	border-bottom:1px solid #ccc;
	}
/* Red copy for required fields */
.copyRed {
	color:#900;
	}
