@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ffffff;
	margin:0 0 5px 0;
	text-align:center;
	color:#353535;
	height:100%
}

/* Global Styles */
a{ cursor:pointer; color:#2333dd; text-decoration:none; }
a:hover{ text-decoration:underline }
a:hover img{ filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; }
a img{ border:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.required{ color:#990000; }
.justify{ text-align:justify; }
.center{ text-align:center; }
.marg5px{ margin:5px; }
/* End Global Styles */

#crumbNavBlock{ width:803px; padding:0 0 0 15px; font-size:11px; margin-bottom:2px; background:url(/images/layout/home-icon.gif) left no-repeat; }

/* page loader */
.loading-invisible{ display:none; }
.loading-visible{ display:block; position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; z-index:30; background:#ffffff; filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85; }
.loading-visible p{ padding:20px 0 20px 0; border-top:2px solid #CCCCCC; border-bottom:2px solid #CCCCCC; position:absolute; z-index:35; width:100%; left:0; top:300px; text-align:center; font-weight:bold; font-size:12px; }
.loading-visible iframe{ z-index:20; position:absolute; left:0; top:0; height:100%; width:100%; }
/* end page loader */

/* Header styles */
#mainHeader{ width:970px; height:84px; text-align:left; margin:0 auto 0 auto; }
	#logoLink{ position:absolute; margin:4px 0 0 -44px; display:block; height:80px; width:217px; background:url(/images/logo.gif) no-repeat; }
	#csLink{ position:absolute; margin:10px 0 0 380px; display:block; height:69px; width:259px; background:url(/images/layout/cs-header.gif) no-repeat; }
	#boldChat{ position:absolute; margin:15px 0 0 530px; display:block; height:58px; width:194px; }
	#topLinks{ margin:5px 0 0 0; font-size:11px; float:right; }
	#cartBlock{ position:absolute; margin:25px 0 0 772px; height:50px; width:200px; }
		#cartIcon{ display:block; height:50px; width:59px; background:url(/images/layout/cart-graphic.gif) no-repeat; float:right; }
		#cartItems{ color:#4f4f4f; margin:10px 5px 0 0; font-weight:bold; text-align:right; float:right; }
	
#topNav{ margin:0 auto 0 auto; height:31px; width:970px; background:url(/images/layout/nav-grad.gif) repeat-x; }
	#navRight{ height:31px; width:4px; background:url(/images/layout/nav-right.gif) no-repeat; float:right; }
	
	#btnCompany{ display:block; height:31px; width:135px; background:url(/images/layout/btn-company.gif) no-repeat; float:left; }
	#btnProducts{ display:block; height:31px; width:135px; background:url(/images/layout/btn-products.gif) no-repeat; float:left; }
	#btnTools{ display:block; height:31px; width:135px; background:url(/images/layout/btn-tools.gif) no-repeat; float:left; }
	#btnInfo{ display:block; height:31px; width:135px; background:url(/images/layout/btn-info.gif) no-repeat; float:left; }
	#btnSupport{ display:block; height:31px; width:135px; background:url(/images/layout/btn-support.gif) no-repeat; float:left; }
	#btnContact{ display:block; height:31px; width:136px; background:url(/images/layout/btn-contactus.gif) no-repeat; float:left; }
		#btnCompany:hover{ background:url(/images/layout/btn-company-over.gif) no-repeat; }
		#btnProducts:hover{ background:url(/images/layout/btn-products-over.gif) no-repeat; }
		#btnTools:hover{ background:url(/images/layout/btn-tools-over.gif) no-repeat; }
		#btnInfo:hover{ background:url(/images/layout/btn-info-over.gif) no-repeat; }
		#btnSupport:hover{ background:url(/images/layout/btn-support-over.gif) no-repeat; }
		#btnContact:hover{ background:url(/images/layout/btn-contactus-over.gif) no-repeat; }

	/* drop downs */
	#nav, #nav ul { text-align:left; padding: 0; margin: 0; list-style: none; }
	#nav a { }
	#nav p{ margin:0; }
	#nav li { margin:0; width:135px; float: left; }
	#nav li ul { margin:30px 0 0 -1px; z-index:20; display:inline; position:absolute; width:200px; left: -999px; } 
	
	#nav li ul li{ background:#f9f9f9; margin:0; border-right:1px solid #898989; width:198px; border-left:1px solid #898989; }
	#nav li ul .noborder{ border:none; background:none; }
	#nav li ul .noborder div{ font-size:1px; height:7px; width:200px; background:url(/images/layout/drop-bottom.png) no-repeat; }
		* html #nav li ul .noborder div{ background:none;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/layout/drop-bottom.png", sizingMethod="image"); }

	/* IE 7 Fix */
	#nav li:hover{ position: static; }
	
	#nav li ul li a{ cursor:pointer; display:block; font-weight:bold; margin:0; padding:3px 5px 3px 5px; border-bottom:1px dotted #d8d8d8; color:#626262; }
	#nav li ul li a:hover{ text-decoration:none; background:#daeaff; color:#020b8d; }
	#nav li:hover ul, #nav li.sfhover ul { left: auto;}
	/* end drop downs */


	#searchForm{ text-align:left; margin:5px 0 0 8px; float:left; }
	#searchForm input{ font-size:11px; padding:3px 0 0 0; width:118px; height:16px; border:0; background:url(/images/layout/search-bg.gif) repeat-x; float:left; }
	#searchForm img{ float:left; }
	
	/* auto complete */
	#searchForm #suggestionsAlign{ width:148px; position:absolute; margin:26px 0 0 0; z-index:90; }
	#searchForm .suggestionsBox { width:148px; -moz-border-radius:8px; -webkit-border-radius:8px; font-size:11px; left:0px; margin:2px 0px 0px 0px; background-color:#edefff; border:1px solid #797979; float:left; }
	#searchForm .suggestionsBox a{ width:144px; line-height:11px; color:#165788; font-weight:normal; font-size:10px; text-align:left; border-right:none; border-bottom:1px dotted #cccccc; height:auto; padding:3px 2px 3px 2px; display:block; text-decoration:none; float:left; }
		#searchForm .suggestionsBox a:hover{ cursor:pointer; background:#ffe9cf; color:#db6700; }
	
	#searchForm .suggestionsBox a img{ height:30px; width:30px; border:1px solid #CCCCCC; float:left; }
		#searchForm .suggestionsBox a:hover img{ border:1px solid #ff7800; }
	
	#searchForm .suggestionsBox a p{ margin:0; width:130px; float:right; }
	
	#searchForm .suggestionsBox .firstLink{ -webkit-border-top-right-radius:7px; -moz-border-radius-topright:7px; -webkit-border-top-left-radius:7px; -moz-border-radius-topleft:7px; }
	#searchForm .suggestionsBox .lastLink{ border:none; -webkit-border-bottom-right-radius:7px; -moz-border-radius-bottomright:7px; -webkit-border-bottom-left-radius:7px; -moz-border-radius-bottomleft:7px; }
/* End Header Styles */

/* body / sidebar styles */
#mainContent{ text-align:left; width:970px; margin:7px auto 7px auto; }
#contentDiv{ width:818px; float:right; }
	#sidebarDiv{ width:145px; float:left; }

#quickSearch{ margin:0 0 7px 0; width:145px; height:74px; background:url(/images/layout/qs-box.gif) no-repeat; }
	#quickSearch form{ display:inline; margin:50px 0 0 7px; width:131px; height:15px; float:left; }
	#quickSearch input{ font-size:11px; padding:3px 0 0 0; width:105px; height:15px; border:0; background:url(/images/layout/search-bg.gif) repeat-x; float:left; }
	#quickSearch img{ float:left; }

#prodHeader{ width:145px; height:20px; background:url(/images/layout/products-header.gif) no-repeat; }
.navHeader{ width:145px; height:5px; font-size:1px; background:url(/images/layout/nav-header.gif) no-repeat; }
.navFooter{ margin:0 0 7px 0; width:145px; height:8px; font-size:1px; background:url(/images/layout/nav-footer.gif) no-repeat; }
.linksBox{ width:143px; border-left:1px solid #b7b7b7; border-right:1px solid #b7b7b7; background:#fafafa url(/images/layout/links-bg.gif) left repeat-y; }
	.linksBox a{ font-weight:bold; display:block; color:#575656; padding:3px 20px 3px 3px; width:120px; border-bottom:1px solid #dfdfdf; background:url(/images/layout/links-arrow.gif) 127px 5px no-repeat; }
	.linksBox a:hover{ text-decoration:none; background:#daeaff url(/images/layout/links-arrow-over.gif) 127px 5px no-repeat; }
.linksBox .noLine{ border:none; }
.linksBox .navLinkOn{ background:url(/images/layout/links-arrow-over.gif) 127px 5px no-repeat; }

#navSubLinks{ background:#ffffff url(/images/layout/link-grad.gif) left repeat-y; }
#navSubLinks a{ border-bottom:1px dotted #dfdfdf; display:block; padding:3px 3px 3px 10px; width:130px; font-size:11px; font-weight:normal; color:#3e518f; background:none; }
#navSubLinks a:hover{ background:#daeaff; }
#navSubLinks .subLinkEnd{ border-bottom:1px solid #dfdfdf; }

#security{ }
#security img{ border:none; margin:0 0 0 10px; }
/* end body / sidebar styles */

/* footer styles */
#mainFooter{ width:970px; margin:0 auto 0 auto; font-size:11px; color:#535353; }
#footerLinks{ margin:4px 0 0 0; float:right; }
#footerDivider{ margin:3px 0 4px 0; width:970px; font-size:1px; height:1px; border-bottom:1px solid #a8a8a8; float:left; }
/* end footer styles */

/* home page styles */
.headerBar{ clear:both; width:970px; height:30px; margin:7px 0 7px 0; background:url(/images/layout/ql-bg.gif) repeat-x; }
.short{ width:818px; }
.headerBar img{ float:left; }
	#featSections{ width:150px; height:30px; background:url(/images/layout/ql-feat.gif); float:left; }
	.headerRight{ width:8px; height:30px; background:url(/images/layout/ql-right.gif); float:right; }
	.headerTitle{ font-weight:bold; font-size:16px; padding:5px 0 0 8px; height:25px; background:url(/images/layout/ql-left.gif) left no-repeat; float:left; }
	
#hmpgCopy{ padding:0 5px 0 5px; }	
/* end home page styles */

/* section page */
#sectDesc{ font-size:12px; color:#545454; border-left:1px solid #cbcbcb; border-right:1px solid #cbcbcb; width:806px; padding:8px 5px 0 5px; background:url(/images/layout/section-grad.gif) bottom repeat-x; }
#sectDesc p{ margin:0; }
#sectBottom{ font-size:1px; width:818px; height:8px; background:url(/images/layout/section-bottom.gif); }

.productTop{ width:818px; height:6px; font-size:1px; background:url(/images/layout/product-top.gif); }
.productBody{ text-align:center; border-left:1px solid #cfcfcf; border-right:1px solid #cfcfcf; width:816px; background:url(/images/layout/product-grad.gif) top repeat-x; }
.textBody{ text-align:left; padding:0 5px 0 5px; border-left:1px solid #cfcfcf; border-right:1px solid #cfcfcf; width:806px; background:url(/images/layout/product-grad.gif) top repeat-x; }
.textBodyEdit{ text-align:left; border-left:1px solid #cfcfcf; border-right:1px solid #cfcfcf; width:816px; background:url(/images/layout/product-grad.gif) top repeat-x; }
.textBody h3{ margin:0 0 10px 0; font-size:14px; }
.productBottom{ width:818px; height:6px; font-size:1px; background:url(/images/layout/product-bottom.gif); }

.itemList{ width:152px; padding:10px 5px 10px 5px; float:left; }
.itemList img{ height:100px; width:100px; border:1px solid #cfcfcf; }
.itemDivider{ height:140px; width:1px; background:#cfcfcf; margin:5px 0 5px 0; float:left; }
.sectionUnderline{ font-size:1px; clear:both; width:750px; margin:0 auto 5px auto; height:1px; border-bottom:1px solid #cfcfcf; }

.itemList .quickship{ display:block; position:absolute; margin:0 0 0 5px; width:64px; height:28px; background:url(/images/graphics/qsIconSect.png); }
	* html .itemList .quickship{ background:none;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/qsIconSect.png", sizingMethod="image"); }
	
.itemList .hrShip{ display:block; position:absolute; margin:0 0 0 5px; width:76px; height:28px; background:url(/images/graphics/48hrs-sm.png); }
	* html .itemList .hrShip{ background:none;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/48hrs-sm.png", sizingMethod="image"); }

.itemList .kitsGraphic{ margin:-10px 0 0 90px; position:absolute; min-height:39px; height:39px; width:60px; background:url(/images/graphics/kits-graphic.png) no-repeat; }
	* html .itemList  .kitsGraphic{ background:none;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/kits-graphic.png", sizingMethod="image");}

.itemListNew{ width:192px; padding:10px 5px 10px 5px; float:left; }
.itemListNew img{ height:150px; width:150px; border:1px solid #cfcfcf; }
.itemListNew .quickship{ display:block; position:absolute; margin:0 0 0 5px; width:64px; height:28px; background:url(/images/graphics/qsIconSect.png); }
	* html .itemListNew .quickship{ background:none;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/qsIconSect.png", sizingMethod="image"); }
	
.itemListNew .hrShip{ display:block; position:absolute; margin:0 0 0 5px; width:76px; height:28px; background:url(/images/graphics/48hrs-sm.png); }
	* html .itemListNew .hrShip{ background:none;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/48hrs-sm.png", sizingMethod="image"); }

.itemListNew .kitsGraphic{ margin:-10px 0 0 120px; position:absolute; min-height:39px; height:39px; width:60px; background:url(/images/graphics/kits-graphic.png) no-repeat; }
	* html .itemListNew  .kitsGraphic{ background:none;  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/kits-graphic.png", sizingMethod="image");}

/* end section page */

/* customer service */
#csTitle{ font-size:16px; margin:0 0 10px 0; }

#crpBlock{ font-size:11px; margin-left:25px; width:155px; display:inline; float:left; }
#usmbBlock{ font-size:11px; margin-left:25px; width:155px; display:inline; float:left; }
#usmbgrnBlock{ font-size:11px; margin-left:25px; width:185px; display:inline; float:left; }
#mgpBlock{ font-size:11px; margin-left:25px; width:155px; display:inline; float:left; }
#aboutUsAddress{ width:100%; text-align:center; float:left;}

.csNav{ width:190px; margin:0 0 0 10px; float:left; }
.csNav h4{ font-size:12px; margin:5px 0 0 0; }
.csNav a{ padding:2px 0 2px 0; }
.csNav p{ margin:0 0 0 5px; }
/* end customer service */

/* account and cs form styles */
#formCenter{ width:806px; text-align:center; }
#formCenter form{ margin:10px auto 0 auto; width:420px; }
#formCenter form input, form select{ margin:1px 0 1px 0; width:150px; border:1px solid #515151; background:#f0f9ff; float:left; }
#formCenter form textarea{ margin:1px 0 1px 0; width:260px; border:1px solid #515151; background:#f0f9ff; float:left; }
#formCenter form label{ padding-top:4px; margin-right:3px; width:150px; text-align:right; float:left; }
#formCenter form #sendButton{ width:55px; height:18px; background:none; border:none; margin:5px 0 0 0; float:left;  }
.pageNote{ margin:0 0 5px 0; text-align:center; font-weight:bold; color:#FF0000; }

	/* edit info */
	#formCenter form small, #formCenter form .accountEmail{ height:17px; display:block; margin:4px 0 1px 0; width:150px; float:left; }
	
	/* new address */
	#radioButtons{ width:120px; margin:3px 10px 0 0; float:left; }
	#radioButtons .radio{ width:15px; border:0; margin:0; padding:0; float:none; }
/* end account and cs form styles */

/* view account styles */
.accountInfoBox{ display:inline; width:200px; margin:0 0 0 40px; float:left; }
	.accountInfoBox p{ font-weight:bold; margin:0 0 5px 0; }
	.accountInfoBox ul{ margin:0 0 0 10px; padding:0; }
	
.viewAll{ font-size:11px; margin:5px; }
/* end view account styles */

/* standard price table */
.displayTable{ font-size:12px; border-bottom:1px solid #888888; width:100%; }
.displayTable .header td{ border-bottom:1px solid #888888; font-weight:bold; }
.displayTable td{ border-bottom:1px dotted #CCCCCC }
.viewAll{ margin:5px 0 0 0; font-size:11px; }
/* end standard price table */

/* edit addresses */
#editAddresses{ width:806px; text-align:center; }
#editAddresses #addressButton{ width:55px; height:18px; background:none; border:none; margin:15px 0 0 300px; float:left; }

.orderInfoBox{display:inline; width:360px; margin:0 0 0 30px; text-align:left; float:left; }
	.orderInfoBox p{ font-weight:bold; }
	.orderInfoBox ul{ margin:0 0 0 10px; padding:0; }
/* end edit addresses */

/* create account */
#registerForm .registerInfoBox{ margin:0; width:270px; display:inline; float:left; }
#registerForm .registerInfoBox p{ font-weight:bold; }

#registerForm{ width:100%; text-align:center; margin:10px 0 0 0; }
#registerForm input, #registerForm select{ margin:1px 0 1px 0; border:1px solid #515151; background:#f0f9ff; width:140px; float:left; }
#registerForm label{ font-size:12px; padding-top:4px; margin-right:3px; width:120px; text-align:right; float:left; }
#registerForm small{ width:100%; text-align:right; margin-bottom:5px; }
#registerForm #shipSame{ width:20px; margin:5px 0 0 0; border:none; padding:0; float:left; }
#registerForm #registerSubmit{ width:63px; height:18px; background:none; border:none; float:none;}
#registerForm #checkDiv{ width:105px; margin:1px 0 1px 0; float:left; }
/* end create account */

/* search page */
#searchBlock{ margin:0 0 0 200px; padding:5px 0 5px 0; }
#searchBlock form{ margin:0; padding:0; }
#searchBlock label{ font-weight:bold; float:left; }
#searchBlock input{ margin:0 5px 0 5px; width:200px; border:1px solid #515151; background:#f0f9ff; float:left; }
#searchBlock a{ display:block; float:left; }
#searchBlock #goButton{ height:auto; width:auto; border:none; }
#lastSearch{ text-align:center; font-weight:bold; width:806px; padding:20px 0 20px 0; }
/* end search page */

/**** dynamic product page *****/
	#prodInfoDiv{ width:816px; margin:0 0 10px 0; }
	#prodInfoDiv h1{ text-align:left; margin:0 0 5px 0; font-size:24px; color:#526eb1; font-weight:normal; }
	#prodImgDiv{ width:200px; float:left; }
	#prodImgDiv img{ border:0; height:200px; width:200px; }
	#prodImgDiv p{ -moz-border-radius: 3px; -webkit-border-radius: 3px; width:200px; background:#e6e6e6; padding:2px 0 2px 0; margin:3px 0 0 0; text-align:center; font-size:10px; float:left; }
	#prodDescDiv{ text-align:justify; width:600px; float:right; }
	#prodDescDiv table{ font-size:13px; }
	#prodDescDiv ul u{ color:#990000; }
	#featHeader{ margin:15px 0 0 0; font-weight:bold; border-bottom:1px solid #000000; }
	#colorsHeader{ margin:15px 0 0 0; font-weight:bold; border-bottom:1px solid #000000; }
	
	.optionCell{ width:50px; float:left; text-align:center; font-size:11px; margin:5px 0 0 0; }
	
	#recycled{ margin:145px 0 0 145px; position:absolute; height:51px; width:51px; background:url(/images/graphics/recycled.png); }
	* html #recycled{ background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/recycled.png", sizingMethod="image"); }
	
	#trackKits{ width:200px; margin:10px 0 0 0; float:left; }
	#trackKits img{ border:0; height:44px; width:35px; float:left; }
	#trackKits div{ font-size:10px; width:160px; float:right; }
	#trackKits u{ font-size:11px; font-weight:bold; }

	#addedToCartDiv{ margin-top:15px; display:none; }
	#addedToCartDiv a{ color:#990000; }
	.breakOutHeader{ font-weight:bold; font-size:12px; margin:0 0 0 5px; float:left; }
	.productCallUs{ margin:2px 0 0 5px; }
	
	/* pricing / order display table */
	.priceTable{ font-size:12px; width:100%; }
	.priceTable .header td{ padding-top:0; font-size:13px; font-weight:bold; }
	.priceTable .price_list_rowA td{ border-top:1px dotted #c4c4c4; }
	.priceTable .price_list_rowB td{ border-top:1px dotted #c4c4c4; }
	.priceTable input{ border:0; font-size:10px; background:none; width:45px; float:none; }
	.priceTable form{ padding:0; margin:0; }
	.priceTable .item{ width:100px; }
	.priceTable .desc{ width:450px; }
	.priceTable .qty{ width:30px; text-align:center; }
	.priceTable .total{ width:70px; text-align:center; }
	.priceTable .price{ font-weight:bold; text-align:center; }
	.priceTable .addToCart{ width:100px; text-align:center; }
	.priceTable .addQtyText{ margin:0 2px 0 0; cursor:default; font-size:11px; background:#ffffff; width:20px; border:1px solid #838383; color:#000000; float:left; }
	/* end pricing / order display table */
	
	/* item added to cart box */
	#itemAddedDiv{ text-align:center; width:149px; float:right; margin:10px 6px 0 0; }
	#itemAddedTop{ width:149px; height:16px; background:url(/images/graphics/item_added_header.gif) no-repeat; float:right; }
	#itemAddedBottom{ width:149px; height:7px; background:url(/images/graphics/prod_box_bottom.gif) no-repeat; float:right; }
	#itemAddedContent{ width:147px; text-align:center; font-size:11px; background:#eaecff; border-left:1px solid #7f83aa; border-right:1px solid #7f83aa; float:right; }
	#itemAddedContent p{ padding:3px 3px 0 3px; margin:0; text-align:left; }
	/* end item added to cart box */
	
	#blindTrackBox{ font-size:11px; margin:5px 0 5px 0; width:480px; text-align:left; float:right; }
	#blindTrackBox img{ float:left; }
	#blindTrackBox p{ float:right; margin:0; width:480px; }

/**** end dynamic product page ****/

/* product page */
	/* sku name image and links */
	#skuName{ font-size:18px; margin:0 0 0 10px; }
	#mfrName{ font-size:12px; margin:0 0 5px 10px; }
	#itemName{ font-size:12px; margin:0 0 5px 10px; }
	#productImage{ width:200px; margin:0 0 10px 0; float:left;  }
	#productImage #notActualImage{ font-size:10px; }
	
	#productToolLinks{ width:200px; border-top:1px solid #999999; }
	#productToolLinks p{ margin:0; font-size:10px; padding:2px 0 0 0; }
	#prodLinksText{ font-size:10px; color:#666666; font-weight:bold; }
	.productLinksText{ width:100%; text-align:left; font-size:10px; color:#666666; font-weight:bold; }
	
	#productTools{ width:100%; text-align:center; padding-top:3px; font-size:10px; }
	#productTools a{ width:25px; margin:0; padding:0; }
	#productTools a img{ margin:0; padding:0; }
	#productTools .smallImages{ display:inline; margin:0 5px 5px 9px; text-align:center; font-size:9px; width:25px; float:left; }	
	#productTools div span{ z-index:10; margin:-25px 0 0 -45px; width:60px; background:#ffffff; padding:3px; border:1px solid #000000; position:absolute; left:-999px; cursor:pointer; text-align:center; }
		* html #productTools div span{ margin:-25 0 0 -45px; }
	#productTools div span img{ border:0; }
	#productTools div:hover span{ left:auto; }
	#productTools div.sfhover2 span{ left:auto; }
	
	/* IE 7 Fix */
	#productTools div:hover{ position: static; }
	/* end sku name image and links */
	
	/* tab boxes tabs and content */
	#tabBoxContent{ font-size:11px; margin:29px 0 0 0; width:100%; min-height:150px; background:#f6f6f6 url(/images/layout/tabbox-grad.gif) top repeat-x; border:1px solid #606060; float:left; }
		* html #tabBoxContent{ height:150px; }
	
	#low_price{ color:#FF0000; }
	#bulletsDesc{ margin:0 0 0 7px; width:570px; float:left; }	
	
	#tabBoxContent div{ margin:5px; width:97%; float:left; }
	#tabBoxContent div ul{ margin:5px 0 5px 15px; padding:0; }
	
	#tabBoxContent .tabContAlign{ margin:0; width:auto; float:none; }
	
	.tabBoxHeader{ margin:0 0 4px 0; border-bottom:1px solid #999999; font-size:11px; }
	#tabBoxContent .tabContainer{ position:absolute; margin:-35px 0 0 -6px; height:30px; width:575px; z-index:5; }
	#tabBoxContent .tabContainer img{ margin-right:3px; float:left; }
	#tabBoxContent .noMargin{ margin:0; }
	/* end tab boxes tabs and content */

	#extrasBox { margin-top:10px; }
	#lookingFor{ float:left; }
	#saveFiveBucks{ float:right; }
	#ctgryLink{ margin:5px 0 0 5px; font-weight:bold; }
	
	#tabBoxContent #productReturnLink{ display:inline; -moz-border-radius:8px; -webkit-border-radius:8px; clear:both; float:left; margin:10px 0 0 160px; padding:5px; width:400px; border:1px solid #0012ff; background:#ffffff url(/images/graphics/blue-grad.gif) top repeat-x; text-align:center; font-size:14px; }
	
	/* item added to cart box */
	#itemAddedDiv{ width:149px; text-align:center; float:right; }
	#itemAddedOpacity{ filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0; }
	#itemAddedTop{ margin-top:15px; width:149px; height:22px; background:url(/images/graphics/item_added_header.gif) no-repeat; float:right; }
	#itemAddedBottom{ font-size:1px; width:149px; height:8px; background:url(/images/graphics/item_added_footer.gif) no-repeat; float:right; }
	#itemAddedBottomAcc{ font-size:1px; width:149px; height:8px; background:url(/images/graphics/item_added_footer2.gif) no-repeat; float:right; }
	#itemAddedContent{ width:147px; text-align:center; font-size:11px; background:#eaecff; border-left:1px solid #0f0974; border-right:1px solid #0f0974; float:right; }	
	#itemAddedContent p{ padding:3px 3px 0 3px; margin:0; text-align:left; }
	#item_added_accessory_block{ display:inline; margin:0 0 0 5px; font-size:11px; width:136px; border-left:1px solid #c5c5c5; border-right:1px solid #c5c5c5; background:#f0f0f0; float:left; }
	#item_added_accessory_block p{ margin:0; font-weight:bold; }
	#item_added_accessory_block #accImg{ border:1px solid #abaaaa; }
	#item_added_acc_header{ display:inline; font-size:1px; margin:5px 0 0 5px; height:23px; width:138px; background:url(/images/graphics/item_acc_header.gif); float:left; }
	#item_added_acc_footer{ display:inline; font-size:1px; margin:0 0 0 5px; height:10px; width:138px; background:url(/images/graphics/item_acc_footer.gif); float:left; }
	/* end item added to cart box */
	
	/* more images box */
	#moreImagesBox{ padding:0; text-align:center; font-size:10px; margin:0; float:left; }
	#moreImagesBox .smallImages{ margin:4px 8px 0 0; text-align:center; font-size:9px; width:62px; float:left; }
	#moreImagesBox .smImage{ border:1px solid #9d9d9d; }
	
	#moreImagesBox div span{ z-index:10; margin:0 0 0 -265px; width:200px; background:#ffffff; padding:0 0 3px 0; border:1px solid #424242; position:absolute; left:-999px; }
		* html #moreImagesBox div span{ margin:0 0 0 -270px; }
	#moreImagesBox div span img{ border:0; }
	#moreImagesBox div:hover span{ left:auto; }
	#moreImagesBox div.sfhover2 span{ left:auto; }
	
	/* IE 7 Fix */
	#moreImagesBox div:hover{ position: static; }
	/* end more images box */
	
	/* option images */
	#tabBoxContent .optionsAlign{ margin:0; padding:0; float:left; }
	.optionCell{ padding:0; text-align:center; width:65px; margin:10px 1px 0 1px; height:55px; font-size:9px; float:left; }
	.optionCell img{ border:1px solid #4a4a4a; }
	.optionCell a:hover img{ filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0; }
	.optionCell span{ padding:5px; background:#ffffff; border:1px solid #000000; z-index:10; margin:-30px 0 0 -75px; position:absolute; left:-999px; }
	.optionCell a:hover span{ left:auto; }
		* html .optionCell.sfhover3 span{ left:auto; }	
	/* end option images */
	
	/* item page styles */
	.breakOutHeader{ width:775px; font-weight:bold; }
	#dropdown_box2{ display:inline; margin:0 0 0 7px; width:416px; float:left; }
	#dropdown_box2 h3{ margin:0; font-size:12px; }
	#dropdown_box2 form{ widows:416px; margin:0; padding:0; float:left; }
		#dropdown_box2 form select{ margin:0 2px 0 0; padding:0; font-size:11px; background:#e6efff; border:1px solid #000ad7; float:none; }
		#dropdown_box2 form #prodQty{ margin:0 2px 0 0; font-size:11px; background:#e6efff; border:1px solid #000ad7; }
		#dropdown_box2 form .add{ margin:5px 0 0 0; }
		
	#priceDisplay{ width:180px; float:left; }
	#itemPrice{ font-size:11px; }
	#priceSpan{ font-size:18px; font-weight:bold; color:#ee0000; }
	#dropAddToCart{ width:230px; text-align:right; float:right; }
		#productDropDowns{ min-width:107px; text-align:left; float:right; }
			* html #productDropDowns{ width:107px; }
		#qtyAddCartButton{ margin:15px 0 0 0; width:230px; float:right; }
	#questions_text{ margin:10px 0 0 0; font-weight:bold; width:416px; float:left; }
	/* end item page styles */
	
/* end product page */

/* new item page */
#skuNameItem{ font-size:16px; margin:0 0 0 10px; }

#itemImageBlock{ width:325px; display:inline; margin:0 0 0 10px; text-align:left; float:left; }
#itemImageBlock #main_image{ height:325px; width:325px; }
#itemImageBlock #notActualImage{ margin:3px 0 0 0; font-weight:bold; font-size:11px; text-align:center; }
#freeShipItem{ margin:20px 0 0 0; height:67px; width:108px; position:absolute; background:url(/images/graphics/freeship-itempg.png) no-repeat; }
	* html #freeShipItem{
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "/images/graphics/freeship-itempg.png"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	}

#prodToolsDiv{ text-align:center; margin:0 auto 0 auto; width:270px; }
#prodToolsDiv b{ text-align:left; display:block; font-size:11px; color:#666666; border-bottom:1px solid #666666; }

#moreImages{ width:60px; float:left; }
#moreImages a{ border:1px solid #a5a5a5; margin:0 0 3px 0; display:block; height:50px; width:50px; }
#moreImages a img{ height:50px; width:50px; }

#addToCartBlock{ width:230px; border:1px solid #c0d1ee; background:#edf4ff; -webkit-border-top-left-radius:7px; -moz-border-radius-topleft:7px; -webkit-border-bottom-left-radius:7px; -moz-border-radius-bottomleft:7px; float:right; }
	#signInBlock{ text-align:center; border-bottom:1px dashed #c0d1ee; padding:7px 0 7px 0;  }
	#signInBlock a{ font-weight:bold; text-decoration:underline; }
	
	#addToCartBlock strong{ color:#000099; }
	#addToCartBlock .addStep{ padding:7px 0 7px 0; border-bottom:1px dashed #c0d1ee; }
	#addToCartBlock .addStep h3{ font-size:14px; margin:0 0 3px 0; padding:0 0 0 12px; background:url(/images/graphics/item-arrow.gif) center left no-repeat; }
	#addToCartBlock .addStep p{ margin:0 0 0 15px; }
	#addToCartBlock .noLine{ border:none; }
	
	#addToCartBlock form{ margin:0; padding:0; }
	#addToCartBlock form select{ border:1px solid #000ad7; background:#ffffff; font-size:13px; margin:0 0 6px 0; float:none; }

	#cartItemAdded{ padding:7px 0 7px 0; border-top:1px dashed #c0d1ee; display:none; }	
	#cartItemAdded h3{ color:#FF0000; font-size:16px; margin:0 0 0 0; padding:0 0 0 15px; background:url(/images/graphics/item-arrow-dark.gif) center left no-repeat; }
	#cartItemAdded h4{ font-size:11px; font-weight:normal; margin:0 0 3px 0; padding:0 0 0 15px; }
	#cartItemAdded p{ margin:0 0 0 15px; }
	#cartItemAdded p img{ margin:10px 0 0 0; }
	
	#addButton{ margin:8px 0 0 15px; }
	#addButton label{ margin:4px 3px 0 0; width:60px; font-size:13px; display:block; float:left; }
	#addButton input{ margin:4px 5px 0 0; text-align:center; width:20px; border:1px solid #000ad7; float:left; }
	#addButton #atcButton{ margin:0; width:auto; border:none; float:left; }
	#addButton #shopSafe{ display:block; margin:5px 0 0 25px; float:left; }
	#addButton #shopSafe img{ border:none; }
	
	#toolsOptions{ width:150px;  }
	#toolsOptions h3{ font-size:11px; margin:0; clear:both; }
	
	#optionsBlock{ width:150px;margin:0 0 0 53px; float:left; }
	 #optionsBlock h3{ font-size:11px; margin:0; clear:both; }
	.optionCellSm{ padding:0; text-align:center; width:20px; height:20px; margin:0 5px 5px 0; font-size:9px; float:left; }
	.optionCellSm img{  }
	.optionCellSm a:hover img{ filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0; }
	.optionCellSm span{ padding:5px; background:#ffffff; border:1px solid #000000; z-index:10; margin:0 0 0 -137px; position:absolute; left:-999px; }
		* html .optionCellSm span{ margin:0 0 0 -139px; }
	.optionCellSm a:hover span{ left:auto; }
		* html .optionCellSm.sfhover7 span{ left:auto; }	
	
	#addToCartBlock form #qtyFeatAlign{ width:150px; position:absolute; margin:0 0 0 -170px; }
	
	#addedAlign{ display:none; position:absolute; margin:-8px 0 0 -355px; width:345px; z-index:99; }
	
	#cartIframe{ width:345px; height:210px; position:absolute; z-index:1; border:none; }
	#addedDropDown{ z-index:5; font-size:11px; position:absolute; width:345px; background:#f6f9ff; border-left:1px solid #5c7eb9; border-right:1px solid #5c7eb9; border-bottom:1px solid #5c7eb9; -webkit-border-bottom-right-radius:7px; -moz-border-radius-bottomright:7px; -webkit-border-bottom-left-radius:7px; -moz-border-radius-bottomleft:7px}
	#addedDropDown #addedHeader{ padding:4px; border-bottom:1px solid #c0d1ee; margin:0 2px 0 2px; }
	#addedDropDown h2{ font-size:17px; color:#120576; margin:0; float:left; }
	#addedContent{ margin:10px 0 10px 0; }
	#addedContent img{ margin:0 0 0 5px; border:1px solid #5865b1; float:left; }
	.itemInfo{ margin:0 7px 0 0; width:240px; float:right; }
	.itemInfo span{ font-weight:bold; color:#FF0000; }
	.numCartItems{ margin:10px 0 0 0; padding:10px; background:#d8e5ff; }
	.numCartItems strong{ float:left; }
	.numCartItems b{ color:#FF0000; }
	#addedLinks{ padding:5px 0 10px 0; }
	#addedLinks a{ display:block; margin:0 0 0 22px; float:left; }
		* html #addedLinks a{ margin:0 0 0 15px; }

/* end new item page */

/******************** Shower, Cubicle and Track Pages ************************************/
	#curtainBox{ padding:0; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; margin:20px 0 0 0; border:1px solid #898989; width:816px; float:left; }
		#curtainBox .curtainTabs{ height:26px; width:800px; margin:-26px 0 0 -1px; position:absolute; }
		#curtainBox .curtainTabs img{ margin:0 3px 0 0; float:left; }
	
	.optionCell{ width:50px; float:left; text-align:center; font-size:11px; margin:5px 0 0 0; }
	
	#recycled{ margin:145px 0 0 145px; position:absolute; height:51px; width:51px; background:url(/images/graphics/recycled.png); }
	* html #recycled{ background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/recycled.png", sizingMethod="image"); }
	
	#trackKits{ width:200px; margin:10px 0 0 0; float:left; }
	#trackKits img{ border:0; height:44px; width:35px; float:left; }
	#trackKits div{ font-size:10px; width:160px; float:right; }
	#trackKits u{ font-size:11px; font-weight:bold; }
	
	#step1{ background:#cadce9; margin:15px 0 3px 0; }
	#dropDowns{ background:#e0ecf5; padding:5px; }
	
	#step2{ background:#cadce9; margin:15px 0 10px 0; }
	
	/* Steps headers sub headers */
	.stepsDivs{ margin-bottom:10px; }
	.subHeader{ display:inline; padding:3px 5px 1px 5px; margin:5px 5px 0 5px; background:#d1d9f5; -moz-border-radius: 5px; -webkit-border-radius: 5px; width:796px; float:left; }
	.headerAlt{ margin:0 0 0 0; }
	.subHeader h4{ font-size:12px; margin:0 0 2px 0; float:left; }
	.note{ font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; }
	.subHeader a{ cursor:pointer; }
	.whatsThis{ cursor:pointer; margin-top:1px; font-size:10px; color:#FF0000; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; float:right; }
	/* end Steps headers sub headers */
	
	/* select setup type */
	#setupType1{ width:268px; border-right:1px solid #CCCCCC; margin:5px 0 0 0; padding:5px 0 5px 0; text-align:center; float:left; }
	#setupType2{ width:268px; border-right:1px solid #CCCCCC; margin:5px 0 0 0; padding:5px 0 5px 0; text-align:center; float:left; }
	#setupType3{ width:268px; margin:5px 0 0 0; padding:5px 0 5px 0; text-align:center; float:left; }
	#stepsContainer1 .setupSelected{ color:#990000; }
		.setupSelected a{ margin:0 auto 0 auto; cursor:pointer; color:#990000; }
		.setupSelected a img{ height:106px; width:160px; border:1px solid #990000; }
	#stepsContainer1 .setupUnselected{ }
		.setupUnselected a{ margin:0 auto 0 auto; cursor:pointer; }
		.setupUnselected a img{ height:106px; width:160px; border:1px solid #646464; }
	.checkDivs{ position:absolute; margin: 10px 0 0 80px; height:88px; width:92px; background:url(/images/graphics/big-arrow.png); }
		* html .checkDivs{ background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/big-arrow.png", sizingMethod="image"); }
	.setupSelected .noborder, .setupUnselected .noborder{ height:auto; width:auto; border:0; }
	.setupName{ text-align:center; margin:2px 0 2px 0; font-size:13px; }
	/* end select setup type */
	
	/* Step 2 Tracks */
	#trackTable{ text-align:justify; font-size:10px; width:816px; margin:0 0 2px 0; }
	#trackTable img{ margin:5px 0 5px 5px; }
	#trackTable .padding{ padding:5px; }
	
	#trackTable .checkBoxes{ padding:0 5px 5px 5px; text-align:right; border:0; }
	#trackTable .checkBoxestemp{ padding:0 5px 5px 5px; border:0; }
	#trackTable .ifc100{ margin:0 110px 0 0; float:right; }
	#trackTable .ifc600{ margin:0 50px 0 0; float:right; }
	#trackTable .ifc100temp{ margin:0 110px 0 0; float:left; }
	#trackTable .ifc600temp{ float:left; }
	
	#trackTable h2{ text-align:left; font-size:14px; margin:0 0 5px 0; }
	#trackTable label{ font-size:12px; font-weight:bold; text-align:left; }
	#trackTable input{ }
	#trackTable .finishLabel{ font-size:11px; }
	#trackTable b{ font-size:12px; }
	
	#trackStyleDivs{ width:816px; }
	#trackStyle{ margin:0 0 6px 0; float:left; }
	.trackStyles{ padding:3px 0 3px 0; width:135px; text-align:center; float:left; }
	.trackStyles img{ border:1px solid #858585; margin:3px auto 0 auto; }
	
	#marginFix{ height:1px; font-size:1px; width:800px; }
	#trackMeasurements{ margin:0; width:816px; }
	#trackMeasurements label{ font-size:11px; font-weight:bold; text-align:right; width:55px; float:left; }
	#trackMeasurements .labelCheck{ width:120px; }
	#trackMeasurements h3{ display:inline; width:60px; float:left; font-size:12px; margin:0 0 0 5px; color:#990000; }
	.trackInputs{ width:440px; float:left; }
	.styleSelector{ line-height:9px; }
	.trackInputs .validationError, .greyBox .validationError{ border:1px solid #990000; background:#fee4e4; }
	.trackValidation{ font-weight:bold; color:#990000; text-align:center; margin:10px 0 0 50px; }
	
	.trackPrice{ font-weight:bold; margin:0 0 0 90px; float:left; display:inline }
	.trackPrice b{ color:#990000; font-size:14px; }
	
	.curtainPrice{ display:inline; font-weight:bold; margin:0 0 0 105px; float:left; }
	.curtainPrice b{ color:#990000; font-size:14px; }
	.curtainError{ color:#990000; font-weight:bold; clear:both; margin:5px 0 0 105px; }
	
	#trackTotal{ font-weight:bold; font-size:16px; }
	#trackTotal b{ font-size:18px; color:#990000; }
	#curtainTotal{ font-weight:bold; font-size:16px; }
	#curtainTotal b{ font-size:18px; color:#990000; }
	/* end Step 2 Tracks */
	
	/* Size */
	.guideLink{ font-size:11px; margin:10px 0 0 120px; }
	.guideLink a{ color:#d30000; }
	.measureStyle{ font-weight:bold; font-size:14px; margin:15px 0 0 10px; color:#990000; float:left; }
	.genMeasure{ display:block; height:18px; width:56px; cursor:pointer; margin:0 0 0 3px; background:url(/images/graphics/generate-button.gif); float:left; }
	
	.curtainNum{ font-weight:bold; font-size:14px; margin:15px 0 0 5px; float:left; }
	.optionsHeader{ display:inline; margin:0 0 0 10px; font-weight:bold; width:65px; float:left; }
	.divider{ margin:4px 0 4px 0; width:720px; float:right; }
	.dividerButton{ margin:5px 0 0 0; padding:8px 0 0 0; border-top:1px dotted #b5b5b5; }
	
	.setupNum{ font-weight:bold; font-size:14px; margin:5px 0 0 5px; float:left; }
	.bsOptions{ display:inline; margin:15px 0 0 10px; font-weight:bold; width:65px; float:left; }
	.bsDivider{ margin:5px 0 5px 0; width:720px; float:right; }
	
	.priceBox{ color:#990000; font-weight:bold; font-size:14px; float:left; }
	
	.linkButton{ display:block; width:115px; border:1px solid #990000; margin:0 0 2px 0; padding:2px 0 2px; text-align:center; cursor:pointer; font-weight:bold; background:#ffd5d5; color:#8c0101; float:left; }
	.linkButton:hover{ background:#8c0101; text-decoration:none; color:#ffffff; }
	/* end Size */
	
	/* drop downs and forms */
	.extraMargin{ margin:5px 0 5px 0; }
	.greyBox{ display:inline; margin:5px; padding:5px 0 5px 0; width:806px; float:left; }
	.border{ border-bottom:1px dotted #b5b5b5; }	
		
	.greyBox label{ text-align:right; width:130px; margin:0 3px 0 0; font-weight:bold; color:#000000; float:left; }
	.greyBox .long{ width:270px; font-weight:normal; }
	.greyBox .long b{ color:#FF0000; }
	.greyBox .cfh{ font-size:10px; padding-top:4px; }
	
		/* labels */
		.greyBox .optLbl{ width:95px; }
		.greyBox .short{ width:80px; font-weight:normal; }
		.greyBox .shortQty{ width:50px; font-weight:bold; }
		.greyBox .shortOpt{ width:80px; font-weight:normal; font-size:11px; }
			* html .greyBox .shortOpt{ padding:4px 0 0 0; }
		.greyBox .shorterOpt{ width:50px; font-weight:normal; font-size:11px; }
			* html .greyBox .shorterOpt{ padding:5px 0 0 0; }
	
	.greyBox select{ border:1px solid #838383; font-size:11px; margin:0 0 0 3px; height:17px; width:46px; font-size:11px; float:left; }
	
	.greyBox .checkbox{ width:auto; border:0; } 
	.greyBox .qty{ width:20px; }
	.greyBox input{ border:1px solid #838383; margin:0 0 0 3px; width:44px; font-size:11px; float:left; }
	.greyBox .addButton{  background:#fdc6c6; }
	.greyBox .bsRadio{ width:auto; border:0; }
	#tiebackDrop{ width:55px; }
	/* end drop downs and forms */
	
	/* fabric selector style */
	.styles{ margin:5px 0 5px 0; width:161px; text-align:center; font-size:11px; color:#666666; float:left; }
	.styles img{ height:100px; width:150px; border:1px solid #646464; }
	.styles p{ font-weight:bold; margin:5px 0 0 0; }
	.styles a{ cursor:pointer; }
	
	.patterns{ margin:5px 0 5px 0; width:115px; text-align:center; font-size:11px; color:#666666; float:left; }
	.patterns img{ height:100px; width:100px; border:1px solid #646464; }
	.patterns p{ font-weight:bold; margin:5px 0 0 0; }
	.patterns a{ cursor:pointer; }
	
	.fabrics{ width:134px; margin:5px 0 5px 0; text-align:center; font-size:11px; color:#666666; float:left; }
	.fabrics img{ margin:0 0 1px 0; border:0; height:100px; width:100px; }
	.fabrics span{ -moz-border-radius: 5px; -webkit-border-radius: 5px; display:block; background:#ffffff; margin:0 auto 0 auto; width:100px; padding:4px; border:1px solid #828488; }
	.mag{ z-index:1; margin:0 0 0 0; position:absolute; height:100px; width:100px; background:url(/images/graphics/mag-overlay.png); }
		* html .mag{ background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/mag-overlay.png", sizingMethod="image"); }
	
	.rrFabric{ z-index:10; cursor:pointer; display:block; position:absolute; margin:4px 0 0 0; height:26px; width:73px; background:url(/images/graphics/rr-graphic.png); }	
		* html .rrFabric{ background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/graphics/rr-graphic.png", sizingMethod="image"); }
		
		
	.fabrics a{ cursor:pointer; }	
	
	.fabrics span .smRec, .patterns p .smRec{ height:11px; width:12px; border:none; }
	
	.btnCenter{ width:110px; margin:2px auto 0 auto; }
	.fabricSelect{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border:1px solid #657db9; background:#cadce9; color:#304b8d; width:49px; text-align:center; float:left; }
	.fabricSelect:hover{ background:#ffd8d8; border:1px solid #800000; color:#800000; text-decoration:none; }
	.fabricSample{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border:1px solid #657db9; background:#cadce9; color:#304b8d; width:55px; text-align:center; margin:0 0 0 2px; float:left; }
	.fabricSample:hover{ background:#ffd8d8; border:1px solid #800000; color:#800000; text-decoration:none; }
	.fabricSampleReq{ -moz-border-radius: 5px; -webkit-border-radius: 5px; color:#005708; background:#d9eeda; border:1px solid #005708; width:55px; text-align:center; margin:0 0 0 2px; float:left; }
	.fabricSampleReq:hover{ text-decoration:none; }
	/* end fabric selector style */
	
	/* blind and shade colors */
	.colorBox{ margin:5px 0 5px 0; width:62px; text-align:center; font-size:10px; float:left; }
	.colorBox span{ display:block; background:#ffffff; width:40px; margin:0 auto 0 auto; padding:4px 4px 1px 4px; border:1px solid #828488; }
	/* end blind and shade color */
	
	#largeFabricImage{ border:1px solid #646464; float:left; }
	.smallImage{ border:1px solid #646464; cursor:pointer; height:75px; width:75px; margin:0 0 5px 5px; float:left; }
	
	#validationErrors ol{ margin-left:60px; }
	#validationErrors ol li{ margin:2px 0 2px 0; }
	#validationErrors a{ font-weight:bold; color:#990000; }
	#errorHeader{ font-size:18px; text-align:center; margin:0 0 10px 0; color:#990000; }
	#itemsAdded{ font-size:18px; text-align:center; margin:5px 0 5px 0; }
	
	/* review table */
	.reviewTable{ font-size:12px; width:100%; }
	.reviewTable .header td{ border-bottom:1px solid #333333; padding-top:0; font-size:13px; font-weight:bold; }
	.reviewTable tr td{ border-bottom:1px dotted #c4c4c4; padding:3px; }
	.reviewTable .hdrSetupNum{ width:50px; }
	.reviewTable .noborder td{ border-bottom:none; }
	.reviewTable .edit a{ font-size:11px; border-right:1px solid #c4c4c4; display:block; cursor:pointer; padding:3px 3px 3px 0; }
	.reviewTable .editQty a{ font-size:11px; display:block; cursor:pointer; padding:3px 3px 3px 0; }
	.reviewTable .edit .crtEdit, .reviewTable .editQty .crtEdit, .reviewTable .edit .blkOutEdit, .reviewTable .editQty .blkOutEdit{ display:none; }
/******************** End Shower, Cubicle and Track Pages ************************************/

/****** CSR FABRIC SEARCH *********/
.fabricSearchDiv{ margin:10px 0 0 0; width:136px; text-align:center; float:left; }
.fabricSearchDiv img{ border:1px solid #CCCCCC; }

.allFabricDivs{ width:155px; margin:0 0 0 5px; text-align:left; float:left; }
.allFabricDivs h1{ border-bottom:1px solid #CCCCCC; font-size:16px; margin:0 10px 5px 0; }
.allFabricDivs h3{ font-size:12px; margin:10px 0 0 0; }
.allFabricDivs a{ margin:0 0 0 5px; }
/****** END CSR FABRIC SEARCH *********/

/******** CUSTOMER FABRIC SEARCH *********/
#browseLink{ margin:7px 0 0 0; float:right; }
.fabricFinderDiv{ -moz-border-radius: 5px; -webkit-border-radius: 5px; width:auto; text-align:left; display:none; position:absolute; background:#f7f7f7; border:1px solid #969696; padding:5px; z-index:999; }
.fabricFinderDiv .fsCloseImg{ display:block; height:17px; width:19px; background:url(/images/graphics/fs-close.gif); float:left; }
.fabricFinderDiv h3{ text-align:center; margin:0 0 2px 0; font-size:16px; }
.fabricFinderDiv img{ cursor:pointer; border:1px solid #969696; }
.fabricFinderDiv center{ margin:5px 0 0 0; }
.fabricInputs{ margin:10px 0 0 0; }
.fabricInputs label{ float:left; }
.fabricInputs input{ margin:0 4px 0 0; border:1px solid #969696; width:30px; font-size:11px; float:left; }
.fabricInputs a img{ border:none; }
.fabricInputs small{ float:left; margin:0 0 0 80px; }
/******** END CUSTOMER FABRIC SEARCH *********/

/* green fabrics */
.grnFabric{ width:110px; text-align:center; float:left; }
/* end green fabrics */

/* sample cart */
#sampleCart{ text-align:center; width:816px; }
#sampleCart label{ font-size:12px; padding-top:4px; margin-right:3px; width:180px; text-align:right; float:left; }
#sampleCart input, #sampleCart select{ margin:1px 0 1px 0; border:1px solid #515151; background:#f0f9ff; width:150px; float:left; }
#sampleCart #requestButton{ border:none; background:none; height:26px; width:190px; float:none; }

.sampleCartDivs{ width:408px; float:left; }

.sampleBlock{ text-align:center; width:56px; height:56px; font-size:10px; margin:1px; float:left; }
.sampleBlock .abPos{ height:56px; width:56px; z-index:1; }
.sampleBlock .abPos div{ width:54px; height:54px; border:1px solid #CCCCCC; }
.sampleBlock .abPos div a{ display:none; background:url(/images/graphics/remove.png); }
.sampleBlock .abPos p{ display:none; }
.sampleBlock .abPos img{ margin:2px 0 0 0; height:50px; width:50px; }

.sampleBlock .abPosOver{ margin:-25px 0 0 -25px; position:absolute; height:56px; width:56px; z-index:10; }
	* html .sampleBlock .abPosOver{ margin:-25px 0 0 -50px; }
.sampleBlock .abPosOver div{ padding:0 0 2px 0; background:#ffffff; width:104px; border:1px solid #666666; }
.sampleBlock .abPosOver div a{ margin:2px 0 0 0px; position:absolute; height:17px; width:57px; background:url(/images/graphics/remove.png); }
	* html .sampleBlock .abPosOver div a{ background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/graphics/remove.png', sizingMethod='image'); }
.sampleBlock .abPosOver p{ display:inline; }
.sampleBlock .abPosOver img{ margin:2px 0 2px 0; height:100px; width:100px; }
/* end sample cart */

/* whats this */
#whatsThisBody{ background:#d6d6d6; text-align:left; }
#whatsThisBody h3{ font-size:15px; padding:4px; margin:5px; background:#2e3e7a; color:#ffffff; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#whatsThisBody .mainText{ text-align:justify; font-size:12px; margin:0 5px 0 5px; padding:5px; background:#ffffff; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#whatsThisBody small{ display:block; margin:0 10px 0 10px; }
/* end whats this */

/* shopping cart */
#continue{ margin:10px 0 0 0; font-size:14px; float:left; }
#cartInfo{ width:801px; padding-left:10px; margin-left:10px; margin-top:15px; float:right; }
.cartTable{ font-size:12px; width:100%; }
.cartTable .header td{ padding-top:0; font-size:13px; font-weight:bold; }
.cartTable .price_list_rowA td{ border-top:1px dotted #c4c4c4; }
.cartTable .price_list_rowB td{ border-top:1px dotted #c4c4c4; }
.cartTable input{ cursor:pointer; border:0; font-size:10px; background:none; width:45px; color:#0000CC; float:none; }
.cartTable form{ padding:0; margin:0; }
.cartTable .addQtyText{ cursor:default; font-size:11px; background:#ffffff; width:20px; border:1px solid #838383; color:#000000; }
.cartTable img{ height:50px; width:50px; border:1px solid #bebebe; }
.cartTable .cartOptions{ font-size:11px; margin:3px 0 0 0; }

#cartTitles{ font-size:14px; text-align:right; margin:5px 0 0 0; float:right; }
#cartTotals{ font-size:14px; text-align:center; margin:5px 0 0 0; width:100px; float:right; }
/* end shopping cart */

/* measureForm */
.measureForm{ width:480px; font-size:11px; margin-top:2px; border:1px solid #909090; float:right; background:#f9f9f9; margin-bottom:10px; }
.measureForm td{ text-align:left; padding-left:5px; padding-top:3px; padding-bottom:5px; }
.measureForm .tableTitle{ color:#bf0000; font-size:11px; font-weight:bold; padding-top:5px; text-align:left; margin-right:13px; }
.measureForm .formList{ height:15px; text-align:left; width:125px; font-size:11px; vertical-align:bottom; padding-left:20px; padding-bottom:4px; }
.measureForm .formListBot{ text-align:left; width:125px; font-size:11px; vertical-align:top; padding-left:20px; padding-top:0px; }
/* end measureForm */

/* SLIMBOX */
#lbOverlay {position: absolute;z-index: 9999;left: 0;width: 100%;background-color: #000;cursor: pointer;}
#lbCenter, #lbBottomContainer {position: absolute;z-index: 9999;left: 50%;overflow: hidden;background-color: #fff;}
.lbLoading {background: #fff url(/images/graphics/page-loading.gif) no-repeat center;}
#lbImage {position: absolute;left: 0;top: 0;border: 10px solid #fff;background-repeat: no-repeat; }
#lbPrevLink, #lbNextLink {display: block;position: absolute;top: 0;width: 50%;outline: none;}
#lbPrevLink {left: 0;}
#lbPrevLink:hover {background: transparent url(/images/graphics/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url(/images/graphics/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;font-size: 11px;color: #666;line-height: 1.4em;text-align: left;border: 10px solid #fff;border-top-style: none;}
#lbCloseLink {display: block;float: right;width: 66px;height: 22px;background: transparent url(/images/graphics/closelabel.gif) no-repeat center;margin: 5px 0;outline: none;}
#lbCaption, #lbNumber { margin-right: 71px;}
#lbCaption {font-weight: bold;}
#lbCaption a{ font-size:10px; }
/* END SLIM BOX */

/****** NEW CHECKOUT STYLES *****/
.addressInputHead{ width:380px; margin:0 50px 0 50px; float:left; }
.addressInputWrapper{ width:380px; margin:10px 0 0 0; }

.addressInput2{ width:378px; margin:0; padding-bottom:10px; border:1px solid #5b6371; background:#eaeef3; }
.addressInput2 p{ text-align:left; font-weight:bold; font-size:14px; color:#333333; font:Vrinda; margin-bottom:5px; }
.addressInput2 #stateTrouble{font-size:10px;}
.addressInput2 #requiredText{ text-align:center; font-size:10px; color:#000000; font-weight:normal; margin-left:10px; margin-bottom:20px; }
.addressInput2 .requiredText{ text-align:center; font-size:10px; color:#000000; font-weight:normal; margin-left:10px; margin-bottom:20px; }
.addressInput2 label{ width:160px; text-align:right; float:left; font-weight:bold; margin-left: 15px; }
.addressInput2 input, .addressInput2 select{ width:180px; margin:0 0 10px 5px; border:1px solid #595959; background:#FFFFFF; float:left; font-size:11.5px; }
.addressInput2 #shipSame{ border:0; background:none; }
.addressInput2 #givenAddress{ margin-left:20px; text-align:left; font-weight:bold; font-size:11.5px; font:Vrinda; margin-bottom:10px; }

.addressInput2 #requiredText2{ font-size:11px; color:#000000; font-weight:normal; margin-left:5px; margin-bottom:15px; width:370px; }
.addressInput2 .question{ font-weight:bold; font-size:11px; text-align:left; vertical-align:top; width:315px; margin:10px 0 0 32px; }
.addressInput2 .answer{ font-size:11px; text-align:left; vertical-align:top; width:280px; margin:0 0 0 49px; }
.addressInput2 .radio{ width:20px; border:none; background:none; margin:2px; }

#checkoutComments2{ margin:0 0 0 100px; display:inline; float:left; }
#checkoutComments2 textarea{ float:none; margin:0; }

.checkOutAddressCartNew{ border:1px solid #5b6371; background:#eaeef3; display:inline; width:340px; padding-bottom:5px; text-align:left; float:left; }
.checkOutAddressCartNew p{ font-size:12px; margin:0 5px 2px 5px; }

#paymentInput{ width:380px; margin-left:10px; float:left; }
#paymentInput p{ text-align:left; font-weight:bold; font-size:14px; color:#333333; font:Vrinda; margin-bottom:5px; }
#paymentInput #requiredText{ font-size:10px; color:#000000; font-weight:normal; margin-left:10px; margin-bottom:30px; }
#paymentInput label{ width:140px; text-align:right; float:left; font-weight:bold; margin-left:0px; }
#paymentInput input, #paymentInput select{ width:160px; margin:0 0 10px 5px; border:1px solid #595959; background:#eaeeff; float:left; font-size:11.5px; }
#paymentInput select{ width:auto; }
#paymentInput #ccType{ width:120px; }
#paymentInput #month{ width:90px; }
#paymentInput #year{ width:75px; }
#paymentInput #csc{ width:60px; }
#paymentInput #whatsThis{ margin:2px 0 0 10px; width:auto; float:left; }
#paymentInput br{ clear:left; }
#paymentInput #chargeAmount{ float:left; font-weight:bold; font-size:14px; color:#FF0000; margin:10px 0 0 55px; }
#seeOrderDetails{ margin:10px 0 0 15px; width:auto; float:left; }
#orderSummary{text-align:left; font-weight:bold; font-size:14px; color:#333333; font:Vrinda; margin-bottom:5px; text-decoration:none; }
#cardReq{ color:#FF0000; margin:5px 0 5px 100px; }

#checkOutHeader{ width:701px; float:left; font-size:11px; padding:0 0 0 100px; margin:10px 0 10px 10px; border-bottom:#999999 1px dashed; }
#checkOutHeader img{ margin-right:20px; }

.checkOutBlockNew{ display:inline; text-align:left; width:180px; font-size:11px; margin:0 0 0 10px; float:left; }
.checkOutBlockNew .headings{ margin:0 0 5px 0; font-size:11px; font-weight:bold; }
.checkOutBlockNew input{ display:inline; border:1px solid #595959; font-size:10px; background:#eaeeff; margin:5px 0 0 40px; cursor:pointer; }
.checkOutBlockNew .editInput{ width:auto; margin-left:0px; }

#cartAddressForm{ margin:0; padding:0; font-size:11px; text-align:left; }
/****** END NEW CHECKOUT STYLES **/

/****** Check out steps **********/
#cartTitle{ text-align:center; margin:5px 0 10px 0; font-size:18px; }
#cartOr{ text-align:right; margin:0; padding:0 60px 12px 0; font-size:18px; }
#cartBuyNow form{ margin:0; padding:0; text-align:right; }
#cartQuote #quoteReasons{ width:600px; float:left; }
#cartQuote #quoteReasons p{margin-bottom:10px;}
#cartQuote form{ float:right; }

.cartAlign{ width:800px; text-align:center; margin:20px 0 40px 0; float:left; }
#cartTable{ border:0; font-size:12px; width:100%; margin:0 10px 0 10px; }
#cartTable .header td{ border-bottom:1px solid #7d7d7d; font-weight:bold; }
#cartTable input{ font-size:10px; border:1px solid #7d7d7d; background:#eaeeff; }
#cartTable .price_list_rowA td{ background:#f7f7f7; border-top:1px solid #e6e5e5; border-bottom:1px solid #e6e5e5; }
#cartTable h3{ margin:0; color:#FF0000; font-size:16px; }
#cartTable .cartName{ text-align:left; padding-left:10px; }
#cartTable .cartAmt{ text-align:right; width:150px; padding-right:8px; }

#updateRow td{ border-top:1px solid #7d7d7d; }
#updateRow .updateButton{ margin:10px 115px 20px 0; }


#orderTerms{ clear:both; float:left; font-size:12px; margin:20px 0 25px 10px; width:403px; }

#checkoutComments{clear:both; width:auto; float:left; margin:20px 0 0 10px; }
#checkoutComments textarea{ background:#eaeeff; border:1px solid #595959; }

#checkoutButtonWide{ display:inline; width:403px; text-align:center; margin:10px 0 20px 0; float:left; }
/* Confirmation Page Styles */
.checkOutAddress{ display:inline; width:300px; padding-bottom:5px; margin:0 0 0 50px; text-align:left; float:left }
.checkOutAddress p{ font-size:12px; margin:0 5px 2px 5px; }
.checkOutAddress b{ display:block; text-align:center; width:100%; height:17px; }
.checkOutAddress label{ width:125px; padding-top:4px; text-align:right; float:left; }
.checkOutAddress input, .checkOutAddress select{ font-size:12px; width:165px; margin:0 0 2px 2px; background:#e6efff; border:1px solid #000ad7; float:left; }
.checkOutAddress .checkBox{ border:0; margin-top:4px; background:none; }
.checkOutAddress .editInput{ width:40px; margin-right:10px; font-size:10px; float:right; }

.checkOutAddress #radioButtons{ width:150px; text-align:center; margin:3px 10px 0 0; float:left; }
.checkOutAddress .radio{ width:15px; background:none; border:0; margin:0; padding:0; float:none; }

.checkOutAddressCart{ display:inline; width:350px; padding-bottom:5px; margin:0 3px 0 3px; text-align:left;background:#fefefe; border:1px solid #b0b0b0; float:left }
.checkOutAddressCart p{ font-size:12px; margin:0 5px 2px 5px; }
.checkOutAddressCart b{ display:block; text-align:left; width:100%; height:17px; background:#fefefe url(../../images/layout/header_bg.gif) top repeat-x;}

.checkOutAddressCart .checkBox{ border:0; margin-top:4px; background:none; }
.checkOutAddressCart .editInput{ background:#e6efff; border:1px solid #000ad7; width:40px; margin-right:10px; font-size:10px; float:right; }

#viewAccountBlock{ float:left; margin-left:200px; width:auto; text-align:left; }
#viewAccountBlock .errorText{ color:#FF0000; font-size:12px; }
#viewAccountBlock #checkoutNextButtonPadding{ width:auto; margin:10px auto 0 auto; }
#viewAccountBlock #checkoutNextButtonPadding #checkoutNextButton{ width:auto; margin-left:auto; margin-right:auto; color:#000000; height:25px; border:1px solid #863f1f; padding:0 3px 0 3px; font-size:11px; background:#f3efe5; font-weight:bold; }

#estimateHeader{ font-size:18px; text-align:center; margin:0 0 15px 0; }
#estAddress{ text-align:right; margin:0 0 10px 0; float:right; }

.cartAddresses{ margin:10px 0 0 80px; width:290px; float:left;  }
.cartAddresses p{ text-align:center; font-weight:bold; font-size:13px; margin:0 0 5px 0; }
.cartAddresses input, .cartAddresses select{ margin:1px 0 1px 0; border:1px solid #515151; background:#f0f9ff; width:140px; float:left; }
.cartAddresses label{ font-size:12px; padding-top:4px; margin-right:3px; width:120px; text-align:right; float:left; }
.cartAddresses #shipSame{ border:0; width:20px; }
#submitButton{ margin:15px 0 0 0; width:816px; text-align:center; float:left; }
#submitButton b{ color:#990000; }
#checkoutButton{ cursor:pointer;  width:100px; background:#ffe9e9; border:1px solid #990000; font-size:11px; margin:5px 0 0 0; float:none;  }

.cartAddressesConfirm{ font-size:12px; margin:10px 0 0 150px; width:220px; float:left; }
.cartAddressesConfirm .editInput{ cursor:pointer; font-size:10px; margin:5px 0 0 30px; width:31px; height:19px; float:none; }

#totalsNames{ font-size:12px; margin:5px 0 0 0; text-align:right; width:200px; float:right; }
#totalsValues{ font-size:12px; margin:5px 0 0 10px; text-align:center; width:100px; float:right; }
#totalsValues h3, #totalsNames h3{ font-size:16px; margin:0; }

#estimateInfo{ float:left; }
#estimateBilling{ display:inline; margin:0 0 0 200px; float:left; }
#estimateShipping{ float:right; }
/****** End Check out steps **********/

/* shadeKey */
.shadeKey{ width:700px; font-size:10px; float:left; margin-left:15px; text-align:left; padding-left:5px; padding-bottom:0px; margin-bottom:0px; }
.shadeKey img{ border:1px solid #515151; height:15px; width:30px; }
.shadeKey li{ margin-left:27px; list-style-position:outside; }
/* end shadeKey */

/* curtainPriceTable */
.curtainPriceTable{ width:818px; font-size:11px; margin-top:3px; background:#f8f8f8; border:1px solid #515151; float:left; table-layout:fixed; }
.curtainPriceTable td{ border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; }
.curtainPriceTable tr{ text-align:center;}
.curtainPriceTable .headerTop{ background:#b5c1e3; border-bottom:1px solid #ffffff; font-size:10px; color:#00195d; font-weight:bold; text-align:center; }
.curtainPriceTable .headerTop td{ border-right:0;  }
.curtainPriceTable .head2{ background:#b5c1e3; width:64px; border-bottom:0px; font-size:10px; color:#00195d; font-weight:bold; }
.curtainPriceTable .corner{ background:#b5c1e3; border-bottom:0px; padding:0px; width:64px;}
.curtainPriceTable .tableTitle{ font-size:11.5px; font-weight:bold; padding-top:10px; }
.curtainPriceTable .bottomTable{ font-size:11.5px; font-weight:bold; padding-top:25px; }
.curtainPriceTable .large{ background:#cacfe1; }
.curtainPriceTable .custom{ background:#b5c1e3; border-bottom:0px; font-size:12px; color:#00195d; font-weight:bold; height:40px; }
/* end curtainPriceTable */

/* sitemap */
.siteMapDivs{ padding:10px 0 10px 0; border-bottom:1px dotted #999999; }
.siteMapDivs h2{ font-size:16px; margin:0; }
.siteMapDivs h3{ font-size:12px; margin:10px 0 0 0; }
#error{ text-align:center; margin:5px; font-size:16px; }
/* end sitemap */

/* EMAIL FRIEND */
p.returnMessage {padding: 10px; font-weight: bold;}

#emailFriendProduct {display: inline; padding: 10px; width: 180px; float: left;}
* html #emailFriendProduct {width: 200px; w\idth: 180px;}
#emailFriendProduct p {padding: 8px; font-weight: bold; text-align: center;}
#emailFriendProduct p.intro {padding-top: 0; font-size: 12px; font-weight: normal; text-align: left;}
#emailFriendProduct p img {margin: 0 auto; text-align: center;}
#emailFriendBlock {display: inline; padding: 10px; width: 580px; float: left;}
* html #emailFriendBlock {width: 600px; w\idth: 580px;}
#emailFriendBlock form {display: inline; margin: 0 auto; width: 380px; text-align: left; float: left;}
#emailFriendBlock form fieldset {padding: 0 4px 4px 4px; width: 370px;  background: #edebfd; border: 1px solid #2e3192;}
* html #emailFriendBlock form fieldset {width: 380px; w\idth: 370px;}
#emailFriendBlock form fieldset legend {padding: 4px 6px 0 6px; font-size: 12px; font-weight: bold;}
#emailFriendBlock form fieldset p {font-size: 0.85em;}
#emailFriendBlock form fieldset label {margin: 5px 0 0 0; width: 128px; font-size: 12px; text-align: right; display: block; float: left;}
#emailFriendBlock form fieldset input {margin: 5px 0 0 6px; padding: 2px; width: 136px; font-size: 12px; border: 1px solid #2e3192;}
#emailFriendBlock form fieldset select {margin: 5px 0 0 6px; padding: 2px; width: 136px; font-size: 12px; border: 1px solid #2e3192;}
#emailFriendBlock form fieldset textarea {margin: 5px 0 0 6px; padding: 2px; width: 206px; border: 1px solid #2e3192;}
#emailFriendBlock form fieldset br {clear: left;}

#emailFriendBlock form fieldset#submit {padding: 20px 0 20px 0; width: 380px; border-style: none; background: none; text-align: center;}
#emailFriendBlock form fieldset#submit input#sendButton {width: 80px; background: #edebfd; border: 1px solid #2e3192; font: 10px Verdana; font-weight: bold; line-height: 1.25em; cursor: pointer; cursor: hand;}
#emailFriendBlock form fieldset#submit h4.cancelButton {display: inline; margin: 0 0 0 12px; padding: 3px 10px 3px 10px; background: #edebfd; border: 1px solid #2e3192; font: 10px Verdana; font-weight: bold; cursor: pointer; cursor: hand;}
#emailFriendBlock form fieldset#submit h4.cancelButton a:link, #emailFriendBlock form fieldset#submit h4.cancelButton a:visited, #emailFriendBlock form fieldset#submit h4.cancelButton a:hover, #emailFriendBlock form fieldset#submit h4.cancelButton a:active {color: #000000; text-decoration: none;}

#emailFriendBlock div.note {width: 600px; font-size: 12px; float: left;}

#emailFriendDiv{ margin:0 0 0 10px; }
#emailFriendTable{ font-size:12px; }
#emailFriendTable input,#emailFriendTable textarea { background:#e6efff; border:1px solid #000ad7; }
#emailFriendTable #sendButton{ border:0; background:none; }
/* END EMAIL FRIEND */

/* REPLACEMENTS PAGE */
#replacement_form	{ border:1px solid #90ABBE; font-family: Verdana; font-size: 0.85em; font-style: normal; font-weight: normal; width:80%; margin: 0 auto 0 auto;}
#replacement_form legend {padding: 4px 6px 0 6px; color: #385A6B; font-family: Verdana; font-size: 0.85em; font-weight: bold;}
#replacement_form label { margin: 5px 0 0 0; width: 180px; font-size: 0.85em; text-align: right; display: block; float: left;}
#replacement_form input { margin: 5px 0 0 6px; padding: 2px; font-size: 0.85em; border: 1px solid #90ABBE;}
#replacement_form textarea { margin: 5px 0 0 6px; padding: 2px; border: 1px solid #90ABBE;}

#replacement_submit	{ border:0px; text-align:center;}
#replacement_submit input { margin: 5px 0 0 6px; padding: 2px; font-size: 0.75em; border: 1px solid #90ABBE;}
/* END REPLACEMENTS PAGE */