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

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

/* Manufacturer Text / Links */
.mfgText, a.mfgText, a.mfgText:visited, a.mfgText:hover {
	font-size:10px;
	font-weight:400;	
	color:#666;
	}
a.mfgText:hover {
	color:#000;
	}

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

/* Main Product Listing Container */
#prodContainer {
	padding:5px 0;
	}
	
/* Product Box */
.category-box-holder { width:984px; margin:0 auto; }
.category-box { width:236px; margin:2px 10px 2px 2px; float:left; }
.category-col0 { margin:2px; }
.category-box a { display:block; height:150px; width:236px; position:relative; text-align:center; }
.category-box a:hover { border-color:#B1A89F; }
.category-box a strong {
	position:absolute;
	padding:3px;
	background:#B1A89F;
	color:#fff;
	width:236px;
	width/* */:/**/230px;
	width: /**/230px;
	bottom:0;
	left:0;
	}

.prodBox {
	float:left;
	margin:2px 2px 2px 5px;
	width:189px;
	height:189px;
	padding:0px;
	background:url(images/product-box-noImage.gif) center top no-repeat;
	}
	.prodBox-link {
		position:relative;
		display:block;
		width:189px;
		height:189px;
		}
		.prodBox-link strong {
			display:block;
			position:absolute;
			left:0;
			bottom:0;
			padding:3px 3px 0;
			width:189px;
			width/* */:/**/183px; 
			width: /**/183px;
			background:#B1A89F;
			font-weight:bold;
			border-bottom:3px solid #fff;
			color:#fff;
			}
			.prodBox-link:hover strong { border-color:#B1A89F; }
			.prodBox-link strong span { display:block; }
/* 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-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-weight:800;	
	color:#555;
	padding-bottom:5px;
	}
.prodTextPriceDetails {
	font-size:14px;
	}
/* Product Text: List Price */
.prodTextListPrice, .prodTextListPriceDetails {
	font-size:10px;
	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-weight:800;	
	color:#666;
	}

/*************
	CART STYLES
**************/
.catCartfinePrint {
	font-size:10px;
	color:#999;
	}

/*************
	PAGINATION
**************/
.catPagination {
	clear:both;
	}
	.catPagination td {
		font-size:10px;
		color:#999;
		}
		.catPagination td a, .catPagination td a:visited, .catPagination td a:hover {
			font-size:10px;
			color:#999;
			padding:3px;
			}
		.catPagination td a.active, .catPagination td a.active:visited, .catPagination td a.active:hover {
			background-color:#999;
			color:#fff;
			}
	
/*************
	OTHER STYLES
**************/

/* Breadcrumb Bar */
#catBreadCrumb {
	padding:5px;
	/*
	background-color:#eee;
	border:1px solid #7b9f8b;
	*/
	font-size:10px;
	font-weight:400;	
	color:#999;
	}
#catBreadCrumb span {
	font-size:10px;
	font-weight:800;	
	color:#333;
	}
#catBreadCrumb a, #catBreadCrumb a:visited, #catBreadCrumb a:hover {	
	font-size:10px;
	}
/*
#catBreadCrumb a:hover {	
	color:#333;	
	}
*/

.cartTable {
	border:2px solid #E8E4E2;
	background:#fff;
	margin-top:15px;
	}
.couponBox {
	padding:2px;
	background-color:#FBE9D7;
	display:none;
	}
.cartMessage {
	border:1px solid #FEDD7A;
	background-color:#FFFFD9;
	margin-top:15px;
	padding:10px;
	font-weight:bold;
	}


.tableHdr {
	font-weight:bold;
	background-color:#E0E0E0;
	border-bottom:1px solid #999;
	font-size:14px;
	padding:3px;
	}

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

/*--[PRODUCT DETAILS]--*/
.mainImage img, .additionalImage img { border:4px solid #9d9286; }
a.mainImage:hover img, a.additionalImage:hover img { border-color:#8d8378; }
.additionalImage img { border-width:2px; }
.cartTable .additionalImage img { margin-right:10px; }


.catProductPrice{
    font-size:13px;
	font-weight:bold;
}