/*************
	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;
	}
	
.catImageLink {height:50px; display:block;}
.catBox {float:left;margin:10px 10px 10px 0px;width:105px;}

/* Product Box */
.prodBox {
	float:left;
	margin:10px 10px 10px 0px;
	width:162px;
	background:url(images/catalog/product_bg.gif) no-repeat top center;
	}
/* Product Image */
.prodImage {
	width:122px;
	height:132px;
	margin:0 auto;
	margin-top:10px;
	}
/* Product Image Link */
.prodImageLink {
	display:block;
	width:122px;
	height:132px;
	}
/* Product Image Link <span> (No Image) */
.prodImageLink span {
	display:block;
	width:122px;
	height:132px;
	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;
	color:#485972;
	text-align:center;
	}
	
.prodTextLinkFeaturedNew {display:block; height:55px; overflow:hidden;}
	
a.prodTextLinkNew, a.prodTextLinkNew:visited, a.prodTextLinkNew:hover {
	/*font-size:10px;*/
	font-family:Verdana,Arial,Helvetica;
	color:#485972;
	/*text-align:center;*/
	font-weight: bold; background:#F4F4F4; border:1px solid #DFDFDF; text-align:left; display:block; width:150px; padding:5px 13px; font-size: 11px; text-decoration: none;
	}
a.prodTextLinkNew:hover {background:#DFDFDF;}
/* 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:12px;
	font-family:Verdana,Arial,Helvetica; 
	color:#9f2b2b;
	text-align: center;
	width:172px;
	}
.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 {
	float:left;
	width:58px;
	height:29px;
	background:#fff url(images/catalog/btn_details.gif) no-repeat top left;
	margin:0;
	}
	.prodViewDetails span {
		display:none;
		}
.prodBuyNow {
	float:left;
	width:98px;
	height:29px;
	background:#fff url(images/catalog/btn_buy_now.gif) no-repeat top left;
	margin:0;
	margin-left: 1px;
	}
	.prodBuyNow 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:#888984;
		}
		.catPagination td a, .catPagination td a:visited, .catPagination td a:hover {
			font-size:10px;
			font-family:Verdana,Arial,Helvetica; 
			color:#888984;
			padding: 1px 3px;
			margin: 3px 0px;
			border: 1px solid #888984;
			background-color: #ffffff;
			text-decoration: none;
			}
		.catPagination td a:hover {
			background-color: #738B7D; color: #FFFFFF;
		}
		.catPagination td a.active, .catPagination td a.active:visited, .catPagination td a.active:hover {
			background-color:#888984;
			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;	
	}
	
.catProductName {
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	color:#426d55;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.1em;
}

.catProductPrice {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica; 
	color:#9f2b2b;
	text-align: center;
}

.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;
}

/* Catalog Buttons */
.searchProductsButton {
	width:55px;
	height:18px;
	background:url(images/catalog/btn_search.gif) top left no-repeat;
	border:none;
	}
	
.btnDelete {
	display:block;
	width:125px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_add_to_cart.gif) no-repeat top left;
}

.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;
}

.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;
}

.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;
}
input.form {
	border: 1px solid #888984; width: 95px; height: 14px; font-size: 10px; color: #888984; padding: 2px; }

.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;
				}
				
fieldset {
	border: solid 2px #d1d1d1;
	padding:10px;
	margin-top:20px;
}

fieldset li {
	margin-left:20px;
	color:#4e4e4e;
}

legend {
	padding:5px;
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	color:#426d55;
	text-decoration:none;
	letter-spacing:0.1em;
	background-color:#fff;
	border: solid 1px #d1d1d1;
}

button span {
	display:none;
}

.btnAddToCart {
	display:block;
	margin-top:10px;
	width:125px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_add_to_cart.gif) no-repeat top left;
}

.btnDelete {
	display:block;
	margin-right:4px;
	width:86px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_delete.gif) no-repeat top left;
}

.btnUpdateCart {
	display:block;
	margin-top:13px;
	width:123px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_update_cart.gif) no-repeat top left;
}

.btnCalculateShipping {
	display:block;
	margin-top:12px;
	width:161px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_calculate_shipping.gif) no-repeat top left;
}

.btnContinueShopping {
	float:right;
	display:block;
	width:161px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_continue_shopping2.gif) no-repeat top left;
}

.btnContinueCheckout {
	float:right;
	display:block;
	width:165px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	margin-left:10px;
	background:url(images/catalog/btn_continue_checkout.gif) no-repeat top left;
}

.btnSendOrder {
	display:block;
	width:193px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	margin-left:10px;
	background:url(images/catalog/btn_click_to_finalize_order.gif) no-repeat top left;
}

.btnEdit {
	display:block;
	width:45px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	margin-top:4px;
	background:url(images/catalog/btn_edit.gif) no-repeat top left;
}

.btnPrintOrder {
	display:block;
	width:125px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_print_order.gif) no-repeat top left;
}

.btnContinue {
	display:block;
	width:77px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_continue.gif) no-repeat top left;
}

.productDetailsBg {
	padding:20px;
	background:url(images/catalog/product_details_bg.gif) no-repeat top left;
	}
	
.cartFeatureList { padding-left:40px; }
