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

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

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

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

.btnSearch {
	display:block;
	margin-left:14px;
	width:125px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_search.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:115px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	float:right;
	margin-left:10px;
	background:url(images/catalog/btn_send_order.gif) no-repeat top left;
}

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

.btnPrintOrder {
	display:block;
	width:142px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_print_this_page.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;
}

.btnContinueCheckout {
	float:left;
	display:block;
	width:165px;
	height:30px;
	overflow:hidden;
	text-indent:800px;
	size:1px;
	border:none;
	background:url(images/catalog/btn_continue_checkout.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:#666;
	}
a.mfgText:hover {
	color:#000;
	}

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

/* Main Product Listing Container */
#prodContainer {
	padding:5px 0;
	}
	
/* Product Box */
.prodBox {
	float:left;
	margin:4px;
	width:213px;
	padding:0px;
	}
/* Product Image */
.prodImage {
	width:203px;
	width/* */:/**/187px; 
	width: /**/187px;
	height:213px;
	padding:0px;
	border:1px solid #ccc;
	background:#fff;
	}
/* Product Image Link */
.prodImageLink {
	display:block;
	width:213px;
	width/* */:/**/187px; 
	width: /**/187px;
	height:213px;
	}
/* Product Image Link <span> (No Image) */
.prodImageLink span {
	display:block;
	width:200px;
	height:200px;
	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 {
	font-size:10px;
	font-family:Verdana,Arial,Helvetica; 
	color:#666;
	text-decoration:none;
	line-height:normal;
	}
a.prodTextLink:hover {
	color: #D33468; }
/* Product Text: SALE */
.prodTextSale {
	display:block;
	width:100px;
	height:20px;
	overflow:hidden;
	text-indent:800px;
	background: url(images/prod_txt_sale.gif) no-repeat left center;
	}
/* Product Text: Price */
.prodTextPrice, .prodTextPriceDetails {
	font-size:11px;
	font-family:Georgia,Verdana,Arial,Helvetica; 	
	color:#666;
	}
.prodTextPriceDetails {
	font-size:14px;
	}
/* Product Text: List Price */
.prodTextListPrice, .prodTextListPriceDetails {
	font-size:10px;
	font-family:Georgia,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;
	}
	
/*************
	CATEGORY BOX
**************/
/* Category Box */
.catBox {
	float:left;
	margin:3px;
	width:215px;
	padding:0px;
	}
/* Category Image */
.catImage {
	width:200px;
	height:200px;
	}
/* Category Image Link */
.catImageLink {
	display:block;
	width:200px;
	height:200px;
	}
/* Category Image Link <span> (No Image) */
.catImageLink span {
	display:block;
	width:180px;
	height:180px;
	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: #D33468;}

/*************
	CART STYLES
**************/
.catCartfinePrint {
	font-size:10px;
	font-family:Verdana,Arial,Helvetica; 
	color:#999;
	}
	
#catalogBox { 
	width:100%;
	}
	
/*************
	MENU STYLES
**************/
#catMenu {
	margin:20px auto;
	}
	#catMenu ul {
		padding:0;
		}
	#catMenu ul li {
		list-style-type:none;margin:10px 20px 20px 0px;padding-bottom:4px; width:100%;}
	#catMenu ul li a {font-size:13px;text-decoration:none;color:#5e5e5e; display:block;}
	#catMenu ul li#catActive {  }
	#catMenu ul li#catActive a {color:#68843c; }
	/*.sIFR-hasFlash #catMenu ul li {
		visibility: hidden;
		font-size:32pt;
		line-height:1em;
		zoom:1;
	}
	#catMenu ul ul li {
		list-style-type:none;margin:20px 15px 10px 15px;padding:0;display:block;float:left;}
	#catMenu ul ul ul li {
		list-style-type:none;margin:30px 15px 10px 15px;padding:0;display:block;float:left;}*/

/*************
	PAGINATION
**************/
.catPagination {
	width:95%;
	padding:6px;
	border:solid 2px #ccc;
	clear:both;
	background:#fff;
	}
	.catPagination td {
		font-size:10px;
		font-family:Verdana,Arial,Helvetica; 
		color:#666;
		}
		
		.catPagination td a {
			font-size:10px;
			font-family:Verdana,Arial,Helvetica;
			text-decoration:none;
			color:#666;
			}
		.catPagination td a:hover {
			font-size:10px;
			font-family:Verdana,Arial,Helvetica;
			text-decoration:none;
			color:#D33468;
			}
		.catPagination td a.active, .catPagination td a.active:visited, .catPagination td a.active:hover {
			padding:2px;
			background-color:#68843c;
			color:#fff;
			}

/*************
	PAGINATION
**************/

.catProductName {
	font-family:Verdana,Arial,Helvetica;
	font-size:18px;
	color:#7a7a7a;
}

.catProductPrice {
	font-family:Verdana,Arial,Helvetica;
	font-size:13px;
	color:#7a7a7a;
	margin:10px 0 0 0;
}

.catProductImage {
	width:371px;
	width/* */:/**/331px;
	width: /**/331px;
	padding:10px;
	border:solid 2px #ccc;
	margin-right: 10px;
	background:#fff;
}

.catProductDescription {
	font-family:Verdana,Arial,Helvetica;
	font-size:13px;
	color:#7a7a7a;
	line-height:1.8em;
}

.catProductDescription ul {
	list-style:none;
	margin:0;
	padding:0;
}

.catProductDescription ul li, .catProductDescription li {
	padding-left:12px;
	padding-bottom:6px;
	margin:6px 0 6px 0;
	line-height:1.5em;
	list-style:none;
	border-bottom:solid 1px #e5e5e5;
	background:url(images/list_bullet.gif) no-repeat 0px 7px;
}

/*************
	OTHER STYLES
**************/

.tableMonogram {
	background-color:#f6f6f6;
	border:solid 10px #ccc;
	padding:30px;
	margin:20px 0;
}

.tableCheckout {
	background-color:#f6f6f6;
	border:solid 10px #ccc;
	padding:30px;
}

.tableCheckout td {
	padding:4px;
	}

.checkoutTable {
	margin-top:20px;
	padding:0;
}
.checkoutTable td { border-top:solid 1px #e5e5e5; padding: 5px; }

.checkoutTable input {
	border:solid 1px #b2b2b2;
}

.checkoutTable select {
	border:solid 1px #b2b2b2;
}

input, textarea {
	border:solid 1px #b2b2b2;
}

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

.cartTable {
	border:1px solid #ccc;
	background:#fff;
	margin-top:15px;
	}
	
.cartTable td {
	padding:8px;
	}

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


.tableHdr {
	font-weight:bold;
	background-color:#839f66;
	border-bottom:1px solid #68843c;
	font-size:14px;
	color:#fff;
	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;
	}

