/* Multiple Blinds  */
#multi-blind-container {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#777777; height:265px;}
#multi-blind-left-column {display:inline-block; margin-right:20px; vertical-align:top;}
#multi-blind-right-column {width:200px; display:inline-block; vertical-align:top;}
#headrail3on1, #headrail2on1 {height:15px; padding:3px; background-color:#aaaaaa; text-align:center; color:#ffffff;}
#headrail3on1 {width:409px;}
#headrail2on1 {width:262px; }
.width {width:120px; height:190px; display:inline-block; margin-left:-57px; background-color:#ddd; text-align:center; vertical-align:bottom;}
.width select{margin:0px!important; background-color:#ffffff;}
.gap {width:135px; height:50px; display:inline-block; position:relative; top:50px; margin-left:-57px; text-align:center; vertical-align:bottom;}
.gap img {height:138px!important; width:19px!important; border:0px!important;margin-top:-133px;}
.width-text {text-align:center; margin-top:60px; margin-bottom:86px;}
#jumpMenu {display:inline-block;}
.selected-width-text {}
.selected-width-text span {font-size:18px; float:right; font-weight:bold; margin-top:-6px;}
.measurement-text, .measurement-number, .total-measurement-text, .total-measurement-number, .total-measurement-text-error, .total-measurement-number-error {display:inline-block; height:15px; padding:5px;}
.measurement-text, .total-measurement-text, .total-measurement-text-error {width:95px; padding-left:20px; text-align:right;}
.measurement-number, .total-measurement-number {width:64px; float:right; text-align:right;}
.total-measurement-text, .total-measurement-number {font-weight:bold; background-color:green; color:#ffffff;}
.total-measurement-text-error, .total-measurement-number-error {font-weight:bold; background-color:#CC0000; color:#ffffff;}
.total-measurement-number-error, .total-measurement-number {float:right; width:70px; text-align:right;}
.total-measurement-text-error {background-image:url(/images/warning-sign.png); background-repeat:no-repeat; background-position:13px center;}
.remaining-multiblind-width {margin-top:5px; width:115px; display:inline-block; text-align:right;}
#FakedTabsProductConfig .multiBlindError {border: 1px solid #CC0000;}
/* end multi blinds */

/* Learn More Link in Order Entry  */
.product-option-container {display:inline-block;}
.product-option-help-container {display:inline-block; width:auto; vertical-align:top; text-align:left;}

div.learn-link {background:url(/images/learn-more_icon.gif) no-repeat left top; height:17px; width:17px; margin:0px 10px 0px -3px; padding:0px; vertical-align:top; cursor:pointer;}
div.learn-link a {font-size:10px; font-weight: normal;}
div.learn-link > span {
	display:none; 
	float:left; 
	position:relative; 
	top:20px; 
	left:-150px; 
	width:200px; 
	height:auto; 
	padding:10px; 
	z-index:1000; 
	background-color:#fff; 
	border: 1px solid #777777; 
	opacity:.9; 
	filter:alpha(opacity=90); 
}

.learn-link > span > p {
	font-weight: normal;
}
.learn-link > span > ul {
	margin-left: 10px !important;
	margin-bottom: 5px !important;
}
div.learn-link:hover span {display:block;}
.option-group-divider {border-top:1px dotted #777777; height:10px;}

.tooltip3 {position: relative; margin-top:10px; background:#FFFFFF; text-align:left; width: 225px; padding:3px 8px; color:#000; display: none; border:solid 1px #151456; z-index:25}
.tooltip3 p {margin-bottom:15px; font-weight:normal;}
.tooltip3 a {
text-decoration:none;
}

/* end Learn More Link in Order Entry  */
/* color range */
#color-range-container {
	width:305px; 
	position:absolute; 
	display:inline-block;
	}
.color-range span {
	display:none; float:left; position:absolute; top:0px; left:135px; width:150px;
	font-size:12px; font-weight:normal; text-align:left;
	}
.color-range:hover span {
	display:inline-block;
	}
.color-range-description {}
.color-range {
	float:left; width:25px; height:15px; 
	border:1px solid #777777; border-radius:5px; 
	margin-right:3px; 
	background-image:url(/images/color-range.png);
	cursor:pointer;
	}
.color-range-selected {margin-top:1px;}
.all-color-ranges {float:left;width:24px;text-align:center;}
.color-range img {border:0px!important; width:25px!important; height:10px!important; background:none!important; position:relative; top:9px!important;}
.cr-all {background-color:#EEE;}
/* end color range */
.top_swatch_page_navigation {text-align:right; margin-bottom:20px;}

/* pre-selected message */
.pre-selected-message-container {
	background-color:#ffffff; 
	opacity:.7; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
	filter:alpha(opacity=70); /* for IE5-7 */	position:absolute;
	width:233px; height:340px; z-index:900;}
.pre-selected-message {color:#000000; text-align:center; position:absolute; width:220px; height:290px; padding:25px 5px; z-index:1000;}
.pre-selected-message span{font-size:12px; color:#1568b3; font-weight:bold;}
.pre-selected-message img {margin:10px 0px;}

.add-to-cart {
	padding:1px 8px 6px 8px; margin-top:5px;
	display:inline-block;
	text-align:center; color:#fff; font-size:12px; font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius:0px; border-radius:0px;
	border:1px solid #000;
	background-color:#0060a9;
	width:auto;
	position:relative;
	box-shadow:2px 2px 5px #777777;
	cursor:pointer;
	}
.add-to-cart:hover {
	border:1px solid #000; 
	top:1px; left:1px;
	background-color:#0060a9; 
	box-shadow:0px 0px 0px #fff;
	}
.add-to-cart-disabled {
	padding:1px 8px 6px 8px; margin-top:5px;
	display:inline-block;
	text-align:center; color:#bbbbbb; font-size:12px; font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius:0px; border-radius:0px;
	border:1px solid #888888;
	background-color:#888888;
	width:auto;
	position:relative;
	cursor:default;
	}
	
.white-arrow{
	margin-top:6px; 
	height:12px;
	border:none;
	top:50%;
	}
	
.prod-images, .prod-images img {
	display:inline-block; position:relative; z-index:1;
	width:400px; height:305px;
	overflow:hidden;
	}
	
.prod-image-copy {
	position:absolute; bottom:-100px; right:0px; z-index:10;
	vertical-align:middle; 
	padding:5px; 
	background-color:#fff; 
	opacity:.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
	filter:alpha(opacity=0); /* for IE5-7 */
}
#imageViewerDiv .prod-image-copy {opacity:0;}
#imageViewerDiv:hover .prod-image-copy {
	bottom:0px;
	left: 0;
	opacity:.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
	filter:alpha(opacity=80); /* for IE5-7 */
	-moz-transition:.4s ease-in-out;
	-webkit-transition:.4s ease-in-out;
	-o-transition:.4s ease-in-out;
	transition:.4s ease-in-out;
	}
#imageViewerDiv .prod-image-copy ul {list-style-type:none inside none!important; margin:0px;}
#imageViewerDiv .prod-image-copy ul li {list-style-type:none!important;}

#savingsAmount {color:#000000; font-size:11px; font-weight:bold; text-align:right; float: right; width:219px; padding:2px;}
.regPriceConfig {color:#000000; font-size:11px; font-weight:bold; text-align:right; float: right; width:219px; padding:2px;}
.regPriceConfigStrikeThrough {color:#000000; font-size:11px; font-weight:bold; text-align:right; float: right; width:219px; padding:2px;text-decoration: line-through;}
#price {width:228px; float:right;}
.totalPriceConfig{padding:2px 2px; background-color:#ffffff; color:#0060a9; font-weight:bold; font-size:16px; text-align:right;}
.totalPrice {font-weight:bold; font-size:14px; color:#0060a9;}
.regPrice {font-weight:normal; text-decoration: line-through; font-size:12px; color:#000000; margin-bottom:10px;}
.savings {font-weight:bold; font-size:16px; color:#d71920; margin-top:10px;}
#shopping_cart_total_tbl td {font-weight:bold; font-size:14px; color:#0060a9;}


/**/
#my-video_display_button, #my-video2_display_button {
	background-image:none!important;
	background-color:#333333;
 	}
h6 {color:#222222; font-size:11px; margin:0px; padding:0px 0px 10px 0px;}

/* Product Recall Information */
#productRecall {background-color:#f36f44; height:20px; color:#fff; text-align:center; size:12px; vertical-align: middle; padding-top:3px;}
#productRecall a{color:#ffffff; text-decoration:none;}
#productRecall a:hover{text-decoration:underline;}

#productOption {
	min-height: 580px;
}


/*Visualization Hooks*/
.visualization-container {
	-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
}