/*************
	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 #FF0000;
	background-color:#ddd;
	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;
	}

table tr td .copy { width: 100px; }

/* 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:247px;
	height:58px;
	background:url(images/complete.png) top left no-repeat;
	white-space:nowrap;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.continue:hover {background:url(images/complete.png) 0 -58px no-repeat;}
.continue span { display: none; }
.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 {
	height:30px;
	line-height:30px;
	padding:0 15px;
	background:url(images/button_bg.jpg) top center repeat-x;
	white-space:nowrap;
	color:#ffffff;
	border:none;
	cursor:pointer;
	font-weight:bold;
}

.attrList {
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	}
.style { font-size:12px; }
.style strong { font-weight:normal; color:#002D55; }
.style-price {
	font-size:12px;
	line-height:1.6em;
	color:#002D55;
	font-weight:bold;
	}
.qtyContainer {
	position:relative;
	height:27px;
	width:63px;
	}
	.qtyContainer .upQty, .qtyContainer .downQty {
		display:block;
		position:absolute;
		width:21px;
		height:14px;
		background:url(images/up_arrow.png) center center no-repeat;
		text-indent:-100px;
		overflow:hidden;
	}
	.qtyContainer .upQty { top:0; right:0; }
	.qtyContainer .downQty {
		bottom:0;
		right:0;
		background-image:url(images/down_arrow.png);
		}
.qtyContainer .qtyField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:30px;
	padding:5px;
	border:1px solid #999;
}

#smushion-wrap { overflow: hidden; width: 934px; }
#poloroids { background: url(images/poloroids.png) no-repeat; width: 477px; height: 370px; float: left; }
#smushion-right { float: right; text-align: center; width: 449px;}
	.smushion-copy { color: #002d55; font-family: Myriad Pro, Arial, Helvetica, sans-serif; font-size: 28px; line-height: 45px; font-weight: bold; }
#checks { background: url(images/checks_div.png) no-repeat; width: 916px; height: 300px; margin: 0 auto; }
	#checks span { display: none; }
	
#main #newBox #total-wrap {/* background: #e7e7e7;*/ /*border: 1px solid #b6b6b6;*/ font-size: 16px; overflow: hidden; /*margin-top: 15px; margin-right: 5px;*/ float: right; width:374px; height:85px; }
	#main #newBox #total-wrap ul { list-style: none; font-size: 20px; padding: 5px; margin: 5px; float: left; }
		#main #newBox #total-wrap ul li { float: left; padding-left: 10px; }
	#num-items-text { color: #ffffff; }
	.total-items-copy { color: #E7E7E7; }
	#total-plus { color:#E7E7E7; }
	#shipping-text { /*color: #002d55;*/ color:#ffffff }
	#shipping-bg {width: 46px; height: 29px; }
	#total-text { color: #ffffff; }
	
#free-shipping-btn { /* background: url(images/free_shipping.png) no-repeat; */ height: 52px; width: 419px; float: left; }
.coupon{
	display:block;
	background:url(images/coupon_appy.gif) top center;
	width:53px;
	height:22px;
	border:none;
	cursor:pointer;
	margin-left:5px;
}

