#prodMoreImg {
	cursor: pointer;
	color:#68b1c7;
	font-size: 11px; }
	#prodMoreImg:hover, #prodMoreImg:active {
		color: #000;
		text-decoration:none; }

.previewPane {
	width: 570px;
	display: none;
	background: #ebebeb url('/images/processing.gif') no-repeat 50% 50%;
	height: 645px;
	border: 10px #ccc solid;
	z-index: 105;
	left: 100px;
	top: 50px;
	background-color: #fff;
	position: fixed;
	_position: absolute; }


/* For the lp mini cart */
.miniviewPane {
	width: 227px;
	display: none;
	background: #ebebeb url('/images/processing.gif') no-repeat 50% 50%;
	height: 200px;
	z-index: 105;
	left: 100px;
	top: 50px;
	background-color: #fff;
	position: fixed;
	_position: absolute; }

.previewPaneEmail {
	display: none;
	background: #ebebeb url('/images/processing.gif') no-repeat 50% 50%;
	z-index: 105;
	left: 100px;
	top: 50px;
	background-color: #fff;
	position: fixed;
	_position: absolute; }


.prevOver {
	display: none;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	background-color:#fff;
	position: fixed;
	_position: absolute;
	height: 100%;
	_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
	

#thumbDiv img {
	border: 1px solid #c0c0c0;
	margin: 4px;
	cursor: pointer; }
	#thumbDiv img.selected { 
		border: 4px solid #262626;
		margin: 1px; }
		
#processAni {
	background: #fff url('/images/processing.gif') no-repeat 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
}


	
/*  ----------|  Cart Pop-Ups |-----  */

/*  ----------|  Wishlist share and Product Page share |-----  */

#wishlist-etf, #product-etf {
	background:#ebebeb;
	width:416px;
	height: 440px;
	border:10px #cccccc solid;}
	
#wishlist-etf a, #product-etf a, #wishlist-confirm a, #product-confirm a, #emptycart a{
	font-size:12px;}
	
#wishlist-etf a:hover, #product-etf a:hover{
	color:#3d8fb4;}
	
#wishlist-etf .close, #product-etf .close, #wishlist-confirm .close, #product-confirm .close, #emptycart .close{
	width:416px;
	float:left;
	margin:10px 0 0 0;
	padding: 0 10px 0 0;
	text-align:right;}
	
#wishlist-etf .titles, #product-etf .titles, #wishlist-confirm .titles, #product-confirm .titles, #emptycart .titles{
	width:416px;
	text-align:center;
	float:left;}
	
#wishlist-etf .form, #product-etf .form {
	width:416px;
	text-align:center;
	float:left;
	padding:0 0 0 40px;}
	
#wishlist-etf .button, #product-etf .button {
	width:416px;
	text-align:right;
	float:left;}
	
#wishlist-etf .return, #product-etf .return, #wishlist-confirm .return, #product-confirm .return, #emptycart .return{
	width:416px;
	text-align:left;
	float:left;
	padding:0 0 0 38px;}
	
#wishlist-etf .border, #product-etf .border, #wishlist-confirm .border, #product-confirm .border, #emptycart .border{
	width:416px;
	text-align:center;
	float:left;
	margin:12px 0 12px 0;}
	
/*  ----------|  Wishlist share and Product Page confirmations, and Empty Cart message on Support shipping page |-----  */
	
#wishlist-confirm, #product-confirm, #emptycart{
	background:#ebebeb;
	width:416px;
	height: 271px;
	border:10px #cccccc solid;}
	
#wishlist-confirm .message, #product-confirm .message, #emptycart .message{
	width:416px;
	text-align:center;
	float:left;
	font-size:12px;
	margin:0 0 80px 0;}
	
/*  ----------|  Shipping Calculator |-----  */

#shipping-calc {
	background:#ebebeb;
	width:396px;
	height: 340px;
	display: none;
	padding: 10px; }
	
#shipping-calc .close{
	width:396px;
	float:left;
	margin:0;
	padding: 0;
	text-align:right;}
	#shipping-calc .close img {
		cursor: pointer; }

#shipping-calc .ziplabels{
	float: left;
	display: block;
	padding-top: 3px;
	width: 60px; }
	
#shipping-calc .form{
	width:180px;
	height: 65px;
	float:left;
	margin:10px 0 0 30px;}
	
#shipping-calc .calc{
	width:147px;
	float:left;
	margin:10px 0 0 5px;
	padding: 0;}
	
#shipping-calc .box{
	width:143px;
	height: 65px;
	padding: 0;
	text-align:center;
	background:#cccccc;
	color:#666666;}

#shipping-calc .rate .form {
	margin-top: 0px;
	height: auto; }
	
#shipping-calc .rate .box {
	width: 143px;
	float:left;
	height: auto;
	margin-left: 5px; }	
	
#shipping-calc .box p{
	width:131px;
	font-size:10px;
	line-height:13px;
	text-align:left;
	margin:6px;}
	
#shipping-calc .border{
	width:396px;
	text-align:center;
	margin:12px 0 6px 0;}
	
#shipping-calc .return {
	text-align:left;
	padding:0 0 0 28px;}
	
/*  ----------|  About the Brand Popups |-----  */

#brand-about{
	background-color: #fff;
	display: none;
	padding: 10px;
	width: 400px;
}
	#brand-about div.content{
		max-height: 500px;
		overflow: auto;
		width:400px;
	}
		* html #brand-about div.content{
			height: 500px;
		}
	
#brand-about a{
	font-size:12px;}
	
#brand-about .close{
	width:400px;
	cursor: pointer;
	float:left;
	margin:0;
	text-align:right;}

#brand-about p {
	margin-bottom:  15px; }
	
#brand-about p.aboutQuote {
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	background-color: #fcfcfc;
	padding: 7px 4px;
	font-size: 15px; }
	
#brand-about p.tadBigger {
	font-size: 15px; }

	
/*  ----------| Mini Cart and add to cart |-----  */
		/* NOTE: Please look in <head> section of 'product.aspx' for embedded styles that are slightly different than what is below. */

/* -- | FOR POSITIONING OF 'MY CART' ROLLOVER | -- */
.minicartholder{
	position:absolute;
	top:69px;
	right:0;
	display:none;
	z-index:100;
	background-color:#fff;
	width:270px; }

/* -- | FOR POSITIONING OF 'MY CART' ROLLOVER for lp | -- */
.minicartholderforlp{
	position:absolute;
	top:32px;
	right:-20px;
	display:none;
	z-index:100;
	background-color:#fff;
	width:270px; }

/* -- | FOR STYLING OF 'ADD-TO-CART' DIV | -- */
	.minicart {
		background:#fff;
		border:12px #e6e6e6 solid;
		padding:20px 10px 10px 10px;}

/* -- | FOR POSITIONING OF 'ADD-TO-CART' DIV ON BUTTON CLICK | -- */
		div#ShowProduct_ctl05_LastItemAdded {
			position: absolute;
			top: 145px;
			left: 50%;
			margin-left: 132px;
			display: none;
			z-index: 100;
			background-color: #fff; }
			* html div#ShowProduct_ctl05_LastItemAdded {
				top: 153px; }
				*:first-child+html body div#ShowProduct_ctl05_LastItemAdded {
					top: 159px; }

	/* -- | For lyp buttons only | -- */
		div#ShowProduct_ctl04_LastItemAdded {
			position: absolute;
			top: 145px;
			left: 50%;
			margin-left: 132px;
			display: none;
			z-index: 100;
			background-color: #fff; }
			* html div#ShowProduct_ctl04_LastItemAdded {
				top: 153px; }
				*:first-child+html body div#ShowProduct_ctl04_LastItemAdded {
					top: 159px; }

/* -- | FOR STYLING OF 'MY CART' ROLLOVER DIV | -- */
		.minicart .basket-item{
			text-align:left;
		}
			.minicart .basket-item h4.title{
				background:#fff;
				color:#666;
			}
			.minicart .basket-item a{
				float:left;
				padding:0 10px;
			}
			.minicart .basket-item span.price{
				float:right;
			}
		
	.minicart .subtotal{
		margin: 4px 0;
		font-size:11px;
	}
	.minicart .miniButtonBox{
		text-align:right;}
		
	.minicart .miniButtonBox input{
		margin-left:10px;}
/* END STYLING OF 'MY CART' ROLLOVER DIV */

		
/* -- | FOR STYLING OF 'ADD-TO-CART' BUTTON ONCLICK DIV | -- */
		.minicart {
			width: 227px;
			text-align:left; }
		
		.minicart img#ShowProduct_ct105_Thumbnail { /*doesn't work*/
			float: left; }
			
		.minicart span#ShowProduct_ct105_prodname { /*doesn't work*/
			font-size: 14px;
			font-weight: bold;
			color: #666; }

			.minicart .basket-item a{
				float:left;
				padding:0 10px;
			}
			#ShowProduct_ct105_ViewCartLink,
			#ShowProduct_ct105_CheckoutLink { /*doesn't work*/
				float: right; }
		
	.minicart .subtotal{
		margin: 4px 0;
		font-size:11px;
	}
	.minicart .miniButtonBox{
		text-align:right;}
		
	.minicart .miniButtonBox input{
		margin-left:10px;}
	
	.thumbnail {
		width: 48px; 
		float: left;
		margin: 0 4px 0 0; } 
	
	.product-info {
		float: left; 
		width: 173px; }
		
	.price-right {
		text-align: right; }
	
	.subtotal-text {
		width: 222px;
		margin: 5px 0 5px 0; 
		text-align: right; }
	
	.buttons {
		padding: 0 0 10px 56px; }
/* END STYLING OF 'ADD-TO-CART BUTTON ONCLICK DIV */

	
/*  ----------| Quantity Discounts and View Larger|-----  */

#quantity-discounts, #view-larger {
	float:left;
	width:570px;
	height:565px;
	background:#fff; }
	
#quantity-discounts a, #view-larger a{
	font-size:12px;}
	
#quantity-discounts .header, #view-larger .header{
	text-align:left;
	position: relative;
	margin:10px 25px 0 0;
	padding:0 0 0 13px;}	
	#quantity-discounts .header .selected, #view-larger .header .selected{
		color: #000; }
	#quantity-discounts .header .close, #view-larger .header .close, #popup-shipping-options a.close {
		position: absolute;
		top: -4px;
		cursor: pointer;
		right: -19px;
		width: 18px;
		height: 18px;
		background-image: url('/images/buttons/popup-close.gif');}
	
#quantity-discounts .number, #quantity-discounts .price {
	width:272px;
	float:left;
	padding:0 0 0 13px;}
	
#quantity-discounts .body{
	width:570px;
	float:left;
	margin:20px 0 0 0;}
	#quantity-discounts .body .header span {	
		float: left;
		width: 50%; }
		#quantity-discounts .body .header span.altlink {
			text-align: right; }
	
#quantity-discounts .border, #quantity-discounts .border, #view-larger .border, #quantity-discounts .bar, #quantity-discounts .bar{
	width:570px;
	float:left;
	text-align:center;
	margin:5px 0 0 0;}

#view-larger .image {
	background: #fff url('/images/processing.gif') no-repeat 50% 50%;
	width: 570px;
	height: 380px; 
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;}
	#view-larger .image img {
		position: absolute;
		top:0;
		left:0;	}

#view-larger .colors .head, #view-larger .views .head {
	display: block;
	border-bottom: 12px solid #e6e6e6; }
	
#view-larger .colors .head {
	margin-bottom: 15px; }
	
#view-larger .views .head {
	margin-bottom: 8px; }
	
#view-larger .colors{
	width:180px;
	margin:0 0 0 13px;
	float:left;
	color:#999999;
	font-size:17px;}
	#view-larger .colors img {
		cursor: pointer;
		margin-right: 4px;
		float: left; }	
	
#view-larger .views{
	width:337px;
	margin:0 0 0 25px;
	float:left;
	color:#999999;
	font-size:17px;}
	
#view-larger .views img {
	margin: 3px;
	border: 1px #c0c0c0 solid !important;
	cursor: pointer; }
	#view-larger .views img.selected { 
		border: 4px solid #262626 !important;
		margin: 0; }

	
/*  ----------| 212-Secret Landing Page popup|-----  */

#212-secret-learn-more-content {
 	width: 550px;
	padding: 0px 10px 50px 10px;
	}

#212-secret-content-buttons {
	width: 550px;
	float: left;}
	
#212-secret-content-buttons img{
		float: left;
		margin:10px 20px 0 0;}
