.browse_menu {background:#fafafa; border-radius:5px; border:1px solid #e9e9e9; overflow:hidden; padding:5px; margin-bottom:10px; color:#7d7d7d;}
.view_box {float:left; margin-top:2px;}
.sort_box {float:right;}
.view_list, .view_list_active {background: url(images/list_view.png) no-repeat; display:inline-block; width:17px; height:14px; margin-left:5px; position:relative; top:3px;}
.view_list:hover, .view_list_active {background: url(images/list_view.png) 0 -14px no-repeat;}
.view_grid, .view_grid_active {background: url(images/view_grid.png) no-repeat; display:inline-block; width:17px; height:15px;margin-left:5px; position:relative; top:3px;}
.view_grid:hover, .view_grid_active {background: url(images/view_grid.png) 0 -15px no-repeat;}

/*************
	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;
	}
	
/* Category Box */
.categoryBox {
	display:block;
	float:left;
	margin-bottom:10px;
	margin: 5px 0 5px 5px;
	width:126px;
	/*min-height:240px;*/
	border:1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	cursor:pointer;
	padding:0 5px 15px 5px;
	height:135px;
	/*height:155px;*/
	/*display:block;
	float:left;
	margin-bottom:10px;
	margin: 10px 0 10px 27px;
	width:168px;
	min-height:218px;
	border:1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	cursor:pointer;
	padding:20px;*/
	}

/* Product Box */
.prodBox {
	display:block;
	float:left;
	margin-bottom:10px;
	margin: 5px 0 5px 5px;
	width:126px;
	/*min-height:240px;*/
	border:1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	cursor:pointer;
	padding:0 5px 15px 5px;
	height:155px;
	}
	
.prodBox_list {
	display:block;
	float:left;
	margin-bottom:10px;
	margin: 5px 0 0 5px;
	width:129px;
	/*min-height:240px;*/
	border:1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	cursor:pointer;
	/*padding:0 5px 25px 5px;*/
	height:155px;
	}
	
/* info-wrap */
.info-wrap {text-align:center; /*height:89px;*/ line-height:1.5; margin-top:5px; padding-bottom:10px;}
/* Product Image */
.prodImage {
	width:128px;
	height:128px;
	margin:0 auto;
	margin-top:5px;
	}
	
/* 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;
	}
/* Product Link Text */
a.prodTextLink, a.prodTextLink:visited, a.prodTextLink:hover {
	font-size:12px;
	/*font-weight:800;*/
	color:#015496;
	font-weight:bold;
	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:#000000;
	text-align:center
	}
.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 */
/* Product Text: VIEW DETAILS */
a.prodViewDetails { padding: 3px 10px; }
.prodViewDetails {
	display:block;
	background: #111; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015699', endColorstr='#014276'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#015699), to(#014276)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #015699,  #014276); /* for firefox 3.6+ */
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #003b6a;
	color:#fff !important;
	padding: 5px 10px;
    width: 80px;
    text-decoration:none !important;
    margin: 10px auto 0;
	font-size:14px;
	text-align:center;
}
.prodViewDetails2 {	
	
	background: url(images/view_product.png) no-repeat;
	width:109px;
	height:37px;
	display:block;
	margin: 0 auto;
	}
.prodViewDetails2:hover {
background: url(images/view_product.png) 0 -37px no-repeat;
}
.prodViewDetails:hover {
	background: #6F9AB1; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c6dba', endColorstr='#00579c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0c6dba), to(#00579c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0c6dba,  #00579c); /* for firefox 3.6+ */
	color:#fff;
	border:1px solid #00579c;
	}
	.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;*/
	/*margin:10px 0;*/
	float:left;
	margin-left:88px;
	margin-top:1px;
	}
	.catPagination a {
	/*background: #111; *//* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#111'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#111)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #595959,  #111); /* for firefox 3.6+ */
	color:#7d7d7d !important;
	text-decoration:none;
	float:left;
	padding:0px 5px;
	margin-left:2px;
	/*border:1px solid #111;*/
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
	
	}
	.catPagination a:hover, .catPagination a.current {
	background: #015699; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6F9AB1', endColorstr='#1D7FAF'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#6F9AB1), to(#1D7FAF)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #6F9AB1,  #1D7FAF); /* for firefox 3.6+ */
	/*border:1px solid #04477c;*/
	color:#fff !important;
	}
	.catPagination a.current {
	font-weight:bold;
	}
	.catPagination span {
	float:left;
	padding:3px 10px 0;
	margin-left:2px;
	color:#111;
	}
	.catPagination .current {color:#fff !important;}
	/*
.catPagination td {
		font-size:10px;
		color:#999;
		}
		.catPagination td a, .catPagination td a:visited, .catPagination td a:hover {
			font-size:10px;
			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-weight:400;	
	color:#999;
	}
#catBreadCrumb span {
	font-size:10px;	
	font-weight:800;	
	color:#333;
	}
#catBreadCrumb a, #catBreadCrumb a:visited, #catBreadCrumb a:hover {	
	font-size:11px;	
	font-weight:400;	
	color:#1664A0;	
	text-decoration:none;
	}
#catBreadCrumb a:hover {	
	color:#333;	
	}

.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:#E0E0E0;
	border-bottom:1px solid #999;
	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;
	}

 #catMenu {
 }
 #catMenu a {
 }
 #catMenu a:hover {
 }
 
 .li-level2 {margin-left:20px;}
  .li-level3 {margin-left:40px;}
  .li-level4 {margin-left:60px;}

.residentQtyTable {
	width: 100%;
}
.residentQtyTable td {
	border: 1px solid #EEE;
	padding: 3px;
}
.residentQtyTable input[type="number"] {
	width: 40px;
}
.residentQtyTable input, .residentQtyTable select {
	width: 100%;
}
.residentQtyTable td:nth-of-type(2) { 
	width: 100px;
	text-align: center;
}
.residentQtyTable td:nth-of-type(3) { 
	border: 0;
	width: 100px;
}
.residentQtyTable tr.deleted td {
	text-decoration: line-through;
}