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

/*************
	TEXT
**************/
#hdrCartContainer {
	width:130px;
	float:right;
	margin-top:25px;
	margin-right:22px;
	text-align:center;
}
#cartText {
	display:block;
	width:130px;
	padding:0 0 0 20px;
	float:right;
	background:url(images/shoppingcart.gif) no-repeat top left;
}

#changePasswordLink {
/*
	display:block;
	width:130px;
	text-align:right;
	float:right;
	margin-right:22px; */
}

.largerImage {
	display:block;
	width:160px;
	padding:0 0 0 20px;
	float:left;
	background:url(images/zoom_in.gif) no-repeat top left;
}

/* 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:3px;
	width:138px;
	padding:0px;
	border:1px solid #ccc;
	}
/* 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;
	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;
	}
	
.catProductName {
	text-transform:uppercase;
	font-weight: 800;
	letter-spacing:0.1em;
}

.catProductPrice {
	color:#f00;
	font-weight: 800;
	font-size:13px;
}

.catProductListPrice {
	font-weight: 800;
}

.catProductSale {
	color:#f00;
	font-weight: 800;
}

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

/*************
	PAGINATION
**************/
.catPagination {
	clear:both;
	}
	.catPagination td {
		font-size:10px;
		font-family:Verdana,Arial,Helvetica; 
		color:#999;
		}
		.catPagination td a, .catPagination td a:visited, .catPagination td a:hover {
			font-size:10px;
			font-family:Verdana,Arial,Helvetica; 
			color:#999;
			}
		.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;
	float:right;
	}
#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:#5076a7;	
	text-decoration:none;
	}
#catBreadCrumb a:hover {	
	color:#333;	
	}

.cartTable {
	border:1px solid #c1c1c1;
	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:#eaf0f6;
	border-bottom:1px solid #624333;
	color:#624333;
	font-size:14px;
	padding:3px;
	}

/* 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;
	}

/* Catalog Button Styles */
	
.addToCart {
	width:153px;
	height:32px;
	background:url(images/btn_add_to_cart.gif) top left no-repeat;
	white-space:nowrap;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.addToCart:hover {background:url(images/btn_add_to_cart.gif) 0 -32px no-repeat;}

.continueShopping {
	width:145px;
	height:38px;
	background:url(images/conBTN.jpg) top left no-repeat;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
	border:none;
}
.continueShopping:hover {background:url(images/conBTN.jpg) 0 -38px no-repeat;}
.checkout {
	width:145px;
	height:38px;
	background:url(images/checkBTN.jpg) top left no-repeat;
	cursor:pointer;
	white-space:nowrap;
	overflow:hidden;
	border:none;
}
.checkout:hover {background:url(images/checkBTN.jpg) 0 -38px;}
.continue {
	width:86px;
	height:38px;
	background:url(images/continue.jpg) top left no-repeat;
	white-space:nowrap;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.continue:hover {background:url(images/continue.jpg) 0 -38px no-repeat;}
.sendOrder {
	width:88px;
	height:30px;
	background:url(images/btn_send_order.gif) top left no-repeat;
	white-space:nowrap;
	overflow:hidden;
	border:none;
}

.edit {
	width:45px;
	height:30px;
	background:url(images/btn_edit.gif) top left no-repeat;
	white-space:nowrap;
	overflow:hidden;
	border:none;
}

.send {
	width:45px;
	height:30px;
	background:url(images/btn_send.gif) top left no-repeat;
	white-space:nowrap;
	overflow:hidden;
	border:none;
}
