/*************
	BUTTONS
**************/
button span {
	display:none;
}

.btnAddToCart {
	display:block;
	margin-top:10px;
	width:127px;
	height:32px;
	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:10px;
	width:88px;
	height:32px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_delete.gif) no-repeat top left;
}

.btnUpdateCart {
	display:block;
	margin:10px;
	width:125px;
	height:32px;
	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:10px;
	width:163px;
	height:32px;
	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:163px;
	height:32px;
	overflow:hidden;
	text-indent:800px;
	marginleft:10px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_continue_shopping_back.gif) no-repeat top left;
}

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

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

.btnEdit {
	display:block;
	width:47px;
	height:32px;
	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:127px;
	height:32px;
	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:132px;
	height:32px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_continue.gif) no-repeat top left;
}

.btnLogin {
	display:block;
	width:59px;
	height:32px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_login.gif) no-repeat top left;
}
/*************
	TEXT
**************/

/* Manufacturer Text / Links */
.mfgText, a.mfgText, a.mfgText:visited, a.mfgText:hover {
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#13334e;
	}
a.mfgText:hover {
	color:#000;
	}

/*************
	PRODUCTS
**************/
.prodTextLinkFeaturedNew {display:block; height:55px; overflow:hidden; line-height:18px !important;}

/* Main Product Listing Container */
#prodContainer {
	padding:5px 0;
	}
	
/* Product Box */
.prodBox {
	float:left;
	margin:20px 10px 0 0;
	width:228px;
	}
	
.prodTable {
	width:228px;
	background:url(images/itemrepeat.gif) repeat-y top left;
}
	.prodTable td {
	padding:0 10px;
	width:228px;
	width/* */:/**/208px;
  	width: /**/208px;
	}
/* Product Image */
.prodImage {
	width:128px;
	height:128px;
	}
/* Product Image Link */
.prodImageLink {
	display:block;
	width:128px;
	height:128px;
	}
/* Product Image Link <span> (No Image) */
.prodImageLink span {
	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;
	text-align:center;
	color:#24639b;
	line-height:1.9em;
	}
/* Product Text: SALE */
.prodTextSale {
	display:block;
	width:100px;
	height:20px;
	overflow:hidden;
	text-indent:800px;
	background: url(images/prod_txt_sale.gif) no-repeat top left;
	}
/* Product Text: Price */
.prodTextPrice, .prodTextPriceDetails {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;
	text-align:center;	
	color:#13334e;
	}
.prodTextPriceDetails {
	font-size:14px;
	}
/* Product Text: List Price */
.prodTextListPrice, .prodTextListPriceDetails {
	font-size:10px;
	font-family:Arial,Verdana,Helvetica; 
	font-weight:normal;	
	text-align:center;
	color:#13334e;
	}
.prodTextListPriceDetails {
	font-size:11px;
	}
/* Product Text: VIEW DETAILS */
.prodViewDetails {
	display:block;
	float:right;
	width:121px;
	height:32px;
	background:#fff url(images/catalog/btn_view_details_forward.gif) no-repeat top center;
	margin:0;
	}
	.prodViewDetails span {
		display:none;
		}
/* Product Details Text: Title */
.prodTextTitle {
	font-size:14px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;
	line-height:1.5em;	
	color:#13334e;
	}

/*************
	CATEGORY BOX
**************/
/* Category Box */
.catWrap {float:left; margin:3px; width:180px;}
.catBox {
	float:left;
	margin:3px;
	width:228px;
	padding:0px;
	border: 1px solid #000;
	background: #ffffff;
	}
.catBox2 {
	width:180px;
	padding:0px;
	border: 1px solid #000;
	border-top:none;
	border-bottom:none;
	background: #ffffff;
	height:140px;
	}
.catBox2Top {background:url(images/catTop.gif); height:5px; width:182px;}
.catBox2Bottom {background:url(images/catBottom.gif); height:4px; width:182px;}
/* Category Image */
.catImage {
	width:228px;
	height:128px;
	}
.catImage2 {
	width:182px;
	height:82px;
	}
/* Category Image Link */
.catImageLink {
	display:block;
	width:128px;
	height:128px;
	}
.catImageLink2 {
	display:block;
	width:82px;
	height:82px;
	}
/* Category Image Link <span> (No Image) */
.catImageLink span {
	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;
	}
/* Category Link Text */
a.catTextLink, a.catTextLink:visited {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	color:#777;
	line-height:normal;
	text-decoration: none;
	font-style: italic;
	}
a.catTextLink:hover {
	color: #407BB0;}

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

/*************
	PAGINATION
**************/
.catPagination {
	padding:6px;
	border:solid 1px #d6cfa1;
	margin:10px 0 10px 0;
	clear:both;
	}
	.catPagination td {
		font-size:10px;
		font-family:Verdana,Arial,Helvetica; 
		color:#13334e;
		}
		
		.catPagination td a {
			font-size:10px;
			font-family:Verdana,Arial,Helvetica;
			text-decoration:none;
			color:#13334e;
			}
		.catPagination td a:hover {
			font-size:10px;
			font-family:Verdana,Arial,Helvetica;
			text-decoration:none;
			color:#13334e;
			}
		.catPagination td a.active, .catPagination td a.active:visited, .catPagination td a.active:hover {
			padding:2px;
			background-color:#407BB0;
			color:#fff;
			}
	
/*************
	OTHER STYLES
**************/

.catProductImage {
	padding:10px;
	border:solid 1px #13334E;
	margin-right: 10px;
	background: #fff;
}


/* Breadcrumb Bar */
#catBreadCrumb {
	padding:5px;
	/*
	background-color:#eee;
	border:1px solid #7b9f8b;
	*/
	font-size:18px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#13334E;
	}
#catBreadCrumb span {
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:800;	
	color:#13334E;
	}
#catBreadCrumb a, #catBreadCrumb a:visited, #catBreadCrumb a:hover {	
	font-size:15px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#13334E;	
	text-decoration:none;
	}
#catBreadCrumb a:hover {	
	color:#407bb0;	
	}

.cartTable {
	border:1px solid #666;
	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 {
	font-weight:bold;
	background-color:#d6cfa1;
	border-bottom:1px solid #25649c;
	font-size:14px;
	padding:3px;
	}

/* Lines */
.lineTop {
	border-top:1px solid #d6cfa1;
	}
.lineBottom {
	border-bottom:1px solid #d6cfa1;
	}
.lineLeft {
	border-left:1px solid #d6cfa1;
	}
/* Red copy for required fields */
.copyRed {
	color:#900;
	}
	
#catMenu {
	width:195px;
	float:left;
	margin:10px 0 0 0px;
	padding-left:13px;
	xtext-transform:uppercase;
	}
	#catMenu a,#catMenu a:visited,#catMenu a:hover {
		display:block;
		color:#EEF1F5;
		font-family:Verdana,Arial,Helvetica;
		font-size:9px;
		font-weight:600;
		padding-left:10px;
		}
	#catMenu a:hover {
		color:#fff;
		}

#catMenu a.depth0, #catMenu a.depth0:visited, #catMenu a.depth0:hover {
	font-size:10px;
	background:transparent url(images/libullet.gif) no-repeat scroll 0px 10px;
	border-bottom:thin solid #5388B8;
	}
	#catMenu a.depth0:hover {
		background-image:url(images/libullethover.gif);
		}

#catMenu a.depth1, #catMenu a.depth1:visited, #catMenu a.depth1:hover {
	text-transform:capitalize;
	margin-left:10px;
	color:#7ecde4;
	line-height:2.1em;
	}
	#catMenu a.depth1:hover {
		color:#EEF1F5;
		}

#catMenu a.depth2, #catMenu a.depth2:visited, #catMenu a.depth2:hover {
	text-transform:capitalize;
	margin-left:20px;
	color:#7ecde4;	
	line-height:2.1em;
}
	#catMenu a.depth2:hover {
		color:#EEF1F5;
		}

#catMenu a.depth3, #catMenu a.depth3:visited, #catMenu a.depth3:hover {
	text-transform:capitalize;
	margin-left:30px;
	color:#7ecde4;	
	line-height:2.1em;
}
	#catMenu a.depth3:hover {
		color:#EEF1F5;
		}

#catMenu a#activeCat0 {
	color:#fff;
	background-image:url(images/libullethover.gif);
	}
	
#catMenu a#activeCat1 {
	color:#EEF1F5;
	}

#catMenu a#activeCat2 {
	color:#EEF1F5;
	}

