/* Product page styles
	1 - Show/hide elements of the structure
	2 - Positioning elements
      2.1 - Columns
      2.2 - Product details content section (photos, description and price)
      2.3 - Saved Portfolio section - Carousel
      2.4 - About This Product secion
      2.5 - Customer Rated section
      2.6 - Learn More section
         2.6.1 - Learn More tabs
         2.6.2 - Learn More box
         2.6.3 - Learn More box content
      2.7 - Right column
         2.7.1 - Right column tabs
         2.7.2 - Right Column content
      2.8 Zoom view
	3 - Right column links
	
	4 - New Product Page
*/


/* 2 - Show/hide elements of the structure
*************************************************************************************/

/*#product-left-column,*/
/*#product-right-column*/
/*#product-photos,*/
/*#product-additional-images,*/
/*#product-photo-big,*/
/*#product-description,*/
/*#product-price*/
/*#product-saved-portfolio,*/
/*#product-about-this-product,*/
/*#product-customer-rating,*/
/*#product-learn-more,*/
/*#product-order-options div*/
/*
{
	border: dashed 1px gray !important
}
*/

/* 2 - Positioning elements
*************************************************************************************/

#page-wrapper
{
	margin-top: 0px
}

/* 2.1 - Columns
*************************************************************************************/

#product-left-column
{
	width: 716px;
	float: left
}

#product-right-column
{
	position: relative;
	margin-top: 0px;
	width: 226px;
	float: left;
	display: block;
	/*min-height: 400px;*/
	/*background-color: #e6eac4*/
	background: url(/img/right-column-background.jpg) repeat-x;
}

/* 2.2 - Product details content section (photos, description and price)
*************************************************************************************/

#product-photos
{
	position: relative;
	/*width: 720px;*/
	height: 433px;
	padding-left: 0px;
	float: left
}

.product-green-icon
{
	position: absolute;		
	float: right;
	padding-bottom: 6px;
	bottom: 0px;
	right: 84px;		
	/*background-color: gray;*/
	/*filter: alpha( opacity = 20 ) !important*/
}

.product-confidenceplus-icon
{
	position: absolute;
	float: right;
	padding: 6px;	
	bottom: 0px;
	right: 0px;
}

.product-tigressa-icon, .product-stainmaster-icon
{
	position: absolute;
	float: left;
	padding: 6px;	
	bottom: 0px;
	left: 0px;
}

#product-small-logos img
{
	margin-left: 5px;
}

#additional-images
{
	padding-top: 10px;
}

#additional-images-list *
{
	margin: 7px 10px 0px 0px
}

#additional-images-list
{
	position: relative;
	float: left
}

#additional-images-upload-link
{
	width: 100px;
	float: left;
	position: relative;
	margin-top: 24px
}

.product-photo-big
{
	position: relative;
	width: 347px;
	height: 347px;
	margin-bottom: 15px;
}

#product-description
{
	width: 346px;
	height: 163px;
	padding: 0px 13px 0px 15px;
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	margin: -433px 0 0 0
}

#product-order-options div *[src]
{
	margin: 5px 0px 5px 0px
}

.product-order-online, .product-order-sample
{
	width: 55px;
	height: 60px;
	float: left;
	margin: 5px 10px 0px 0px
}
	
.product-order-home-consultation
{
	width: 108px;
	height: 60px;
	float: left;
	margin: 5px 10px 0px 0px
}

#product-order-options2
{
	border: solid 1px #dbdbdb;
	width: 325px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	text-align: center
}

#product-order-options2 .textbox
{
	
}

#order-options-project-calculator-link
{
	display: inline-block;
	width: 318px;
	height: 20px;
	padding: 5px 5px 5px 5px;
}

#order-options-or
{
	display: inline-block;
	width: 320px;
	height: 20px;
	padding-top: 2px;
	margin-bottom: 10px;
	background-color: #f1f1f1
}

#product-price
{
	width: 346px;
	/*height: 168px;*/
	padding: 0px 13px 0px 30px;
	float: right; 
	position: relative;
	bottom: 0px;
	right: 0px;
	margin: -175px -398px 0px 0px;
	line-height: 150%;
	/* This background will be used for the background of the estimated cost: */
	/*background: url(/img/estimated-cost-background.jpg)*/ 
}

#product-price-calculator
{
	float: left;
	/*bottom: 0;*/
	position: relative;
	width: 325px;
	display:block;
}

/* 2.3 - Saved Portfolio section - Carousel
*************************************************************************************/

#mygallery
{
	margin: 0px 0px 10px 10px;
	width:  632px;
	height: 57px;
	float: left;
	background: url(/img/carousel-background.jpg) repeat-x;
	/*background-color: #f6f8ea*/
	
}
.stepcarousel
{
	position: relative;
	overflow: hidden
}

.stepcarousel .belt
{
	position: absolute;
	left: 0;
	top: 0
}

.stepcarousel .panel
{
	float: left;
	min-width: 170px;
	/*width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then.*/
	/*overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px 10px 0px 10px; /*margin around each panel*/
	/*width: 150px /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */	
}

.stepcarousel .panel div
{
	bottom: 0px;
	position: relative;
	float: left;
	margin-left: 4px
}

.stepcarousel .panel .panel-align-bottom
{
	position: absolute;
	bottom: 0px
}

.panel-align-top
{
	position: absolute
}

#product-saved-portfolio
{
	padding-left: 15px;
	height: 140px;
	margin-bottom: 0px;
}

#product-saved-portfolio-carousel
{
	margin: 0px 0px -8px 0px;
}

.product-carousel-left-arrow
{
	margin: 0px -10px 10px 15px;
	width: 19px;
	height: 57px;
	float: left
}

.product-carousel-right-arrow
{
	margin: 0px 0px 10px 0px;
	width: 19px;
	height: 57px;
	float: left
}

.carousel-image-button
{
	position: absolute;
	top: 1px;
	left: 33px;
}

#product-saved-portfolio-save-button
{
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 20px
}

#product-saved-portfolio-information-text
{
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 20px
}

#saved-portfolio-box
{
	width: 703px;
	margin: 5px 0px 10px -15px;
	height: 100px
}

#saved-portfolio-box-tabs
{
	width: 703px;
	height: 27px;
	display: inline-block;
	background: url(/img/learn-more-tabs-top.jpg)
}

#saved-portfolio-box-content
{
	height: 62px;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	background: url(/img/learn-more-background.jpg);
}

#saved-portfolio-box-bottom
{
	width: 703px;
	height: 7px;
	display: inline-block;
	background: url(/img/learn-more-bottom.jpg);
}

/* New carousel */

#product-carousel-item div .carousel-image-button
{
	
}

/* 2.4 - About This Product secion
*************************************************************************************/

#product-about-this-product
{
	/*padding-left: 15px;*/
}

/* Tooltip: */

#fixedtipdiv
{
	position:absolute;
	margin-top: 0px;
	/*padding: 2px 5px 5px 5px;/*
	/*background-color: #e6eac4;*/
	/*color: #584719;*/
	/*border: 2px solid #b7b7b7;*/
	width: 218px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#c5c5c5,direction=135);*/
	z-index:100;
	/*line-height:18px;*/
}

#fixedtipdiv-middle
{
	display: block;
	background: url(/img/tooltip-background.png);
	width: 193px;
	text-align: center;
	padding: 0px 15px 10px 10px;
	color: #574215;
	/*margin-top: 6px;*/
	/*background-color: #e6eac4;*/
	/*border: 2px solid #b7b7b7;*/
	/*width: 150px;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#c5c5c5,direction=135);*/
	z-index:101;
	line-height:18px
}

#fixedtipdiv-top
{
	display: block;
	background: url(/img/tooltip-top.png) no-repeat;
	width: 218px;
	height: 8px
}

#fixedtipdiv-bottom
{
	display: block;
	background: url(/img/tooltip-bottom.png) no-repeat;
	width: 218px;
	height: 12px
}

/* 2.5 - Customer Rated section
*************************************************************************************/

#product-customer-rating
{
	padding-left: 15px;
}

/* 2.6 - Learn More section
*************************************************************************************/

#product-learn-more
{
	padding-left: 15px;
}

#product-warranty-column-left
{
	width: 430px;
	float: left;
	padding-bottom:15px;
}

#product-warranty-column-left .warranty-logo
{
	margin: 0px 20px 0px 10px;
	float: left
}

#warranty-retailers
{
	float: left;
	width: 280px
}

#product-warranty-column-right
{
	width: 280px;
	margin-bottom:20px;
	
}

#warranty-photo-icons
{
	position: relative;
	top: 303px;
	left: 227px;
	margin-bottom: -100px;
	width: 455px;
	height: 100px;
	float: left;
	z-index: 99999;
}

#warranty-photo-icon /* #warranty-photo-icons span */
{
	cursor: pointer
}

#warranty-photo-icon-large
{
	display: none;
	float: left;
	position: relative;
	left: -120px;
	z-index: 999999
	
}

/* 2.6.1 - Learn More tabs (be careful with this for the other browsers)
*************************************************************************************/

#learn-more-box-tabs
{
	width: 703px;
	height: 27px;
	display: inline-block;
	background: url(/img/learn-more-tabs-top.jpg)
}

#learn-more-box-tabs-list li, #customer-products-box-tabs-list li
{
	list-style: none;
	display: inline
}

.learn-more-box-tabs-list-front
{
	background: url(/img/learn-more-tabs-background.jpg)
}

.learn-more-box-tabs-list-back
{
	background: url(/img/learn-more-tabs-background-behind.jpg)	
}

.carousel-tabs-list-front
{
	background: url(/img/learn-more-tabs-background.jpg)
}

.carousel-tabs-list-back
{
	background: url(/img/learn-more-tabs-background-behind.jpg)	
}


#learn-more-box-tabs-list *, #customer-products-box-tabs-list *
{
	display: inline-block;
	height: 27px
}

#learn-more-box-tabs-list a, #customer-products-box-tabs-list a
{
	margin-top: 7px
}

.learn-more-box-tabs-first
{
	width: 19px;
	height: 27px;
	float: left;
	background: url(/img/learn-more-tabs-left-behind.jpg)
}

.learn-more-box-tabs-first-active
{
	width: 19px;
	height: 27px;
	float: left;
	background: url(/img/learn-more-tabs-left.jpg)
}

.learn-more-box-tabs-middle
{
	width: 21px;
	height: 27px;
	float: left;
	background: url(/img/learn-more-tabs-middle.jpg)
}

.learn-more-box-tabs-middle2
{
	width: 21px;
	height: 27px;
	background: url(/img/learn-more-tabs-middle.jpg)
}

.learn-more-box-tabs-middle-left
{
	width: 21px;
	height: 27px;
	float: left;
	background: url(/img/learn-more-tabs-middle-behind-left.jpg)
}

.learn-more-box-tabs-middle-left2
{
	width: 21px;
	height: 27px;
	background: url(/img/learn-more-tabs-middle-behind-left.jpg)
}

.learn-more-box-tabs-middle-right
{
	width: 21px;
	height: 27px;
	float: left;
	background: url(/img/learn-more-tabs-middle-behind-right.jpg)
}

.learn-more-box-tabs-middle-right2
{
	width: 21px;
	height: 27px;
	background: url(/img/learn-more-tabs-middle-behind-right.jpg)
}

.learn-more-box-tabs-last
{
	width: 22px;
	height: 27px;
	float: left;
	background: url(/img/learn-more-tabs-right.jpg)
}

.learn-more-box-tabs-last-behind
{
	width: 22px;
	height: 27px;
	float: left;
	background: url(/img/learn-more-tabs-right-behind.jpg)
}

.learn-more-box-tabs-item
{
	height: 27px;
	text-align: center;
	float: left;
	background: url(/img/learn-more-tabs-background-behind.jpg)
}

.learn-more-box-tabs-item2
{
	height: 27px;
	text-align: center;
	/*background: url(/img/learn-more-tabs-background-behind.jpg)*/
}

.learn-more-box-tabs-item-active
{
	height: 27px;
	text-align: center;
	float: left;
	background: url(/img/learn-more-tabs-background.jpg)
}

.learn-more-box-tabs-item-active2
{
	height: 27px;
	text-align: center;
	/*background: url(/img/learn-more-tabs-background.jpg)*/
}

.learn-more-hide-tab
{
	visibility: hidden !important;
	display: none !important
}

/* 2.6.2 - Learn More box
*************************************************************************************/

#learn-more-box
{
	width: 703px;
	margin: 5px 0px 10px -15px;
	min-height: 50px
}

#learn-more-box-content
{
	width: 673px;
	min-height: 43px;
	display: inline-block;
	padding: 10px 10px 10px 20px;
	background: url(/img/learn-more-background.jpg);
}

#learn-more-box-bottom
{
	width: 703px;
	height: 7px;
	display: inline-block;
	background: url(/img/learn-more-bottom.jpg);
}

/* 2.6.3 - Learn More box content
*************************************************************************************/

#learn-more-box-content-product-image
{
	float: right
}

.learn-more-box-content-text
{
	padding-left: 20px;
	padding-right: 20px;
	color: #444;
	line-height: 18px;
}

.learn-more-inside-box
{
	width: 600px;
	border: solid 1px #c3cdcf;
	margin: 10px 0px 10px 0px;
	padding: 15px
}
.save-and-close-button input
{
	float: right; 
	margin: 10px 12px 0px 0px; 
	cursor:pointer; 
}
#ProjectCalculatorTotals
{
	float: left;
	width: 500px;
	text-align: right
}

#ProjectCalculatorTotalsData
{
	float: left;
	width: 130px;
	text-align: right
}

#ProjectCalculatorButtons
{
	text-align: right;
	width: 640px;
	margin: 40px 0px 15px 0px
}

#ProjectCalculatorButtons *
{
	float: right
}

.pc-top
{
	position: relative;
	display: block;
	width: 704px;
	height: 30px;
	background: url('/img/project-calculator-popup-background-top.png') no-repeat;
}

.pc-middle
{
	display: block;
	min-height: 250px;
	background: url('/img/project-calculator-popup-background-middle.png') repeat-y;
	padding: 0 40px;
    position: relative;
    width: 610px;
}

.pc-bottom
{
	position: relative;
	display: block;
	width: 704px;
	height: 48px;
	margin-top:-10px;
	background: url('/img/project-calculator-popup-background-bottom.png') no-repeat;
}
 #learn-more-project-calculator-form
 {
	border-top:solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
	padding:10px 0px 10px 0px;
 }
 #pc-title-box
 {
	height:30px;
	/*width:550px;*/
 }
.pc-title-left span
{
	float:left;
	/*display:block;
	width:150px;*/
}
.pc-close-window
{
	float: right;
	/*width:200px;*/
	/*margin-top: -37px;*/
}
.pc-textbox
{
	width:363px;
}
.pc-raw1-height
{
	height:30px;
}
.pc-raw2-height
{
	height:32px;
}
.pc-product-name
{
	border-top:solid 1px #ebebeb;
	width:610px;
	height:2px;
}
.pc-installation-panel
{
	border-top:solid 1px #ebebeb;
	padding-top:10px;
}
.save-and-close-button input
{
	float: left; 
	display: inline-block;
	margin: 10px 5px 10px 0px;
	cursor: pointer;
	float:left;
}
.free-measure-button span
{ 
	float: right; 
	display: inline-block;
	cursor: pointer;
	margin-top:10px
}
.pc-go-button
{
	/*background: url('/img/small-button-bg.jpg') no-repeat;*/
	display: inline-block;
	position: relative;
}
.pc-link
{
	display:block;
	margin-top:5px;
	float:left;
}
.pc-total-separator
{
	border-top:dashed 1px #bcbcbc;
	margin-top: 5px;
}
.pc-total-separator tbody tr td
{
	padding-top:7px;
}
.pc-arrow-right
{
	margin: 8px 0 0 5px !important;
	float:left;
}
.pc-arrow-down
{
	margin: 9px 0 0 -6px !important;
}
#pc-measure-form
{
	margin: 10px 0px 20px 65px;
}
.pc-measure-paragraph
{
	margin-bottom:10px;
}
.pc-store-info span:first-child 
{
	display:inline-block;
	width:265px;
	padding-left:30px;
}
.pc-edit-label span
{
	display:block;
}
/* 2.7 - Right Column
*************************************************************************************/

.right-column-separator
{
	width: 204px;
	/*width: 94%;*/
	margin: 8px 5px 5px 5px;
	height: 1px;
	/*background-color: #fff;*/
	display: block;
	clear: both;
	border-top: dashed 1px #b6b6b6;
}

.right-column-separator2
{
	width: 208px;
	margin: -8px 0px 7px -24px;
	height: 1px;
	/*background-color: #fff;*/
	border-top: dashed 1px #b6b6b6;
	display: inline-block;
}

.right-column-content-end
{
	background: none;
	height: 16px;
	cursor: hand;
	margin: 2px 0px 0px 0px;
	color: #606060;
	padding: 10px 0px 0px 30px;
	font-size: 8pt;
	/*letter-spacing: -1px*/
}

/* 2.7.1 - Right Columns tabs (be careful with this for the other browsers)
*************************************************************************************/

#product-right-column-tabs
{
	width: 226px;
	height: 29px;
	display: inline-block
}

#right-column-tab1
{
	display: inline-block;
	color: #6b8800
}

.product-right-column-tabs-1
{
	width: 226px;
	height: 29px;
	display: inline-block;
	background: url(/img/right-column-tabs-background-left.jpg)
}

.product-right-column-tabs-2
{
	width: 226px;
	height: 29px;
	display: inline-block;
	background: url(/img/right-column-tabs-background-middle.jpg)
}

.product-right-column-tabs-3
{
	width: 226px;
	height: 29px;
	display: inline-block;
	background: url(/img/right-column-tabs-background-right.jpg)
}

#right-column-tab1-content, #right-column-tab2-content, #right-column-tab3-content
{
	min-height: 600px;
}

#product-right-column-tabs li
{
	list-style: none;
	display: inline;
}

#product-right-column-tabs *
{
	text-decoration: none;
	
	display: inline-block;
	height: 25px;
	
	font-size: 7.5pt;
	line-height: 11px;
}

#product-right-column-tabs a
{
	margin-top: 5px;
}	

.product-right-column-tab1
{
	display: inline-block;
	width: 45px;
	padding-top: 5px;
	padding-left: 16px;
	cursor: pointer
}

.product-right-column-tab2
{
	display: inline-block;
	width: 70px;
	padding-top: 5px;
	padding-left: 17px;
	cursor: pointer
}

.product-right-column-tab3
{
	display: inline-block;
	width: 50px;
	padding-top: 5px;
	padding-left: 13px;
	cursor: pointer
}

#product-right-column-tabs li a:link, #product-right-column-tabs li a:visited
{
	color: #000
}

#product-right-column-tabs li a:hover
{
	color: #a9a5a2
}

#product-right-column-tabs li a.product-right-column-tabs-current
{
	color: #000
}

/* 2.7.2 - Right Column content
*************************************************************************************/

#product-right-column-tabs-container
{
	padding: 2px;
	width: 226px;
	overflow: hidden
}

#product-right-column-tabs-container *
{
	overflow: hidden;
	font-family: Tahoma
}

.right-column-content-tab1-content
{
	padding: 4px 4px 4px 7px;
	font-family: Tahoma
}

.right-column-content-similar-product-list
{
	margin: 2px;
	font-family: Tahoma
}

.right-column-content-similar-product-list-image
{
	float: left;
	margin: 2px
}

.right-column-content-similar-product-list-text
{
	float: left;
	margin: 2px;
	font-family: Tahoma;
	width: 80px !important;
}

/* 2.7.1 - Accordion
*************************************************************************************/

.accordion
{
	/*height: 800px*/
}

.right-column-content-tab1-header-class /*old accordion script*/
{
	cursor: hand;
	cursor: pointer;
	margin: 8px 0px 0px 0px;
	color: #5f5f5f;
	padding-left: 8px;
	font-size: 8pt;
	/*letter-spacing: -1px*/
}

.right-column-content-tab2-header-Selected
{
	background: url(/img/column-right-button-arrow-up.gif) no-repeat 10px 10px;
	height: 16px;
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	color: #5f5f5f;
	padding: 10px 0px 0px 30px;
	font-size: 8pt;
	/*letter-spacing: -1px*/
}

.right-column-content-tab2-header
{
	background: url(/img/column-right-button-arrow-down.gif) no-repeat  10px 10px;
	height: 16px;
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	color: #5f5f5f;
	padding: 10px 0px 0px 30px;
	font-size: 8pt;
	/*letter-spacing: -1px*/
}

.right-column-content
{
	/*padding: 2px 2px 2px 15px;*/
	padding-left: 4px;
	font-family: Tahoma
}

.open-content
{
	/*class added to contents when they are open*/
}

.closed-content
{
	/*class added to contents when they are closed*/
}

#accordion-arrow
{
	padding-bottom: -4px
}

/* 2.8 Zoom view
*************************************************************************************/

#zoom-view-box
{
	width: 570px;
	height: 680px;
	padding: 10px 0px 15px 35px;
	margin-top: -10px;
	background: url(/img/zoom-view-background.png) no-repeat -15px -15px
}

#zoom-view-image-box
{
	width: 492px;
	height: 512px;
	background-color: #ffffff;
	border: solid 1px silver;
	padding: 10px;
	position: relative;
	margin: 10px 0px 8px 2px
}

#zoom-view-image-box-border
{
	width: 482px;
	height: 502px;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	background-color: black;
	border: solid 4px white
}

#zoom-view-image
{
	width: 482px;
	height: 502px;
	background-color: white;
	position: relative;
	left: 0px;
	top: 0px
}

#zoom-view-product-close-window
{
	float: right;
	margin: 7px 34px 0px 0px
}

.zoom-view-aditional-images
{
	float: left;
	position: relative;
	margin: 7px 10px 0px 0px
}

#zoom-view-image-box-Buttons
{
	float: right;
	width: 320px;
	text-align: left;
	margin: -5px 53px 0px 0px;
	/*border: solid 1px red;*/
}

#zoom-view-image-box-Buttons a
{
	margin-top: 5px;
	width: 120px;
	float: right;
	text-align: right;
}

#zoom-view-layer /* Works with #lightbox */
{
	/*
	float: left;
	position: absolute;
	margin-top: -110px;
	margin-left: -218px;
	*/	
	width: 600px;
	height: 700px;
	/*
	visibility: hidden;
	display:none;
	z-index: 99999999 !important
	*/
}

/* Overlay styles for the Javascript (lightbox.js): */

#lightbox /* Works with #zoom-view-layer */
{
	float: left;
	position: absolute;
	margin-top: -135px;
	margin-left: -230px;
	
	padding: 30px;
	width: 561px;
	height: 653px;
	/*background-color: #333;
	background-color: transparent;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='/img/zoom-view-background.png')*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/zoom-view-background.png", sizingMethod="scale")*/
	background-image: url(/img/zoom-view-background.png);
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/zoom-view-background.png', sizingMethod='scale');*/
	z-index: 9999999 !important;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption
{
	float: left;
}

#keyboardMsg
{
	float: right;
}

#closeButton
{
	top: 30px;
	right: 40px;
}

#lightbox img
{
	border: none;
	clear: both;
	visibility: hidden;
	display: none
} 

#overlay img
{
	border: none;
	z-index: 9999999 !important
}

#overlay
{
	background-image: url(/img/overlay-teal.png);
	z-index: 999999 !important
}

/*
* html #overlay
{
	background-color: #333;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay-white.png", sizingMethod="scale")
}
*/

/* 3 - Right column links
*************************************************************************************/

#product-right-links
{
	width: 200px;
	float: right;
	position: relative;
	margin-top: -45px
}

#product-right-links a
{
	margin-left: 13px !important;
	margin-right: 13px !important
}




/*************************************************************************************/

/* 4 - New Product Page
*************************************************************************************/

#product-2-main
{
	position: relative;
	display: block;
	width: 962px;
	min-height: 400px;
	/*border: solid 1px red;*/
}

#product-2-top
{
	position: relative;
	display: block;
	width: 962px;
	min-height: 400px;

	/*border: solid 1px red;*/
}

#product-2-top-left
{
	position: relative;
	float: left;
	display: block;
	width: 350px;
	min-height: 400px;
	/*border: solid 1px red;*/
}

#product-2-top-middle
{

	padding-right: 10px;
	float: left;
	display: block;
	width: 342px;
	min-height: 450px;
	/*border: solid 1px red;*/
}

#product-2-bottom-buttons
{
	position: relative;
	display: block;
	z-index: -1;
}

#product-print-page-button
{
	margin: 10px 0px 0px 9px;
	position:relative;
	width: 140px;
	float: left;
	height: 30px;
}

.add-this-bookmark
{
	margin-top: 10px;
}

#product-2-top-right
{
	position: relative;
	float: left;
	display: block;
	width: 240px;
	min-height: 400px;
	/*border: solid 1px red;*/
}

#product-2-images
{
	float: left;
	display: block;
	width: 350px;
	min-height: 400px;
	/*border: solid 1px red;*/
}

#product-2-name
{
	position: relative;
	display: block;
	padding: 0px 0px 10px 10px;
	/*border: solid 1px red;*/
}

#product-2-color-size
{
	padding: 0px 0px 10px 10px;
	position: relative;
	display: block;
}

#product-2-color
{
	
}

#product-2-size
{
	
}

#product-2-description
{
	position: relative;
	display: block;
	padding: 0px 0px 10px 10px;
	/*border: solid 1px red;*/
}

#product-2-color-options
{
	position: relative;
	display: block;
	padding: 0px 0px 10px 10px;
	z-index:-9;
	/*border: solid 1px red;*/
}

.product-2-color-options-link
{
	padding: 0px 5px 5px 0px;
}

#product-2-size-options
{
	position: relative;
	display: block;
	padding: 0px 0px 10px 10px;
	/*border: solid 1px red;*/
}

#product-2-pricing
{
	position: relative;
	display: block;
	padding: 7px;
	border: solid 1px #dbdbdb;
	min-height: 210px;
	/*border: solid 1px red;*/
}

#product-pricing-result
{
	display: block;
}
#product-pricing-result-left-col
{
	width: 64px;
	float: left;
	position: relative;
	display: inline-block;
}
#product-pricing-result-right-col
{
	width: 150px;
	float: left;
	position: relative;
	display: inline-block;
}

.product-pricing-title
{
	background-color: #ececec;
	color: #135f3b;
	height: 20px;
	font-weight: bold;
	padding: 3px 0px 0px 10px;
	margin-bottom: 7px;
}
.product-pricing-text
{
	padding-left:10px;
}
#product-2-order-options
{
	position: relative;
	display: block;
	margin-top: 10px;
	z-index:-200;
	/*border: solid 1px red;*/
}
#product-2-order-options *
{
	margin-top:10px;
}

#product-2-details
{
	position: relative;
	display: block;
	width: 962px;
	min-height: 100px;
	margin-top: 20px;
	z-index:-2;
	/*border: solid 1px red;*/
}

.product-details-title
{
	background-color: #e1eed2;
	border: solid 1px #dae8c5;
	background: url(/img/product-page-subtitle-bg.jpg) repeat-x;
	padding: 2px 2px 2px 10px;
	height: 18px;
	color: #2f6616 !important;
	font-size: 10pt !important;
	font-weight: bold !important;
}

#product-2-details-specifications
{
	position: relative;
	display: block;
	width: 490px;
	margin-right: 11px;
	float: left;
	/*border: solid 1px red;*/
}

#product-2-details-specifications .learn-more-box-content-text
{
	width: 200px;
	position: relative;
	display: inline-block;
	float: left;
}

.specifications-box-content
{
	margin: 10px 0px 0px 11px;
	width: 47%;
	float: left;
}

.product-warranty-panel
{
	margin: 10px 0px 0px 10px;
}

#product-2-details-warranty
{
	position: relative;
	display: block;
	width: 442px;
	float: left;
}

#product-2-recently-viewed-section
{
	width: 942px;
	margin-top: 20px;
	position: relative;
	display: block;
	z-index:-20;
}

#product-2-recently-viewed #ajax-loader
{
	position: relative;
	float: left;
	width: 942px;
	height: 90px;		
	text-align: center;	
}

#product-2-recently-viewed-section-carousel-container
{
	/*padding-left: 10px;*/
	position: relative;
	display: block;
}

#product-2-recently-viewed
{
	position: relative;
	display: block;
	width: 962px;
	/*min-height: 100px;*/
	padding-top: 11px;
	margin-top: 15px;
	background: url(/img/learn-more-big-bg.jpg) no-repeat;
	width: 942px;
	height: 85px;

	/*z-index:-5354363436434 !important;*/
}


/* Printable Page*/
#print-header-new 
{
	display: block;
    height: 90px;
    width: 942px;
}
#print-header-new *
{
	color:#505050 !important;
}
.print-header-logo-link {
    cursor: pointer;
    float: left;
    height: 50px;
    margin-bottom: -50px;
    margin-right: -400px;
    position: relative;
    width: 400px;
    top:20px;
}
#print-header-phone-number {
    clear: left;
    float: right;
    height: 70px;
    margin-right: 5px;
    position: relative;
    right: 0;
    text-align: center;
    top: 25px;
    width: 138px;
    color:#000000;
}
#print-header-prefix
{
		height: 17px;
		width: 340px;
		float: left;
		position: relative;
		top: 0px;
		left: 53px
}
#print-header-suffix
{
		float: left;
		height: 15px;
		left: 0;
		position: relative;
		text-align: left;
		top: 60px;
		width: 410px;
		margin-left:-165px;
}
#print-product-2-details
{
	display: block;
	min-height: 100px;
    position: relative;
    margin-top:-20px;
    width: 962px;
}
#print-product-2-pricing {
    border: 1px solid #DBDBDB;
    display: block;
    min-height: 145px;
    padding: 7px;
    position: relative;
}
#print-product-2-top
{
	position: relative;
	display: block;
	width: 962px;
	min-height: 370px;
	margin-bottom:20px

	/*border: solid 1px red;*/
}
#print-product-2-top-right
{
	position: relative;
	float: left;
	display: block;
	width: 240px;
}

#print-product-2-top-left
{
	position: relative;
	float: left;
	display: block;
	width: 350px;
}
#print-product-2-top-middle
{
	padding-right: 10px;
	float: left;
	display: block;
	width: 342px;
}
#print-product-2-images
{
	float: left;
	display: block;
	width: 350px;
}
